Add apache profile to neutron and cinder

Neutron and cinder supports running behind apache, this change
adds the apache profile to the neutron and cinder image to be picked
up by loci.

Change-Id: Ic7940a4a04c10cd0c41f0fb723423170f1ee3c47
This commit is contained in:
Gupta, Sangeet (sg774j) 2020-06-12 18:31:58 +00:00 committed by Sangeet Gupta
parent 2c991fb1df
commit 8ad9b39f7b
2 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ glance_profiles=${glance_profiles:-"'fluent ceph'"}
glance_pip_packages=${glance_pip_packages:-"'pycrypto python-swiftclient'"}
cinder_profiles=${cinder_profiles:-"'fluent lvm ceph qemu apache'"}
cinder_pip_packages=${cinder_pip_packages:-"'pycrypto python-swiftclient'"}
neutron_profiles=${neutron_profiles:-"'fluent linuxbridge openvswitch'"}
neutron_profiles=${neutron_profiles:-"'fluent linuxbridge openvswitch apache'"}
neutron_dist_packages=${neutron_dist_packages:-"'jq ethtool lshw'"}
neutron_pip_packages=${neutron_pip_packages:-"'tap-as-a-service pycrypto'"}
nova_profiles=${nova_profiles:-"'fluent ceph linuxbridge openvswitch configdrive qemu apache'"}

View File

@ -178,7 +178,7 @@
- "PYTHON3={{ python3 }}"
- "PROJECT='cinder'"
- "PROJECT_REF={{ branchname }}"
- "PROFILES='fluent lvm ceph qemu'"
- "PROFILES='fluent lvm ceph qemu apache'"
- "PIP_PACKAGES='python-swiftclient'"
- "WHEELS='{{ wheels_location }}'"
tags: *imagetag
@ -190,7 +190,7 @@
- "PYTHON3={{ python3 }}"
- "PROJECT='neutron'"
- "PROJECT_REF={{ branchname }}"
- "PROFILES='fluent linuxbridge openvswitch'"
- "PROFILES='fluent linuxbridge openvswitch apache'"
- "PIP_PACKAGES='tap-as-a-service'"
- "DIST_PACKAGES='jq ethtool lshw'"
- "WHEELS='{{ wheels_location }}'"