summaryrefslogtreecommitdiffstats
path: root/config/deploy
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-09-12 08:10:53 -0400
committerDan Radez <dradez@redhat.com>2017-09-14 13:15:53 -0400
commit0af95d2fc3163dd1bf691de580f9fa75c3b341ec (patch)
treeb87663ab6d43a28d779b1146db47850c4744455c /config/deploy
parent2e6b2fa375c2356f8af894c88f23d9738d8cf9c0 (diff)
Cleaning up yamllint warnings
yamllint output: build/baremetal-environment.yaml 1:1 warning missing document start "---" (document-start) build/opnfv-environment.yaml 6:3 warning comment not indented like content (comments-indentation) 14:4 warning missing starting space in comment (comments) 123:1 warning comment not indented like content (comments-indentation) 128:1 warning comment not indented like content (comments-indentation) 156:1 warning comment not indented like content (comments-indentation) config/deploy/os-odl-fdio-dvr-ha.yaml 1:1 warning missing document start "---" (document-start) config/deploy/os-odl-fdio-dvr-noha.yaml 1:1 warning missing document start "---" (document-start) config/network/network_settings_v6.yaml 225:6 warning missing starting space in comment (comments) Change-Id: I3985ce0b6740ce4694b5d75b477cb03c3dc49c28 Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'config/deploy')
-rw-r--r--config/deploy/os-odl-fdio-dvr-ha.yaml1
-rw-r--r--config/deploy/os-odl-fdio-dvr-noha.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/deploy/os-odl-fdio-dvr-ha.yaml b/config/deploy/os-odl-fdio-dvr-ha.yaml
index 564cf0b6..6fcbec65 100644
--- a/config/deploy/os-odl-fdio-dvr-ha.yaml
+++ b/config/deploy/os-odl-fdio-dvr-ha.yaml
@@ -1,3 +1,4 @@
+---
global_params:
ha_enabled: true
diff --git a/config/deploy/os-odl-fdio-dvr-noha.yaml b/config/deploy/os-odl-fdio-dvr-noha.yaml
index 24c433bd..e8788d71 100644
--- a/config/deploy/os-odl-fdio-dvr-noha.yaml
+++ b/config/deploy/os-odl-fdio-dvr-noha.yaml
@@ -1,3 +1,4 @@
+---
global_params:
ha_enabled: false