i’m playing with juju and Openstack Cloud provider.
I can deploy applications in VM and i could manage to add some contraints such as ram/cpu, flavour or disk.
I would like to know if i can specify
a) the machine name, at the moment i have some juju-modelname-random_chars
b) the IP address the VM should have, in openstack it is often done by allocating a neutron port with a fixed-address and then attach it to the VM
A) You cannot specify a juju machine name. Machine names must be unique and only used once inside of juju. The name is juju-[short model uuid]-#, the number increments for each machine created in the model.
B) you cannot specify the IP address for a vm to have.