Update cvp-sanity image version
* parametrize docker_image_cvp_sanity_checks
Change-Id: I4c79ea73f1600e2bc22762fec7a9846b871287d9
Prod-related: PROD-27768(PROD:27768)
(cherry picked from commit 33afffc96260e8e4bc11ee438b6d8dd6741cb46d)
diff --git a/defaults/docker_images.yml b/defaults/docker_images.yml
index 6dba818..ede473a 100644
--- a/defaults/docker_images.yml
+++ b/defaults/docker_images.yml
@@ -41,6 +41,8 @@
# keycloak
docker_image_keycloak_server: "${_param:mcp_docker_registry}/mirantis/external/jboss/keycloak:4.5.0.Final"
docker_image_keycloak_proxy: "${_param:mcp_docker_registry}/mirantis/external/jboss/keycloak:3.4.2.Final"
+ # CVP
+ docker_image_cvp_sanity_checks: ${_param:mcp_docker_registry}/mirantis/cvp/cvp-sanity-checks:2019.2.1
# aptly
docker_image_aptly:
base: "${_param:mcp_docker_registry}/mirantis/cicd/aptly:${_param:mcp_version}"
diff --git a/jenkins/client/job/validate.yml b/jenkins/client/job/validate.yml
index eed3084..b1d9832 100644
--- a/jenkins/client/job/validate.yml
+++ b/jenkins/client/job/validate.yml
@@ -202,7 +202,7 @@
description: Enable if you need to keep container after the test and debug
IMAGE:
type: string
- default: "${_param:mcp_docker_registry}/mirantis/cvp/cvp-sanity-checks:${_param:mcp_version}"
+ default: ${_param:docker_image_cvp_sanity_checks}
description: Docker image with tests and all pip dependecies to use for testing
SALT_MASTER_URL:
type: string
@@ -472,7 +472,7 @@
description: Enable if you need to keep container after the test and debug
IMAGE:
type: string
- default: "${_param:mcp_docker_registry}/mirantis/cvp/cvp-spt:${_param:mcp_version}"
+ default: ${_param:docker_image_cvp_sanity_checks}
description: Docker image with tests and all pip dependecies to use for testing
SALT_MASTER_URL:
type: string