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

API: flip from amsmetadb to ams-pg #450

Open
wants to merge 3 commits into
base: postgresql11
Choose a base branch
from

Conversation

FedericoCeratto
Copy link
Contributor

No description provided.

@FedericoCeratto FedericoCeratto requested a review from hellais July 15, 2020 18:25
Copy link
Member

@hellais hellais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to merge!

After we land it, we should also do a bit of a cleanup to remove all references to amsmetadb.ooni.nu by grepping for it.

I found these files containing that reference:

deploy-pipeline.yml
4:- hosts: [datacollector.infra.ooni.io, hkgmetadb.infra.ooni.io, amsmetadb.ooni.nu]
18:- hosts: [hkgmetadb.infra.ooni.io, amsmetadb.ooni.nu]

inventory
45:amsmetadb.ooni.nu
63:amsmetadb.ooni.nu
68:amsmetadb.ooni.nu
106:amsmetadb.ooni.nu
182:amsmetadb.ooni.nu

templates/iptables.filter.part/hkgmetadb.infra.ooni.io
4:-A INPUT -s {{ lookup('dig', 'amsmetadb.ooni.nu/A') }}/32 -p tcp -m tcp --dport 5432 -j ACCEPT

roles/plpsql/templates/recovery.conf
2:primary_slot_name = 'amsmetadb_3'

roles/plpsql/templates/openvpn.active.conf
8:remote {{ lookup('dig', 'amsmetadb.ooni.nu/A') }}

roles/plpsql/templates/pg_hba.conf
97:host replication amsrepl {{ lookup('dig', 'amsmetadb.ooni.nu/A') }}/32 md5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants