Arif Ali
6af8998860
* Add nova policy override for mimic * fine tuning of keystone override * segregate lma and landscape applications/relations * Add workaround for altname for interfaces * Update focal overlay to update and mimic * Add hosts file for addtion to local host
54 lines
1.5 KiB
YAML
54 lines
1.5 KiB
YAML
cloudinit-userdata: |
|
|
apt:
|
|
primary:
|
|
- arches: [amd64]
|
|
uri: http://192.168.1.12/archive.ubuntu.com/ubuntu
|
|
write_files:
|
|
- owner: root:root
|
|
path: /root/99-post-juju.yaml
|
|
permissions: '0644'
|
|
content: |
|
|
network:
|
|
version: 2
|
|
ethernets:
|
|
ens3:
|
|
link-local: []
|
|
ens4:
|
|
link-local: []
|
|
ens5:
|
|
link-local: []
|
|
ens6:
|
|
link-local: []
|
|
ens7:
|
|
link-local: []
|
|
ens8:
|
|
link-local: []
|
|
ens9:
|
|
link-local: []
|
|
- owner: root:root
|
|
path: /etc/systemd/network/99-default.link
|
|
permissions: '0644'
|
|
content: |
|
|
[Link]
|
|
NamePolicy=keep kernel database onboard path slot
|
|
preruncmd:
|
|
- locale-gen en_GB.UTF-8; update-locale
|
|
- "systemd-detect-virt --container && rm -rf /root/99-post-juju.yaml"
|
|
- "systemd-detect-virt --container && sudo snap remove --purge lxd"
|
|
- "! systemd-detect-virt --container && mv /root/99-post-juju.yaml /etc/netplan/99-post-juju.yaml"
|
|
- "! systemd-detect-virt --container && sudo lxc profile set default security.nesting true"
|
|
- sudo netplan apply
|
|
- "! systemd-detect-virt --container && update-initramfs -u -k all"
|
|
snap:
|
|
commands:
|
|
"00": systemctl restart snapd
|
|
|
|
apt-mirror: http://192.168.1.12/archive.ubuntu.com/ubuntu
|
|
lxd-snap-channel: "5.0/stable"
|
|
|
|
container-image-metadata-url: http://192.168.1.12/lxd/
|
|
container-image-stream: released
|
|
|
|
agent-metadata-url: http://192.168.1.12/juju/tools/
|
|
agent-stream: released
|