summaryrefslogtreecommitdiffstats
path: root/scenarios/examples/sdf-fdio-example.yaml
diff options
context:
space:
mode:
authorUlrich Kleber <ulrich.kleber@huawei.com>2017-06-29 11:19:33 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-29 11:19:33 +0000
commit7d6d8b6f311df1c58b8f7f0dacc33bb3fb8f17c1 (patch)
tree278cccce4dd82ac67383d7a855f97521327c2879 /scenarios/examples/sdf-fdio-example.yaml
parenta9f3c5dff96eb2dc34abcbaab77dca4fcc699b76 (diff)
parent05c62390b10913351059c5f957d8d2ac3e29142b (diff)
Merge "Fix Yamllint Violations"
Diffstat (limited to 'scenarios/examples/sdf-fdio-example.yaml')
-rw-r--r--scenarios/examples/sdf-fdio-example.yaml15
1 files changed, 8 insertions, 7 deletions
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
##############################################################################
##############################################################################