Errors or typos? Topics missing? Hard to read? Let us know.
This tutorial will walk you through the basics of the MAAS CLI.
maas apikey --username=$MAAS_USER > api-key
maas login admin http://<maas.domain>:5240/MAAS/api/2.0/ < api-key
maas $MAAS_USER maas set-config name=upstream_dns value=8.8.8.8
maas $MAAS_USER boot-resources import
maas $MAAS_USER machines create architecture=amd64 \
power_type=virsh mac_addresses=52:54:00:00:00:01
maas $MAAS_USER machines read | jq '.[].status_name'
maas $MAAS_USER machine commission <node_id>
maas $MAAS_USER machines allocate system_id=<id>
maas $MAAS_USER machine deploy <id>
lxc list
Gain SSH access: Just log in as ubuntu
.
File transfer: Use scp
for transferring files, and apply your customisations.