diff options
author | ulik <ulrich.kleber@huawei.com> | 2017-07-24 13:02:31 +0200 |
---|---|---|
committer | ulik <ulrich.kleber@huawei.com> | 2017-07-24 13:15:38 +0200 |
commit | 1c1b92913c93cfddb9fee16bc9c15b1873fc4e04 (patch) | |
tree | 7bd296b48272c464bedd853b146ab26aab7bdea2 /scenarios | |
parent | 60da12c4db05fbc8bc263231241ed50f5ce040cc (diff) |
Example for MANO scenarioHEADstable/euphratesmaster
Fixes for late comments
Jira OCTO-162
Change-Id: Iefd456180f50cc3cb35828282d8669239e96b7f5
Signed-off-by: ulik <ulrich.kleber@huawei.com>
Diffstat (limited to 'scenarios')
-rw-r--r-- | scenarios/examples/sdf-mano-example.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scenarios/examples/sdf-mano-example.yaml b/scenarios/examples/sdf-mano-example.yaml index d082a24..6606316 100644 --- a/scenarios/examples/sdf-mano-example.yaml +++ b/scenarios/examples/sdf-mano-example.yaml @@ -19,6 +19,7 @@ # can be deployed even using a different installer tool. # # More details can be found in the scenario lifecycle document. +# http://artifacts.opnfv.org/octopus/docs/scenario-lifecycle/index.html ############################################################################## ############################################################################## @@ -91,7 +92,7 @@ deployment-options: # opnfv-infrastructure scenario. - compute-node: # no additional component to be deployed here - role-disctribution: + role-distribution: - ha: controller-node: 3 compute-node: 2 |