<<< Horizon Configure networks, router, flavour and launch instance >>> Create database for cinder services CREATE DATABASE cinder;GRANT ALL PRIVILEGES ON cinder.* TO ‘cinder’@’localhost’ IDENTIFIED BY ‘password’;GRANT ALL PRIVILEGES ON…
Author: sandeep
Openstack – Train : Horizon – Dashboard
<<< Neutron …
Openstack – Train : Neutron – Networking service
<<< Nova …
Openstack – Train : Nova – Compute services
<<< Placement …
Openstack – Train : Placement services
<<< Glance …
Openstack – Train : Glance – Image Service
<<< Keystone …
Openstack – Train : Keystone – Identity service
<<< Pre-Requisites Glance >>>…
Openstack – Train : Pre-requisites
<<< Install OS and customize …
Openstack – Train : Install OS (Ubuntu Bionic) and customize
Install and configure OpenLDAP Server
Configure hostname and FQDN for the VM/system which will be used for LDAP server. (Reference to example.com is to mask the actual usage) root@ldap:~# hostname –fqdn ldap.example.com root@ldap:~# cat /etc/hosts 127.0.0.1 localhost 10.1.2.22 ldap.example.com ldap The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters root@ldap:~# Install OpenLDAP…