Skip to content

Sam/revert wandelf #1673

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

Merged
merged 3 commits into from
Jun 25, 2025
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
2 changes: 0 additions & 2 deletions ansible/files/gandalf_config/gandalf.sudoers.conf

This file was deleted.

19 changes: 0 additions & 19 deletions ansible/files/gandalf_config/gandalf_salt.service

This file was deleted.

13 changes: 0 additions & 13 deletions ansible/files/gandalf_config/gandalf_salt.timer

This file was deleted.

10 changes: 0 additions & 10 deletions ansible/files/permission_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,11 @@
"systemd-coredump": [
{"groupname": "systemd-coredump", "username": "systemd-coredump"}
],
"gandalf": [
{"groupname": "gandalf", "username": "gandalf"},
{"groupname": "admin", "username": "gandalf"},
{"groupname": "salt", "username": "gandalf"},
],
}

# postgresql.service is expected to mount /etc as read-only
expected_mount = "/etc ro"


# This program depends on osquery being installed on the system
# Function to run osquery
def run_osquery(query):
Expand Down Expand Up @@ -160,7 +154,6 @@ def check_nixbld_users():

print("All nixbld users are in the 'nixbld' group.")


def check_postgresql_mount():
# processes table has the nix .postgres-wrapped path as the
# binary path, rather than /usr/lib/postgresql/bin/postgres which
Expand Down Expand Up @@ -189,7 +182,6 @@ def check_postgresql_mount():

print("postgresql.service mounts /etc as read-only.")


def main():
parser = argparse.ArgumentParser(
prog="Supabase Postgres Artifact Permissions Checker",
Expand Down Expand Up @@ -242,7 +234,6 @@ def main():
"postgrest",
"tcpdump",
"systemd-coredump",
"gandalf",
]
if not qemu_artifact:
usernames.append("ec2-instance-connect")
Expand All @@ -260,6 +251,5 @@ def main():
# Check if postgresql.service is using a read-only mount for /etc
check_postgresql_mount()


if __name__ == "__main__":
main()
18 changes: 0 additions & 18 deletions ansible/manifest-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,6 @@
shell: |
cd /tmp && tar -cJf admin-mgr-{{ adminmgr_release }}-arm64.tar.xz admin-mgr

- name: Download gandalf archive
get_url:
url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/gandalf/v{{ gandalf_release }}/gandalf-{{ gandalf_release }}-linux-arm64.tar.gz"
dest: "/tmp/gandalf.tar.gz"
timeout: 90

- name: gandalf - unpack archive in /tmp
unarchive:
remote_src: yes
src: /tmp/gandalf.tar.gz
dest: /tmp

- name: gandalf - pack archive
shell: |
cd /tmp && tar -cJf gandalf-{{ gandalf_release }}-arm64.tar.xz gandalf

- name: upload archives
shell: |
aws s3 cp /tmp/{{ item.file }} s3://{{ internal_artifacts_bucket }}/upgrades/{{ item.service }}/{{ item.file }}
Expand All @@ -89,5 +73,3 @@
file: supabase-admin-api-{{ adminapi_release }}-arm64.tar.xz
- service: admin-mgr
file: admin-mgr-{{ adminmgr_release }}-arm64.tar.xz
- service: gandalf
file: gandalf-{{ gandalf_release }}-arm64.tar.xz
87 changes: 0 additions & 87 deletions ansible/tasks/internal/gandalf.yml

This file was deleted.

5 changes: 0 additions & 5 deletions ansible/tasks/setup-supabase-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,5 @@
tags:
- aws-only

- name: Install gandalf
import_tasks: internal/gandalf.yml
tags:
- aws-only

- name: Envoy - use lds.supabase.yaml for /etc/envoy/lds.yaml
command: mv /etc/envoy/lds.supabase.yaml /etc/envoy/lds.yaml
8 changes: 3 additions & 5 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.0.1.096-orioledb"
postgres17: "17.4.1.046"
postgres15: "15.8.1.103"
postgresorioledb-17: "17.0.1.097-orioledb"
postgres17: "17.4.1.47"
postgres15: "15.8.1.104"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down Expand Up @@ -57,5 +57,3 @@ adminmgr_release: 0.25.1

vector_x86_deb: "https://packages.timber.io/vector/0.22.3/vector_0.22.3-1_amd64.deb"
vector_arm_deb: "https://packages.timber.io/vector/0.22.3/vector_0.22.3-1_arm64.deb"

gandalf_release: 1.4.30
Loading