On Fri, Sep 18, 2015 at 12:42 PM, Christopher Brown <cbrown2(a)ocf.co.uk> wrote:
Something is going very wrong somewhere.
I have tried several different ways _just_ to install the undercloud.
Using:
http://trunk.rdoproject.org/centos7/current/delorean.repo
I get the following error:
+ semodule -i /opt/stack/selinux-policy/ipxe.pp
dib-run-parts Fri 18 Sep 17:01:04 BST 2015 00-apply-selinux-policy
completed
dib-run-parts Fri 18 Sep 17:01:04 BST 2015
Running
/usr/libexec/os-refresh-config/configure.d/20-compile-and-install-selinux-policies
+ set -o pipefail
++ mktemp -d
+ TMPDIR=/tmp/tmp.ZWLD1K9BTD
+ '[' -x /usr/sbin/semanage ']'
+ cd /tmp/tmp.ZWLD1K9BTD
++ ls '/opt/stack/selinux-policy/*.te'
ls: cannot access /opt/stack/selinux-policy/*.te: No such file or
directory
+ semodule -i '/tmp/tmp.ZWLD1K9BTD/*.pp'
semodule: Failed on /tmp/tmp.ZWLD1K9BTD/*.pp!
[2015-09-18 17:01:04,559] (os-refresh-config) [ERROR] during configure
phase. [Command '['dib-run-parts',
'/usr/libexec/os-refresh-config/configure.d']' returned non-zero exit
status 1]
With
http://trunk.rdoproject.org/centos7/38/1c/381cac9139096bfef49952f3fd67e19...
I get the same error.
This is regardless of:
export DIB_INSTALLTYPE_puppet_modules=source
I ran into this error as well. Unfortunately, using the delorean repo
straight from current is as this thread indicates, not stable. There's
an outstanding review here that uses a good delorean repo to install
from:
https://review.openstack.org/#/c/223293/2
I highly recommend using that and going from there. Do make note that
in this particular delorean repo, inspector needs to be set to
disabled and the conductor service either restarted or sent a HUP
signal.