provisioning_vars.yml.example 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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, e.g. centos7-root or centos7-base
  10. openshift_azure_input_image_prefix:
  11. # output image resource group
  12. openshift_azure_output_image_ns: images
  13. # output image prefix, e.g. centos7-base or centos7
  14. openshift_azure_output_image_prefix:
  15. # ssh public key for VMs created by playbook; private key must be accessible to
  16. # ansible
  17. openshift_azure_vm_ssh_public_key: ssh-rsa ...
  18. # additional yum repo containing origin rpms, used for PR testing
  19. #openshift_azure_install_repo: http://...
  20. # yum client certificate and key, used if building RHEL images
  21. #yum_client_cert_contents: |
  22. # -----BEGIN CERTIFICATE-----
  23. # ...
  24. # -----END CERTIFICATE-----
  25. #yum_client_key_contents: |
  26. # -----BEGIN RSA PRIVATE KEY-----
  27. # ...
  28. # -----END RSA PRIVATE KEY-----
  29. # alternative image registry, used if building OCP pre-release images
  30. #oreg_url: "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"
  31. #oreg_auth_user: <USERNAME>
  32. #oreg_auth_password: <TOKEN>
  33. # optional storage account in which to place image blob
  34. #openshift_azure_storage_account:
  35. # resource group of storage account
  36. #openshift_azure_storage_account_ns:
  37. # container within storage account to hold image blob
  38. #openshift_azure_container: