File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
playbooks/gophercloud-acceptance-test
create-devstack-local-conf/tasks Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 6
6
enable_services :
7
7
- ' manila'
8
8
- ' designate'
9
+ - ' zun'
9
10
- install-devstack
10
11
tasks :
11
12
- shell :
Original file line number Diff line number Diff line change 130
130
environment : ' {{ zuul | zuul_legacy_vars }}'
131
131
when :
132
132
- ' "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'
Original file line number Diff line number Diff line change 16
16
export PROJECTS="openstack/designate $PROJECTS"
17
17
export PROJECTS="openstack/python-manilaclient openstack/manila-tempest-plugin $PROJECTS"
18
18
export PROJECTS="openstack/barbican openstack/python-barbicanclient $PROJECTS"
19
+ export PROJECTS="openstack/devstack-plugin-container $PROJECTS"
20
+ export PROJECTS="openstack/kuryr-libnetwork $PROJECTS"
21
+ export PROJECTS="openstack/zun $PROJECTS"
19
22
20
23
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
21
24
./safe-devstack-vm-gate-wrap.sh
You can’t perform that action at this time.
0 commit comments