-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/nodepool] 862522: Convert openstack driver to statemachine https://review.opendev.org/c/zuul/nodepool/+/862522 | 00:24 | |
-@gerrit:opendev.org- Michael Kelly proposed: [zuul/zuul] 865226: docs: Clarify zuul_console behaviour for Kubernetes job nodes https://review.opendev.org/c/zuul/zuul/+/865226 | 04:54 | |
@sarya009:matrix.org | Hi, I am trying to set-up a new stack with the below commands in python 3.9.15 and Ubuntu 20.04.4 LTS. I created a stack user and cloned devstack using 'git clone https://opendev.org/openstack/devstack' and checkout yoga and granted all permissions to user with help of chmod 755. Creating the local.conf file using below configuration. | 05:43 |
---|---|---|
vi local.conf | ||
[[local|localrc]] | ||
GIT_BASE=${GIT_BASE:-https://git.openstack.org} | ||
ADMIN_PASSWORD=XXXXX | ||
DATABASE_PASSWORD=XXXX | ||
RABBIT_PASSWORD=XXXX | ||
SERVICE_PASSWORD=XXXX | ||
HOST_IP=10.197.38.22X | ||
#all the parameters below are optional | ||
USE_SCREEN=TRUE | ||
VERBOSE=True | ||
LOG_COLOR=True | ||
NOVA_REPO=$GIT_BASE/openstack/nova.git | ||
NOVA_BRANCH=stable/yoga | ||
NEUTRON_REPO=$GIT_BASE/openstack/neutron.git | ||
NEUTRON_BRANCH=stable/yoga | ||
HORIZON_REPO=$GIT_BASE/openstack/horizon.git | ||
HORIZON_BRANCH=stable/yoga | ||
GLANCE_REPO=$GIT_BASE/openstack/glance.git | ||
GLANCE_BRANCH=stable/yoga | ||
./stack.sh | ||
while running last command './stack.sh' I am getting error : | ||
Failed to discover available identity versions when contacting http://10.197.38.224/identity. Attempting to parse version from URL. | ||
Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Internal Server Error (HTTP 500) | ||
++functions-common:oscwrap:2491 return 1 | ||
+lib/keystone:create_keystone_accounts:310 admin_project= | ||
+lib/keystone:create_keystone_accounts:1 exit_trap | ||
+./stack.sh:exit_trap:521 local r=1 | ||
++./stack.sh:exit_trap:522 jobs -p | ||
+./stack.sh:exit_trap:522 jobs=80759 | ||
+./stack.sh:exit_trap:525 [[ -n 80759 ]] | ||
+./stack.sh:exit_trap:525 [[ -n '' ]] | ||
+./stack.sh:exit_trap:531 '[' -f /tmp/tmp.d7oMMx7MH3 ']' | ||
+./stack.sh:exit_trap:532 rm /tmp/tmp.d7oMMx7MH3 | ||
+./stack.sh:exit_trap:536 kill_spinner | ||
+./stack.sh:kill_spinner:431 '[' '!' -z '' ']' | ||
+./stack.sh:exit_trap:538 [[ 1 -ne 0 ]] | ||
+./stack.sh:exit_trap:539 echo 'Error on exit' | ||
Error on exit | ||
+./stack.sh:exit_trap:541 type -p generate-subunit | ||
+./stack.sh:exit_trap:542 generate-subunit 1668766307 716 fail | ||
+./stack.sh:exit_trap:544 [[ -z /opt/stack/logs ]] | ||
+./stack.sh:exit_trap:547 /usr/bin/python3.9 /opt/stack/devstack/tools/worlddump.py -d /opt/stack/logs | ||
World dumping... see /opt/stack/logs/worlddump-2022-11-18-102343.txt for details | ||
+./stack.sh:exit_trap:556 exit 1 | ||
Any help would be appreciated | ||
@sarya009:matrix.org | * Hi, I am trying to set-up a new stack with the below commands in python 3.9.15 and Ubuntu 20.04.4 LTS. I created a stack user and cloned devstack using 'git clone https://opendev.org/openstack/devstack' and checkout yoga and granted all permissions to user with help of chmod 755. Creating the local.conf file using below configuration. | 07:47 |
vi local.conf | ||
\[\[local|localrc\]\] | ||
GIT\_BASE=${GIT\_BASE:-https://git.openstack.org} | ||
ADMIN\_PASSWORD=XXXXX | ||
DATABASE\_PASSWORD=XXXX | ||
RABBIT\_PASSWORD=XXXX | ||
SERVICE\_PASSWORD=XXXX | ||
HOST\_IP=10.197.38.22X | ||
#all the parameters below are optional | ||
USE\_SCREEN=TRUE | ||
VERBOSE=True | ||
LOG\_COLOR=True | ||
NOVA\_REPO=$GIT\_BASE/openstack/nova.git | ||
NOVA\_BRANCH=stable/yoga | ||
NEUTRON\_REPO=$GIT\_BASE/openstack/neutron.git | ||
NEUTRON\_BRANCH=stable/yoga | ||
HORIZON\_REPO=$GIT\_BASE/openstack/horizon.git | ||
HORIZON\_BRANCH=stable/yoga | ||
GLANCE\_REPO=$GIT\_BASE/openstack/glance.git | ||
GLANCE\_BRANCH=stable/yoga | ||
./stack.sh | ||
while running last command './stack.sh' I am getting error : | ||
Failed to discover available identity versions when contacting http://10.197.38.22x/identity. Attempting to parse version from URL. | ||
Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth\_url is correct. Internal Server Error (HTTP 500) | ||
++functions-common:oscwrap:2491 return 1 | ||
+lib/keystone:create\_keystone\_accounts:310 admin\_project= | ||
+lib/keystone:create\_keystone\_accounts:1 exit\_trap | ||
+./stack.sh:exit\_trap:521 local r=1 | ||
++./stack.sh:exit\_trap:522 jobs -p | ||
+./stack.sh:exit\_trap:522 jobs=80759 | ||
+./stack.sh:exit\_trap:525 \[\[ -n 80759 \]\] | ||
+./stack.sh:exit\_trap:525 \[\[ -n '' \]\] | ||
+./stack.sh:exit\_trap:531 '\[' -f /tmp/tmp.d7oMMx7MH3 '\]' | ||
+./stack.sh:exit\_trap:532 rm /tmp/tmp.d7oMMx7MH3 | ||
+./stack.sh:exit\_trap:536 kill\_spinner | ||
+./stack.sh:kill\_spinner:431 '\[' '!' -z '' '\]' | ||
+./stack.sh:exit\_trap:538 \[\[ 1 -ne 0 \]\] | ||
+./stack.sh:exit\_trap:539 echo 'Error on exit' | ||
Error on exit | ||
+./stack.sh:exit\_trap:541 type -p generate-subunit | ||
+./stack.sh:exit\_trap:542 generate-subunit 1668766307 716 fail | ||
+./stack.sh:exit\_trap:544 \[\[ -z /opt/stack/logs \]\] | ||
+./stack.sh:exit\_trap:547 /usr/bin/python3.9 /opt/stack/devstack/tools/worlddump.py -d /opt/stack/logs | ||
World dumping... see /opt/stack/logs/worlddump-2022-11-18-102343.txt for details | ||
+./stack.sh:exit\_trap:556 exit 1 | ||
Any help would be appreciated | ||
-@gerrit:opendev.org- Zuul merged on behalf of Ian Wienand: [zuul/zuul] 864230: docs: remove orphaned howto pages https://review.opendev.org/c/zuul/zuul/+/864230 | 11:43 | |
-@gerrit:opendev.org- Zuul merged on behalf of Michael Kelly: [zuul/zuul-operator] 853592: Allow the specification of storageClassName in PVCs https://review.opendev.org/c/zuul/zuul-operator/+/853592 | 12:14 | |
@fungicide:matrix.org | Stuti Arya: this is really not at all a good place to ask for help with that. you might try the https://app.element.io/#/room%2F%23oftc_%23openstack-qa%3Amatrix.org channel | 13:52 |
@fungicide:matrix.org | that is, the #openstack-qa channel on the oftc irc network (available on matrix via the oftc matrix bridge) | 13:52 |
-@gerrit:opendev.org- Zuul merged on behalf of Michael Kelly: [zuul/zuul] 865226: docs: Clarify zuul_console behaviour for Kubernetes job nodes https://review.opendev.org/c/zuul/zuul/+/865226 | 15:45 | |
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul] 865349: Update following changes logging https://review.opendev.org/c/zuul/zuul/+/865349 | 23:23 | |
@clarkb:matrix.org | corvus: ^ something like that for the depending change lookups maybe | 23:23 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!