https://github.com/stellaraf/go-vcdusage
vCloud Director Usage Library (highly customized for Stellar)
https://github.com/stellaraf/go-vcdusage
Last synced: 9 months ago
JSON representation
vCloud Director Usage Library (highly customized for Stellar)
- Host: GitHub
- URL: https://github.com/stellaraf/go-vcdusage
- Owner: stellaraf
- License: bsd-3-clause-clear
- Created: 2024-05-31T17:59:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T19:54:14.000Z (over 1 year ago)
- Last Synced: 2025-03-05T20:52:57.439Z (over 1 year ago)
- Language: Go
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## `go-vcdusage`
[](https://pkg.go.dev/go.stellar.af/go-vcdusage) [](https://github.com/stellaraf/go-vcdusage/tags)
## Testing Environment Variables
The following environment variables must be set (and valid) for tests to run.
| Key | Description |
| :------------- | :--------------------------------------- |
| `VCD_URL` | vCloud URL |
| `VCD_USERNAME` | vCloud Username |
| `VCD_PASSWORD` | vCloud Password |
| `VCD_ORG_ID` | vCloud Org ID to test against |
| `VCD_CORES` | Number of allocated cores in vCloud Org |
| `VCD_MEMORY` | Amount of allocated memory in vCloud Org |
| `VCD_STORAGE` | Amount allocated storage in vCloud Org |
| `VCD_VM_COUNT` | Number of VMs in vCloud Org |