From 58aef54aa841c7fb0ba303a92561ba73b85d8d87 Mon Sep 17 00:00:00 2001 From: melanie witt Date: Fri, 19 Dec 2014 03:11:17 +0000 Subject: [PATCH] add persona basic-heat.yaml This persona contains the contents of the basic.yaml persona, plus heat. Change-Id: I61698bd19f7d97a2f75a19b898c27e194c98b670 --- conf/personas/in-a-box/basic-heat.yaml | 75 ++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 conf/personas/in-a-box/basic-heat.yaml diff --git a/conf/personas/in-a-box/basic-heat.yaml b/conf/personas/in-a-box/basic-heat.yaml new file mode 100644 index 00000000..736560ce --- /dev/null +++ b/conf/personas/in-a-box/basic-heat.yaml @@ -0,0 +1,75 @@ +--- +components: +# Order matters here! +- general +- db +- rabbit-mq +# Oslo libraries +- oslo-config +- oslo-messaging +- pycadf +# Core components +- keystone +- glance +- cinder +- nova +- heat +# Client used by components +- cinder-client +- glance-client +- keystone-client +- neutron-client +- nova-client +- swift-client +- heat-client +options: + nova: + db-sync: true + do-network-init: true + enable-cells: false + enable-spice: false + local-conductor: false + mq-type: rabbit + glance: + db-sync: true + load-images: true + keystone: + db-sync: true + do-init: true + enable-pki: false + cinder: + mq-type: rabbit + db-sync: true + heat: {} +subsystems: + glance: + - api + - registry + keystone: + - all + nova: + - api + - cert + - compute + - conductor + - network + - scheduler + cinder: + - api + - scheduler + - volume + heat: + - api + - api-cfn + - api-cloudwatch + - engine +no-origin: +# These components don't need an origin to be enabled +- general +- db +- rabbit-mq +supports: +- rhel +- fedora +- centos +...