diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-04-09 10:26:20 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-04-09 10:26:20 +0200 |
commit | d1cdcec54ca9fdefd0bad58f0936c2b8099851c0 (patch) | |
tree | f9813a91df5cfa4f59f28241dcc862a0fcfa069f | |
parent | 21c39f054da6f656719a9ae076d08f2363bf40aa (diff) |
Update image name for Molecule
Sanitizing image name for Molecule testing with
new updated naming pattern.
Change-Id: I1565242f0ddd88b0df758ebb3519f2e059f22c02
Issue-ID: OOM-1774
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-rw-r--r-- | ansible/roles/nfs/molecule/default/molecule.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/nfs/molecule/default/molecule.yml b/ansible/roles/nfs/molecule/default/molecule.yml index 552f4bcc..71e08d03 100644 --- a/ansible/roles/nfs/molecule/default/molecule.yml +++ b/ansible/roles/nfs/molecule/default/molecule.yml @@ -7,7 +7,7 @@ lint: name: yamllint platforms: - name: kubernetes-node-1 - image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos7}:${PREBUILD_DISTRO_VERSION:-latest} + image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.6} pre_build_image: true privileged: true command: ${MOLECULE_DOCKER_COMMAND:-""} @@ -21,7 +21,7 @@ platforms: - ${HOME}/data:/dockerdata-nfs:rw - name: kubernetes-node-2 - image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos7}:${PREBUILD_DISTRO_VERSION:-latest} + image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.6} pre_build_image: true privileged: true command: ${MOLECULE_DOCKER_COMMAND:-""} |