Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cloud-sql information #652

Merged
merged 1 commit into from
Oct 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions conf_files/pocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,6 @@ panoptes_network:
project_id: panoptes-survey
buckets:
images: panoptes-survey
cloudsql_instances:
meta:
location: us-central1
database: panoptes-meta
local_port: 5432
tess:
location: us-central1
database: tess-catalog
local_port: 5433

#Enable to output POCS messages to social accounts
# social_accounts:
Expand Down
Empty file removed pocs/utils/db/__init__.py
Empty file.
196 changes: 0 additions & 196 deletions pocs/utils/db/postgres.py

This file was deleted.

74 changes: 0 additions & 74 deletions scripts/connect_clouddb_proxy.py

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/startup/start_cloudsql_proxy.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/startup/start_panoptes_in_tmux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ set -x
# These provide connections between message publishers and subscribers.
create_and_init_window msg_hub start_messaging_hub.sh

# Create a window running the Google CloudSQL proxy script, connecting
# to the meta database.
create_and_init_window meta_db start_cloudsql_proxy.sh meta

# Create a window running the social messaging program. It subscribes to
# zeromq and posts some messages to Twitter or Slack, if
# conf_files/pocs_local.yaml has the appropriate config values; if not,
Expand Down