Packstack is a utility that uses Puppet modules to deploy various parts of OpenStack on multiple pre-installed servers over SSH automatically. This utility is still in the early stages, a lot of the configuration options have yet to be added Currently its support Fedora, Red Hat Enterprise Linux (RHEL) and compatible derivatives of both are […]
Continue reading…
Posts tagged with 'openstack'
LDAP integration with openstack Keystone
Keystone supports integration with an existing LDAP directory for authentication and authorization services. I have tested this schema with Ubuntu 14.04, CentOS 6.4 openLDAP with openstack icehouse and its successfully connected. Use the following steps to LDAP integration with openstack Keystone. Install LDAP on Ubuntu or Centos sudo apt-get install slapd ldap-utils sudo dpkg-reconfigure slapd set […]
Continue reading…