From 05c62390b10913351059c5f957d8d2ac3e29142b Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 23 Jun 2017 12:07:05 -0700 Subject: Fix Yamllint Violations The majority of these were related to comment indenting and line length. JIRA: OCTO-163 Change-Id: I14f1a2fb8f247cc84b45afa02bb01fa871f4aad5 Signed-off-by: Trevor Bramwell --- scenarios/examples/sdf-fdio-example.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'scenarios/examples/sdf-fdio-example.yaml') diff --git a/scenarios/examples/sdf-fdio-example.yaml b/scenarios/examples/sdf-fdio-example.yaml index cbac4fb..7ea0ba8 100644 --- a/scenarios/examples/sdf-fdio-example.yaml +++ b/scenarios/examples/sdf-fdio-example.yaml @@ -1,3 +1,4 @@ +--- ############################################################################## # Copyright (c) 2017 Huawei others. # ulrich.kleber@huawei.com @@ -21,7 +22,7 @@ scenario-metadata: title: fdio odl basic for devops generic-scenario: false version: 1.0.0 - creation-date: 2017-03-16 + creation-date: 2017-03-16 # This scenario introduces fd.io with odl and a basic feature set. # It is derived from parent odl_l2 nofeature. In a next step, odl_l2 and # old_l3 functionality shall be merged and provide sfc as well as other @@ -48,7 +49,7 @@ components: - vpp - storage: component-type: ceph - #$$$$ Should we add num-replicas 3 here? + # $$$$ Should we add num-replicas 3 here? - cloud-controller: type: openstack @@ -103,7 +104,7 @@ deployment-options: nodes: - name: host1 roles: - - openstack-controller # need to add fd.io? + - openstack-controller # need to add fd.io? - odl - name: host2 roles: @@ -120,11 +121,11 @@ deployment-options: roles: - openstack-compute deployment-tools: - - apex: - cpu: intel - pod: baremetal - availability: ha # fuel support shall be added soon + - apex: + cpu: intel + pod: baremetal + availability: ha ############################################################################## ############################################################################## -- cgit 1.2.3-korg