Andrew Grimberg | 0daf52b | 2019-04-04 13:52:30 -0700 | [diff] [blame] | 1 | # Cloud Configuration |
| 2 | CLOUD_CREDENTIAL_ID=os-cloud |
| 3 | CLOUD_URL=https://auth.vexxhost.net/v3/ |
| 4 | CLOUD_IGNORE_SSL=false |
| 5 | CLOUD_ZONE=sjc1 |
| 6 | |
| 7 | # Default Template Configuration |
Lott, Christopher (cl778h) | e863beb | 2020-03-17 14:53:54 -0400 | [diff] [blame] | 8 | IMAGE_NAME=ZZCI - CentOS 7 - builder - x86_64 - 20200317-165605.039 |
DW Talton | 7b036bb | 2019-11-01 11:21:22 -0700 | [diff] [blame] | 9 | VOLUME_SIZE=20 |
Andrew Grimberg | 0daf52b | 2019-04-04 13:52:30 -0700 | [diff] [blame] | 10 | HARDWARE_ID=v2-highcpu-1 |
| 11 | NETWORK_ID=b9e029b4-9b35-4a83-a4e6-c820eb00c3ec |
| 12 | USER_DATA_ID=jenkins-init-script |
| 13 | INSTANCE_CAP=10 |
| 14 | SANDBOX_CAP=4 |
Aric Gardner | 8344867 | 2020-01-30 14:17:54 -0500 | [diff] [blame] | 15 | FLOATING_IP_POOL= |
Andrew Grimberg | 0daf52b | 2019-04-04 13:52:30 -0700 | [diff] [blame] | 16 | SECURITY_GROUPS=default |
| 17 | AVAILABILITY_ZONE=nova |
| 18 | STARTUP_TIMEOUT=600000 |
| 19 | KEY_PAIR_NAME=jenkins-ssh |
| 20 | NUM_EXECUTORS=1 |
| 21 | JVM_OPTIONS= |
| 22 | FS_ROOT=/w |
| 23 | RETENTION_TIME=0 |