From 4d167e16b4b80d64193161a8b29f23fda61e1270 Mon Sep 17 00:00:00 2001 From: Alexandre Chapellon Date: Wed, 6 Nov 2024 14:00:15 +0100 Subject: [PATCH] re-enable ATS test in cluster (with off-cluster node) after ACS-6670 fix --- group_vars/all.yml | 2 +- molecule/multimachine/host_vars/repository_neutron.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 15f993d1e..9fcdc826a 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -25,7 +25,7 @@ acs: artifact_name: alfresco-content-services-distribution edition: Enterprise repository: "{{ nexus_repository.enterprise_releases }}" - version: 23.3.2 + version: 23.4.0-A15 amps: aos_module: repository: "{{ nexus_repository.releases }}/aos-module/alfresco-aos-module" diff --git a/molecule/multimachine/host_vars/repository_neutron.yml b/molecule/multimachine/host_vars/repository_neutron.yml index 447201e47..96a267b8b 100644 --- a/molecule/multimachine/host_vars/repository_neutron.yml +++ b/molecule/multimachine/host_vars/repository_neutron.yml @@ -1,2 +1,2 @@ # variables for molecule tests - inventory_hostname: repository_neutron -cluster_keepoff: false # workaround while investigating transformation issues (tracked in OPSEXP-2330) +cluster_keepoff: true