Hide Forgot
Description of problem: Following the instructions from here: http://etherpad.corp.redhat.com/osp8-rhop-release ...the install process can't proceed beyond line #38. It stops with the following error: line 38: tripleo.sh --undercloud install fails with the following: + set -eu + set -o pipefail + '[' -z '/etc/yum.repos.d/rhos-release-8-director.repo /etc/yum.repos.d/rhos-release-rhel-7.2.repo' ']' + for file in '$DIB_YUM_REPO_CONF' + '[' '!' -f /etc/yum.repos.d/rhos-release-8-director.repo ']' + sudo cp -L -f /etc/yum.repos.d/rhos-release-8-director.repo /tmp/instack.vzZNiu/mnt/etc/yum.repos.d Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 773, in install _run_instack(instack_env) File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 657, in _run_instack _run_live_command(args, instack_env, 'instack') File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 346, in _run_live_command line = process.stdout.readline().decode() UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 4: ordinal not in range(128) Command 'instack-install-undercloud' returned non-zero exit status 1 Version-Release number of selected component (if applicable): Steps to Reproduce: 1. Follow instructions at http://etherpad.corp.redhat.com/osp8-rhop-release Actual results: Error as above Expected results: A completed Undercloud install Additional info:
Created attachment 1132812 [details] rhos-release-8-director.repo
Created attachment 1132813 [details] Full logfile from 'tripleo.sh -undercloud' run
Created attachment 1132816 [details] rhos-release-rhel-7.2.repo
Note this is running on RHEL7 with the following versions: [stack@pod5-infra1 yum.repos.d]$ uname -a Linux pod5-infra1.cloud.practice.redhat.com 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux [stack@pod5-infra1 yum.repos.d]$ rpm -qa |grep -i release redhat-release-server-7.1-1.el7.x86_64 rhos-release-1.0.35-1.noarch
Created attachment 1132846 [details] Full logfile from 'tripleo.sh -undercloud' run
tripleo.sh is not meant for use with osp-d. it really only works when using the upstream tripleo bits directly. does your issue reproduce on a clean environment where tripleo.sh has never been run?
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10.