Skip to content

Instantly share code, notes, and snippets.

@bdemers
Created June 30, 2015 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdemers/e08f13bedeb696253caf to your computer and use it in GitHub Desktop.
Save bdemers/e08f13bedeb696253caf to your computer and use it in GitHub Desktop.
undercloud-install-error
[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
@bdemers
Copy link
Author

bdemers commented Jun 30, 2015

[stack@manager ~]$ diff /usr/share/instack-undercloud/instack.answers.sample ~/instack.answers
27c27
< LOCAL_INTERFACE=eth1

---
> LOCAL_INTERFACE=enp12s0
81c81
< UNDERCLOUD_ADMIN_PASSWORD=

---
> UNDERCLOUD_ADMIN_PASSWORD=password

@bdemers
Copy link
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