Skip to content

Commit 586c42a

Browse files
authored
Merge pull request apache#144 from theopenlab/revert-142-master
Revert "Support enabling Zun on devstack"
2 parents 8b21de4 + ee72f17 commit 586c42a

File tree

2 files changed

+0
-20
lines changed
  • playbooks/gophercloud-acceptance-test
  • roles/create-devstack-local-conf/tasks

2 files changed

+0
-20
lines changed

playbooks/gophercloud-acceptance-test/run.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
enable_services:
77
- 'manila'
88
- 'designate'
9-
- 'zun'
109
- install-devstack
1110
tasks:
1211
- shell:

roles/create-devstack-local-conf/tasks/main.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -130,22 +130,3 @@
130130
environment: '{{ zuul | zuul_legacy_vars }}'
131131
when:
132132
- '"fwaas-v2" in enable_services'
133-
134-
- name: create devstack local conf with zun enabled
135-
shell:
136-
cmd: |
137-
set -e
138-
set -x
139-
cat << EOF >> /tmp/dg-local.conf
140-
enable_service zun-api,zun-compute,zun-wsproxy
141-
enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container
142-
KURYR_CAPABILITY_SCOPE=global
143-
KURYR_ETCD_PORT=2379
144-
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
145-
enable_plugin zun https://git.openstack.org/openstack/zun
146-
EOF
147-
executable: /bin/bash
148-
chdir: '{{ ansible_user_dir }}/workspace'
149-
environment: '{{ zuul | zuul_legacy_vars }}'
150-
when:
151-
- '"zun" in enable_services'

0 commit comments

Comments
 (0)