David K. Bainbridge | 0a7cdbb | 2017-07-14 11:36:13 -0700 | [diff] [blame] | 1 | --- |
| 2 | # Password to assign to compute nodes for user `ubuntu`. Defaults to random value if not set |
| 3 | password_compute_node: ubuntu |
| 4 | |
| 5 | #fabric_include_names |
| 6 | fabric_include_module_types: i40e, mlx4_en |
| 7 | #fabric_include_bus_types |
| 8 | |
| 9 | #fabric_exclude_names |
| 10 | #fabric_exclude_module_types |
| 11 | #fabric_exclude_bus_types |
| 12 | |
| 13 | #fabric_ignore_names |
| 14 | #fabric_ignore_module_types |
| 15 | #fabric_ignore_bus_types |
| 16 | |
| 17 | #management_include_names |
| 18 | #management_include_module_types |
| 19 | #management_include_bus_types |
| 20 | #management_exclude_names |
| 21 | #management_exclude_module_types |
| 22 | #management_exclude_bus_types |
| 23 | #management_ignore_names |
| 24 | #management_ignore_module_types |
| 25 | #management_ignore_bus_types |
| 26 | |
| 27 | fabric_iface: fabric |
| 28 | management_iface: mgmtbr |
| 29 | external_iface: eth2 |
| 30 | iface_file: /etc/network/interfaces |
| 31 | |
| 32 | fabric_ip: 10.2.1.1/24 |
| 33 | management_ip: 10.2.0.1/24 |
| 34 | external_ip: 192.168.10.3/24 |
| 35 | |
| 36 | external_gw: 192.168.10.1 |
| 37 | #management_gw |
| 38 | |
| 39 | #external_bc |
| 40 | #management_bc |
| 41 | |
| 42 | power_helper_user: cord |
| 43 | power_helper_host: '' |
| 44 | |
| 45 | admin_email: admin@cord.lab |
| 46 | password_maas_admin: admin |
| 47 | maas_user: cord |
| 48 | password_maas_user: cord |
| 49 | maas_email: cord@cord.lab |
| 50 | |
| 51 | domain: cord.lab |
| 52 | upstream_dns: 8.8.8.8 8.8.8.4 |
| 53 | |
| 54 | management_network: 10.2.0.0/24 |
| 55 | bridge_network: 172.42.0.0/24 |
| 56 | bridge_name: mgmtbr |
| 57 | |
| 58 | fabric_range_low: 10.2.1.2 |
| 59 | fabric_range_high: 10.2.1.100 |
| 60 | management_range_low: 10.2.0.2 |
| 61 | management_range_high: 10.2.0.128 |
| 62 | |
| 63 | deploy_docker_tag: candidate |
| 64 | logging_host: 10.100.198.201 |
| 65 | |