From 847c4736629c181900736df926d17963343b3d29 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Tue, 17 Oct 2017 13:40:39 +0200 Subject: [PATCH] Adding multinode-3nodes-registry.yaml This file is part of tripleo-ci and we are moving it to tht/ci in order to reduce the dependence of tripleo-ci repository so developers can reproduce easily the jobs upstream. Change-Id: Id62ab0ce1d77a0006e6fed2087735173245f1c2d --- ci/environments/multinode-3nodes-registry.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ci/environments/multinode-3nodes-registry.yaml diff --git a/ci/environments/multinode-3nodes-registry.yaml b/ci/environments/multinode-3nodes-registry.yaml new file mode 100644 index 0000000000..a3ec7ae92c --- /dev/null +++ b/ci/environments/multinode-3nodes-registry.yaml @@ -0,0 +1,10 @@ +resource_registry: + OS::TripleO::Controller::Net::SoftwareConfig: ../heat-templates/net-config-multinode.yaml + OS::TripleO::ControllerApi::Net::SoftwareConfig: ../heat-templates/net-config-multinode.yaml + OS::TripleO::Services::Core: multinode-core.yaml + +parameter_defaults: + ControllerExtraConfig: + nova::compute::libvirt::services::libvirt_virt_type: qemu + nova::compute::libvirt::libvirt_virt_type: qemu + SwiftCeilometerPipelineEnabled: False