summaryrefslogtreecommitdiffstats
path: root/deploy/scenario/no-ha_odl_nofeature_scenario.yaml
blob: e91acc6f5a1b1b211e93f70c0415c22c57e9d7ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
##############################################################################
# Copyright (c) 2017 ZTE Coreporation and others.
# hu.zhijiang@zte.com.cn
# sun.jing22@zte.com.cn
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
##############################################################################
# deployment configuration meta-data
deployment-scenario-metadata:
   title: ODL-L3 NO-HA deployment
   version: 0.0.1
   created: Jun 8 2017
   comment:

##############################################################################
# Stack extentions are opnfv added value features
stack-extensions:
  - module: opendaylight
    module-config:
      - enable_l3_odl:
          value: true

##############################################################################
# By editing the override-config sections below, you can override arbitrary
# configuration name-space settings
deploy-override-config:
  hosts:
  - name: 'controller01'
    roles:
      - 'CONTROLLER_LB'
    template: 'templates/virtual_environment/vms/controller.xml'
  - name: 'computer01'
    roles:
      - 'COMPUTER'
    template: 'templates/virtual_environment/vms/computer.xml'
  - name: 'computer02'
    roles:
      - 'COMPUTER'
    template: 'templates/virtual_environment/vms/computer.xml'
  - name: 'computer03'
    roles:
      - 'COMPUTER'
    template: 'templates/virtual_environment/vms/computer.xml'