From ca2b5d233c09539c9d699b9998e43a4c973eefed Mon Sep 17 00:00:00 2001 From: kaushikpuneet07 Date: Fri, 7 Mar 2025 21:40:11 +0530 Subject: [PATCH 1/7] update in PXC revision --- VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSIONS b/VERSIONS index cd6af046f..6bfdcff89 100644 --- a/VERSIONS +++ b/VERSIONS @@ -51,8 +51,8 @@ PXC57_REV="8f54dd2" PXC57_WSREP="3.65(rf47405c)" PXC80_VER="8.0.41-32" PXC80_INNODB="32" -PXC80_REV="a37acf4" -PXC80_WSREP="4.21(79eda49f)" +PXC80_REV="9cd31bf" +PXC80_WSREP="4.21(79eda49)" PROXYSQL_VER="1.4.16-percona-1.1" PROXYSQL2_VER="2.7.1-percona-1.2" PMP_VER="1.1.7" From 53a88a51271ec8c183b96cb62beddd2aa8f08654 Mon Sep 17 00:00:00 2001 From: kaushikpuneet07 Date: Wed, 20 Aug 2025 18:26:36 +0530 Subject: [PATCH 2/7] update --- VERSIONS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSIONS b/VERSIONS index 9f5fe74d6..289db65fc 100644 --- a/VERSIONS +++ b/VERSIONS @@ -33,12 +33,12 @@ PS56_VER="5.6.51-91.0" PS56_REV="b59139e" PS57_VER="5.7.44-54" PS57_REV="aeb2dcece84" -PS80_VER="8.0.42-33" -PS80_REV="9dc49998" +PS80_VER="8.0.43-34" +PS80_REV="a74dc227" PS84_VER="8.4.5-5" PS84_REV="3d3abca6" -PS80_PRO_VER="8.0.42-33" -PS80_PRO_REV="9dc49998" +PS80_PRO_VER="8.0.43-34" +PS80_PRO_REV="a74dc227" PS84_PRO_VER="8.4.5-5" PS84_PRO_REV="3d3abca6" PS81_VER="8.1.0-1" From 8465ae3edf31cc9e53d868b82fe75f40bfec34dc Mon Sep 17 00:00:00 2001 From: kaushikpuneet07 Date: Mon, 29 Sep 2025 18:05:00 +0530 Subject: [PATCH 3/7] update in tarball tests --- .../NON-PRO/test-pxc-binary-tarball.groovy | 34 +++++++++++++++++-- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/binary-tarball-tests/pxc/NON-PRO/test-pxc-binary-tarball.groovy b/binary-tarball-tests/pxc/NON-PRO/test-pxc-binary-tarball.groovy index 88e59fc94..2e048298f 100644 --- a/binary-tarball-tests/pxc/NON-PRO/test-pxc-binary-tarball.groovy +++ b/binary-tarball-tests/pxc/NON-PRO/test-pxc-binary-tarball.groovy @@ -15,7 +15,7 @@ pipeline { stages { stage('Binary tarball test') { parallel { - /* stage('Ubuntu Noble') { + stage('Ubuntu Noble') { agent { label "min-noble-x64" } @@ -42,7 +42,7 @@ pipeline { junit 'package-testing/binary-tarball-tests/pxc/NON-PRO/report.xml' } } - } */ + } stage('Ubuntu Jammy') { agent { label "min-jammy-x64" @@ -211,6 +211,34 @@ pipeline { } } } + stage('RHEL-10') { + agent { + label "min-rhel-10-x64" + } + steps { + script { + currentBuild.displayName = "#${BUILD_NUMBER}-${PXC_VERSION}-${PXC_REVISION}" + } + withCredentials([usernamePassword(credentialsId: 'PS_PRIVATE_REPO_ACCESS', passwordVariable: 'PASSWORD', user> + sh ''' + echo "${BUILD_TYPE_MINIMAL}" + MINIMAL="" + if [ "${BUILD_TYPE_MINIMAL}" = "true" ]; then + MINIMAL="-minimal" + fi + TARBALL_NAME="Percona-XtraDB-Cluster_${PXC_VERSION}_Linux.x86_64.glibc2.35${MINIMAL}.tar.gz" + TARBALL_LINK="https://downloads.percona.com/downloads/TESTING/pxc-${PXC_VERSION_MAJOR}/" + rm -rf package-testing + sudo yum install -y git wget tar + git clone https://github.com/kaushikpuneet07/package-testing.git --branch rhel10-pxc --depth 1 + cd package-testing/binary-tarball-tests/pxc/NON-PRO + wget -q "${TARBALL_LINK}${TARBALL_NAME}" + ./run.sh || true + ''' + junit 'package-testing/binary-tarball-tests/pxc/NON-PRO/report.xml' + } + } + } } } } @@ -219,4 +247,4 @@ pipeline { cleanWs() } } -} \ No newline at end of file +} From 81cd063d9e1150d35170387774dcdeb786fd2966 Mon Sep 17 00:00:00 2001 From: kaushikpuneet07 Date: Tue, 2 Dec 2025 15:44:17 +0530 Subject: [PATCH 4/7] update PS84 innodbcluster job --- molecule/ps-innodb-cluster/Jenkinsfile | 2 +- .../router/molecule/al-2023-arm/molecule.yml | 35 +++++++++++ .../router/molecule/al-2023/molecule.yml | 35 +++++++++++ .../molecule/debian-13-arm/molecule.yml | 35 +++++++++++ .../router/molecule/debian-13/molecule.yml | 35 +++++++++++ .../server/molecule/al-2023-arm/molecule.yml | 59 +++++++++++++++++++ .../server/molecule/al-2023/molecule.yml | 59 +++++++++++++++++++ .../molecule/debian-13-arm/molecule.yml | 59 +++++++++++++++++++ .../server/molecule/debian-13/molecule.yml | 59 +++++++++++++++++++ tasks/test_prep.yml | 4 +- 10 files changed, 379 insertions(+), 3 deletions(-) create mode 100644 molecule/ps-innodb-cluster/router/molecule/al-2023-arm/molecule.yml create mode 100644 molecule/ps-innodb-cluster/router/molecule/al-2023/molecule.yml create mode 100644 molecule/ps-innodb-cluster/router/molecule/debian-13-arm/molecule.yml create mode 100644 molecule/ps-innodb-cluster/router/molecule/debian-13/molecule.yml create mode 100644 molecule/ps-innodb-cluster/server/molecule/al-2023-arm/molecule.yml create mode 100644 molecule/ps-innodb-cluster/server/molecule/al-2023/molecule.yml create mode 100644 molecule/ps-innodb-cluster/server/molecule/debian-13-arm/molecule.yml create mode 100644 molecule/ps-innodb-cluster/server/molecule/debian-13/molecule.yml diff --git a/molecule/ps-innodb-cluster/Jenkinsfile b/molecule/ps-innodb-cluster/Jenkinsfile index a8be0eab7..ef9559816 100644 --- a/molecule/ps-innodb-cluster/Jenkinsfile +++ b/molecule/ps-innodb-cluster/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { fi pip3 install ansible python-vagrant testinfra pytest rm -rf package-testing - git clone https://github.com/Percona-QA/package-testing.git --branch master --depth 1 + git clone https://github.com/kaushikpuneet07/package-testing.git --branch ps84-inno --depth 1 ''' } //end steps } //end Prepare stage diff --git a/molecule/ps-innodb-cluster/router/molecule/al-2023-arm/molecule.yml b/molecule/ps-innodb-cluster/router/molecule/al-2023-arm/molecule.yml new file mode 100644 index 000000000..87586c485 --- /dev/null +++ b/molecule/ps-innodb-cluster/router/molecule/al-2023-arm/molecule.yml @@ -0,0 +1,35 @@ +--- +scenario: + name: al-2023-arm +dependency: + name: galaxy +driver: + name: ec2 +platforms: + - name: mysql-router-al-2023-arm + region: us-west-2 + image: ami-0c7104b910fd5acb5 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: c6g.large + ssh_user: ec2-user + root_device_name: /dev/sda1 + instance_tags: + iit-billing-tag: jenkins-ps80-worker +provisioner: + name: ansible + lint: + name: ansible-lint + playbooks: + create: ../../../playbooks/create.yml + destroy: ../../../playbooks/destroy.yml + prepare: ../../../playbooks/prepare.yml + converge: ../../playbooks/playbook.yml +verifier: + name: testinfra + directory: ../../tests/ + options: + verbose: true + s: true + junitxml: report.xml + lint: + name: flake8 diff --git a/molecule/ps-innodb-cluster/router/molecule/al-2023/molecule.yml b/molecule/ps-innodb-cluster/router/molecule/al-2023/molecule.yml new file mode 100644 index 000000000..361d72fa1 --- /dev/null +++ b/molecule/ps-innodb-cluster/router/molecule/al-2023/molecule.yml @@ -0,0 +1,35 @@ +--- +scenario: + name: al-2023 +dependency: + name: galaxy +driver: + name: ec2 +platforms: + - name: mysql-router-al-2023 + region: us-west-2 + image: ami-0005ee01bca55ab66 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: t2.small + ssh_user: ec2-user + root_device_name: /dev/sda1 + instance_tags: + iit-billing-tag: jenkins-ps-worker +provisioner: + name: ansible + lint: + name: ansible-lint + playbooks: + create: ../../../playbooks/create.yml + destroy: ../../../playbooks/destroy.yml + prepare: ../../../playbooks/prepare.yml + converge: ../../playbooks/playbook.yml +verifier: + name: testinfra + directory: ../../tests/ + options: + verbose: true + s: true + junitxml: report.xml + lint: + name: flake8 diff --git a/molecule/ps-innodb-cluster/router/molecule/debian-13-arm/molecule.yml b/molecule/ps-innodb-cluster/router/molecule/debian-13-arm/molecule.yml new file mode 100644 index 000000000..fd74be0d8 --- /dev/null +++ b/molecule/ps-innodb-cluster/router/molecule/debian-13-arm/molecule.yml @@ -0,0 +1,35 @@ +--- +scenario: + name: debian-13-arm +dependency: + name: galaxy +driver: + name: ec2 +platforms: + - name: mysql-router-debian-13-arm + region: us-west-2 + image: ami-00f9bd78b9eb2c2d0 + vpc_subnet_id: subnet-0430e63d7cdbcd237 + instance_type: c6g.large + ssh_user: admin + root_device_name: /dev/xvda + instance_tags: + iit-billing-tag: jenkins-ps-worker +provisioner: + name: ansible + lint: + name: ansible-lint + playbooks: + create: ../../../playbooks/create.yml + destroy: ../../../playbooks/destroy.yml + prepare: ../../../playbooks/prepare.yml + converge: ../../playbooks/playbook.yml +verifier: + name: testinfra + directory: ../../tests/ + options: + verbose: true + s: true + junitxml: report.xml + lint: + name: flake8 diff --git a/molecule/ps-innodb-cluster/router/molecule/debian-13/molecule.yml b/molecule/ps-innodb-cluster/router/molecule/debian-13/molecule.yml new file mode 100644 index 000000000..5d404e91e --- /dev/null +++ b/molecule/ps-innodb-cluster/router/molecule/debian-13/molecule.yml @@ -0,0 +1,35 @@ +--- +scenario: + name: debian-13 +dependency: + name: galaxy +driver: + name: ec2 +platforms: + - name: mysql-router-debian-13 + region: us-west-2 + image: ami-081ac37fe26dacc98 + vpc_subnet_id: subnet-0430e63d7cdbcd237 + instance_type: t2.micro + ssh_user: admin + root_device_name: /dev/xvda + instance_tags: + iit-billing-tag: jenkins-ps-worker +provisioner: + name: ansible + lint: + name: ansible-lint + playbooks: + create: ../../../playbooks/create.yml + destroy: ../../../playbooks/destroy.yml + prepare: ../../../playbooks/prepare.yml + converge: ../../playbooks/playbook.yml +verifier: + name: testinfra + directory: ../../tests/ + options: + verbose: true + s: true + junitxml: report.xml + lint: + name: flake8 diff --git a/molecule/ps-innodb-cluster/server/molecule/al-2023-arm/molecule.yml b/molecule/ps-innodb-cluster/server/molecule/al-2023-arm/molecule.yml new file mode 100644 index 000000000..fd9901aed --- /dev/null +++ b/molecule/ps-innodb-cluster/server/molecule/al-2023-arm/molecule.yml @@ -0,0 +1,59 @@ +--- +scenario: + name: al-2023-arm +dependency: + name: galaxy +driver: + name: ec2 +platforms: + - name: ps-node1-al-2023-arm + region: us-west-2 + image: ami-0c7104b910fd5acb5 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: c6g.large + ssh_user: ec2-user + root_device_name: /dev/sda1 + instance_tags: + iit-billing-tag: jenkins-ps80-worker + job-name: ${JOB_NAME} + build-number: ${BUILD_NUMBER} + - name: ps-node2-al-2023-arm + region: us-west-2 + image: ami-0c7104b910fd5acb5 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: c6g.large + ssh_user: ec2-user + root_device_name: /dev/sda1 + instance_tags: + iit-billing-tag: jenkins-ps80-worker + job-name: ${JOB_NAME} + build-number: ${BUILD_NUMBER} + - name: ps-node3-al-2023-arm + region: us-west-2 + image: ami-0c7104b910fd5acb5 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: c6g.large + ssh_user: ec2-user + root_device_name: /dev/sda1 + instance_tags: + iit-billing-tag: jenkins-ps80-worker + job-name: ${JOB_NAME} + build-number: ${BUILD_NUMBER} +provisioner: + name: ansible + lint: + name: ansible-lint + playbooks: + create: ../../../playbooks/create.yml + destroy: ../../../playbooks/destroy.yml + prepare: ../../../playbooks/prepare.yml + converge: ../../playbooks/playbook.yml +verifier: + name: testinfra + directory: ../../tests/ + options: + verbose: true + s: true + junitxml: report.xml + lint: + name: flake8 diff --git a/molecule/ps-innodb-cluster/server/molecule/al-2023/molecule.yml b/molecule/ps-innodb-cluster/server/molecule/al-2023/molecule.yml new file mode 100644 index 000000000..e5e9d5cc6 --- /dev/null +++ b/molecule/ps-innodb-cluster/server/molecule/al-2023/molecule.yml @@ -0,0 +1,59 @@ +--- +scenario: + name: al-2023 +dependency: + name: galaxy +driver: + name: ec2 +platforms: + - name: ps-node1-al-2023 + region: us-west-2 + image: ami-0005ee01bca55ab66 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: t2.small + ssh_user: ec2-user + root_device_name: /dev/sda1 + instance_tags: + iit-billing-tag: jenkins-ps80-worker + job-name: ${JOB_NAME} + build-number: ${BUILD_NUMBER} + - name: ps-node2-al-2023 + region: us-west-2 + image: ami-0005ee01bca55ab66 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: t2.small + ssh_user: ec2-user + root_device_name: /dev/sda1 + instance_tags: + iit-billing-tag: jenkins-ps80-worker + job-name: ${JOB_NAME} + build-number: ${BUILD_NUMBER} + - name: ps-node3-al-2023 + region: us-west-2 + image: ami-0005ee01bca55ab66 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: t2.small + ssh_user: ec2-user + root_device_name: /dev/sda1 + instance_tags: + iit-billing-tag: jenkins-ps80-worker + job-name: ${JOB_NAME} + build-number: ${BUILD_NUMBER} +provisioner: + name: ansible + lint: + name: ansible-lint + playbooks: + create: ../../../playbooks/create.yml + destroy: ../../../playbooks/destroy.yml + prepare: ../../../playbooks/prepare.yml + converge: ../../playbooks/playbook.yml +verifier: + name: testinfra + directory: ../../tests/ + options: + verbose: true + s: true + junitxml: report.xml + lint: + name: flake8 diff --git a/molecule/ps-innodb-cluster/server/molecule/debian-13-arm/molecule.yml b/molecule/ps-innodb-cluster/server/molecule/debian-13-arm/molecule.yml new file mode 100644 index 000000000..8dbadde1b --- /dev/null +++ b/molecule/ps-innodb-cluster/server/molecule/debian-13-arm/molecule.yml @@ -0,0 +1,59 @@ +--- +scenario: + name: debian-13-arm +dependency: + name: galaxy +driver: + name: ec2 +platforms: + - name: ps-node1-debian-13-arm + region: us-west-2 + image: ami-00f9bd78b9eb2c2d0 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: c6g.large + ssh_user: admin + root_device_name: /dev/xvda + instance_tags: + iit-billing-tag: jenkins-ps-worker + job-name: ${JOB_NAME} + build-number: ${BUILD_NUMBER} + - name: ps-node2-debian-12-arm + region: us-west-2 + image: ami-00f9bd78b9eb2c2d0 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: c6g.large + ssh_user: admin + root_device_name: /dev/xvda + instance_tags: + iit-billing-tag: jenkins-ps-worker + job-name: ${JOB_NAME} + build-number: ${BUILD_NUMBER} + - name: ps-node3-debian-12-arm + region: us-west-2 + image: ami-00f9bd78b9eb2c2d0 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: c6g.large + ssh_user: admin + root_device_name: /dev/xvda + instance_tags: + iit-billing-tag: jenkins-ps-worker + job-name: ${JOB_NAME} + build-number: ${BUILD_NUMBER} +provisioner: + name: ansible + lint: + name: ansible-lint + playbooks: + create: ../../../playbooks/create.yml + destroy: ../../../playbooks/destroy.yml + prepare: ../../../playbooks/prepare.yml + converge: ../../playbooks/playbook.yml +verifier: + name: testinfra + directory: ../../tests/ + options: + verbose: true + s: true + junitxml: report.xml + lint: + name: flake8 diff --git a/molecule/ps-innodb-cluster/server/molecule/debian-13/molecule.yml b/molecule/ps-innodb-cluster/server/molecule/debian-13/molecule.yml new file mode 100644 index 000000000..ad42da09b --- /dev/null +++ b/molecule/ps-innodb-cluster/server/molecule/debian-13/molecule.yml @@ -0,0 +1,59 @@ +--- +scenario: + name: debian-13 +dependency: + name: galaxy +driver: + name: ec2 +platforms: + - name: ps-node1-debian-13 + region: us-west-2 + image: ami-081ac37fe26dacc98 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: t2.micro + ssh_user: admin + root_device_name: /dev/xvda + instance_tags: + iit-billing-tag: jenkins-ps-worker + job-name: ${JOB_NAME} + build-number: ${BUILD_NUMBER} + - name: ps-node2-debian-13 + region: us-west-2 + image: ami-081ac37fe26dacc98 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: t2.micro + ssh_user: admin + root_device_name: /dev/xvda + instance_tags: + iit-billing-tag: jenkins-ps-worker + job-name: ${JOB_NAME} + build-number: ${BUILD_NUMBER} + - name: ps-node3-debian-13 + region: us-west-2 + image: ami-081ac37fe26dacc98 + vpc_subnet_id: subnet-03136d8c244f56036 + instance_type: t2.micro + ssh_user: admin + root_device_name: /dev/xvda + instance_tags: + iit-billing-tag: jenkins-ps-worker + job-name: ${JOB_NAME} + build-number: ${BUILD_NUMBER} +provisioner: + name: ansible + lint: + name: ansible-lint + playbooks: + create: ../../../playbooks/create.yml + destroy: ../../../playbooks/destroy.yml + prepare: ../../../playbooks/prepare.yml + converge: ../../playbooks/playbook.yml +verifier: + name: testinfra + directory: ../../tests/ + options: + verbose: true + s: true + junitxml: report.xml + lint: + name: flake8 diff --git a/tasks/test_prep.yml b/tasks/test_prep.yml index 51c27b69f..625aba31d 100644 --- a/tasks/test_prep.yml +++ b/tasks/test_prep.yml @@ -243,10 +243,10 @@ with_items: - rm -rf /package-testing - rm -f master.zip - - wget --no-check-certificate -O master.zip "https://github.com/{{ git_account }}/package-testing/archive/{{ branch }}.zip" + - wget --no-check-certificate -O master.zip "https://github.com/kaushikpuneet07/package-testing/archive/ps84-inno.zip" - unzip master.zip - rm -f master.zip - - mv "package-testing-{{ branch }}" /package-testing + - mv "package-testing-ps84-inno" /package-testing vars: branch: "{{ lookup('env', 'TESTING_BRANCH') | default('master', true) }}" git_account: "{{ lookup('env', 'TESTING_GIT_ACCOUNT') | default('Percona-QA', true) }}" From e40970847466cf3d9fb6b6bbe171e2ef7db3cd75 Mon Sep 17 00:00:00 2001 From: kaushikpuneet07 Date: Tue, 2 Dec 2025 16:17:33 +0530 Subject: [PATCH 5/7] update --- molecule/ps-innodb-cluster/playbooks/prepare.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/molecule/ps-innodb-cluster/playbooks/prepare.yml b/molecule/ps-innodb-cluster/playbooks/prepare.yml index cd379bb0e..494bb6e77 100644 --- a/molecule/ps-innodb-cluster/playbooks/prepare.yml +++ b/molecule/ps-innodb-cluster/playbooks/prepare.yml @@ -75,21 +75,21 @@ update_cache: yes state: present when: - - ansible_facts['distribution'] in ["RedHat", "CentOS", "OracleLinux", "Amazon"] + - ansible_facts['distribution'] in ["RedHat", "CentOS", "OracleLinux"] - ansible_facts['distribution_major_version'] | int <= 7 - - name: setup epel release centos dnf + - name: setup epel release dnf dnf: name: epel-release update_cache: yes state: present when: - - ansible_facts['distribution'] in ["RedHat", "CentOS", "OracleLinux", "Amazon"] + - ansible_facts['distribution'] in ["RedHat", "CentOS", "OracleLinux"] - ansible_facts['distribution_major_version'] | int >= 8 - name: buster workaround shell: | - apt -y update --allow-releaseinfo-change || true + apt -y update --allow-releaseinfo-change || true when: ansible_os_family == "Debian" and ansible_distribution_release == "buster" - name: install needed packages for running tests with apt From acdff2403daac63f695c6c6a61f28ca72f81b16a Mon Sep 17 00:00:00 2001 From: kaushikpuneet07 Date: Mon, 8 Dec 2025 12:31:12 +0530 Subject: [PATCH 6/7] update --- .../ps-innodb-cluster/router/molecule/debian-13/molecule.yml | 2 +- .../ps-innodb-cluster/server/molecule/debian-13/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/ps-innodb-cluster/router/molecule/debian-13/molecule.yml b/molecule/ps-innodb-cluster/router/molecule/debian-13/molecule.yml index 5d404e91e..4bf342e0e 100644 --- a/molecule/ps-innodb-cluster/router/molecule/debian-13/molecule.yml +++ b/molecule/ps-innodb-cluster/router/molecule/debian-13/molecule.yml @@ -21,7 +21,7 @@ provisioner: name: ansible-lint playbooks: create: ../../../playbooks/create.yml - destroy: ../../../playbooks/destroy.yml +# destroy: ../../../playbooks/destroy.yml prepare: ../../../playbooks/prepare.yml converge: ../../playbooks/playbook.yml verifier: diff --git a/molecule/ps-innodb-cluster/server/molecule/debian-13/molecule.yml b/molecule/ps-innodb-cluster/server/molecule/debian-13/molecule.yml index ad42da09b..ae255d344 100644 --- a/molecule/ps-innodb-cluster/server/molecule/debian-13/molecule.yml +++ b/molecule/ps-innodb-cluster/server/molecule/debian-13/molecule.yml @@ -45,7 +45,7 @@ provisioner: name: ansible-lint playbooks: create: ../../../playbooks/create.yml - destroy: ../../../playbooks/destroy.yml +# destroy: ../../../playbooks/destroy.yml prepare: ../../../playbooks/prepare.yml converge: ../../playbooks/playbook.yml verifier: From f9cabd00e3b793dd7d6146ca7dcb73071419d7bd Mon Sep 17 00:00:00 2001 From: kaushikpuneet07 Date: Wed, 10 Dec 2025 13:13:31 +0530 Subject: [PATCH 7/7] update --- molecule/ps-innodb-cluster/router/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/molecule/ps-innodb-cluster/router/tasks/main.yml b/molecule/ps-innodb-cluster/router/tasks/main.yml index 29b5d6c33..330341f92 100644 --- a/molecule/ps-innodb-cluster/router/tasks/main.yml +++ b/molecule/ps-innodb-cluster/router/tasks/main.yml @@ -94,10 +94,10 @@ - ansible_facts['distribution'] in ["RedHat", "CentOS", "OracleLinux", "Amazon"] - ansible_facts['distribution_major_version'] | int >= 8 - - name: remove conflicting bundled libssh - file: - path: /usr/lib/mysqlsh/libssh.so.4 - state: absent +# - name: remove conflicting bundled libssh +# file: +# path: /usr/lib/mysqlsh/libssh.so.4 +# state: absent - name: create cluster