Zack Williams | ce63eb0 | 2017-02-28 10:46:22 -0700 | [diff] [blame] | 1 | --- |
| 2 | # rcord-physical-example Pod Config |
| 3 | # Example configuration for a physical R-CORD pod |
| 4 | |
| 5 | cord_scenario: cord |
| 6 | cord_profile: rcord |
| 7 | |
| 8 | # Variables |
| 9 | credentials_dir: '/opt/credentials' |
| 10 | pki_dir: '/opt/pki' |
| 11 | ssh_pki_dir: '/opt/ssh_pki' |
| 12 | |
| 13 | fabric_ip: '10.6.1.1/24' |
| 14 | management_ip: '10.6.0.1/24' |
| 15 | external_ip: '47.135.132.21/24' |
| 16 | management_network: 10.6.0.0/24 |
| 17 | |
| 18 | headnode: headnode.site1.opencord.org |
| 19 | |
| 20 | # Inventory for ansible, used to generate inventory.ini |
| 21 | inventory_groups: |
| 22 | |
| 23 | config: |
| 24 | localhost: |
| 25 | ansible_connection: local |
| 26 | |
| 27 | build: |
| 28 | localhost: |
| 29 | ansible_connection: local |
| 30 | |
| 31 | head: |
| 32 | headnode.site1.opencord.org: |
| 33 | ansible_host: 10.90.0.2 |
| 34 | ansible_port: 22 |
| 35 | ansible_user: ubuntu |
| 36 | ansible_ssh_pass: ubuntu |
| 37 | |
| 38 | compute: |
| 39 | |