if ($answer_counter == 1): ?>
endif; ?>
$ juju add-unit -h
usage: juju add-unit [options] <service name>
purpose: add a service unit
options:
-e, --environment (= "local")
juju environment to operate in
-n, --num-units (= 1)
number of service units to add
--to (= "")
the machine or container to deploy the unit in, bypasses constraints
Service units can be added to a specific machine using the --to argument.
Examples:
juju add-unit mysql --to 23 (Add unit to machine 23)
juju add-unit mysql --to 24/lxc/3 (Add unit to lxc container 3 on host machine 24)
juju add-unit mysql --to lxc:25 (Add unit to a new lxc container on host machine 25)