updated terraform examples
This commit is contained in:
@ -0,0 +1,49 @@
|
||||
{
|
||||
"driver": "openstack",
|
||||
"name": "openstack-template",
|
||||
"openstackConfig": {
|
||||
"activeTimeout": "200",
|
||||
"applicationCredentialId": "",
|
||||
"applicationCredentialName": "",
|
||||
"applicationCredentialSecret": "",
|
||||
"authUrl": "https://private-cloud.informatik.hs-fulda.de:5000",
|
||||
"availabilityZone": "nova",
|
||||
"bootFromVolume": false,
|
||||
"cacert": "",
|
||||
"configDrive": false,
|
||||
"domainId": "",
|
||||
"domainName": "Default",
|
||||
"endpointType": "",
|
||||
"flavorId": "",
|
||||
"flavorName": "m1.medium",
|
||||
"floatingipPool": "public1",
|
||||
"imageId": "",
|
||||
"imageName": "Ubuntu 20.04 - Focal Fossa - 64-bit - Cloud Based Image",
|
||||
"insecure": false,
|
||||
"ipVersion": "4",
|
||||
"keypairName": "rancher-key",
|
||||
"netId": "",
|
||||
"netName": "my-terraform-rancher-network-1",
|
||||
"novaNetwork": false,
|
||||
"region": "RegionOne",
|
||||
"secGroups": "my-terraform-rancher-secgroup",
|
||||
"sshPort": "22",
|
||||
"sshUser": "ubuntu",
|
||||
"tenantDomainId": "",
|
||||
"tenantDomainName": "Default",
|
||||
"tenantId": "",
|
||||
"tenantName": "IntServ19",
|
||||
"userDataFile": "",
|
||||
"userDomainId": "",
|
||||
"userDomainName": "Default",
|
||||
"userId": "",
|
||||
"username": "IntServ19",
|
||||
"password": "<your password here>",
|
||||
"volumeDevicePath": "",
|
||||
"volumeId": "",
|
||||
"volumeName": "",
|
||||
"volumeSize": "0",
|
||||
"volumeType": ""
|
||||
},
|
||||
"type": "nodeTemplate",
|
||||
}
|
Reference in New Issue
Block a user