blob: 76ffe3e9289120766223c7fbc0786c7813ecab5b [file] [log] [blame]
Andy Bavierf4594812017-12-21 16:01:05 -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
17---
18# opencloud-physical Example Pod Config
19# Example Pod Config for a physical multi-node OpenCloud pod
20
21cord_scenario: opencloud
22cord_profile: opencloud
23
24config_cord_dir: /opt/cord
25config_cord_profile_dir: /opt/sites/az_site
26
27# No VM's, or prereqs
28vagrant_vms:
29vagrant_up_prereqs:
30
31buildnode: node01.opencloud.cs.arizona.edu
32headnode: "{{ buildnode }}"
33
34site_name: az
35site_suffix: "opencloud.cs.arizona.edu"
36site_humanname: "Arizona OpenCloud Site"
37
38mgmt_ipv4_first_octets: "10.10.40"
39
40physical_node_list:
41 - name: node01
42 ipv4_last_octet: 1
43 aliases:
44 - head
45 - head1
46 - name: node02
47 ipv4_last_octet: 2
48 - name: node03
49 ipv4_last_octet: 3
50 - name: node04
51 ipv4_last_octet: 4
52
53# Inventory for ansible, used to generate inventory.ini
54inventory_groups:
55
56 config:
57 localhost:
58 ansible_connection: local
59
60 build:
61 node01.opencloud.cs.arizona.edu:
62
63 head:
64 node01.opencloud.cs.arizona.edu:
65
66 compute:
67 node02.opencloud.cs.arizona.edu:
68 node03.opencloud.cs.arizona.edu:
69 node04.opencloud.cs.arizona.edu: