devstack ubuntu broken pipe error (current and rocky)
Hi!
Seems I'm trying to do something a little less common which is install devstack on Ubuntu 18.04.02 LTS without doing a conjure-up or something similar. The machine is fully updated/upgraded. No new packages added. Git was already a part of the server install.
My goal is to do something like tripleo (OpenStack on OpenStack) on Ubuntu.
So the idea was install devstack on a single machine.
So did the git clone against master put a local.conf in, (even tried the exact example on this page (https://docs.openstack.org/devstack/latest/guides/single-machine.html)) (https://docs.openstack.org/devstack/l...) ran "./stack.sh"
If I use master the error occurs on line 540. If I got to stable/rocky it appears on 533.
++functions-common:trueorfalse:143 xtrace='set -o xtrace'
++functions-common:trueorfalse:144 set +o xtrace
+functions-common:git_clone:502 RECLONE=False
+functions-common:git_clone:503 [[ 0 -gt 0 ]]
+functions-common:git_clone:507 [[ False = \T\r\u\e ]]
+functions-common:git_clone:516 echo stable/rocky
+functions-common:git_clone:516 egrep -q '^refs'
+functions-common:git_clone:530 [[ ! -d /opt/stack/requirements ]]
+functions-common:git_clone:538 [[ False = \T\r\u\e ]]
+functions-common:git_clone:564 cd /opt/stack/requirements
+functions-common:git_clone:565 git show --oneline
+functions-common:git_clone:565 head -1
deb35373 update constraint for python-swiftclient to new release 3.7.0
+functions-common:git_clone:566 cd /opt/stack/devstack
+./stack.sh:main:755 echo_summary 'Installing package prerequisites'
+./stack.sh:echo_summary:434 [[ -t 3 ]]
+./stack.sh:echo_summary:434 [[ True != \T\r\u\e ]]
+./stack.sh:echo_summary:440 echo -e Installing package prerequisites
++./stack.sh:echo_summary:1 exit_trap
++./stack.sh:exit_trap:515 local r=1
+++./stack.sh:exit_trap:516 jobs -p
++./stack.sh:exit_trap:516 jobs=
++./stack.sh:exit_trap:519 [[ -n '' ]]
++./stack.sh:exit_trap:525 '[' -f '' ']'
++./stack.sh:exit_trap:530 kill_spinner
++./stack.sh:kill_spinner:425 '[' '!' -z '' ']'
++./stack.sh:exit_trap:532 [[ 1 -ne 0 ]]
++./stack.sh:exit_trap:533 echo 'Error on exit'
./stack.sh: line 533: echo: write error: Broken pipe
Not sure where to go from here. I checked for text file logs or logs to journalctl as the stack user and don't see them.
Thanks in advance!