=============================================================
2.0
=============================================================
sudo add-apt-repository ppa:juju/devel -y
sudo apt-get update && sudo apt-get install juju2 -y
cat <<EOF > cloud.yaml
clouds:
maas:
type: maas
auth-types: [oauth1]
endpoint: http://10.101.0.2/MAAS
maas-oauth: *put your maas-oauth key here*
EOF
mkdir -p ~/.local/share/juju/
cat <<EOF > ~/.local/share/juju/credentials.yaml
credentials:
maas:
admin:
auth-type: oauth1
maas-oauth: *put your maas-oauth key here*
EOF
juju add-cloud mamas cloud.yaml
juju bootstrap juju2 maas --upload-tools --debug