provisioning_vars.yml.example 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. # azure vm image size, defaults to Standard_D4s_v3
  20. openshift_azure_vm_size:
  21. # ssh public key for VMs created by playbook; private key must be accessible to
  22. # ansible
  23. openshift_azure_vm_ssh_public_key: ssh-rsa ...
  24. # additional yum repo containing origin rpms, used for PR testing
  25. #openshift_azure_install_repo: http://...
  26. # yum client certificate and key, used if building RHEL images
  27. #yum_client_cert_contents: |
  28. # -----BEGIN CERTIFICATE-----
  29. # ...
  30. # -----END CERTIFICATE-----
  31. #yum_client_key_contents: |
  32. # -----BEGIN RSA PRIVATE KEY-----
  33. # ...
  34. # -----END RSA PRIVATE KEY-----
  35. # alternative image registry, used if building OCP pre-release images
  36. #oreg_url: "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}"
  37. #oreg_auth_user: <USERNAME>
  38. #oreg_auth_password: <TOKEN>
  39. # optional storage account in which to place image blob
  40. #openshift_azure_storage_account:
  41. # resource group of storage account
  42. #openshift_azure_storage_account_ns:
  43. # container within storage account to hold image blob
  44. #openshift_azure_container: