blob: d3a261a4cb61850c304af4c6a0488383ac1b7b1a [file] [log] [blame]
David K. Bainbridged54ca702016-07-13 22:27:12 -07001# Deployment configuration for a phyical hardware POD
2---
3seedServer:
4 # IP address of the head node
5 ip: '10.90.0.2'
6
Zack Williams932646a2017-01-26 11:08:56 -07007 # User name, password, and ssh port used by Ansible to connect to the host for remote
David K. Bainbridged54ca702016-07-13 22:27:12 -07008 # provisioning
Zack Williams932646a2017-01-26 11:08:56 -07009 ansible_user: 'ubuntu'
10 ansible_ssh_pass: 'ubuntu'
11 ansible_ssh_port: 22
David K. Bainbridged54ca702016-07-13 22:27:12 -070012
13 # Network address information for the head node:
14 #
15 # fabric_ip - the IP address and mask bits to be used to configure the network
16 # interface connected to the leaf - spine fabric
17 #
18 # management_ip - the IP address and mask bits to be used to configure the network
19 # interface connecting the head node to the POD internal
20 # management network. The head node will deliver DHCP addresses to
21 # the other compute nodes over this interface
22 #
23 # external_ip - the IP address and mask bits to be used to configure the network
24 # interface connecting the head node (and the POD) to the
25 # Internet. All traffic in the POD to external hosts will be
26 # NAT-ed through this interface
David K. Bainbridged54ca702016-07-13 22:27:12 -070027 # external_iface - the name of the interface that connects the head node to the
28 # Internet
29 # management_network - the network and mask bits to used for hosts on the management
30 # network
31 fabric_ip: '10.6.1.1/24'
David K. Bainbridge1705b812016-10-27 11:00:04 -070032 #fabric_range_low: '10.6.1.2'
33 #fabric_range_high: '10.6.1.100'
David K. Bainbridged54ca702016-07-13 22:27:12 -070034 management_ip: '10.6.0.1/24'
David K. Bainbridge9ea73d62016-11-22 12:59:28 -080035 #management_range_low: '10.6.0.2'
36 #management_range_high: '10.6.0.127'
David K. Bainbridged54ca702016-07-13 22:27:12 -070037 external_ip: '47.135.132.21/24'
David K. Bainbridged54ca702016-07-13 22:27:12 -070038 #external_iface: 'eth2'
Murat Parlakisikb7a6bf32016-08-24 06:52:28 -070039 management_network: 10.6.0.0/24
David K. Bainbridged54ca702016-07-13 22:27:12 -070040
41 # the skipTags options allow various part of the deployment to be skipped
42 # switch_support - does not deploy switch boot images to the PXE server
43 #
44 # reboot - will not reboot the head node after updating its network configuration
45 # this may mean the network configuration will not take effect, but will
David K. Bainbridge53e623f2016-10-04 21:11:37 -070046 # also prevent you from being locked out of the server if there is a
David K. Bainbridged54ca702016-07-13 22:27:12 -070047 # network configuration error.
48 #
49 # interface_config - will not modify the network configuration of the head node,
50 # including the consistent naming of the network interfaces
51 skipTags:
52 # - 'switch_support'
53 # - 'reboot'
54 # - 'interface_config'
55
David K. Bainbridge53e623f2016-10-04 21:11:37 -070056 # The following variable settings can be used to customize how the network interfaces
57 # are selected into the fabric and management bridge interface or ignored/excluded.
58 # See the documentation docs/quickstart_physical.md for more information about how
59 # to set these variables.
60 extraVars:
61 # - 'fabric_include_names=<name1>,<name2>,...'
62 # - 'fabric_include_module_types=<mtype1>,<mtype2>,...'
63 # - 'fabric_include_bus_types=<btype1>,<btype2>,...'
64 # - 'fabric_exclude_names=<name1>,<name2>,...'
65 # - 'fabric_exclude_module_types=<mtype1>,<mtype2>,...'
66 # - 'fabric_exclude_bus_types=<btype1>,<btype2>,...'
67 # - 'fabric_ignore_names=<name1>,<name2>,...'
68 # - 'fabric_ignore_module_types=<mtype1>,<mtype2>,...'
69 # - 'fabric_ignore_bus_types=<btype1>,<btype2>,...'
70 # - 'management_include_names=<name1>,<name2>,...'
71 # - 'management_include_module_types=<mtype1>,<mtype2>,...'
72 # - 'management_include_bus_types=<btype1>,<btype2>,...'
73 # - 'management_exclude_names=<name1>,<name2>,...'
74 # - 'management_exclude_module_types=<mtype1>,<mtype2>,...'
75 # - 'management_exclude_bus_types=<btype1>,<btype2>,...'
76 # - 'management_ignore_names=<name1>,<name2>,...'
77 # - 'management_ignore_module_types=<mtype1>,<mtype2>,...'
78 # - 'management_ignore_bus_types=<btype1>,<btype2>,...'
David K. Bainbridge1705b812016-10-27 11:00:04 -070079 # - ubuntu_apt_repo="deb [arch=amd64] http://10.1.0.1:8889/mirror/archive.ubuntu.com/ubuntu trusty main universe"
80 # - ubuntu_updates_apt_repo="deb [arch=amd64] http://10.1.0.1:8889/mirror/archive.ubuntu.com/ubuntu trusty-updates main universe"
81 # - docker_apt_repo="deb [arch=amd64] http://10.1.0.1:8889/mirror/apt.dockerproject.org/repo ubuntu-trusty main"
82 # - java_apt_repo="deb [arch=amd64] http://10.1.0.1:8889/mirror/ppa.launchpad.net/webupd8team/java/ubuntu trusty main"
83 # - ansible_apt_repo="deb [arch=amd64] http://10.1.0.1:8889/mirror/ppa.launchpad.net/ansible/ansible/ubuntu trusty main"
84 # - maas_apt_repo="deb [arch=amd64] http://10.1.0.1:8889/mirror/ppa.launchpad.net/maas/stable/ubuntu trusty main"
85 # - dell_apt_repo="deb [arch=amd64] http://10.1.0.1:8889/mirror/linux.dell.com/repo/community trusty openmanage"
86 # - juju_apt_repo="deb [arch=amd64] http://10.1.0.1:8889/mirror/ppa.launchpad.net/juju/stable/ubuntu trusty main"
David K. Bainbridge53e623f2016-10-04 21:11:37 -070087
David K. Bainbridge06052202016-12-02 14:22:40 -080088# If passwords are not set, random passwords will be generated
89passwords:
90 #compute_node: ubuntu
91 #maas_admin: admin
92 #maas_user: cord
93
David K. Bainbridged54ca702016-07-13 22:27:12 -070094docker:
95 imageVersion: candidate