File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
playbooks/gophercloud-acceptance-test
roles/create-devstack-local-conf/tasks Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 66 enable_services :
77 - ' manila'
88 - ' designate'
9- - ' zun'
109 - install-devstack
1110 tasks :
1211 - shell :
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments