Kolla Ansible Installation
Kolla Ansible Installation
Kolla Ansible Installation
tags: openstack
Object 1
Name: ENS33
ip:192.168.185.23
NIC 2:
NIC 3:
Name: ENS35
IP: No IP
ip:192.168.185.24
NIC 2:
ip:10.66.66.24
NIC 3:
Name: ENS35
IP: No IP
NIC 1:
Name: ENS33
ip:192.168.185.25
NIC 2:
compute calculate node A disk
Net card Name: ENS34
ip:10.66.66.25
NIC 3:
Name: ENS35
IP: No IP
NIC 1:
Name: ENS33
ip:192.168.185.26
NIC 2:
NIC 3:
Name: ENS35
IP: No IP
ip:192.168.185.27
ip:10.66.66.27
NIC 3:
Name: ENS35
IP: No IP
NIC 1:
Name: ENS33
ip:192.168.185.28
NIC 2:
NIC 3:
Name: ENS35
IP: No IP
2. Storage node
To start the Cinder storage service, you need to do the following processes for the second disk.
pvcreate /dev/sdb
1 Vgcreate Cinder-Volumes / dev / sdb #VG name is Cinder-Volumes,
2 which is mainly consistent with the VG name in the Kolla
configuration file.
5. All nodes set the host name, follow the names in the above
table, or other names, it is recommended to name this,
convenient
1 Hostnamectl Set-Hostname Host Name
4. Deploy OpenStack
1kolla-ansible -i ~/multinode deploy
5. Verify deployment
1kolla-ansible -i ~/multinode post-deploy
6. View some configuration information after deployment
1 . /etc/kolla/admin-openrc.sh
2 cat /etc/kolla/admin-openrc.sh
7. View the web interface
8. Install the OpenStack command client
pip install python-openstackclient python-glanceclient python-
1
neutronclient --ignore-installed