Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix devstack trove deploying failed #432

Merged
merged 1 commit into from
Feb 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@
cmd: |
set -e
set -x
cd /opt/stack/trove/integration/scripts/
./trovestack install
./trovestack kick-start mysql
export BRIDGE_IP=10.1.0.1
export DEST='/opt/stack'
export PATH_DEVSTACK_SRC=$DEST/devstack
export TROVE_RESIZE_TIME_OUT=''
cd $DEST/trove
tox -etrovestack -vv -- install
tox -etrovestack -vv -- kick-start mysql
source /home/zuul/devstack/openrc admin admin

# Following commands show some info for debugging
Expand Down
1 change: 0 additions & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
description: |
Run terraform-provider-openstack trove acceptance test on master branch
run: playbooks/terraform-provider-openstack-acceptance-test-trove/run.yaml
nodeset: ubuntu-xenial-otc

- job:
name: terraform-provider-openstack-acceptance-test-lbaas
Expand Down
6 changes: 0 additions & 6 deletions zuul.d/nodesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@
- name: ubuntu-bionic-vxh-arm64
label: ubuntu-bionic-vxh-arm64

- nodeset:
name: ubuntu-xenial-otc
nodes:
- name: ubuntu-xenial-otc
label: ubuntu-xenial-otc

- nodeset:
name: ubuntu-xenial-huaweicloud
nodes:
Expand Down