From 95becb2b5a29cf272ac030695c2b76b9ee226b0d Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 2 Dec 2015 17:32:52 -0500 Subject: Adds yaml files to use as input to Apex build/deploy yaml inputs are broken up into: -build settings -deploy options -network definition -pod baremetal information JIRA: APEX-53 Change-Id: Iee85b17beb37ce82bf9312dcce61e09ae924dfc5 Signed-off-by: Tim Rozet --- config/deploy/deploy_settings.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/deploy/deploy_settings.yaml (limited to 'config/deploy/deploy_settings.yaml') diff --git a/config/deploy/deploy_settings.yaml b/config/deploy/deploy_settings.yaml new file mode 100644 index 00000000..f024116c --- /dev/null +++ b/config/deploy/deploy_settings.yaml @@ -0,0 +1,11 @@ +global_params: + ha_enabled: true + network_isolation_settings: network/network-environment-example.yaml + +deploy_options: + sdn_controller: opendaylight + tacker: false + congress: false + + + -- cgit 1.2.3-korg