Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmware/build-tools-for-vmware-aria
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.
https://github.com/vmware/build-tools-for-vmware-aria
automation devops devops-tools javascript typescript vcd vco vmware-aria-automation vmware-aria-automation-orchestrator vmware-aria-orchestrator vmware-cloud-director vmware-vrealize-automation vra vrealize vrealize-automation vrealize-operations-manager vrealize-orchestrator vro
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/vmware/build-tools-for-vmware-aria
- Owner: vmware
- License: other
- Created: 2022-12-01T13:53:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:01:44.000Z (9 months ago)
- Last Synced: 2024-05-22T12:56:38.067Z (9 months ago)
- Topics: automation, devops, devops-tools, javascript, typescript, vcd, vco, vmware-aria-automation, vmware-aria-automation-orchestrator, vmware-aria-orchestrator, vmware-cloud-director, vmware-vrealize-automation, vra, vrealize, vrealize-automation, vrealize-operations-manager, vrealize-orchestrator, vro
- Language: Java
- Homepage:
- Size: 22.4 MB
- Stars: 40
- Watchers: 25
- Forks: 21
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Support: SUPPORT.md
Awesome Lists containing this project
README
# 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
- [Installation and Operations Documents](docs/archive/doc/markdown)
- [Workstation Setup Guide](docs/archive/doc/markdown/setup-workstation.md)## How to build
1. Update ~/.m2/settings.xml with:
```xml
packaging
com.vmware.pscoe.build
keystore.example
1.0.0
target/${keystoreArtifactId}-${keystoreVersion}/private_key.pem
target/${keystoreArtifactId}-${keystoreVersion}/cert.pem
VMware1!
packaging
```
2. Execute:
```shell
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](./SUPPORT.md)