Prepare full patrole testing 40/70440/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 3 Jul 2020 13:35:31 +0000 (15:35 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 3 Jul 2020 13:35:31 +0000 (15:35 +0200)
It adds the remaining services which didn't work before.
It may be needed for CNTT (see security discussion in vevent).

Change-Id: I36b3ad8bbfc8ffdcc427c3d97b92c78da27915c0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/smoke/Dockerfile

index d49fbb9..79ed325 100644 (file)
@@ -6,6 +6,9 @@ ARG CINDER_TEMPEST_TAG=master
 ARG KEYSTONE_TEMPEST_TAG=master
 ARG NEUTRON_TAG=master
 ARG GLANCE_TAG=master
+ARG NOVA_TAG=master
+ARG KEYSTONE_TAG=master
+ARG CINDER_TAG=master
 ARG BARBICAN_TAG=master
 ARG OCTAVIA_TAG=master
 ARG HEAT_TEMPEST_TAG=master
@@ -69,14 +72,18 @@ RUN apk --no-cache add --update libxml2 libxslt && \
     pip3 install --no-cache-dir --src /src -c/src/requirements/upper-constraints.txt \
         -c/src/functest/upper-constraints.txt \
         oslo.policy -e git+https://opendev.org/openstack/neutron.git@$NEUTRON_TAG#egg=neutron \
-        -e git+https://opendev.org/openstack/glance.git@$GLANCE_TAG#egg=glance && \
+        -e git+https://opendev.org/openstack/glance.git@$GLANCE_TAG#egg=glance \
+        -e git+https://opendev.org/openstack/nova.git@$NOVA_TAG#egg=nova \
+        -e git+https://opendev.org/openstack/keystone.git@$KEYSTONE_TAG#egg=keystone \
+        -e git+https://opendev.org/openstack/cinder.git@$CINDER_TAG#egg=cinder && \
     oslopolicy-sample-generator  --format json --output-file /etc/neutron/policy.json --namespace neutron && \
     oslopolicy-sample-generator  --format json --output-file /etc/glance/policy.json --namespace glance && \
     deactivate && \
     rm -r oslo /src/patrole /src/barbican-tempest-plugin /src/neutron-tempest-plugin \
         /src/cinder-tempest-plugin /src/keystone-tempest-plugin \
         /src/octavia-tempest-plugin /src/heat-tempest-plugin \
-        /src/telemetry-tempest-plugin /src/neutron /src/glance && \
+        /src/telemetry-tempest-plugin /src/neutron /src/glance /src/nova \
+        /src/keystone /src/cinder && \
     apk del .build-deps
 COPY compute.txt /home/opnfv/functest/data/refstack/compute.txt
 COPY object.txt /home/opnfv/functest/data/refstack/object.txt