[centos@localhost images]$ openstack image create --disk-format ari --file cirros-0.3.5-arm-initramfs cirros-initramfs-arm ----------------------------------------------------------------------------------------------- +------------------+------------------------------------------------------+ | Field | Value | +------------------+------------------------------------------------------+ | checksum | 33033d02974764fbd6bac6e542a1fcac | | container_format | bare | | created_at | 2017-03-08T19:21:40Z | | disk_format | ari | | file | /v2/images/af815405-26c1-4655-b981-6fa284433ebb/file | | id | af815405-26c1-4655-b981-6fa284433ebb | | min_disk | 0 | | min_ram | 0 | | name | cirros-initramfs-arm | | owner | b55c1b06807e42da9192a6d2f51df21f | | protected | False | | schema | /v2/schemas/image | | size | 3504184 | | status | active | | tags | | | updated_at | 2017-03-08T19:21:40Z | | virtual_size | None | | visibility | shared | +------------------+------------------------------------------------------+ [centos@localhost images]$ openstack image create --disk-format aki --file cirros-0.3.5-arm-kernel cirros-kernel-arm +------------------+------------------------------------------------------+ | Field | Value | +------------------+------------------------------------------------------+ | checksum | ad7a723018f2168e7517839306063792 | | container_format | bare | | created_at | 2017-03-08T19:21:56Z | | disk_format | aki | | file | /v2/images/5a361d11-2f3c-4601-9ff0-527cab82c25e/file | | id | 5a361d11-2f3c-4601-9ff0-527cab82c25e | | min_disk | 0 | | min_ram | 0 | | name | cirros-kernel-arm | | owner | b55c1b06807e42da9192a6d2f51df21f | | protected | False | | schema | /v2/schemas/image | | size | 3856888 | | status | active | | tags | | | updated_at | 2017-03-08T19:21:56Z | | virtual_size | None | | visibility | shared | +------------------+------------------------------------------------------+ [centos@localhost images]$ openstack image create --disk-format ami --file cirros-0.3.5-arm-rootfs.img --property kernel_id=5a361d11-2f3c-4601-9ff0-527cab82c25e --property ramdisk_id=af815405-26c1-4655-b981-6fa284433ebb --property architecture=armv7l --property hypervisor_type=qemu --property vm_mode=hvm --property hw_machine_type=vexpress-a15 cirros-image-arm +------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Field | Value | +------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | checksum | aba65a36a558a6760a7d9dab858d4e9a | | container_format | bare | | created_at | 2017-03-08T19:27:06Z | | disk_format | ami | | file | /v2/images/3ae3e277-9727-402f-a14c-645403d8e828/file | | id | 3ae3e277-9727-402f-a14c-645403d8e828 | | min_disk | 0 | | min_ram | 0 | | name | cirros-image-arm | | owner | b55c1b06807e42da9192a6d2f51df21f | | properties | architecture='armv7l', hw_machine_type='vexpress-a15', hypervisor_type='qemu', kernel_id='5a361d11-2f3c-4601-9ff0-527cab82c25e', ramdisk_id='af815405-26c1-4655-b981-6fa284433ebb', vm_mode='hvm' | | protected | False | | schema | /v2/schemas/image | | size | 25165824 | | status | active | | tags | | | updated_at | 2017-03-08T19:27:07Z | | virtual_size | None | | visibility | shared | +------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ [centos@localhost images]$ openstack server create --image 3ae3e277-9727-402f-a14c-645403d8e828 --flavor m1.small cirros-test-arm +-----------------------------+---------------------------------------------------------+ | Field | Value | +-----------------------------+---------------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | | | OS-EXT-STS:power_state | NOSTATE | | OS-EXT-STS:task_state | scheduling | | OS-EXT-STS:vm_state | building | | OS-SRV-USG:launched_at | None | | OS-SRV-USG:terminated_at | None | | accessIPv4 | | | accessIPv6 | | | addresses | | | adminPass | j6cixLoQu7Wi | | config_drive | | | created | 2017-03-08T19:27:25Z | | flavor | m1.small (2) | | hostId | | | id | a06cae30-826b-4a39-bf24-316858174cae | | image | cirros-image-arm (3ae3e277-9727-402f-a14c-645403d8e828) | | key_name | None | | name | cirros-test-arm | | progress | 0 | | project_id | b55c1b06807e42da9192a6d2f51df21f | | properties | | | security_groups | name='default' | | status | BUILD | | updated | 2017-03-08T19:27:25Z | | user_id | 331380a7f0cd470f9859183301ac5857 | | volumes_attached | | +-----------------------------+---------------------------------------------------------+ [centos@localhost images]$ openstack server show a06cae30-826b-4a39-bf24-316858174cae +-----------------------------+-------------------------------------------------------------------------------------------------------+ | Field | Value | +-----------------------------+-------------------------------------------------------------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | | | OS-EXT-STS:power_state | NOSTATE | | OS-EXT-STS:task_state | None | | OS-EXT-STS:vm_state | error | | OS-SRV-USG:launched_at | None | | OS-SRV-USG:terminated_at | None | | accessIPv4 | | | accessIPv6 | | | addresses | | | config_drive | | | created | 2017-03-08T19:27:25Z | | fault | {u'message': u'XML error: No PCI buses available', u'code': 500, u'created': u'2017-03-08T19:27:31Z'} | | flavor | m1.small (2) | | hostId | | | id | a06cae30-826b-4a39-bf24-316858174cae | | image | cirros-image-arm (3ae3e277-9727-402f-a14c-645403d8e828) | | key_name | None | | name | cirros-test-arm | | project_id | b55c1b06807e42da9192a6d2f51df21f | | properties | | | status | ERROR | | updated | 2017-03-08T19:27:31Z | | user_id | 331380a7f0cd470f9859183301ac5857 | | volumes_attached | | +-----------------------------+-------------------------------------------------------------------------------------------------------+