Update hp01 config, and cloud-init

* Make password and virsh user consistent on hp01
* Update the config to reflect the network config from hp01
* Add timezone and byobu config in cloud init
This commit is contained in:
Arif Ali 2020-12-28 13:46:23 +00:00
parent 872771f933
commit c95bff6d92
Signed by: arif
GPG Key ID: 369608FBA1353A70
2 changed files with 13 additions and 3 deletions

View File

@ -2,9 +2,6 @@ hypervisor_name=hp01
hypervisor_ip=10.0.1.252
hypervisor_mac="e0:07:1b:ff:27:48"
virsh_user="virt"
qemu_password="5b5Bnev4kh3QeDGQ4KK8bVtX"
storage_path="/var/lib/vz/maas"
external_ip=192.168.1.200
@ -13,3 +10,12 @@ compute="hp1-maas-node"
node_count=7
bridges=()
bridges+=("br0")
bridges+=("br1")
bridges+=("br2")
bridges+=("br3")
bridges+=("br4")
bridges+=("br5")
bridges+=("lxdbr0")

View File

@ -3,6 +3,10 @@
ssh_import_id:
- lp:arif-ali
byobu_by_default: enable
timezone: "Europe/London"
# Allow ssh passwords
ssh_pwauth: True