zato create cluster

Overview

Creates a cluster's configuration in the SQL configuration database created with zato create odb.

It does not create servers nor any other Zato components, use other create commands for that.

Usage example

  $ zato create cluster \
    DEV1 \
    --odb-type mysql \
    --odb-host postgresql \
    --odb-port 5432 \
    --odb-user user1 \
    --odb-db-name database1 \
    --odb-password password1 \
    --lb-host 10.152.12.91
  OK
  $