# Defines the general setup for the MAAS environment, including the
# username and password for the host as well as the MAAS server.
user: ubuntu
- password: opnfv-joid
+ password: ubuntu
# Contains the virtual machine parameters for creating the MAAS virtual
# server. Here you can configure the name of the virsh domain, the
apt_http_proxy:
apt_sources:
- - ppa:maas/stable
+# - ppa:maas/stable
+ - ppa:maas/next
- ppa:juju/stable
# Virsh power settings
# - http://maas.ubuntu.com/docs/api.html#maas-server
settings:
main_archive: http://us.archive.ubuntu.com/ubuntu
- upstream_dns: 192.168.10.1
+ upstream_dns: 8.8.8.8
maas_name: attvirpod1
# kernel_opts: "console=tty0 console=ttyS1,115200n8"
# ntp_server: ntp.ubuntu.com
network 192.168.10.0
broadcast 192.168.10.255
gateway 192.168.10.1
- dns-nameservers 192.168.10.1 127.0.0.1
+ dns-nameservers 8.8.8.8 127.0.0.1
# The node-group-interfaces section is used to configure the MAAS
# network interfaces. Basic configuration is supported, such as which
tags: control
architecture: amd64/generic
mac_addresses:
- - "B8:AE:ED:76:FB:45"
+ - "B8:AE:ED:76:F9:FF"
power:
type: ether_wake
- address: B8:AE:ED:76:FB:45
+ address: B8:AE:ED:76:F9:FF
- name: compute1
tags: compute
# As per your lab vip address list be deafult uses 10.4.1.11 - 10.4.1.20
sed -i -- 's/10.4.1.1/192.168.1.1/g' ./bundles.yaml
# Choose the external port to go out from gateway to use.
- sed -i -- 's/# "ext-port": "eth1"/ "ext-port": "juju-br0"/g' ./bundles.yaml
+ sed -i -- 's/# "ext-port": "eth1"/ "ext-port": "eth1"/g' ./bundles.yaml
;;
esac