Matteo Scandolo | 60b640f | 2017-08-08 13:05:22 -0700 | [diff] [blame] | 1 | |
| 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 Williams | ce63eb0 | 2017-02-28 10:46:22 -0700 | [diff] [blame] | 17 | --- |
| 18 | # opencloud-physical Example Pod Config |
| 19 | # Example Pod Config for a physical multi-node OpenCloud pod |
| 20 | |
| 21 | cord_scenario: opencloud |
| 22 | cord_profile: opencloud |
| 23 | |
| 24 | config_cord_dir: /opt/cord |
| 25 | config_cord_profile_dir: /opt/sites/az_site |
| 26 | |
| 27 | # No VM's, or prereqs |
| 28 | vagrant_vms: |
| 29 | vagrant_up_prereqs: |
| 30 | |
| 31 | buildnode: node01.opencloud.cs.arizona.edu |
| 32 | headnode: "{{ buildnode }}" |
| 33 | |
| 34 | site_name: az |
| 35 | site_suffix: "opencloud.cs.arizona.edu" |
| 36 | site_humanname: "Arizona OpenCloud Site" |
| 37 | |
| 38 | mgmt_ipv4_first_octets: "10.10.40" |
| 39 | |
| 40 | physical_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 |
| 54 | inventory_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: |