Upload of the OpenStack Pike TripleO overcloud images after the Overcloud images have been extracted after download or after overcloud image build
Upload all the images to the undercloud
Run these from the directory where the overcloud images are.
openstack overcloud image upload
dib-run-parts Wed Mar 28 12:37:50 EDT 2018 --------------------- END PROFILING ---------------------
Unmount /var/tmp/dib_build.VQNkV9Nn/mnt/sys
Unmount /var/tmp/dib_build.VQNkV9Nn/mnt/proc
Unmount /var/tmp/dib_build.VQNkV9Nn/mnt/dev/pts
Unmount /var/tmp/dib_build.VQNkV9Nn/mnt/dev
Unmount /var/tmp/dib_build.VQNkV9Nn/mnt
/dev/loop0: [0044]:473652 (/var/tmp/dib_image.hPxtObDj/image.raw)
Converting image using qemu-img convert
Image file overcloud-full.qcow2 created...
Using deprecated image build arguments. Please use the YAML build by instead specifying --config-file arguments.
Successfully built all requested images.
Confirm the images are uploaded
(undercloud) [stack@pike ~]$ openstack overcloud image upload
Image "overcloud-full-vmlinuz" was uploaded.
+--------------------------------------+------------------------+-------------+---------+--------+
| ID | Name | Disk Format | Size | Status |
+--------------------------------------+------------------------+-------------+---------+--------+
| 19851f7e-127b-41ef-b3e6-81dd63b2d6e2 | overcloud-full-vmlinuz | aki | 5917504 | active |
+--------------------------------------+------------------------+-------------+---------+--------+
Image "overcloud-full-initrd" was uploaded.
+--------------------------------------+-----------------------+-------------+----------+--------+
| ID | Name | Disk Format | Size | Status |
+--------------------------------------+-----------------------+-------------+----------+--------+
| 2ca50fc5-b3ae-4fc9-a9d6-711584fb5e22 | overcloud-full-initrd | ari | 50908961 | active |
+--------------------------------------+-----------------------+-------------+----------+--------+
Image "overcloud-full" was uploaded.
+--------------------------------------+----------------+-------------+------------+--------+
| ID | Name | Disk Format | Size | Status |
+--------------------------------------+----------------+-------------+------------+--------+
| 31db5ffa-1b22-45a3-bbe9-3630d5b91f25 | overcloud-full | qcow2 | 1307658240 | active |
+--------------------------------------+----------------+-------------+------------+--------+
Image "bm-deploy-kernel" was uploaded.
+--------------------------------------+------------------+-------------+---------+--------+
| ID | Name | Disk Format | Size | Status |
+--------------------------------------+------------------+-------------+---------+--------+
| e593756c-9cf1-45a4-a86f-9f9ccaa12dae | bm-deploy-kernel | aki | 5917504 | active |
+--------------------------------------+------------------+-------------+---------+--------+
Image "bm-deploy-ramdisk" was uploaded.
+--------------------------------------+-------------------+-------------+-----------+--------+
| ID | Name | Disk Format | Size | Status |
+--------------------------------------+-------------------+-------------+-----------+--------+
| 3c8c8a90-a7b1-4674-bd99-27f30c347bb6 | bm-deploy-ramdisk | ari | 344856978 | active |
+--------------------------------------+-------------------+-------------+-----------+--------+
--
Ensure the images are uploaded using glance also.
openstack image list
glance image-list
(undercloud) [stack@pike ~]$ glance image-list
+--------------------------------------+------------------------+
| ID | Name |
+--------------------------------------+------------------------+
| e593756c-9cf1-45a4-a86f-9f9ccaa12dae | bm-deploy-kernel |
| 3c8c8a90-a7b1-4674-bd99-27f30c347bb6 | bm-deploy-ramdisk |
| 31db5ffa-1b22-45a3-bbe9-3630d5b91f25 | overcloud-full |
| 2ca50fc5-b3ae-4fc9-a9d6-711584fb5e22 | overcloud-full-initrd |
| 19851f7e-127b-41ef-b3e6-81dd63b2d6e2 | overcloud-full-vmlinuz |
+--------------------------------------+------------------------+
(undercloud) [stack@pike ~]$
[stack@osa images]$
No comments:
Post a Comment