Paste #473585
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | Notice: Compiled catalog for undercloud.remote-lab.net in environment production in 11.01 seconds
Warning: The package type's allow_virtual parameter will be changing its default value from false to true in a future release. If you do not want to allow virtual packages, please explicitly set allow_virtual to false.
(at /usr/share/ruby/vendor_ruby/puppet/type.rb:816:in `set_default')
Warning: ([keystone_user]: The tenant parameter is deprecated and will be removed in the future. Please use keystone_user_role to assign a user to a project.
Warning: ([keystone_user]: The ignore_default_tenant parameter is deprecated and will be removed in the future.
Error: Execution of '/bin/yum -d 0 -e 0 -y list openstack-tempest' returned 1: Error: No matching Packages to list
Error: /Stage[main]/Main/Package[openstack-tempest]/ensure: change from absent to present failed: Execution of '/bin/yum -d 0 -e 0 -y list openstack-tempest' returned 1: Error: No matching Packages to list
Warning: Unexpected line: Devices: id region zone ip address port replication ip replication port name weight partitions balance meta
Warning: Unexpected line: Devices: id region zone ip address port replication ip replication port name weight partitions balance meta
Warning: Unexpected line: Devices: id region zone ip address port replication ip replication port name weight partitions balance meta
Notice: /Stage[main]/Main/File[/etc/keystone/ssl/private/signing_key.pem]/content: content changed '{md5}83a9060f9aa6b9f8cbccb5ae826668cb' to '{md5}4d360705f5141061e54a176341af2f32'
Notice: /Stage[main]/Main/File[/etc/keystone/ssl/certs/ca.pem]/content: content changed '{md5}9bf738590bd4e9546ddf440d5ee1c8ee' to '{md5}896528af8a7b6e806a92d6714ade6ad3'
Notice: /Stage[main]/Main/File[/etc/keystone/ssl/certs/signing_cert.pem]/content: content changed '{md5}60823cafbce9c929c1ad6bdd2f09059a' to '{md5}355b8b9b006c9632681035b0d7d61d4d'
Notice: /Stage[main]/Swift::Proxy/Service[swift-proxy]/ensure: ensure changed 'stopped' to 'running'
Notice: /Stage[main]/Keystone::Service/Service[keystone]: Triggered 'refresh' from 3 events
Notice: Finished catalog run in 131.88 seconds
+ rc=6
+ set -e
+ echo 'puppet apply exited with exit code 6'
puppet apply exited with exit code 6
+ '[' 6 '!=' 2 -a 6 '!=' 0 ']'
+ exit 6
[2015-09-22 18:09:33,252] (os-refresh-config) [ERROR] during configure phase. [Command '['dib-run-parts', '/usr/libexec/os-refresh-config/configure.d']' returned non-zero exit status 6]
[2015-09-22 18:09:33,253] (os-refresh-config) [ERROR] Aborting...
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 559, in install
_run_orc(instack_env)
File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 491, in _run_orc
_run_live_command(args, instack_env, 'os-refresh-config')
File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 322, in _run_live_command
raise RuntimeError('%s failed. See log for details.' % name)
RuntimeError: os-refresh-config failed. See log for details.
Command 'instack-install-undercloud' returned non-zero exit status 1
[stack@undercloud ~]$
[stack@undercloud ~]$
[stack@undercloud ~]$ yum repolist
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: mirror.netcologne.de
* epel: mirrors.n-ix.net
* extras: ftp.plusline.de
* updates: centos.datente.com
464 packages excluded due to repository priority protections
repo id repo name status
base/7/x86_64 CentOS-7 - Base 8,629+23
delorean delorean-openstack-gnocchi-8befab055f74ee9e701e333585defcc022ee32cf 252+107
delorean-common-testing/x86_64 delorean-common-testing 474+9
delorean-liberty-testing/x86_64 delorean-liberty-testing 17+1
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 8,105+418
extras/7/x86_64 CentOS-7 - Extras 204+10
updates/7/x86_64 CentOS-7 - Updates 1,477+3
repolist: 19,158
[stack@undercloud ~]$
|