launch-solace
Last updated
Launch a Solace message broker node. Requires the bastion to be running.
rumi cloud civo launch-solace \
--api-key <token> \
--region <region> \
--network <network> \
--keyPair <keypair> \
[options]--api-key
-k
The Civo API token to use (or set CIVO_API_TOKEN)
Required
--region
-r
The Civo region in which to create the instance (e.g. FRA1)
Required
--network
-n
Name of the network to launch it into
Required
--keyPair
-K
The network SSH key pair
Required
rumi cloud civo launch-solace \
--api-key $CIVO_API_TOKEN \
--region FRA1 \
--network my-cloud \
--keyPair rumiSoftware installs at boot via cloud-init, so the first boot takes longer than a prebaked-image provider.
The bastion must be launched first.
Last updated