Skip to content

Instantly share code, notes, and snippets.

@wiggin15
Created November 25, 2015 10:00
Show Gist options
  • Save wiggin15/c825408ad08e427f245d to your computer and use it in GitHub Desktop.
Save wiggin15/c825408ad08e427f245d to your computer and use it in GitHub Desktop.
packstack fails due to EPEL
root@host-ci102 (Redhat 7.0) ➜ ~ yum repolist 15-11-25 11:53
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
repo id repo name status
kickstart/x86_64 Kickstart 4,299+6
openstack-kilo OpenStack Kilo Repository 875+54
rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 140
rhel-7-server-optional-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server - Optional (RPMs) 7,899+54
rhel-7-server-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 9,850+74
repolist: 23,063
root@host-ci102 (Redhat 7.0) ➜ ~ packstack --allinone --debug --keystone-admin-passwd=admin --keystone-demo-passwd=demo --provision-tempest=y 15-11-25 11:54
Welcome to the Packstack setup utility
The installation log file is available at: /var/tmp/packstack/20151125-115417-cBfHTh/openstack-setup.log
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 Tempest 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 Nagios server manifest entries [ DONE ]
Adding Nagios host manifest entries [ DONE ]
Adding post install manifest entries [ DONE ]
Copying Puppet modules and manifests [ DONE ]
Applying 172.16.82.215_prescript.pp
172.16.82.215_prescript.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 172.16.82.215_prescript.pp
Error: Could not find data item CONFIG_USE_SUBNETS in any Hiera data file and no default supplied at /var/tmp/packstack/a3f12fa14ca34073a1b74bc04f4fae53/manifests/172.16.82.215_prescript.pp:2 on node host-ci102.lab.il.infinidat.com
You will find full trace in log /var/tmp/packstack/20151125-115417-cBfHTh/manifests/172.16.82.215_prescript.pp.log
Please check log file /var/tmp/packstack/20151125-115417-cBfHTh/openstack-setup.log for more information
Additional information:
* A new answerfile was created in: /root/packstack-answers-20151125-115417.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 172.16.82.215. To use the command line tools you need to source the file.
* To access the OpenStack Dashboard browse to http://172.16.82.215/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
* To use Nagios, browse to http://172.16.82.215/nagios username: nagiosadmin, password: a9ce3e087e904d13
* Note temporary directory /var/tmp/packstack/a3f12fa14ca34073a1b74bc04f4fae53 on host 172.16.82.215 was not deleted for debugging purposes.
root@host-ci102 (Redhat 7.0) ➜ ~ yum repolist 15-11-25 11:55
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
repo id repo name status
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 8,858+9
kickstart/x86_64 Kickstart 4,299+6
openstack-kilo OpenStack Kilo Repository 875+54
rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 140
rhel-7-server-optional-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server - Optional (RPMs) 7,899+54
rhel-7-server-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 9,850+74
repolist: 31,921
root@host-ci102 (Redhat 7.0) ➜ ~ 15-11-25 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment