diff --git a/ci/environments/scenario004-standalone.yaml b/ci/environments/scenario004-standalone.yaml index cadf88fadc..c9c1e5dbe0 100644 --- a/ci/environments/scenario004-standalone.yaml +++ b/ci/environments/scenario004-standalone.yaml @@ -97,7 +97,8 @@ parameter_defaults: - tty4 - tty5 - tty6 - # Remove ContainerCli once this scenario is tested on CentOS8 + # Remove ContainerCli and EnablePaunch once this scenario is tested on CentOS8 ContainerCli: docker + EnablePaunch: true CephConfigOverrides: globalkey: globalvalue diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index 29f0cdee33..970b202307 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -67,7 +67,7 @@ parameters: description: Whether to run the puppet (baremetal) deployment tasks. type: boolean EnablePaunch: - default: true + default: false description: Whether to run paunch during container deployment tasks. type: boolean DockerPuppetDebug: diff --git a/environments/docker-ha.yaml b/environments/docker-ha.yaml index 1526184fc2..20e37f10ae 100644 --- a/environments/docker-ha.yaml +++ b/environments/docker-ha.yaml @@ -26,3 +26,5 @@ resource_registry: parameter_defaults: ContainerCli: docker ClusterCommonTag: true + # Remove EnablePaunch once HA is tested on CentOS8 + EnablePaunch: true