1
# This file defines the deployment for the MAAS environment which is to be
2
# deployed and automated.
4
# Contains the virtual machine parameters for creating the Juju bootstrap
8
interfaces: ['bridge=virbr0,model=virtio']
15
requested_address: 192.168.122.5
18
# Defines the general setup for the MAAS environment, including the
19
# username and password for the host as well as the MAAS server.
23
# Contains the virtual machine parameters for creating the MAAS virtual
24
# server. Here you can configure the name of the virsh domain, the
25
# parameters for how the network is attached.
27
interfaces: ['bridge=virbr0,model=virtio']
34
# Apt http proxy setting(s)
37
# Package sources. These will be used on the MAAS controller.
42
# Virsh power settings
43
# Specifies the uri and keys to use for virsh power control of the
44
# juju virtual machine. If the uri is omitted, the value for the
45
# --remote is used. If no power settings are desired, then do not
46
# supply the virsh block.
48
rsa_priv_key: /home/ubuntu/.ssh/id_rsa
49
rsa_pub_key: /home/ubuntu/.ssh/id_rsa.pub
50
uri: qemu+ssh://ubuntu@192.168.122.1/system
52
# Defines the IP Address that the configuration script will use to
53
# to access the MAAS controller via SSH.
54
ip_address: 192.168.122.2
56
# This section allows the user to set a series of options on the
57
# MAAS server itself. The list of config options can be found in
58
# the upstream MAAS documentation:
59
# - http://maas.ubuntu.com/docs/api.html#maas-server
61
main_archive: http://us.archive.ubuntu.com/ubuntu
62
upstream_dns: 192.168.122.1
64
# kernel_opts: "console=tty0 console=ttyS1,115200n8"
65
ntp_server: ntp.ubuntu.com
67
# This section is used to define the networking parameters for when
68
# the node first comes up. It is fed into the meta-data cloud-init
69
# configuration and is used to configure the networking piece of the
70
# service. The contents of this section are written directly to the
71
# /etc/network/interfaces file.
73
# Please note, this is slightly different than the
74
# node-group-interfaces section below. This will configure the
75
# machine's networking params, and the node-group-interfaces will
76
# configure the maas node-group interfaces which is used for
77
# controlling the dhcp, dns, etc.
80
iface lo inet loopback
83
iface eth0 inet static
87
broadcast 192.168.122.255
89
dns-nameservers 192.168.122.1 127.0.0.1
91
# See https://maas.ubuntu.com/docs/maascli.html#node-groups for
92
# description and full list of supported options.
93
# NOTE: interfaces are added using the node_group_interfaces section
94
# and only one node_group can be created by this bundle.
95
# Additional node groups can be added post deployment.
97
# # This is the cluster DNS name.
100
# The node-group-interfaces section is used to configure the MAAS
101
# network interfaces. Basic configuration is supported, such as which
102
# device should be bound, the range of IP addresses, etc.
103
# Note: this may contain the special identifiers:
104
# ${maas_net} - the first 3 octets of the ipv4 address
105
# ${maas_ip} - the ip address of the MAAS controller
109
subnet_mask: 255.255.255.0
110
broadcast_ip: 192.168.122.255
111
router_ip: 192.168.122.1
119
# Physical nodes to be added to the MAAS cluster. Nodes will be
120
# configured, commissioned and put into the Ready state so
121
# they are ready to be deployed to.
125
# architecture: amd64/generic
127
# - "38:63:bb:43:b8:9c"
135
# mac_address: "38:63:bb:43:b8:9c"
136
# requested_address: 192.168.122.6