Plugin version is required
[fuel.git] / deploy / scenario / no-ha_onos_nofeature_heat_ceilometer_scenario.yaml
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # jonas.bjurel@ericsson.com
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 ############################################################################### # Description:
11 # This .yaml configuration file defines the configuration of the fuel
12 # deployment and is passed as an argument to deploy.sh
13 # eg. deploy.sh -c https://artifact.opnfv.org/fuel/config
14 # This will make build.sh fetch this configuration file and configure the
15 # deployment accordingly.
16 # After the deployment, a copy of this file gets uploaded to fuel:
17 # /root/deploy-config.yaml, as well as the sha-1 sum of this file:
18 # /root/deploy-config.sha1
19 ##############################################################################
20
21 ##############################################################################
22 # deployment configuration meta-data
23 deployment-scenario-metadata:
24    title: ONOS No-HA deployment
25    version: 0.0.5
26    created: Jun 08 2016
27    comment: ONOS No HA with Ceph, Ceilometer and Heat - Rebased for Fuel9
28
29 ##############################################################################
30 # Stack extentions are opnfv added value features in form of a fuel-plugin
31 # plug-ins listed below will be enabled and configured according to the
32 # <module-config-base-uri>/<module-config-name>_<module-config-version>.yaml
33 # It does so by copying the config file to the local plugin config directory
34 stack-extensions:
35    - module: onos
36      module-config-name: fuel-onos
37      module-config-version: 0.0.3
38      module-config-override:
39        metadata:
40          class: plugin
41          default: false
42          enabled: true
43          label: onos plugin
44          toggleable: true
45          versions:
46          - enable_sfc:
47              label: SFC features
48              type: checkbox
49              value: false
50              weight: 13
51            metadata:
52              hot_pluggable: false
53              plugin_version: 0.9.0
54              restrictions:
55              - cluster:net_provider != 'neutron': Neutron only
56              - settings:public_network_assignment.assign_to_all_nodes.value == false: Assign
57                  public network to all nodes
58          weight: 70
59
60 ##############################################################################
61 # By editing the override-config sections below, you can override arbitrary
62 # configuration name-space settings
63 dea-override-config:
64   environment:
65     net_segment_type: tun
66     name: onos_no-ha
67   nodes:
68   - id: 1
69     interfaces: interfaces_1
70     role: mongo,controller,onos
71     transformations: transformations_1
72   - id: 2
73     interfaces: interfaces_1
74     role: ceph-osd,compute
75     transformations: transformations_1
76   - id: 3
77     interfaces: interfaces_1
78     role: ceph-osd,compute
79     transformations: transformations_1
80   - id: 4
81     interfaces: interfaces_1
82     role: ceph-osd,compute
83     transformations: transformations_1
84   settings:
85     editable:
86       public_network_assignment:
87         assign_to_all_nodes:
88           value: true
89 dha-override-config:
90 #  disks:
91 #    contrail: 500G
92
93 ##############################################################################
94 # The verification pipeline may populate the section below with arbitrary
95 # testing information, which post deploy can be retreived from the fuel master:
96 # /root/deploy-config.yaml
97 test: