Created
June 30, 2015 20:17
-
-
Save bdemers/e08f13bedeb696253caf to your computer and use it in GitHub Desktop.
undercloud-install-error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[stack@manager ~]$ rpm -qi python-rdomanager-oscplugin | |
Name : python-rdomanager-oscplugin | |
Version : 0.0.0.post52 | |
Release : 2.el7ost | |
[stack@manager ~]$ openstack undercloud install | |
... | |
WARNING: map-packages is deprecated. Please use the pkg-map element. | |
Running install-packages install. Package list: iptables-services | |
Loaded plugins: product-id, subscription-manager | |
Package iptables-services-1.4.21-13.el7.x86_64 already installed and latest version | |
Nothing to do | |
+ touch /etc/sysconfig/iptables | |
+ os-svc-enable -n iptables | |
+ set -o pipefail | |
+ echo systemd | |
WARNING: map-services has been deprecated. Please use the svc-map element. | |
Failed to issue method call: Access denied | |
INFO: 2015-06-30 13:11:49,869 -- ############### End stdout/stderr logging ############### | |
ERROR: 2015-06-30 13:11:49,869 -- Hook FAILED. | |
ERROR: 2015-06-30 13:11:49,869 -- Failed running command ['dib-run-parts', u'/tmp/tmp26iyZ1/pre-install.d'] | |
File "/usr/lib/python2.7/site-packages/instack/main.py", line 163, in main | |
em.run() | |
File "/usr/lib/python2.7/site-packages/instack/runner.py", line 79, in run | |
self.run_hook(hook) | |
File "/usr/lib/python2.7/site-packages/instack/runner.py", line 174, in run_hook | |
raise Exception("Failed running command %s" % command) | |
ERROR: 2015-06-30 13:11:49,870 -- None | |
ERROR: openstack Command 'instack-install-undercloud' returned non-zero exit status 1 |
Author
bdemers
commented
Jun 30, 2015
[stack@manager ~]$ sudo systemctl status iptables
iptables.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment