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 | # rcord-physical-example Pod Config |
| 19 | # Example configuration for a physical R-CORD pod |
| 20 | |
| 21 | cord_scenario: cord |
| 22 | cord_profile: rcord |
| 23 | |
| 24 | # Variables |
| 25 | credentials_dir: '/opt/credentials' |
| 26 | pki_dir: '/opt/pki' |
| 27 | ssh_pki_dir: '/opt/ssh_pki' |
| 28 | |
| 29 | fabric_ip: '10.6.1.1/24' |
| 30 | management_ip: '10.6.0.1/24' |
| 31 | external_ip: '47.135.132.21/24' |
| 32 | management_network: 10.6.0.0/24 |
| 33 | |
| 34 | headnode: headnode.site1.opencord.org |
| 35 | |
| 36 | # Inventory for ansible, used to generate inventory.ini |
| 37 | inventory_groups: |
| 38 | |
| 39 | config: |
| 40 | localhost: |
| 41 | ansible_connection: local |
| 42 | |
| 43 | build: |
| 44 | localhost: |
| 45 | ansible_connection: local |
| 46 | |
| 47 | head: |
| 48 | headnode.site1.opencord.org: |
| 49 | ansible_host: 10.90.0.2 |
| 50 | ansible_port: 22 |
| 51 | ansible_user: ubuntu |
| 52 | ansible_ssh_pass: ubuntu |
| 53 | |
| 54 | compute: |
| 55 | |