Fuel Introduction
Fuel is a deployment of OpenStack cluster tools developed by Mirantis, with the main features of the bare metal PXE installation operating system, the master node providing DHCP, TFTP services, the ability to orchestrate OpenStack services, and Configuration service management through puppet. It also provides basic operations services such as health checks for OpenStack critical services and log real-time viewing. Supports OpenStack service HA deployment with a more user-friendly, interactive web interface.
Installing the OpenStack Icehouse version with fuel 5.1Environment Introduction
The environment is built using a common server, the installation of VMware ESX virtualization software, the creation of 3 virtual machines, one for the Fuel-master, the other two as Fuel-node, the deployment of OpenStack services.
Virtual network planning is as follows
Fuel Management Network:
OpenStack Storage Network:
OpenStack Management Network:
Installation steps
1. Create Fuel-master virtual machine, set boot from CD, select FUEL-DHCP and VM network network card, load Fuel 5.1 image:
After the virtual machine starts, install the operating system automatically, you can see Fuel-master using the CentOS operating system, about 30 minutes or so, the Fuel-master node installation is complete:
2, according to the network card MAC address, find to eth1 for OpenStack Management network, configuration ip:192.168.206.144
Enter 192.168.206.144:8000 login fuel in the browser dashboard
3, create 2 fuel-node virtual machine, select Fuel-dhcp, storage, VM network network card, do not need to set up from the CD drive
After the power-on virtual machine is automatically loaded from PXE, select bootstrap Minimum operating system:
After 5 minutes, the spontaneous node can be seen from the fuel dashboard:
4. Create an OpenStack environment through the fuel UI interface
5. Add nodes to the created OpenStack environment:
Select the corresponding OpenStack node role and tick the FUEL-NODE0 node:
With the same action, add the Fuel-node1 node to the OpenStack compute node:
6. Configure the network and storage for 2 OpenStack nodes
Fuel 5.1 Installing the OpenStack I version environment (ESXI)