[Rdo-list] Ran packstack --allinone, nothing installed, but says it completed successfully

Ryan Moffett ryanmoffett1 at gmail.com
Tue Oct 14 14:42:28 UTC 2014


I ran the packstack --allinone installer yesterday (and today) and it says
it's completed, but nothing occurs.

[ryan at centos ~]$ packstack --allinone
Welcome to Installer setup utility
Packstack changed given value  to required value /home/ryan/.ssh/id_rsa.pub

Installing:
Clean Up                                             [ DONE ]
root at 192.168.56.11's password:
Setting up ssh keys                                  [ DONE ]
Discovering hosts' details                           [ DONE ]
Adding pre install manifest entries                  [ DONE ]
Preparing servers                                    [ DONE ]
Adding AMQP manifest entries                         [ DONE ]
Adding MariaDB manifest entries                      [ DONE ]
Adding Keystone manifest entries                     [ DONE ]
Adding Glance Keystone manifest entries              [ DONE ]
Adding Glance manifest entries                       [ DONE ]
Adding Cinder Keystone manifest entries              [ DONE ]
Adding Cinder manifest entries                       [ DONE ]
Checking if the Cinder server has a cinder-volumes vg[ 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 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 LBaaS 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 Ceilometer manifest entries                   [ DONE ]
Adding Ceilometer Keystone manifest entries          [ DONE ]
Adding Nagios server manifest entries                [ DONE ]
Adding Nagios host manifest entries                  [ DONE ]
Adding post install manifest entries                 [ DONE ]
Installing Dependencies                              [ DONE ]
Copying Puppet modules and manifests                 [ DONE ]
Applying 192.168.56.11_prescript.pp
192.168.56.11_prescript.pp:                          [ DONE ]
Applying 192.168.56.11_amqp.pp
Applying 192.168.56.11_mariadb.pp
192.168.56.11_amqp.pp:                               [ DONE ]
192.168.56.11_mariadb.pp:                            [ DONE ]
Applying 192.168.56.11_keystone.pp
Applying 192.168.56.11_glance.pp
Applying 192.168.56.11_cinder.pp
192.168.56.11_keystone.pp:                           [ DONE ]
192.168.56.11_cinder.pp:                             [ DONE ]
192.168.56.11_glance.pp:                             [ DONE ]
Applying 192.168.56.11_api_nova.pp
192.168.56.11_api_nova.pp:                           [ DONE ]
Applying 192.168.56.11_nova.pp
192.168.56.11_nova.pp:                               [ DONE ]
Applying 192.168.56.11_neutron.pp
192.168.56.11_neutron.pp:                            [ DONE ]
Applying 192.168.56.11_neutron_fwaas.pp
Applying 192.168.56.11_osclient.pp
Applying 192.168.56.11_horizon.pp
192.168.56.11_neutron_fwaas.pp:                      [ DONE ]
192.168.56.11_horizon.pp:                            [ DONE ]
192.168.56.11_osclient.pp:                           [ DONE ]
Applying 192.168.56.11_ring_swift.pp
192.168.56.11_ring_swift.pp:                         [ DONE ]
Applying 192.168.56.11_swift.pp
Applying 192.168.56.11_provision_demo.pp
Applying 192.168.56.11_provision_glance.pp
192.168.56.11_swift.pp:                              [ DONE ]
192.168.56.11_provision_glance.pp:                   [ DONE ]

192.168.56.11_provision_demo.pp:                     [ DONE ]

Applying 192.168.56.11_mongodb.pp
192.168.56.11_mongodb.pp:                            [ DONE ]
Applying 192.168.56.11_ceilometer.pp
Applying 192.168.56.11_nagios.pp
Applying 192.168.56.11_nagios_nrpe.pp
192.168.56.11_ceilometer.pp:                         [ DONE ]
192.168.56.11_nagios_nrpe.pp:                        [ DONE ]
192.168.56.11_nagios.pp:                             [ DONE ]
Applying 192.168.56.11_postscript.pp
192.168.56.11_postscript.pp:                         [ DONE ]
Applying Puppet manifests                            [ DONE ]
Finalizing                                           [ DONE ]

 **** Installation completed successfully ******


Additional information:
 * A new answerfile was created in:
/home/ryan/packstack-answers-20141014-091325.txt
 * Time synchronization installation was skipped. Please note that
unsynchronized time on server instances might be problem for some OpenStack
components.
 * File /root/keystonerc_admin has been created on OpenStack client host
192.168.56.11. To use the command line tools you need to source the file.
 * Copy of keystonerc_admin file has been created for non-root user in
/home/ryan.
 * To access the OpenStack Dashboard browse to
http://192.168.56.11/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your
home directory.
 * To use Nagios, browse to http://192.168.56.11/nagios username:
nagiosadmin, password: a6581c13ecd146dd
 * The installation log file is available at:
/var/tmp/packstack/20141014-091325-i020mT/openstack-setup.log
 * The generated manifests are available at:
/var/tmp/packstack/20141014-091325-i020mT/manifests
[ryan at centos ~]$ ls
packstack-answers-20141014-091325.txt
[ryan at centos ~]$

There is no keystone_rc file created, in fact the entire application of all
of the puppet manifests took about 5 seconds.   I noticed that puppet isn't
even installed and based on reading, it should be.   It looks like no
openstack components are actually installed or configured.

The version of packstack is:
[ryan at centos ~]$ packstack --version
packstack Icehouse 2014.1.1dev1251
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rdoproject.org/pipermail/dev/attachments/20141014/a7a8ffe5/attachment.html>


More information about the dev mailing list