For the complete documentation index, see llms.txt. This page is also available as Markdown.

launch-solace

Launch a Solace message broker node. Requires the bastion to be running.

Syntax

rumi cloud civo launch-solace \
  --api-key <token> \
  --region <region> \
  --network <network> \
  --keyPair <keypair> \
  [options]

Options

Option
Short
Description
Default

--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

Example

rumi cloud civo launch-solace \
  --api-key $CIVO_API_TOKEN \
  --region FRA1 \
  --network my-cloud \
  --keyPair rumi

Notes

  • Software installs at boot via cloud-init, so the first boot takes longer than a prebaked-image provider.

  • The bastion must be launched first.

See Also

Last updated