August 2018
Beginner
462 pages
12h 36m
English
Create two instances with the following characteristics:
|
Name |
Network |
Image |
Flavor |
Host |
|
MyInstance1 |
PROJECT_NET |
cirros-0.4.0 |
tiny |
compute01 |
|
MyInstance2 |
PROJECT_NET |
cirros-0.4.0 |
tiny |
compute02 |
If necessary, use the openstack image list command to determine the ID of the CirrOS image downloaded in Chapter 2, Installing OpenStack:
Use the following openstack server create commands to boot two instances across two compute nodes in the PROJECT_NET network:
openstack server create \--flavor tiny \--image cirros-0.4.0 \--nic net-id=PROJECT_NET \--availability-zone nova:compute01 \MyInstance1openstack server create \--flavor tiny \--image cirros-0.4.0 \--nic net-id=PROJECT_NET \--availability-zone ...
Read now
Unlock full access