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

launch-solace

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

Syntax

rumi cloud hetzner launch-solace \
  --api-key <token> \
  --network <network> \
  --key-pair <keypair> \
  [options]

Options

Option
Short
Description
Default

--api-key

-k

The Hetzner Cloud project API token (or set HCLOUD_TOKEN)

Required

--region

-r

The Hetzner location to launch into

fsn1

--network

-n

Name of the network to launch into

Required

--key-pair

-K

The SSH key pair to launch with

Required

Example

rumi cloud hetzner launch-solace \
  --api-key $HCLOUD_TOKEN \
  --network my-cloud \
  --key-pair rumi

Notes

  • Boots from the baked solace snapshot; the solace-pubsub-standard container runs with --restart=always.

  • Registers solace.rumi.local on the bastion's DNS and points the node's resolver at the bastion.

  • The bastion must be launched first.

See Also

Last updated