Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 939000 Details for
Bug 1144124
packstack fails at point of installing keystone following "QuickStart" instructions
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Openstack Setup Log
openstack-setup.log (text/plain), 8.10 KB, created by
Hutson Meeks
on 2014-09-18 17:51:53 UTC
(
hide
)
Description:
Openstack Setup Log
Filename:
MIME Type:
Creator:
Hutson Meeks
Created:
2014-09-18 17:51:53 UTC
Size:
8.10 KB
patch
obsolete
>2014-09-18 09:42:54::INFO::shell::81::root:: [localhost] Executing script: >DEVICE=($(ip -o address show to 172.23.52.34 | cut -f 2 -d ' ')) >if [ ! -z ${DISPLAY[1]} ]; then false; fi >ip link show "$DEVICE" > /dev/null >echo $DEVICE >2014-09-18 09:42:54::INFO::shell::81::root:: [localhost] Executing script: >ssh-keygen -f "/root/.ssh/id_rsa" -N "" >2014-09-18 09:42:54::INFO::shell::81::root:: [localhost] Executing script: >rm -rf /var/tmp/packstack/20140918-094253-DALGTg/manifests/*pp >2014-09-18 09:42:54::INFO::shell::81::root:: [localhost] Executing script: >mkdir -p ~/.ssh >chmod 500 ~/.ssh >grep 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA9zo1ZlzIRVh5NmFVQQTDurtU8c3W3IRXHTqq0/+STpRQj/zy4ZH1rHtaZscZbMs62x8gNw0OTc3mXS+RUeYl42z6P1WzxiCffQUxkrnd+Uvrll5S0gMHv2SvZIKdwkaskJ1hVMBhGThjfQXabEhk2PEXI2CnN0GNMjY98ttIPYcGWc5mkiONm8vY7s1e+nLn5Qh9DvWsLLtvZd6N1V6pH1f9JYQ1FcxYPcHFjXNLP9doaoClEtvoCo7UDXMMa7YtN+PMh24jYJbxzKySb52WWk9NHVxYk1ZCFI0owQj1BBeyxNgvsOfJn+X15ASCSTiBusKuBotUhnoRmUl/OUfrWQ== root@Openstack-HM.adprod.bmc.com' ~/.ssh/authorized_keys > /dev/null 2>&1 || echo ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA9zo1ZlzIRVh5NmFVQQTDurtU8c3W3IRXHTqq0/+STpRQj/zy4ZH1rHtaZscZbMs62x8gNw0OTc3mXS+RUeYl42z6P1WzxiCffQUxkrnd+Uvrll5S0gMHv2SvZIKdwkaskJ1hVMBhGThjfQXabEhk2PEXI2CnN0GNMjY98ttIPYcGWc5mkiONm8vY7s1e+nLn5Qh9DvWsLLtvZd6N1V6pH1f9JYQ1FcxYPcHFjXNLP9doaoClEtvoCo7UDXMMa7YtN+PMh24jYJbxzKySb52WWk9NHVxYk1ZCFI0owQj1BBeyxNgvsOfJn+X15ASCSTiBusKuBotUhnoRmUl/OUfrWQ== root@Openstack-HM.adprod.bmc.com >> ~/.ssh/authorized_keys >chmod 400 ~/.ssh/authorized_keys >restorecon -r ~/.ssh >2014-09-18 09:42:54::INFO::shell::81::root:: [172.23.52.34] Executing script: >cat /etc/redhat-release >2014-09-18 09:42:55::INFO::shell::81::root:: [172.23.52.34] Executing script: >mkdir -p /var/tmp/packstack >mkdir --mode 0700 /var/tmp/packstack/63a2cac4034045028c481847301a188b >mkdir --mode 0700 /var/tmp/packstack/63a2cac4034045028c481847301a188b/modules >mkdir --mode 0700 /var/tmp/packstack/63a2cac4034045028c481847301a188b/resources >2014-09-18 09:42:55::INFO::shell::81::root:: [172.23.52.34] Executing script: >rpm -q --whatprovides yum-utils || yum install -y yum-utils >yum list available rhos-log-collector && yum -y install rhos-log-collector sos sos-plugins-openstack || echo "no rhos-log-collector available" >2014-09-18 09:43:10::INFO::shell::81::root:: [172.23.52.34] Executing script: >REPOFILE=$(mktemp) >cat /etc/yum.conf > $REPOFILE >echo -e '[packstack-epel] >name=packstack-epel >enabled=1 >mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch' >> $REPOFILE >( rpm -q --whatprovides epel-release || yum install -y --nogpg -c $REPOFILE epel-release ) || true >rm -rf $REPOFILE >2014-09-18 09:44:26::INFO::shell::81::root:: [172.23.52.34] Executing script: >yum-config-manager --enable epel >2014-09-18 09:44:27::INFO::shell::35::root:: Executing command: >rpm -q rdo-release --qf='%{version}-%{release}.%{arch} >' >2014-09-18 09:44:27::INFO::shell::81::root:: [172.23.52.34] Executing script: >(rpm -q 'rdo-release-icehouse' || yum install -y --nogpg http://rdo.fedorapeople.org/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm) || true >2014-09-18 09:44:28::INFO::shell::81::root:: [172.23.52.34] Executing script: >yum-config-manager --enable openstack-icehouse >2014-09-18 09:44:32::INFO::shell::81::root:: [172.23.52.34] Executing script: >yum install -y yum-plugin-priorities || true >rpm -q epel-release && yum-config-manager --setopt="rhel-server-ost-6-4-rpms.priority=1" --save rhel-server-ost-6-4-rpms >yum clean metadata >2014-09-18 09:45:21::INFO::shell::81::root:: [172.23.52.34] Executing script: >vgdisplay cinder-volumes >2014-09-18 09:45:21::INFO::shell::81::root:: [172.23.52.34] Executing script: >sed -i -r "s/^ *snapshot_autoextend_threshold +=.*/ snapshot_autoextend_threshold = 80/" /etc/lvm/lvm.conf >sed -i -r "s/^ *snapshot_autoextend_percent +=.*/ snapshot_autoextend_percent = 20/" /etc/lvm/lvm.conf >2014-09-18 09:45:22::INFO::shell::81::root:: [172.23.52.34] Executing script: >systemctl >2014-09-18 09:45:22::INFO::cinder_250::272::root:: A new cinder volumes group will be created >2014-09-18 09:45:22::INFO::shell::81::root:: [172.23.52.34] Executing script: >yum install -y lvm2 >mkdir -p /var/lib/cinder >dd if=/dev/zero of=/var/lib/cinder/cinder-volumes bs=1 count=0 seek=21094M >LOFI=$(losetup --show -f /var/lib/cinder/cinder-volumes) >pvcreate $LOFI >vgcreate cinder-volumes $LOFI >grep cinder-volumes /etc/rc.d/rc.local || echo "losetup -f /var/lib/cinder/cinder-volumes && vgchange -a y cinder-volumes && service openstack-cinder-volume restart" >> /etc/rc.d/rc.local >grep "#!" /etc/rc.d/rc.local || sed -i '1i#!/bin/sh' /etc/rc.d/rc.local >chmod +x /etc/rc.d/rc.local >vgdisplay cinder-volumes >2014-09-18 09:47:05::INFO::shell::81::root:: [localhost] Executing script: >ssh-keygen -t rsa -b 2048 -f "/var/tmp/packstack/20140918-094253-DALGTg/nova_migration_key" -N "" >2014-09-18 09:47:05::INFO::shell::81::root:: [localhost] Executing script: >ssh-keyscan 172.23.52.34 >2014-09-18 09:47:05::INFO::shell::81::root:: [172.23.52.34] Executing script: >systemctl >2014-09-18 09:47:06::INFO::shell::81::root:: [172.23.52.34] Executing script: >service NetworkManager status >2014-09-18 09:47:06::INFO::shell::81::root:: [172.23.52.34] Executing script: >echo $HOME >2014-09-18 09:47:07::INFO::shell::81::root:: [localhost] Executing script: >rpm -q --requires openstack-puppet-modules | egrep -v "^(rpmlib|\/|perl)" >2014-09-18 09:47:07::INFO::shell::81::root:: [172.23.52.34] Executing script: >rpm -q --whatprovides puppet || yum install -y puppet >rpm -q --whatprovides openssh-clients || yum install -y openssh-clients >rpm -q --whatprovides tar || yum install -y tar >rpm -q --whatprovides nc || yum install -y nc >rpm -q --whatprovides rubygem-json || yum install -y rubygem-json >2014-09-18 09:47:44::INFO::shell::81::root:: [localhost] Executing script: >cd /usr/lib/python2.6/site-packages/packstack/puppet >cd /var/tmp/packstack/20140918-094253-DALGTg/manifests >tar --dereference -cpzf - ../manifests | ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@172.23.52.34 tar -C /var/tmp/packstack/63a2cac4034045028c481847301a188b -xpzf - >cd /usr/share/openstack-puppet/modules >tar --dereference -cpzf - apache ceilometer certmonger cinder concat firewall glance heat horizon inifile keystone memcached mongodb mysql neutron nova nssdb openstack packstack qpid rabbitmq remote rsync ssh stdlib swift sysctl tempest vcsrepo vlan vswitch xinetd | ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@172.23.52.34 tar -C /var/tmp/packstack/63a2cac4034045028c481847301a188b/modules -xpzf - >2014-09-18 09:59:42::ERROR::run_setup::921::root:: Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 902, in main > single_step_aio_install(options) > File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 688, in single_step_aio_install > single_step_install(options) > File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 718, in single_step_install > _main(answerfilepath) > File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 605, in _main > runSequences() > File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 584, in runSequences > controller.runAllSequences() > File "/usr/lib/python2.6/site-packages/packstack/installer/setup_controller.py", line 68, in runAllSequences > sequence.run(config=self.CONF, messages=self.MESSAGES) > File "/usr/lib/python2.6/site-packages/packstack/installer/core/sequences.py", line 98, in run > step.run(config=config, messages=messages) > File "/usr/lib/python2.6/site-packages/packstack/installer/core/sequences.py", line 44, in run > raise SequenceError(str(ex)) >SequenceError: Error appeared during Puppet run: 172.23.52.34_keystone.pp >Error: /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]: Failed to call refresh: keystone-manage db_sync returned 1 instead of one of [0][0m >You will find full trace in log /var/tmp/packstack/20140918-094253-DALGTg/manifests/172.23.52.34_keystone.pp.log > >2014-09-18 09:59:42::INFO::shell::81::root:: [172.23.52.34] Executing script: >rm -rf /var/tmp/packstack/63a2cac4034045028c481847301a188b
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1144124
: 939000 |
939001
|
939002