blob: c68ef8ac37d847d599f6d9b355d60773cc789497 [file] [log] [blame]
Matteo Scandolo3896c472017-08-01 13:31:42 -07001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
Zack Williamsa2763112017-01-03 11:38:38 -070017---
Zack Williams3eca6472017-06-22 18:18:38 -070018# profile_manifests/rcord.yml
19# R-CORD Profile Manifest
Zack Williamsa2763112017-01-03 11:38:38 -070020
Zack Williams3eca6472017-06-22 18:18:38 -070021# Site configuration
Zack Williamsa2763112017-01-03 11:38:38 -070022site_name: mysite
23site_humanname: MySite
Zack Williams3eca6472017-06-22 18:18:38 -070024#site_suffix: "{{ site_name }}.cord.lab" - broken, see CORD-1520
25site_suffix: "cord.lab"
Zack Williamsa2763112017-01-03 11:38:38 -070026deployment_type: MyDeployment
27
Zack Williams3eca6472017-06-22 18:18:38 -070028# Feature toggles
Zack Williams1396aa32017-06-06 10:28:29 -070029use_fabric: True
Zack Williamsfe284a12017-07-01 11:00:04 -070030use_maas: True
Zack Williamsa2763112017-01-03 11:38:38 -070031
Zack Williams3eca6472017-06-22 18:18:38 -070032# XOS config
Zack Williamsa2763112017-01-03 11:38:38 -070033xos_tosca_config_templates:
Zack Williamsa2763112017-01-03 11:38:38 -070034 - vtn-service.yaml
35 - fabric-service.yaml
36 - management-net.yaml
37 - cord-services.yaml # should unify this with services.yaml.j2 eventually
38 - public-net.yaml
Zack Williamsa2763112017-01-03 11:38:38 -070039 - vrouter.yaml
Matteo Scandoloae45a2f2017-06-27 14:14:19 -070040 - xos-gui-extensions.yml
Zack Williamsa2763112017-01-03 11:38:38 -070041
42xos_other_templates:
43 - fabric-network-cfg.json
44
Matteo Scandolo40e10d52017-03-08 08:04:37 -080045# GUI branding [OLD GUI to be removed]
Zack Williamsa2763112017-01-03 11:38:38 -070046gui_branding_name: "CORD"
47gui_branding_icon: "/static/cord-logo.png"
48gui_branding_favicon: "/static/cord-favicon.png"
49gui_branding_bg: "/static/cord-bg.jpg"
50
Matteo Scandolo40e10d52017-03-08 08:04:37 -080051enabled_gui_extensions:
52 - name: vtr
53 path: orchestration/xos_services/vtr/xos/gui
Matteo Scandolo4b3d7682017-03-27 10:34:24 -070054 - name: rcord
55 path: orchestration/profiles/rcord/xos/gui
Matteo Scandolo40e10d52017-03-08 08:04:37 -080056
Zack Williamsa2763112017-01-03 11:38:38 -070057# paths defined in manifest/default.xml
58xos_services:
59 - name: volt
Andy Baviera4638cb2017-08-30 16:02:49 -070060 path: orchestration/xos_services/olt-service
Andy Bavier9e7d54a2017-04-17 11:37:02 -040061 keypair: volt_rsa
Scott Baker195e8f02017-06-05 12:20:34 -070062 synchronizer: true
Zack Williamsa2763112017-01-03 11:38:38 -070063 - name: vtn
Andy Baviera4638cb2017-08-30 16:02:49 -070064 path: orchestration/xos_services/vtn-service
Andy Bavier9e7d54a2017-04-17 11:37:02 -040065 keypair: vsg_rsa
Zack Williamsa2763112017-01-03 11:38:38 -070066 - name: openstack
67 path: orchestration/xos_services/openstack
68 - name: onos
69 path: orchestration/xos_services/onos-service
Andy Bavier9e7d54a2017-04-17 11:37:02 -040070 keypair: onos_rsa
Zack Williamsa2763112017-01-03 11:38:38 -070071 - name: vrouter
72 path: orchestration/xos_services/vrouter
Scott Baker7f95bc32017-08-21 09:40:10 -070073 - name: addressmanager
74 path: orchestration/xos_services/addressmanager
Zack Williamsa2763112017-01-03 11:38:38 -070075 - name: vsg
76 path: orchestration/xos_services/vsg
Andy Bavier9e7d54a2017-04-17 11:37:02 -040077 keypair: vsg_rsa
Zack Williamsa2763112017-01-03 11:38:38 -070078 - name: vtr
79 path: orchestration/xos_services/vtr
Andy Bavier9e7d54a2017-04-17 11:37:02 -040080 keypair: vsg_rsa
Zack Williamsa2763112017-01-03 11:38:38 -070081 - name: fabric
82 path: orchestration/xos_services/fabric
Zack Williamsa2763112017-01-03 11:38:38 -070083 - name: exampleservice
84 path: orchestration/xos_services/exampleservice
Andy Bavier9e7d54a2017-04-17 11:37:02 -040085 keypair: exampleservice_rsa
Scott Baker9310a1b2017-05-25 20:02:08 -070086# - name: monitoring
87# path: orchestration/xos_services/monitoring
88# keypair: monitoringservice_rsa
89# synchronizer: false
Zack Williamsa2763112017-01-03 11:38:38 -070090
Scott Baker6a2065c2017-04-20 15:27:41 -070091profile_library: "rcord"
92
Zack Williamsa2763112017-01-03 11:38:38 -070093# VTN network configuration
94management_network_cidr: 172.27.0.0/24
95management_network_ip: 172.27.0.1/24
96data_plane_ip: 10.168.0.253/24
97
Zack Williams3eca6472017-06-22 18:18:38 -070098# Juju config
Zack Williamsa2763112017-01-03 11:38:38 -070099charm_versions:
Zack Williamsa2763112017-01-03 11:38:38 -0700100 ceilometer-agent: "cs:trusty/ceilometer-agent-13"
Zack Williams1396aa32017-06-06 10:28:29 -0700101 ceilometer: "cs:trusty/ceilometer-17"
Zack Williamsa2763112017-01-03 11:38:38 -0700102 glance: "cs:trusty/glance-28"
Kailash Khalasic725e062017-08-31 09:42:40 -0700103 keystone: "cs:trusty/keystone-267"
Zack Williamsa2763112017-01-03 11:38:38 -0700104 mongodb: "cs:trusty/mongodb-33"
Zack Williamsa2763112017-01-03 11:38:38 -0700105 nagios: "cs:trusty/nagios-10"
Andy Bavier9b3e00c2017-07-27 14:45:17 -0700106 neutron-api: "cs:~cordteam/trusty/neutron-api-6"
Zack Williamsa2763112017-01-03 11:38:38 -0700107 nova-cloud-controller: "cs:trusty/nova-cloud-controller-64"
Andy Bavier7bf1b372017-08-08 12:37:33 -0700108 nova-compute: "cs:~cordteam/trusty/nova-compute-3"
Zack Williamsa2763112017-01-03 11:38:38 -0700109 nrpe: "cs:trusty/nrpe-4"
110 ntp: "cs:trusty/ntp-14"
111 openstack-dashboard: "cs:trusty/openstack-dashboard-19"
Zack Williams1396aa32017-06-06 10:28:29 -0700112 percona-cluster: "cs:trusty/percona-cluster-31"
Zack Williamsa2763112017-01-03 11:38:38 -0700113 rabbitmq-server: "cs:trusty/rabbitmq-server-42"
114
Zack Williamsa2763112017-01-03 11:38:38 -0700115head_lxd_list:
116 - name: "juju-1"
117 service: "juju"
118 aliases:
119 - "juju"
120 ipv4_last_octet: 10
121
122 - name: "ceilometer-1"
123 service: "ceilometer"
124 aliases:
125 - "ceilometer"
126 ipv4_last_octet: 20
127 forwarded_ports:
128 - { ext: 8777, int: 8777 }
129
130 - name: "glance-1"
131 service: "glance"
132 aliases:
133 - "glance"
134 ipv4_last_octet: 30
135 forwarded_ports:
136 - { ext: 9292, int: 9292 }
137
138 - name: "keystone-1"
139 service: "keystone"
140 aliases:
141 - "keystone"
142 ipv4_last_octet: 40
143 forwarded_ports:
144 - { ext: 35357, int: 35357 }
145 - { ext: 4990, int: 4990 }
146 - { ext: 5000, int: 5000 }
147
148 - name: "percona-cluster-1"
149 service: "percona-cluster"
150 aliases:
151 - "percona-cluster"
152 ipv4_last_octet: 50
153
154 - name: "nagios-1"
155 service: "nagios"
156 aliases:
157 - "nagios"
158 ipv4_last_octet: 60
159 forwarded_ports:
160 - { ext: 3128, int: 80 }
161
162 - name: "neutron-api-1"
163 service: "neutron-api"
164 aliases:
165 - "neutron-api"
166 ipv4_last_octet: 70
167 forwarded_ports:
168 - { ext: 9696, int: 9696 }
169
170 - name: "nova-cloud-controller-1"
171 service: "nova-cloud-controller"
172 aliases:
173 - "nova-cloud-controller"
174 ipv4_last_octet: 80
175 forwarded_ports:
176 - { ext: 8774, int: 8774 }
177
178 - name: "openstack-dashboard-1"
179 service: "openstack-dashboard"
180 aliases:
181 - "openstack-dashboard"
182 ipv4_last_octet: 90
183 forwarded_ports:
184 - { ext: 8080, int: 80 }
185
186 - name: "rabbitmq-server-1"
187 service: "rabbitmq-server"
188 aliases:
189 - "rabbitmq-server"
190 ipv4_last_octet: 100
191
192 - name: "mongodb-1"
193 service: "mongodb"
194 aliases:
195 - "mongodb"
196 ipv4_last_octet: 110
197
Zack Williams3eca6472017-06-22 18:18:38 -0700198
Zack Williamsa2763112017-01-03 11:38:38 -0700199lxd_service_list:
200 - ceilometer
201 - glance
202 - keystone
203 - mongodb
204 - nagios
205 - neutron-api
206 - nova-cloud-controller
207 - openstack-dashboard
208 - percona-cluster
209 - rabbitmq-server
210
Zack Williams3eca6472017-06-22 18:18:38 -0700211
Zack Williamsa2763112017-01-03 11:38:38 -0700212standalone_service_list:
213 - ntp
214 - nrpe
215 - ceilometer-agent
216
217
218service_relations:
219 - name: keystone
220 relations: [ "percona-cluster", "nrpe", ]
221
222 - name: nova-cloud-controller
223 relations: [ "percona-cluster", "rabbitmq-server", "glance", "keystone", "nrpe", ]
224
225 - name: glance
226 relations: [ "percona-cluster", "keystone", "nrpe", ]
227
228 - name: neutron-api
229 relations: [ "keystone", "percona-cluster", "rabbitmq-server", "nova-cloud-controller", "nrpe", ]
230
231 - name: openstack-dashboard
232 relations: [ "keystone", "nrpe", ]
233
234 - name: nagios
235 relations: [ "nrpe", ]
236
237 - name: "percona-cluster:juju-info"
238 relations: [ "nrpe:general-info", ]
239
240 - name: rabbitmq-server
241 relations: [ "nrpe", ]
242
243 - name: ceilometer
244 relations: [ "mongodb", "rabbitmq-server", "nagios", "nrpe", ]
245
246 - name: "ceilometer:identity-service"
247 relations: [ "keystone:identity-service", ]
248
249 - name: "ceilometer:ceilometer-service"
250 relations: [ "ceilometer-agent:ceilometer-service", ]
251
252
253compute_relations:
254 - name: nova-compute
255 relations: [ "ceilometer-agent", "glance", "nova-cloud-controller", "nagios", "nrpe", ]
256
257 - name: "nova-compute:shared-db"
258 relations: [ "percona-cluster:shared-db", ]
259
260 - name: "nova-compute:amqp"
261 relations: [ "rabbitmq-server:amqp", ]
262
263 - name: ntp
264 relations: [ "nova-compute", ]
265
266
267xos_images:
268 - name: "trusty-server-multi-nic"
269 url: "http://www.vicci.org/opencloud/trusty-server-cloudimg-amd64-disk1.img.20170201"
270 checksum: "sha256:ebf007ba3ec1043b7cd011fc6668e2a1d1d4c69c41071e8513ab355df7a057cb"
271
272 - name: "vsg-1.1"
273 url: "http://www.vicci.org/cord/vsg-1.1.img"
274 checksum: "sha256:16b0beb6778aed0f5feecb05f8d5750e6c262f98e6011e99ddadf7d46a177b6f"
275
276 - name: "ceilometer-trusty-server-multi-nic"
277 url: "http://www.vicci.org/cord/ceilometer-trusty-server-multi-nic.compressed.qcow2"
278 checksum: "sha256:b77ef8d692b640568dea13df99fe1dfcb1f4bb4ac05408db9ff77399b34f754f"
279
280 - name: "ceilometer-service-trusty-server-multi-nic"
281 url: "http://www.vicci.org/cord/ceilometer-service-trusty-server-multi-nic.compressed.qcow2.20170131"
282 checksum: "sha256:f0341e283f0f2cb8f70cd1a6347e0081c9c8492ef34eb6397c657ef824800d4f"