Note: This document is not intended for general consumption.
This document outlines the process in which to publish an image to the cloudpartner.azure.com portal.
The steps to build the image are as follows:
Build the Openshift image using the build_node_image.yml playbook. Once this playbook completes it should produce a storage blob that points to the image. This blob exists inside of the resourcegroup named images, storage accounts named openshiftimages, and the container named, images.
$ ansible-playbook build_node_image.yml
This step performs the following work:
$ ansible-playbook create_and_publish_offer.yml -e @publishingvars.yml
Example publishingvars.yml
openshift_azure_container: images
openshift_azure_storage_account: openshiftimages
image_name: rhel7-3.9-201805211419
openshift_azure_image_publish_emails:
- support@redhat.com
openshift_azure_templ_allowed_subscriptions:
- <subcription id1>
- <subcription id2>