From 433961f8c0b816f19aa858654261fa87d2f02a19 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 30 Aug 2017 22:00:15 -0400 Subject: Adds Calipso scenario Calipso uses docker containers and is post deployment feature that can be used to monitor pieces of the stack. This patch installs it to the undercloud rather than the jumphost as it is easier to manage for cleanup and dependencies. Change-Id: Ie2dacc4f14b391a864fafb2e75ebcd15facb19f1 Signed-off-by: Tim Rozet --- config/deploy/os-nosdn-calipso-noha.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/deploy/os-nosdn-calipso-noha.yaml (limited to 'config/deploy') diff --git a/config/deploy/os-nosdn-calipso-noha.yaml b/config/deploy/os-nosdn-calipso-noha.yaml new file mode 100644 index 00000000..ce5c8a5e --- /dev/null +++ b/config/deploy/os-nosdn-calipso-noha.yaml @@ -0,0 +1,9 @@ +--- +global_params: + ha_enabled: false + +deploy_options: + sdn_controller: false + sfc: false + vpn: false + calipso: true -- cgit 1.2.3-korg