diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-09-22 14:29:07 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-10-01 09:40:52 +0000 |
commit | 12fdada0fa486e373765260902ffc4b73058142c (patch) | |
tree | 266c4b90504133226a2fb799389f3f66292f88ee /ansible/roles/chrony | |
parent | c0972661d82c9a115308f7fc930cb2caa0aee886 (diff) |
[MOLECULE] Upgrade roles tests image to Centos7.9
Change-Id: I2ae6cba6e6e6bcc629dceb21609cb35cb75ea4cf
Issue-ID: OOM-2837
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles/chrony')
-rw-r--r-- | ansible/roles/chrony/molecule/default/molecule.yml | 4 | ||||
-rw-r--r-- | ansible/roles/chrony/molecule/external_time_source/molecule.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ansible/roles/chrony/molecule/default/molecule.yml b/ansible/roles/chrony/molecule/default/molecule.yml index 78d6f32a..93d89f52 100644 --- a/ansible/roles/chrony/molecule/default/molecule.yml +++ b/ansible/roles/chrony/molecule/default/molecule.yml @@ -10,7 +10,7 @@ lint: | flake8 platforms: - name: infra_host - image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.6} + image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.9} pre_build_image: True privileged: true volume_mounts: @@ -19,7 +19,7 @@ platforms: groups: - infrastructure - name: node0 - image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.6} + image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.9} pre_build_image: True privileged: true volume_mounts: diff --git a/ansible/roles/chrony/molecule/external_time_source/molecule.yml b/ansible/roles/chrony/molecule/external_time_source/molecule.yml index ac32f330..07810b86 100644 --- a/ansible/roles/chrony/molecule/external_time_source/molecule.yml +++ b/ansible/roles/chrony/molecule/external_time_source/molecule.yml @@ -10,7 +10,7 @@ lint: | flake8 platforms: - name: infra_host - image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.6} + image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.9} pre_build_image: True privileged: true volume_mounts: @@ -19,7 +19,7 @@ platforms: groups: - infrastructure - name: node0 - image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.6} + image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.9} pre_build_image: True privileged: true volume_mounts: |