blob: 8bdc80be28968b5e9ab446acb99b3850f2d6d558 [file] [log] [blame]
Andy Bavier6e6191a2018-05-22 14:53:10 -07001---
2# Copyright 2018-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# Information for the cluster's OpenStack compute nodes
17
18computeNodes:
19 master:
20 name: node0.opencord.org
21 bridgeId: of:00000000abcdef01
22 dataPlaneIntf: fabric
23 dataPlaneIp: 10.6.1.1/24
24 node1:
25 name: node1.opencord.org
26 bridgeId: of:00000000abcdef02
27 dataPlaneIntf: fabric
28 dataPlaneIp: 10.6.1.2/24
29 node2:
30 name: node2.opencord.org
31 bridgeId: of:00000000abcdef03
32 dataPlaneIntf: fabric
33 dataPlaneIp: 10.6.1.3/24