Answers To Openstack Interview Questions
Answers To Openstack Interview Questions
Flat DHCP Network Manager: Much similar to the above except that the IP addresses
to VM are assigned via DHCP (Dynamic Host Configuration Protocol).
VLAN: Unlike the single network concept, VLAN facilitates more secure and separate
network to VMs. It has a physical switch to offer separate virtual network and
separate IP range and bridge for each tenant. This is indeed most preferable choice
for multi-tenant/project environment.
9. Name the commands used to pause and un-pause(resume) an instance
$ novaunpause INSTANCE_NAME
$ nova pause INSTANCE_NAME
API server
Message Queue (Rabbit-MQ Server)
Compute Workers (Nova-Compute)
Network controller (Nova-Network)
Volume Worker
Scheduler
22. Define the role of API Server.
It provides an interface for the external world to interact with the cloud
infrastructure.
27. Can we see the list of roles and associated IDs in OpenStack environment?
Yes, by using keystone role-list