X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fenvironments%2Fmultinode.yaml;h=72b1bc41b8bfbebd5d9cdef2fc8dff1b131276dc;hb=782f68c8fd6df1c3ee00fd19d5a8ff9447689d72;hp=102787a62ae50c86fe4fc791c2b59d2ccefb153c;hpb=8c41b702f5b1c7baf2f2160b92067bcc0267c958;p=apex-tripleo-heat-templates.git diff --git a/ci/environments/multinode.yaml b/ci/environments/multinode.yaml index 102787a6..72b1bc41 100644 --- a/ci/environments/multinode.yaml +++ b/ci/environments/multinode.yaml @@ -10,6 +10,9 @@ resource_registry: OS::TripleO::Tasks::ControllerPreConfig: ../../extraconfig/tasks/pre_puppet_pacemaker.yaml OS::TripleO::Tasks::ControllerPostConfig: ../../extraconfig/tasks/post_puppet_pacemaker.yaml OS::TripleO::Tasks::ControllerPostPuppetRestart: ../../extraconfig/tasks/post_puppet_pacemaker_restart.yaml + # Some infra instances don't pass the ping test but are otherwise working. + # Since the OVB jobs also test this functionality we can shut it off here. + OS::TripleO::AllNodes::Validation: ../common/all-nodes-validation-disabled.yaml parameter_defaults: ControllerServices: @@ -66,3 +69,4 @@ parameter_defaults: ceph::profile::params::osd_max_object_namespace_len: 64 SwiftCeilometerPipelineEnabled: False Debug: True + NotificationDriver: 'noop'