blob: 34843ab219d952eaf55891fa62097a8dd53b4d4d [file] [log] [blame]
Zack Williamsce63eb02017-02-28 10:46:22 -07001---
2# rcord-physical-example Pod Config
3# Example configuration for a physical R-CORD pod
4
5cord_scenario: cord
6cord_profile: rcord
7
8# Variables
9credentials_dir: '/opt/credentials'
10pki_dir: '/opt/pki'
11ssh_pki_dir: '/opt/ssh_pki'
12
13fabric_ip: '10.6.1.1/24'
14management_ip: '10.6.0.1/24'
15external_ip: '47.135.132.21/24'
16management_network: 10.6.0.0/24
17
18headnode: headnode.site1.opencord.org
19
20# Inventory for ansible, used to generate inventory.ini
21inventory_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