From 72f46e7464c4e4ebfdba2e43492115631a5efc6b Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Mon, 12 Feb 2018 16:29:57 +0000 Subject: [PATCH] Add base kit scenario This scenario includes only the base compute kit (and haproxy), consisting of: Glance, Keystone, Neutron, Nova and Cinder. Change-Id: I40e6901ef116b3f4a8d24ad1851327d83a56323e --- tests/vars/bootstrap-aio-vars.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/vars/bootstrap-aio-vars.yml b/tests/vars/bootstrap-aio-vars.yml index 0b077e6789..4bedcbe3ca 100644 --- a/tests/vars/bootstrap-aio-vars.yml +++ b/tests/vars/bootstrap-aio-vars.yml @@ -79,3 +79,10 @@ confd_overrides: - name: keystone.yml.aio - name: heat.yml.aio - name: tacker.yml.aio + aio_basekit: + - name: haproxy.yml.aio + - name: cinder.yml.aio + - name: glance.yml.aio + - name: keystone.yml.aio + - name: neutron.yml.aio + - name: nova.yml.aio