Skip to content

Commit

Permalink
Merge pull request apache#171 from hongbin/gophercloud
Browse files Browse the repository at this point in the history
Enable Octavia in gophercloud jobs
  • Loading branch information
liusheng authored Apr 28, 2018
2 parents d5435b9 + a3f6f86 commit 3d9fee1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/gophercloud-acceptance-test/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- 'manila'
- 'designate'
- 'zun'
- 'lbaas'
- install-devstack
tasks:
- name: Run acceptance tests with gophercloud
Expand Down Expand Up @@ -49,6 +50,7 @@
go test -v -tags "fixtures acceptance" ./acceptance/openstack/networking/v2/
go test -v -tags "fixtures acceptance" ./acceptance/openstack/blockstorage/v2/
go test -v -tags "fixtures acceptance" -run "SecGroup|Flavor" ./acceptance/openstack/compute/v2/
go test -v -tags "fixtures acceptance" ./acceptance/openstack/loadbalancer/v2/
# To enable more after the fix of https://github.com/gophercloud/gophercloud/issues/608
# go test -v -tags "fixtures acceptance" ./acceptance/openstack/imageservice/v2/
# go test -v -tags "fixtures acceptance" ./acceptance/openstack/identity/v2/
Expand Down
4 changes: 4 additions & 0 deletions roles/install-devstack/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
export PROJECTS="openstack/devstack-plugin-container $PROJECTS"
export PROJECTS="openstack/kuryr-libnetwork $PROJECTS"
export PROJECTS="openstack/zun openstack/zun-tempest-plugin $PROJECTS"
export PROJECTS="openstack/diskimage-builder $PROJECTS"
export PROJECTS="openstack/tripleo-image-elements $PROJECTS"
export PROJECTS="openstack/neutron-lbaas $PROJECTS"
export PROJECTS="openstack/octavia openstack/python-octaviaclient $PROJECTS"
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
Expand Down

0 comments on commit 3d9fee1

Please sign in to comment.