mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
29 lines
1022 B
Plaintext
29 lines
1022 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * hosted_control_planes/hcp-deploy-hcp-deploy-openstack
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="hosted-clusters-openstack-upload-rhcos_{context}"]
|
|
= Uploading the RHCOS image to OpenStack
|
|
|
|
If you want to specify the {op-system} image to use when deploying node pools on {hcp} and {rh-openstack-first} deployment, upload the image to the {rh-openstack} cloud. If you do not upload the image, the OpenStack Resource Controller (ORC) downloads an image from the {product-title} mirror and deletes the image after deletion of the hosted cluster.
|
|
|
|
.Prerequisites
|
|
|
|
* You downloaded the {op-system} image from the {product-title} mirror.
|
|
* You have access to your {rh-openstack} cloud.
|
|
|
|
.Procedure
|
|
|
|
* Upload an {op-system} image to {rh-openstack} by running the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ openstack image create --disk-format qcow2 --file <image_file_name> rhcos
|
|
----
|
|
+
|
|
--
|
|
where:
|
|
|
|
`<image_file_name>`:: Specifies the file name of the {op-system} image.
|
|
-- |