blob: 00ec35af6f92028bc4efdc9c87591209d896437c [file] [log] [blame]
Andy Bavier444007e2017-10-24 06:02:36 -07001---
2
3# Copyright 2017-present Open Networking Foundation
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17# profile_manifests/mcord.yml
18# Configures an M-CORD pod
19
20# site configuration
21site_name: mysite
22site_humanname: MySite
23#site_suffix: "{{ site_name }}.opencord.org"
24site_suffix: "cord.lab"
25deployment_type: MyDeployment
26
27# Feature toggles
Andy Bavierf2bb41a2017-10-31 20:46:46 -070028use_fabric: True
Andy Bavier444007e2017-10-24 06:02:36 -070029use_maas: True
30
31# XOS config
Matteo Scandolo1ed76b82017-12-05 13:58:22 -080032
33xos_new_tosca_config_templates:
Andy Bavier444007e2017-10-24 06:02:36 -070034 - vtn-service.yaml
35 - fabric-service.yaml
36 - management-net.yaml
37 - shared-net.yaml
38 - wan-net.yaml
39 - vsg-net.yaml
Andy Bavier444007e2017-10-24 06:02:36 -070040 - xos-gui-extensions.yml
Andy Bavier444007e2017-10-24 06:02:36 -070041 - s11-net.yaml
42 - s1u-net.yaml
43 - nbi-net.yaml
44 - sbi-net.yaml
Andy Baviere5c60f72017-10-26 10:02:27 -070045 - spgw-net.yaml
Andy Bavier444007e2017-10-24 06:02:36 -070046 - sgi-net.yaml
Pingping Lin1d925a32017-10-27 11:48:45 -070047 - flat-net.yaml
Andy Bavier444007e2017-10-24 06:02:36 -070048 - mcord-spirent-services.yml
Matteo Scandolo551bb992017-11-29 15:51:31 -080049 - service-graph-constraints.yaml
Andy Bavier444007e2017-10-24 06:02:36 -070050
51xos_other_templates:
52 - fabric-network-cfg.json
53
54# GUI Config [new GUI]
55gui_project_name: "M-CORD"
56gui_background: "cord-bg.jpg" # TODO find mcord image
57
58enabled_gui_extensions: []
59
60# paths defined in manifest/default.xml
61xos_services:
62 - name: vtn
63 path: orchestration/xos_services/vtn-service
64 keypair: vsg_rsa
65 - name: openstack
66 path: orchestration/xos_services/openstack
67 - name: onos
68 path: orchestration/xos_services/onos-service
69 keypair: onos_rsa
70 - name: fabric
71 path: orchestration/xos_services/fabric
72 - name: venb
73 path: orchestration/xos_services/venb
74 keypair: mcord_rsa
Andy Bavier444007e2017-10-24 06:02:36 -070075 - name: vspgwc
76 path: orchestration/xos_services/vspgwc
77 keypair: mcord_rsa
78 - name: vspgwu
79 path: orchestration/xos_services/vspgwu
80 keypair: mcord_rsa
Andy Bavier444007e2017-10-24 06:02:36 -070081
Matteo Scandolo551bb992017-11-29 15:51:31 -080082# service graph gui constraints
Zack Williams864ba252017-12-04 14:39:14 -070083xos_gui_service_graph_constraints: '[]'
Matteo Scandolo551bb992017-11-29 15:51:31 -080084
Andy Bavier444007e2017-10-24 06:02:36 -070085profile_library: "mcord"
86
87# VTN network configuration
88management_network_cidr: 172.27.0.0/24
89management_network_ip: 172.27.0.1/24
90data_plane_ip: 10.168.0.253/24
91
92# Juju config
93charm_versions:
94 ceilometer: "cs:trusty/ceilometer-17"
95 ceilometer-agent: "cs:trusty/ceilometer-agent-13"
96 glance: "cs:trusty/glance-28"
97 keystone: "cs:trusty/keystone-267"
98 mongodb: "cs:trusty/mongodb-33"
99 percona-cluster: "cs:trusty/percona-cluster-31"
100 nagios: "cs:trusty/nagios-10"
101 neutron-api: "cs:~cordteam/trusty/neutron-api-6"
102 nova-cloud-controller: "cs:trusty/nova-cloud-controller-64"
Andy Baviera2bd59a2017-11-03 16:57:23 -0700103 nova-compute: "cs:~cordteam/trusty/nova-compute-4"
Andy Bavier444007e2017-10-24 06:02:36 -0700104 nrpe: "cs:trusty/nrpe-4"
105 ntp: "cs:trusty/ntp-14"
106 openstack-dashboard: "cs:trusty/openstack-dashboard-19"
107 rabbitmq-server: "cs:trusty/rabbitmq-server-42"
108
109head_lxd_list:
110 - name: "juju-1"
111 service: "juju"
112 aliases:
113 - "juju"
114 ipv4_last_octet: 10
115
116 - name: "ceilometer-1"
117 service: "ceilometer"
118 aliases:
119 - "ceilometer"
120 ipv4_last_octet: 20
121 forwarded_ports:
122 - { ext: 8777, int: 8777 }
123
124 - name: "glance-1"
125 service: "glance"
126 aliases:
127 - "glance"
128 ipv4_last_octet: 30
129 forwarded_ports:
130 - { ext: 9292, int: 9292 }
131
132 - name: "keystone-1"
133 service: "keystone"
134 aliases:
135 - "keystone"
136 ipv4_last_octet: 40
137 forwarded_ports:
138 - { ext: 35357, int: 35357 }
139 - { ext: 4990, int: 4990 }
140 - { ext: 5000, int: 5000 }
141
142 - name: "percona-cluster-1"
143 service: "percona-cluster"
144 aliases:
145 - "percona-cluster"
146 ipv4_last_octet: 50
147
148 - name: "nagios-1"
149 service: "nagios"
150 aliases:
151 - "nagios"
152 ipv4_last_octet: 60
153 forwarded_ports:
154 - { ext: 3128, int: 80 }
155
156 - name: "neutron-api-1"
157 service: "neutron-api"
158 aliases:
159 - "neutron-api"
160 ipv4_last_octet: 70
161 forwarded_ports:
162 - { ext: 9696, int: 9696 }
163
164 - name: "nova-cloud-controller-1"
165 service: "nova-cloud-controller"
166 aliases:
167 - "nova-cloud-controller"
168 ipv4_last_octet: 80
169 forwarded_ports:
170 - { ext: 8774, int: 8774 }
171
172 - name: "openstack-dashboard-1"
173 service: "openstack-dashboard"
174 aliases:
175 - "openstack-dashboard"
176 ipv4_last_octet: 90
177 forwarded_ports:
178 - { ext: 8080, int: 80 }
179
180 - name: "rabbitmq-server-1"
181 service: "rabbitmq-server"
182 aliases:
183 - "rabbitmq-server"
184 ipv4_last_octet: 100
185
186 - name: "mongodb-1"
187 service: "mongodb"
188 aliases:
189 - "mongodb"
190 ipv4_last_octet: 110
191
192lxd_service_list:
193 - ceilometer
194 - glance
195 - keystone
196 - mongodb
197 - nagios
198 - neutron-api
199 - nova-cloud-controller
200 - openstack-dashboard
201 - percona-cluster
202 - rabbitmq-server
203
204standalone_service_list:
205 - ntp
206 - nrpe
207 - ceilometer-agent
208
209
210service_relations:
211 - name: keystone
212 relations: [ "percona-cluster", "nrpe", ]
213
214 - name: nova-cloud-controller
215 relations: [ "percona-cluster", "rabbitmq-server", "glance", "keystone", "nrpe", ]
216
217 - name: glance
218 relations: [ "percona-cluster", "keystone", "nrpe", ]
219
220 - name: neutron-api
221 relations: [ "keystone", "percona-cluster", "rabbitmq-server", "nova-cloud-controller", "nrpe", ]
222
223 - name: openstack-dashboard
224 relations: [ "keystone", "nrpe", ]
225
226 - name: nagios
227 relations: [ "nrpe", ]
228
229 - name: "percona-cluster:juju-info"
230 relations: [ "nrpe:general-info", ]
231
232 - name: rabbitmq-server
233 relations: [ "nrpe", ]
234
235 - name: ceilometer
236 relations: [ "mongodb", "rabbitmq-server", "nagios", "nrpe", ]
237
238 - name: "ceilometer:identity-service"
239 relations: [ "keystone:identity-service", ]
240
241 - name: "ceilometer:ceilometer-service"
242 relations: [ "ceilometer-agent:ceilometer-service", ]
243
244
245compute_relations:
246 - name: nova-compute
247 relations: [ "ceilometer-agent", "glance", "nova-cloud-controller", "nagios", "nrpe", ]
248
249 - name: "nova-compute:shared-db"
250 relations: [ "percona-cluster:shared-db", ]
251
252 - name: "nova-compute:amqp"
253 relations: [ "rabbitmq-server:amqp", ]
254
255 - name: ntp
256 relations: [ "nova-compute", ]
257
258
259xos_images:
260 - name: "trusty-server-multi-nic"
Luca Prete4e91e152017-12-01 16:45:53 -0800261 url: "https://github.com/opencord/platform-install/releases/download/vms/trusty-server-cloudimg-amd64-disk1.img.20170201"
Andy Bavier444007e2017-10-24 06:02:36 -0700262 checksum: "sha256:ebf007ba3ec1043b7cd011fc6668e2a1d1d4c69c41071e8513ab355df7a057cb"
263
Woojoong Kim0fe84a82017-11-01 13:51:16 -0700264 - name: "image-venb"
Luca Prete4e91e152017-12-01 16:45:53 -0800265 url: "https://github.com/opencord/platform-install/releases/download/vms/trusty-server-cloudimg-amd64-disk1.img.20170201"
Woojoong Kim01aebb32017-11-16 13:21:37 -0800266 checksum: "sha256:ebf007ba3ec1043b7cd011fc6668e2a1d1d4c69c41071e8513ab355df7a057cb"
Andy Bavier444007e2017-10-24 06:02:36 -0700267
Woojoong Kim0fe84a82017-11-01 13:51:16 -0700268 - name: "image-spgwc"
Woojoong Kim15f49202017-11-21 15:37:11 -0800269 url: "http://www.vicci.org/cord/ngic-cp1-cmpress.qcow2.20171121"
270 checksum: "sha256:eca43de006d193625778597cc9b3f171752c31e0ce6dbed363954c87c33935a3"
Andy Bavier444007e2017-10-24 06:02:36 -0700271
Woojoong Kim0fe84a82017-11-01 13:51:16 -0700272 - name: "image-spgwu"
Woojoong Kim15f49202017-11-21 15:37:11 -0800273 url: "http://www.vicci.org/cord/ngic-dp1-cmpress.qcow2.20171121"
Zack Williams864ba252017-12-04 14:39:14 -0700274 checksum: "sha256:2d431dc24b8de5d531ddf9a82c20f692d9ac8c9d4dd0295c535acc06c6635bc5"