diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-06-12 17:39:04 +0200 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-08-21 13:33:26 +0200 |
commit | 973920421d98159a3d91790859061ee718cd1e07 (patch) | |
tree | a48dcdfbeb128cf337e0650261b88c1bef1aa9a8 /xci/playbooks/roles/prepare-functest | |
parent | c1ef2d45fe71dda92ec2f015b2ccd70ce2855d85 (diff) |
xci: Bump OSA and bifrost SHAs
This change
- bumps OSA SHA to cbfdb7dc295ff702044b807336fab067d84a3f20
(mostly based on Rocky RC1)
- bumps bifrost SHA to c1c6fb7487d5b967624400623fd35aabf303b917
- pins Ansible to 2.4.6.0
- switches to ollivier/functest-healtcheck since OS is bumped to Rocky
Change-Id: Icc14e3e794b489dafd78b426c54051a3732ccb1a
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/playbooks/roles/prepare-functest')
-rw-r--r-- | xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 b/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 index 52bca30b..6e62a3bb 100644 --- a/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 +++ b/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 @@ -54,13 +54,13 @@ else fi # docker image to use will be different for healthcheck and smoke test -DOCKER_IMAGE_NAME="opnfv/functest-${FUNCTEST_SUITE_NAME}" +DOCKER_IMAGE_NAME="ollivier/functest-${FUNCTEST_SUITE_NAME}" sudo docker run --env-file env \ -v $(pwd)/openrc:/home/opnfv/functest/conf/env_file \ -v $(pwd)/images:/home/opnfv/functest/images \ -v $(pwd)/results:/home/opnfv/functest/results \ - ${DOCKER_IMAGE_NAME}@${OPNFV_FUNCTEST_HEALTHCHECK_DOCKER_IMAGE_DIGEST} + ${DOCKER_IMAGE_NAME} {% else %} {# stuff needed for Kubernetes based scenarios #} # Create k8s.creds file for functest |