--- # resource group where temporary resources associated with playbook will be # placed openshift_azure_resource_group_name: # azure region where resource group will be created openshift_azure_resource_location: eastus # input image resource group openshift_azure_input_image_ns: images # input image prefix, e.g. centos7-root or centos7-base openshift_azure_input_image_prefix: # output image resource group openshift_azure_output_image_ns: images # output image prefix, e.g. centos7-base or centos7 openshift_azure_output_image_prefix: # ssh public key for VMs created by playbook; private key must be accessible to # ansible openshift_azure_vm_ssh_public_key: ssh-rsa ... # additional yum repo containing origin rpms, used for PR testing #openshift_azure_install_repo: http://... # yum client certificate and key, used if building RHEL images #yum_client_cert_contents: | # -----BEGIN CERTIFICATE----- # ... # -----END CERTIFICATE----- #yum_client_key_contents: | # -----BEGIN RSA PRIVATE KEY----- # ... # -----END RSA PRIVATE KEY----- # alternative image registry, used if building OCP pre-release images #oreg_url: "registry.reg-aws.openshift.com:443/openshift3/ose-${component}:${version}" #oreg_auth_user: #oreg_auth_password: # optional storage account in which to place image blob #openshift_azure_storage_account: # resource group of storage account #openshift_azure_storage_account_ns: # container within storage account to hold image blob #openshift_azure_container: