Giter Club home page Giter Club logo

vmware / build-tools-for-vmware-aria Goto Github PK

View Code? Open in Web Editor NEW
41.0 25.0 21.0 23.12 MB

Build Tools for VMware Aria provides development and release management tools for implementing automation solutions based on the VMware Aria Suite and VMware Cloud Director. The solution enables Virtual Infrastructure Administrators and Automation Developers to use standard DevOps practices for managing and deploying content.

License: Other

Java 65.80% JavaScript 2.62% Shell 1.25% CSS 0.01% HTML 0.31% Dockerfile 0.03% Groovy 0.65% FreeMarker 7.98% TypeScript 21.26% PowerShell 0.04% Python 0.04% Batchfile 0.01%
vmware-aria-automation vmware-aria-orchestrator vmware-cloud-director vmware-aria-automation-orchestrator vmware-vrealize-automation vro devops vra automation devops-tools

build-tools-for-vmware-aria's Introduction

Build Tools for VMware Aria

This repository contains the source code for the Build Tools for VMware Aria, formally knows as vRealize Build Tools. Build Tools for VMware Aria provides development and release management tools for implementing automation solutions based on the VMware Aria Suite (VMware Aria Automation, VMware Aria Automation Orchestrator, VMware Aria Operations, VMware Aria Automation Pipelines, Aria Operations for Logs) and VMware Cloud Director. The solution enables Virtual Infrastructure Administrators and Automation Developers to use standard DevOps practices for managing and deploying content.

Documentation

How to build

  1. Update ~/.m2/settings.xml with:
    <profiles>
        <profile>
            <id>packaging</id>
            <properties>
                <keystoreGroupId>com.vmware.pscoe.build</keystoreGroupId>
                <keystoreArtifactId>keystore.example</keystoreArtifactId>
                <keystoreVersion>1.0.0</keystoreVersion>
                <vroPrivateKeyPem>target/${keystoreArtifactId}-${keystoreVersion}/private_key.pem</vroPrivateKeyPem>
                <vroCertificatePem>target/${keystoreArtifactId}-${keystoreVersion}/cert.pem</vroCertificatePem>
                <vroKeyPass>VMware1!</vroKeyPass>
            </properties>
        </profile>
    </profiles>
    <activeProfiles>
        <activeProfile>packaging</activeProfile>
    </activeProfiles>
  2. Execute:
    mvn clean install -f common/keystore-example/pom.xml
    mvn clean install -f maven/npmlib/pom.xml 
    mvn clean install -f pom.xml 
    mvn clean install -f maven/base-package/pom.xml
    mvn clean install -f packages/pom.xml
    mvn clean install -f maven/typescript-project-all/pom.xml
    mvn clean install -f maven/repository/pom.xml

Package dependencies

  • npm: 6.14.13
  • node: 14.17.1
  • maven: 3.8.7
  • jdk: 17

Support

You can find detailed support statement here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.