Support the parameter clusterOSImage for ocp openstack installation
cmoulliard opened this issue · 0 comments
cmoulliard commented
TODO
Support the parameter clusterOSImage for ocp openstack installation - https://github.com/openshift/installer/blob/master/docs/user/openstack/customization.md#image-overrides
to avoid to wait till rhcos image is uploaded to the openstack platform
wget -P ./images https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.14/4.14.0/rhcos-4.14.0-x86_64-openstack.x86_64.qcow2.gz
gunzip -d ./images/rhcos-4.14.0-x86_64-openstack.x86_64.qcow2.gz
openstack image create --container-format bare --unprotected --disk-format qcow2 --file ./images/rhcos-4.14.0-x86_64-openstack.x86_64.qcow2 rhcos-4.14.0
-->
platform:
openstack:
clusterOSImage: rhcos-4.14.0