[MOLECULE] Upgrade playbook tests image to Centos7.9 16/124416/4
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Wed, 22 Sep 2021 12:28:09 +0000 (14:28 +0200)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 27 Sep 2021 13:17:49 +0000 (13:17 +0000)
Change-Id: I7b2d67a25da0433f073e13616cdbb0291fc1a7b9
Issue-ID: OOM-2837
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
ansible/test/images/docker/centos7/build.sh
ansible/test/play-infrastructure/molecule/default/molecule.yml
ansible/test/play-resources/molecule/default/molecule.yml
ansible/test/play-resources/molecule/nfs/molecule.yml
ansible/test/play-rke/molecule/default/molecule.yml
ansible/test/play-rke/molecule/helm3/molecule.yml

index dede521..05d28c1 100755 (executable)
@@ -2,7 +2,7 @@
 
 #   COPYRIGHT NOTICE STARTS HERE
 
-#   Copyright 2018 © Samsung Electronics Co., Ltd.
+#   Copyright 2021 © Samsung Electronics Co., Ltd.
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
@@ -19,5 +19,5 @@
 #   COPYRIGHT NOTICE ENDS HERE
 
 set -e
-TAG=${1:-centos7.6}
+TAG=${1:-centos7.9}
 docker build . -t molecule-centos:${TAG}
index 6aea7a3..c39c862 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
@@ -25,7 +25,7 @@ platforms:
     purge_networks: true
 
   - 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 5c7dbd5..eaa42bc 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 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
     override_command: false
@@ -22,7 +22,7 @@ platforms:
       - name: resource-data
 
   - 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 25a1406..bb040a5 100644 (file)
@@ -10,7 +10,7 @@ lint: |
   flake8
 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
     override_command: false
@@ -23,7 +23,7 @@ platforms:
       - name: resource-data
 
   - 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 13fe96b..39945a2 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 13fe96b..39945a2 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