From 9a1c402343a73e9442768e1864ed6a36c9bca3f6 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 10 Apr 2015 22:14:44 -0400 Subject: Parameter to enable/disable controller swift store Adds a new ControllerEnableSwiftStorage parameter that can be used to enable/disable use of the contoller node as a Swift storage node. Change-Id: Ic54144f4a46a671818c2f12e419cfa619b0dc1f9 --- overcloud-without-mergepy.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'overcloud-without-mergepy.yaml') diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index 68de0afd..f661d04c 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -272,6 +272,10 @@ parameters: default: false description: Whether to deploy Ceph Storage (OSD) on the Controller type: boolean + ControllerEnableSwiftStorage: + default: true + description: Whether to enable Swift Storage on the Controller + type: boolean ExtraConfig: default: {} description: | @@ -553,6 +557,7 @@ resources: EnableGalera: {get_param: EnableGalera} EnablePacemaker: {get_param: EnablePacemaker} EnableCephStorage: {get_param: ControllerEnableCephStorage} + EnableSwiftStorage: {get_param: ControllerEnableSwiftStorage} ExtraConfig: {get_param: ExtraConfig} Flavor: {get_param: OvercloudControlFlavor} GlancePort: {get_param: GlancePort} -- cgit 1.2.3-korg