[MOLECULE] Upgrade roles tests image to Centos7.9 17/124417/5
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Wed, 22 Sep 2021 12:29:07 +0000 (14:29 +0200)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 27 Sep 2021 13:18:03 +0000 (13:18 +0000)
Change-Id: I2ae6cba6e6e6bcc629dceb21609cb35cb75ea4cf
Issue-ID: OOM-2837
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
16 files changed:
ansible/roles/certificates/molecule/default/molecule.yml
ansible/roles/chartmuseum/molecule/default/molecule.yml
ansible/roles/chrony/molecule/default/molecule.yml
ansible/roles/chrony/molecule/external_time_source/molecule.yml
ansible/roles/dns/molecule/default/molecule.yml
ansible/roles/docker/molecule/default/molecule.yml
ansible/roles/k8s-persistent-volume/molecule/default/molecule.yml
ansible/roles/kubectl/molecule/default/molecule.yml
ansible/roles/nexus/molecule/default/molecule.yml
ansible/roles/nfs/molecule/default/molecule.yml
ansible/roles/nginx/molecule/default/molecule.yml
ansible/roles/package-repository-check/molecule/default/molecule.yml
ansible/roles/resource-data/molecule/default/molecule.yml
ansible/roles/rke/molecule/default/molecule.yml
ansible/roles/rke/molecule/etcd_storage/molecule.yml
ansible/roles/vncserver/molecule/default/molecule.yml

index 98db057..2672d5c 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 platforms:
   - name: infrastructure-server
-    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
     command: ${MOLECULE_DOCKER_COMMAND:-""}
@@ -18,7 +18,7 @@ platforms:
       - infrastructure
 
   - name: kubernetes-node-1
-    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
     command: ${MOLECULE_DOCKER_COMMAND:-""}
index 2b64ce9..6ef819f 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 platforms:
   - name: instance-chartmuseum
-    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
     override_command: False
index 78d6f32..93d89f5 100644 (file)
@@ -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:
index ac32f33..07810b8 100644 (file)
@@ -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:
index a2d2c20..c3ed309 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 platforms:
   - name: infrastructure-server
-    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
     override_command: False
index adc7c54..7903a61 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 platforms:
   - name: infrastructure-server
-    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
     command: ${MOLECULE_DOCKER_COMMAND:-""}
index dbbf0d8..eb53f93 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 platforms:
   - name: infrastructure-k8s-persistent-volume
-    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
     groups:
       - infrastructure
index a91d512..34faed1 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 platforms:
   - name: infrastructure-server
-    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
     override_command: False
index c514561..63ff4fa 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 platforms:
   - name: infrastructure-server
-    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
     override_command: false
index 121297e..c7b991e 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 platforms:
   - name: kubernetes-node-1
-    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
     command: ${MOLECULE_DOCKER_COMMAND:-""}
@@ -25,7 +25,7 @@ platforms:
       - /dockerdata-nfs
 
   - name: kubernetes-node-2
-    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
     command: ${MOLECULE_DOCKER_COMMAND:-""}
index c514561..63ff4fa 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 platforms:
   - name: infrastructure-server
-    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
     override_command: false
index 78d6f32..93d89f5 100755 (executable)
@@ -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:
index 89e3888..5711a7f 100644 (file)
@@ -11,7 +11,7 @@ lint: |
 platforms:
 
   - name: resource-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
     command: ${MOLECULE_DOCKER_COMMAND:-""}
@@ -24,7 +24,7 @@ platforms:
       #  - ${HOME}/resource-data:/data:rw  # mount fs from host to get nfs exportfs task working
 
   - name: infrastructure-server
-    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
     command: ${MOLECULE_DOCKER_COMMAND:-""}
index 994d44f..6f1aac2 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 platforms:
   - name: infrastructure-server
-    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
     override_command: false
@@ -20,7 +20,7 @@ platforms:
       - kubernetes-control-plane
       - kubernetes
   - name: kubernetes-node-1
-    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
     override_command: false
index 2f01df1..cfd169e 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 platforms:
   - name: infrastructure-server
-    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
     override_command: false
@@ -20,7 +20,7 @@ platforms:
       - kubernetes-control-plane
       - kubernetes
   - name: kubernetes-node-1
-    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
     override_command: false
index 4486c00..a4d2ad4 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 platforms:
   - name: infrastructure-server
-    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
     volumes: