- OpenStack Networking Cookbook
- Sriram Subramanian Chandan Dutta Chowdhury
- 457字
- 2021-07-09 21:40:40
Associating a Network to an instance using Horizon
Once the Network and Subnet are created, the next step for the end user is to create an instance or virtual machine and associate the Network to the virtual machine. This recipe shows you how to accomplish this.
Getting ready
One of the prerequisites to create an instance is to add a virtual machine image to the Glance image service. In our example, we will add a CirrOS image and use this image to create an instance.
How to do it…
- Log in to the OpenStack Horizon dashboard using the appropriate credentials.
- In the left navigation menu, click on Project | Compute | Instances.
- Now click on the Launch Instance action on the right-hand side of the screen. The wizard to create and start an instance will be displayed:
- Enter a name for the instance, choose a Flavor, select a source as Boot from image, and choose the desired image:
- To associate the instance to a Network, click on the Networking tab at the top. You should see a screen where the Selected networks field is empty:
- In the Available networks field, click on the + sign next to the Network to which the instance needs to be associated. Then click on Launch:
- This should result in the creation and booting up of your instance and the Instances table is updated to show you the instance that was just created:
This recipe showed you that as a part of instance creation, the Horizon GUI allows users to choose the Network to which the instance needs to be associated.
How it works…
As part of the instance creation process, the user chooses the Network to which the instance will be associated. The instance creation and scheduling is the responsibility of Nova and it sends a create Port request to Neutron in order to associate the instance to the selected Network.
In response to the create Port request, Neutron will ensure that the virtual Network on the hypervisor server is configured so as to provide connectivity to the virtual machine. For the very first instance created on the Network, the Neutron server will also start a DHCP process on the Network node. This happens when DHCP is enabled on the corresponding Network. Once a virtual machine boots up, it will send a DHCP request. In response to this request, the DHCP server for that Network will respond with an IP address.
There's more…
If there is exactly one Network for a given tenant, then the dashboard automatically selects this Network when an instance is created. Additionally, note that the tenants can associate more than one Network to an instance. This will create multiple interfaces in the virtual machine.
- Visual C++程序設(shè)計(jì)學(xué)習(xí)筆記
- C# 2012程序設(shè)計(jì)實(shí)踐教程 (清華電腦學(xué)堂)
- 實(shí)戰(zhàn)Java程序設(shè)計(jì)
- Linux環(huán)境編程:從應(yīng)用到內(nèi)核
- 從學(xué)徒到高手:汽車電路識(shí)圖、故障檢測(cè)與維修技能全圖解
- Learning Three.js:The JavaScript 3D Library for WebGL
- Learning Concurrent Programming in Scala
- Modern C++ Programming Cookbook
- 編程可以很簡(jiǎn)單
- FPGA嵌入式項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Java EE 8 and Angular
- Dart:Scalable Application Development
- Game Development Patterns and Best Practices
- Isomorphic JavaScript Web Development
- 編譯原理學(xué)習(xí)與實(shí)踐指導(dǎo)