summaryrefslogtreecommitdiffstats
path: root/config/deploy/deploy_settings.yaml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-12-02 17:32:52 -0500
committerTim Rozet <trozet@redhat.com>2015-12-02 17:34:21 -0500
commit95becb2b5a29cf272ac030695c2b76b9ee226b0d (patch)
tree67a7a32c4e455be0c678044bcb5be6074a568bfa /config/deploy/deploy_settings.yaml
parent6306d6de5cc825d15667b0dd982847bcf373c07e (diff)
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 <trozet@redhat.com>
Diffstat (limited to 'config/deploy/deploy_settings.yaml')
-rw-r--r--config/deploy/deploy_settings.yaml11
1 files changed, 11 insertions, 0 deletions
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
+
+
+