Remove apparmor for vFuel
[fuel.git] / deploy / scenario / ha_onos_heat_ceilometer_scenario_0.0.5.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 HA deployment
25    version: 0.0.5
26    created: Feb 1 2016
27    comment: Rebased to Fuel8
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.2
38      module-config-override:
39
40 ##############################################################################
41 # By editing the override-config sections below, you can override arbitrary
42 # configuration name-space settings
43 dea-override-config:
44   environment:
45     net_segment_type: tun
46   nodes:
47   - id: 1
48     interfaces: interfaces_1
49     role: controller,onos
50     transformations: transformations_1
51   - id: 2
52     interfaces: interfaces_1
53     role: mongo,controller
54     transformations: transformations_1
55   - id: 3
56     interfaces: interfaces_1
57     role: ceph-osd,controller
58     transformations: transformations_1
59   - id: 4
60     interfaces: interfaces_1
61     role: ceph-osd,compute
62     transformations: transformations_1
63   - id: 5
64     interfaces: interfaces_1
65     role: ceph-osd,compute
66     transformations: transformations_1
67   settings:
68     editable:
69       public_network_assignment:
70         assign_to_all_nodes:
71           value: true
72 dha-override-config:
73   nodes:
74   - id: 1
75     libvirtName: controller1
76     libvirtTemplate: templates/virtual_environment/vms/controller.xml
77   - id: 2
78     libvirtName: controller2
79     libvirtTemplate: templates/virtual_environment/vms/controller.xml
80   - id: 3
81     libvirtName: controller3
82     libvirtTemplate: templates/virtual_environment/vms/controller.xml
83   - id: 4
84     libvirtName: compute1
85     libvirtTemplate: templates/virtual_environment/vms/compute.xml
86   - id: 5
87     libvirtName: compute2
88     libvirtTemplate: templates/virtual_environment/vms/compute.xml
89   - id: 6
90     libvirtName: fuel-master
91     libvirtTemplate: templates/virtual_environment/vms/fuel.xml
92     isFuel: yes
93     username: root
94     password: r00tme
95
96 ##############################################################################
97 # The verification pipeline may populate the section below with arbitrary
98 # testing information, which post deploy can be retreived from the fuel master:
99 # /root/deploy-config.yaml
100 test: