db0west
(David West)
4 July 2020 00:16
1
Hi.
Let’s say I have two MAAS kvm hosts, ‘frodo’ and ‘gandalf’. Each have pods with the same names.
I want to juju bootstrap
my MAAS cloud called ‘maas-cloud’ and make sure the controller goes on ‘frodo’ only. How do I do this.
Looking for something like juju bootstrap maas-cloud --constraints pod=frodo
…
I can turn off ‘gandalf’ but I’d rather leave him running : )
1 Like
dvnt
( Sean Shüping)
5 July 2020 02:01
2
Hey @db0west
I’ve achieved this by composing and tagging a KVM machine in Maas. Then when I go to bootstrap I use a bootstrap constraint tags=myspecificjujutag
juju bootstrap --bootstrap-constraints "mem=1G cores=2 tags=myspecificjujutag" maas-cloud
2 Likes
As @dvnt mentioned, the recommended method is to compose your juju controller VMs via MAAS UI/API and use tags to target those pre-built VMs during bootstrap.