snowdrop / k8s-infra

Information to bootstrap vms using dedicated server, local machine and setup using Ansible Playbooks
Apache License 2.0
29 stars 14 forks source link

Support the parameter clusterOSImage for ocp openstack installation #360

Closed cmoulliard closed 9 months ago

cmoulliard commented 10 months ago

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