Skip to content

Two Machines Deployment

DESCRIPTION

  • This MR modifies the Cauldron deployment files to allow the deployment on two machines: one for the Elasticsearch service and the other for the rest of the services.
  • It also modifies Terraform templates to provision two machines.
  • It updates the documentation.

ISSUES RELATED

VERSIONS

DB_IMAGE_NAME: "cauldronio/database:0.1.1"
WEB_IMAGE_NAME: "cauldronio/webserver:0.2.5"
WORKER_IMAGE_NAME: "cauldronio/worker:0.1.11"
ODFE_CONFIG_IMAGE_NAME: "cauldronio/odfe-config:0.1.8"
ELASTIC_IMAGE_NAME: "amazon/opendistro-for-elasticsearch:1.4.0"
KIBANA_IMAGE_NAME: "amazon/opendistro-for-elasticsearch-kibana:1.4.0"
SYSLOG_IMAGE_NAME: "cauldronio/syslog-ng:0.2"
MATOMO_IMAGE_NAME: "matomo:3"

VARIABLES ADDED/DELETED (In host_vars)

  • ELASTIC_HOST

REPOSITORIES CHANGED

  • Deployment: -
  • Web: master
  • Worker: master
Edited by Sergio Merino Hernández

Merge request reports