module.envoy

Reverse proxy

type

object

properties

  • templateId

The id of the template to use for this file

type

string

  • templateVariables

The variables and their values to be replaced from the template

type

object

additionalProperties

  • variablesFiles

The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files.

type

array

items

type

string

  • isTemplateGeneratedByOspComposer

If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation.

type

boolean

  • cluster

The list of cluster used in this Onsphere instance

RabbitMqClusterEntity

additionalProperties

False

RabbitMqClusterEntity

type

object

properties

  • name

The name of the cluster used inside configuration of envoy

type

string

  • members

The rabbitMQ services member of this cluster

type

array

items

RabbitMqClusterMemberEntity

additionalProperties

False

RabbitMqClusterMemberEntity

type

object

properties

  • moduleId

The module ID to join the RabbitMq service to integrate in the cluster

type

string

  • port

The exposed port to join the RabbitMq service to integrate in the cluster

type

integer

additionalProperties

False