Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the parameter clusterOSImage for ocp openstack installation #360

Closed
cmoulliard opened this issue Nov 20, 2023 · 0 comments · Fixed by #356
Closed

Support the parameter clusterOSImage for ocp openstack installation #360

cmoulliard opened this issue Nov 20, 2023 · 0 comments · Fixed by #356

Comments

@cmoulliard
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants