Remove the quotes of True value in yaml file 68/768/4
authortrevor tao <trevor.tao@arm.com>
Tue, 21 May 2019 08:22:56 +0000 (16:22 +0800)
committerCristina Pauna <cristina.pauna@enea.com>
Tue, 21 May 2019 12:01:15 +0000 (15:01 +0300)
The quotes of the True value cause an error when deploying,
it should be removed.
Originally, the quotes was added to pass the yamllint check,
which causes this issue.

Change-Id: Ie7a262c66a3b56db00d1ccac6fc5a937d1a88988
Signed-off-by: trevor tao <trevor.tao@arm.com>
.coafile
.yamllint.conf [new file with mode: 0644]
src/use_cases/seba_on_arm/install/fabric.yaml

index dbc38bc..ed2d780 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -33,7 +33,7 @@ bears = YAMLLintBear
 files = **.yaml, **.yml
 use_spaces = true
 ignore_length_regex = ^.*https?://
-max_line_length = 120
+yamllint_config = .yamllint.conf
 ignore = src/use_cases/
 
 [all.Python]
diff --git a/.yamllint.conf b/.yamllint.conf
new file mode 100644 (file)
index 0000000..47b8f66
--- /dev/null
@@ -0,0 +1,7 @@
+extends: default
+
+rules:
+   line-length:
+     max: 120
+   truthy: disable
+   document-start: disable
index 1e7f0d9..962c97c 100644 (file)
@@ -20,7 +20,7 @@ topology_template:
         driver: ofdpa3\r
         ipv4Loopback: 100.100.0.201\r
         ipv4NodeSid: 17\r
-        isEdgeRouter: "True"\r
+        isEdgeRouter: True\r
         name: AGG_SWITCH\r
         ofId: of:0000000000000001\r
         routerMac: 00:00:02:01:06:01\r