You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.5 KiB

  1. {
  2. "driver": "openstack",
  3. "name": "openstack-template",
  4. "openstackConfig": {
  5. "activeTimeout": "200",
  6. "applicationCredentialId": "",
  7. "applicationCredentialName": "",
  8. "applicationCredentialSecret": "",
  9. "authUrl": "https://private-cloud.informatik.hs-fulda.de:5000",
  10. "availabilityZone": "nova",
  11. "bootFromVolume": false,
  12. "cacert": "",
  13. "configDrive": false,
  14. "domainId": "",
  15. "domainName": "Default",
  16. "endpointType": "",
  17. "flavorId": "",
  18. "flavorName": "m1.medium",
  19. "floatingipPool": "public1",
  20. "imageId": "",
  21. "imageName": "Ubuntu 20.04 - Focal Fossa - 64-bit - Cloud Based Image",
  22. "insecure": false,
  23. "ipVersion": "4",
  24. "keypairName": "rancher-key",
  25. "netId": "",
  26. "netName": "my-terraform-rancher-network-1",
  27. "novaNetwork": false,
  28. "region": "RegionOne",
  29. "secGroups": "my-terraform-rancher-secgroup",
  30. "sshPort": "22",
  31. "sshUser": "ubuntu",
  32. "tenantDomainId": "",
  33. "tenantDomainName": "Default",
  34. "tenantId": "",
  35. "tenantName": "IntServ19",
  36. "userDataFile": "",
  37. "userDomainId": "",
  38. "userDomainName": "Default",
  39. "userId": "",
  40. "username": "IntServ19",
  41. "password": "<your password here>",
  42. "volumeDevicePath": "",
  43. "volumeId": "",
  44. "volumeName": "",
  45. "volumeSize": "0",
  46. "volumeType": ""
  47. },
  48. "type": "nodeTemplate",
  49. }