Install openstack is EASY!
1> Install CentOS mini OS
2> Disable the firewalld/NetworkManager & enable network
systemctl stop firewalld
systemctl disable firewalld
systemctl stop NetworkManage
systemctl disable NetworkManage
systemctl enable network
systemctl start network
2> yum -y update
3> yum -y install centos-release-openstack-queens epel-release
4> yum -y install openstack-packstack python-pip
5> packstack --allinone
took about 20 mins, you will see this message:
OPTION: if you want to edit the configuration before building:
packstack --gen-answer-file=openstack.conf
then you can edit the configuration; then type:
packstack --answer-file=openstack.conf
yum -y install openstack-neutron-lbaas haproxy openstack-utils
OPTION: if you want to edit the configuration before building:
packstack --gen-answer-file=openstack.conf
then you can edit the configuration; then type:
packstack --answer-file=openstack.conf
yum -y install openstack-neutron-lbaas haproxy openstack-utils
**** Installation completed successfully ******
[root@vm01 ~(keystone_admin)]# openstack catalog list
+------------+--------------+--------------------------------------------------------------------------------+
| Name | Type | Endpoints |
+------------+--------------+--------------------------------------------------------------------------------+
| cinder | volume | RegionOne |
| | | admin: http://192.168.1.110:8776/v1/b3ef66e7abe4446baf6b165d80283bed |
| | | RegionOne |
| | | public: http://192.168.1.110:8776/v1/b3ef66e7abe4446baf6b165d80283bed |
| | | RegionOne |
| | | internal: http://192.168.1.110:8776/v1/b3ef66e7abe4446baf6b165d80283bed |
| | | |
| cinderv2 | volumev2 | RegionOne |
| | | admin: http://192.168.1.110:8776/v2/b3ef66e7abe4446baf6b165d80283bed |
| | | RegionOne |
| | | internal: http://192.168.1.110:8776/v2/b3ef66e7abe4446baf6b165d80283bed |
| | | RegionOne |
| | | public: http://192.168.1.110:8776/v2/b3ef66e7abe4446baf6b165d80283bed |
| | | |
| neutron | network | RegionOne |
| | | admin: http://192.168.1.110:9696 |
| | | RegionOne |
| | | public: http://192.168.1.110:9696 |
| | | RegionOne |
| | | internal: http://192.168.1.110:9696 |
| | | |
| glance | image | RegionOne |
| | | admin: http://192.168.1.110:9292 |
| | | RegionOne |
| | | internal: http://192.168.1.110:9292 |
| | | RegionOne |
| | | public: http://192.168.1.110:9292 |
| | | |
| swift | object-store | RegionOne |
| | | internal: http://192.168.1.110:8080/v1/AUTH_b3ef66e7abe4446baf6b165d80283bed |
| | | RegionOne |
| | | public: http://192.168.1.110:8080/v1/AUTH_b3ef66e7abe4446baf6b165d80283bed |
| | | RegionOne |
| | | admin: http://192.168.1.110:8080/v1/AUTH_b3ef66e7abe4446baf6b165d80283bed |
| | | |
| ceilometer | metering | RegionOne |
| | | admin: http://192.168.1.110:8777 |
| | | RegionOne |
| | | public: http://192.168.1.110:8777 |
| | | RegionOne |
| | | internal: http://192.168.1.110:8777 |
| | | |
| cinderv3 | volumev3 | RegionOne |
| | | internal: http://192.168.1.110:8776/v3/b3ef66e7abe4446baf6b165d80283bed |
| | | RegionOne |
| | | public: http://192.168.1.110:8776/v3/b3ef66e7abe4446baf6b165d80283bed |
| | | RegionOne |
| | | admin: http://192.168.1.110:8776/v3/b3ef66e7abe4446baf6b165d80283bed |
| | | |
| gnocchi | metric | RegionOne |
| | | admin: http://192.168.1.110:8041 |
| | | RegionOne |
| | | internal: http://192.168.1.110:8041 |
| | | RegionOne |
| | | public: http://192.168.1.110:8041 |
| | | |
| keystone | identity | RegionOne |
| | | internal: http://192.168.1.110:5000/v3 |
| | | RegionOne |
| | | admin: http://192.168.1.110:35357/v3 |
| | | RegionOne |
| | | public: http://192.168.1.110:5000/v3 |
| | | |
| aodh | alarming | RegionOne |
| | | public: http://192.168.1.110:8042 |
| | | RegionOne |
| | | admin: http://192.168.1.110:8042 |
| | | RegionOne |
| | | internal: http://192.168.1.110:8042 |
| | | |
| nova | compute | RegionOne |
| | | admin: http://192.168.1.110:8774/v2.1/b3ef66e7abe4446baf6b165d80283bed |
| | | RegionOne |
| | | internal: http://192.168.1.110:8774/v2.1/b3ef66e7abe4446baf6b165d80283bed |
| | | RegionOne |
| | | public: http://192.168.1.110:8774/v2.1/b3ef66e7abe4446baf6b165d80283bed |
| | | |
| placement | placement | RegionOne |
| | | admin: http://192.168.1.110:8778/placement |
| | | RegionOne |
| | | internal: http://192.168.1.110:8778/placement |
| | | RegionOne |
| | | public: http://192.168.1.110:8778/placement |
| | | |
+------------+--------------+--------------------------------------------------------------------------------+
Comments