Packstack install MongoDB Error
System CentOS7
Yum rpm Installation package
RDO https://repos.fedorapeople.org/repos/openstack/openstack-kilo/rdo-release-kilo-1.noarch.rpm
EPEL http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
yum clean all
yum makecache
yum install openstack-packstack -y
add '192.168.1.52 Stackdev ' in /etc/hosts
packstack --allinone --install-hosts=Stackdev --nagios-install=n --default-password=Jimstars
Installing:
Clean Up [ DONE ]
Discovering ip protocol version [ DONE ]
Setting up ssh keys [ DONE ]
Preparing servers [ DONE ]
Pre installing Puppet and discovering hosts' details [ DONE ]
Adding pre install manifest entries [ DONE ]
Setting up CACERT [ DONE ]
Adding AMQP manifest entries [ DONE ]
Adding MariaDB manifest entries [ DONE ]
Fixing Keystone LDAP config parameters to be undef if empty[ DONE ]
Adding Keystone manifest entries [ DONE ]
Adding Glance Keystone manifest entries [ DONE ]
Adding Glance manifest entries [ DONE ]
Adding Cinder Keystone manifest entries [ DONE ]
Checking if the Cinder server has a cinder-volumes vg[ DONE ]
Adding Cinder manifest entries [ DONE ]
Adding Nova API manifest entries [ DONE ]
Adding Nova Keystone manifest entries [ DONE ]
Adding Nova Cert manifest entries [ DONE ]
Adding Nova Conductor manifest entries [ DONE ]
Creating ssh keys for Nova migration [ DONE ]
Gathering ssh host keys for Nova migration [ DONE ]
Adding Nova Compute manifest entries [ DONE ]
Adding Nova Scheduler manifest entries [ DONE ]
Adding Nova VNC Proxy manifest entries [ DONE ]
Adding OpenStack Network-related Nova manifest entries[ DONE ]
Adding Nova Common manifest entries [ DONE ]
Adding Neutron FWaaS Agent manifest entries [ DONE ]
Adding Neutron LBaaS Agent manifest entries [ DONE ]
Adding Neutron API manifest entries [ DONE ]
Adding Neutron Keystone manifest entries [ DONE ]
Adding Neutron L3 manifest entries [ DONE ]
Adding Neutron L2 Agent manifest entries [ DONE ]
Adding Neutron DHCP Agent manifest entries [ DONE ]
Adding Neutron Metering Agent manifest entries [ DONE ]
Adding Neutron Metadata Agent manifest entries [ DONE ]
Checking if NetworkManager is enabled and running [ DONE ]
Adding OpenStack Client manifest entries [ DONE ]
Adding Horizon manifest entries [ DONE ]
Adding Swift Keystone manifest entries [ DONE ]
Adding Swift builder manifest entries [ DONE ]
Adding Swift proxy manifest entries [ DONE ]
Adding Swift storage manifest entries [ DONE ]
Adding Swift common manifest entries [ DONE ]
Adding Provisioning Demo manifest entries [ DONE ]
Adding Provisioning Glance manifest entries [ DONE ]
Adding MongoDB manifest entries [ DONE ]
Adding Redis manifest entries [ DONE ]
Adding Ceilometer manifest entries [ DONE ]
Adding Ceilometer Keystone manifest entries [ DONE ]
Adding post install manifest entries [ DONE ]
Copying Puppet modules and manifests [ DONE ]
Applying 192.168.1.52_prescript.pp
192.168.1.52_prescript.pp: [ DONE ]
Applying 192.168.1.52_amqp.pp
Applying 192.168.1.52_mariadb.pp
192.168.1.52_amqp.pp: [ DONE ]
192.168.1.52_mariadb.pp: [ DONE ]
Applying 192.168.1.52_keystone.pp
Applying 192.168.1.52_glance.pp
Applying 192.168.1.52_cinder.pp
192.168.1.52_keystone.pp: [ DONE ]
192.168.1.52_glance.pp: [ DONE ]
192.168.1.52_cinder.pp: [ DONE ]
Applying 192.168.1.52_api_nova.pp
192.168.1.52_api_nova.pp: [ DONE ]
Applying 192.168.1.52_nova.pp
192.168.1.52_nova.pp: [ DONE ]
Applying 192.168.1.52_neutron.pp
192.168.1.52_neutron.pp: [ DONE ]
Applying 192.168.1.52_osclient.pp
Applying 192.168.1.52_horizon.pp
192.168.1.52_osclient.pp: [ DONE ...