mirantis/msr init

Initialize MSR and set it up with an authentication service.

Usage

msr init [command options] [URL]

Options

Option

Description

--ca PEMFILE

Verifies the authentication service certificate with the custom CAs in PEMFILE.

  • Environment variable: $MSR_ENZI_CA_CERT_FILE

  • Default: /certs/rethinkdb-client/ca.crt

--username value, -u value

The admin user name.

  • Environment variable: $MSR_ENZI_REGISTRATION_USERNAME

  • Default: N/A

--password value, -p value

The password for the named admin user. Only valid in conjunction with the --username option.

  • Environment variable: $MSR_ENZI_REGISTRATION_PASSWORD

  • Default: N/A

--msr-enzi-client-ca PEMFILE

Registers the CA certificate in PEMFILE with eNZi to authenticate the MSR application (required).

  • Environment variable: $MSR_ENZI_CLIENT_CA_CERT_FILE

  • Default: /certs/enziservice-client/ca.crt

--sso-url value

The web address for MSR.

  • Environment variable: $MSR_SSO_URL

  • Default: N/A

--rethinkdb-addr value

The RethinkDB address.

  • Environment variable: $MSR_RETHINKDB_ADDR

  • Default: msr-rethinkdb-proxy:28015

--rethinkdb-client-cert value

The path for the RethinkDB client certificate file.

  • Environment variable: $MSR_RETHINKDB_CLIENT_CERT_FILE

  • Default: /certs/rethinkdb-client/tls.crt

--rethinkdb-client-key value

The path for the RethinkDB client key file.

  • Environment variable: $MSR_RETHINKDB_CLIENT_KEY_FILE

  • Default: /certs/rethinkdb-client/tls.key

--rethinkdb-ca value

The path for the RethinkDB ca certificate file.

  • Environment variable: $MSR_RETHINKDB_CA_CERT_FILE

  • Default: /certs/rethinkdb/ca.crt

--rethinkdb-insecure-skip-verify

Indicates whether to skip TLS verification.

  • Environment variable: $MSR_RETHINKDB_INSECURE_SKIP_VERIFY

  • Default: false

--replicas value

The number of RethinkDB servers to replicate new tables across.

  • Environment variable: $MSR_DB_REPLICAS

  • Default: auto

--noninteractive, -n

Indicates whether to suppress interactive prompts.

  • Environment variable: N/A

  • Default: false

--help, -h

Indicates whether to show help.

  • Environment variable: N/A

  • Default: false