Fix typo, add pod back, update maas_api_key
This commit is contained in:
parent
e00742c81d
commit
30ac86aa3f
@ -12,7 +12,7 @@ maas_upstream_dns="192.168.1.13"
|
||||
maas_user="admin"
|
||||
maas_version="2.9"
|
||||
maas_pkg_type="snap"
|
||||
maas_api_key="z9cT7jE3BhmxcXkWWN:ew5WW9QdDMg8TXVnjt:NtKgJdfgA5FVw2YT9CnaKU87wJ5fTxKa"
|
||||
maas_api_key="EFKPcDwRZBW2w7xUbn:tNWzhQWtYM5yvRRgnu:HV7ffVay8RkFLgCMGkPemfLnFYTdwhgq"
|
||||
no_proxy="localhost,127.0.0.1,$maas_system_ip"
|
||||
squid_proxy="http://192.168.100.10:3128"
|
||||
virsh_user="virsh"
|
||||
|
@ -93,7 +93,7 @@ install_node() {
|
||||
install_deps
|
||||
maas_login
|
||||
deploy_node
|
||||
#maas_add_pod
|
||||
maas_add_pod
|
||||
}
|
||||
|
||||
add_pod()
|
||||
|
@ -53,7 +53,7 @@ write_files:
|
||||
|
||||
series=$(lsb_release -c -s)
|
||||
|
||||
if [[ $series == "bionic" ]]
|
||||
if [[ $series == "bionic" ]] ; then
|
||||
pkgs="qemu-kvm libvirt-bin qemu-efi"
|
||||
else
|
||||
pkgs="libvirt-daemon-system libvirt-clients"
|
||||
|
Loading…
x
Reference in New Issue
Block a user