provisioning_vars.yml.example 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ---
  2. # resource group where temporary resources associated with playbook will be
  3. # placed
  4. openshift_azure_resource_group_name:
  5. # azure region where resource group will be created
  6. openshift_azure_resource_location: eastus
  7. # input image resource group
  8. openshift_azure_input_image_ns: images
  9. # input image prefix, needed by base and node image building playbooks,
  10. # e.g. centos7-root or centos7-base
  11. openshift_azure_input_image_prefix:
  12. # complete name of input image, needed by launch.yml playbook,
  13. # e.g. centos7-3.10-201806071434
  14. openshift_azure_input_image_name:
  15. # output image resource group
  16. openshift_azure_output_image_ns: images
  17. # complete name of output image, e.g. centos7-base-201806071412 or centos7-3.10-201806071434
  18. openshift_azure_output_image_name:
  19. # ssh public key for VMs created by playbook; private key must be accessible to
  20. # ansible
  21. openshift_azure_vm_ssh_public_key: ssh-rsa ...
  22. # additional yum repo containing origin rpms, used for PR testing
  23. #openshift_azure_install_repo: http://...
  24. # yum client certificate and key, used if building RHEL images
  25. #yum_client_cert_contents: |
  26. # -----BEGIN CERTIFICATE-----
  27. # ...
  28. # -----END CERTIFICATE-----
  29. #yum_client_key_contents: |
  30. # -----BEGIN RSA PRIVATE KEY-----
  31. # ...
  32. # -----END RSA PRIVATE KEY-----
  33. # alternative image registry, used if building OCP pre-release images
  34. #oreg_url: "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"
  35. #oreg_auth_user: <USERNAME>
  36. #oreg_auth_password: <TOKEN>
  37. # optional storage account in which to place image blob
  38. #openshift_azure_storage_account:
  39. # resource group of storage account
  40. #openshift_azure_storage_account_ns:
  41. # container within storage account to hold image blob
  42. #openshift_azure_container: