From 01d6019fca028906a5d4674a3a785b7851bb75e3 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Wed, 17 Jun 2020 17:11:17 -0400 Subject: Remove plugin uploads from bootstrap container Update other blueprints Update blueprints for components loaded at boot time Move Consul service registrations out of bootstrap script (use Consul init container in OOM chart instead) Issue-ID: DCAEGEN2-1789 Issue-ID: DCAEGEN2-2237 Issue-ID: DCAEGEN2-2236 Signed-off-by: Jack Lucas Change-Id: I3532d21be3c520a63ca6176dc2c085665db0add8 --- config/00-consul.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 config/00-consul.json (limited to 'config') diff --git a/config/00-consul.json b/config/00-consul.json deleted file mode 100644 index a7d6ff4..0000000 --- a/config/00-consul.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "datacenter": "dc1", - "data_dir": "/opt/consul", - "log_level": "INFO", - "server": false, - "retry_join": ["consul"], - "node_name": "dcae-bootstrap", - "disable_update_check": true - } \ No newline at end of file -- cgit 1.2.3-korg