From c3c09b47a073b4b7a068ebcc73f70069a1d1bf5e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 18 Nov 2021 19:03:08 +0000 Subject: [PATCH] Remove last remnants of streaming replication --- .../default/replication-bin/streaming-replicator | 12 ------------ .../files/default/replication-bin/streaming-server | 10 ---------- cookbooks/planet/templates/default/apache.erb | 6 ------ 3 files changed, 28 deletions(-) delete mode 100644 cookbooks/planet/files/default/replication-bin/streaming-replicator delete mode 100644 cookbooks/planet/files/default/replication-bin/streaming-server diff --git a/cookbooks/planet/files/default/replication-bin/streaming-replicator b/cookbooks/planet/files/default/replication-bin/streaming-replicator deleted file mode 100644 index 7b78ae41a..000000000 --- a/cookbooks/planet/files/default/replication-bin/streaming-replicator +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# DO NOT EDIT - This file is being maintained by Chef - -export TZ=UTC - -exec >> /var/log/replication/streaming-replicator 2>&1 - -exec /usr/local/bin/osmosis -q \ - --replicate-apidb iterations=0 minInterval=10000 maxInterval=60000 authFile=/etc/replication/auth.conf validateSchemaVersion=false \ - --send-replication-sequence port=8081 \ - --write-replication workingDirectory=/var/lib/replication/streaming diff --git a/cookbooks/planet/files/default/replication-bin/streaming-server b/cookbooks/planet/files/default/replication-bin/streaming-server deleted file mode 100644 index 11394ae39..000000000 --- a/cookbooks/planet/files/default/replication-bin/streaming-server +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# DO NOT EDIT - This file is being maintained by Chef - -export TZ=UTC - -exec >> /var/log/replication/streaming-server 2>&1 - -exec /usr/local/bin/osmosis -q \ - --send-replication-data dataDirectory=/var/lib/replication/streaming port=8080 notificationPort=8081 diff --git a/cookbooks/planet/templates/default/apache.erb b/cookbooks/planet/templates/default/apache.erb index f8bf0dc7e..8ea1698e9 100644 --- a/cookbooks/planet/templates/default/apache.erb +++ b/cookbooks/planet/templates/default/apache.erb @@ -26,12 +26,6 @@ Require all granted - ProxyPass /replication/streaming http://127.0.0.1:8080 - - - Require all granted - - Redirect /pbf-experimental/ /pbf/ -- 2.43.2