blob: e7df95c643f9acec897e4526db079d6730e56cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
demo-maas:
juju-bootstrap:
arch: amd64
disk_size: 120G
interfaces:
- bridge=brAdm,model=virtio
memory: 4096
name: bootstrap
pool: default
vcpus: 4
maas:
apt_http_proxy: null
apt_sources:
- ppa:maas/stable
- ppa:juju/stable
arch: amd64
boot_source:
keyring_filename: /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg
selections:
1:
arches: amd64
labels: release
os: ubuntu
release: xenial
subarches: '*'
url: http://maas.ubuntu.com/images/ephemeral-v2/releases/
disk_size: 160G
interfaces:
- bridge=brAdm,model=virtio
ip_address:
memory: 4096
name:
network_config:
node_group_ifaces:
- broadcast_ip:
nodes:
- name:
password: ubuntu
pool: default
release: trusty
settings:
maas_name:
main_archive: http://us.archive.ubuntu.com/ubuntu
upstream_dns:
user: ubuntu
vcpus: 4
virsh:
rsa_priv_key: /home/ubuntu/.ssh/id_rsa
rsa_pub_key: /home/ubuntu/.ssh/id_rsa.pub
uri:
|