1

i've realized a vMaaS with 3 vnodes where i deployed juju-gui (node1) and openstack in the other 2 nodes (node2,node3). These last ones at moment are in ready status on vMaaS. Then i've added other vnodes to vMaaS to deploy Cassandra and hadoop, i've already added a new maas environment on environments.yaml called it maassvr02. But every time i try to bootstrap the new one, juju makes the boot of node3 and not the new vnodes. my question is:

which is the right way to realize multiple juju environment like that? thanks a lot.

the solution is to run the following commands:

$: juju sync-tools -e maassvr02
$: juju bootstrap -e maassvr02 --to node4.maas --debug

then i've added also the node5.maas

karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

4

OP posted:

I've resolved that in this way: after to add the new environment i run these commands:

juju sync-tools -e maassvr02
juju bootstrap -e maassvr02 --to node4.maas --debug 
Jorge Castro
  • 73,717