Add TaaS to stein neutron images

Change-Id: I08873f8ee4003a0d3544d4e36a4b7a27261fe240
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2020-05-13 10:48:05 -05:00 committed by Gage Hugo
parent 548c599498
commit 0379bf8abd
2 changed files with 3 additions and 1 deletions

View File

@ -194,7 +194,7 @@ cinder_profiles=${cinder_profiles:-"'fluent lvm ceph qemu'"}
cinder_pip_packages=${cinder_pip_packages:-"'pycrypto python-swiftclient'"}
neutron_profiles=${neutron_profiles:-"'fluent linuxbridge openvswitch'"}
neutron_dist_packages=${neutron_dist_packages:-"jq"}
neutron_pip_packages=${neutron_pip_packages:-"pycrypto"}
neutron_pip_packages=${neutron_pip_packages:-"'tap-as-a-service pycrypto'"}
nova_profiles=${nova_profiles:-"'fluent ceph linuxbridge openvswitch configdrive qemu apache'"}
nova_pip_packages=${nova_pip_packages:-"pycrypto"}
nova_dist_packages=${nova_dist_packages:-"net-tools"}

View File

@ -175,6 +175,7 @@
- "PROJECT='neutron'"
- "PROJECT_REF={{ branchname }}"
- "PROFILES='fluent linuxbridge openvswitch'"
- "PIP_PACKAGES='tap-as-a-service'"
- "DIST_PACKAGES='jq'"
- "WHEELS='{{ wheels_location }}'"
tags: *imagetag
@ -187,6 +188,7 @@
- "PROJECT='neutron'"
- "PROJECT_REF={{ branchname }}"
- "PROFILES='fluent neutron linuxbridge openvswitch'"
- "PIP_PACKAGES='tap-as-a-service'"
- "DIST_PACKAGES='ethtool lshw'"
- "WHEELS='{{ wheels_location }}'"
tags: