Update maas-setup.sh
This commit is contained in:
parent
8bff9ddb25
commit
c1425e8dce
@ -1,6 +1,7 @@
|
|||||||
# lxd / maas issue. either upgrade lxd or maas to 3.1
|
# lxd / maas issue. either upgrade lxd or maas to 3.1
|
||||||
sudo snap switch --channel=4.19/stable lxd
|
sudo snap switch --channel=4.19/stable lxd
|
||||||
sudo snap refresh lxd
|
sudo snap refresh lxd
|
||||||
|
sudo snap install --channel=3.1/beta maas
|
||||||
|
|
||||||
#get local interface name (this assumes a single default route is present)
|
#get local interface name (this assumes a single default route is present)
|
||||||
export INTERFACE=$(ip route | grep default | cut -d ' ' -f 5)
|
export INTERFACE=$(ip route | grep default | cut -d ' ' -f 5)
|
||||||
@ -116,4 +117,4 @@ juju deploy lma-light --channel=edge --trust
|
|||||||
## random notes
|
## random notes
|
||||||
# get some storage going
|
# get some storage going
|
||||||
# https://jaas.ai/ceph-base
|
# https://jaas.ai/ceph-base
|
||||||
# https://jaas.ai/canonical-kubernetes/bundle/471
|
# https://jaas.ai/canonical-kubernetes/bundle/471
|
||||||
|
Loading…
Reference in New Issue
Block a user