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

refactor(infra): Install gateways without using Docker #4839

Merged
merged 5 commits into from
May 1, 2024

Conversation

AndrewDryga
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Apr 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
firezone ⬜️ Ignored (Inspect) Visit Preview May 1, 2024 4:17pm

@github-actions github-actions bot added the kind/refactor Code refactoring label Apr 30, 2024
Copy link

github-actions bot commented Apr 30, 2024

Terraform Cloud Plan Output

Plan: 36 to add, 16 to change, 23 to destroy.

Terraform Cloud Plan

@@ -4,6 +4,8 @@ set -euo pipefail

hostname=$(hostname)
FIREZONE_NAME=${FIREZONE_NAME:-$hostname}
FIREZONE_VERSION=${FIREZONE_VERSION:-latest}
FIREZONE_ARTIFACT_URL=${FIREZONE_ARTIFACT_URL:-https://www.firezone.dev/dl/firezone-gateway/}
Copy link
Member

Choose a reason for hiding this comment

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

Extra slash

Suggested change
FIREZONE_ARTIFACT_URL=${FIREZONE_ARTIFACT_URL:-https://www.firezone.dev/dl/firezone-gateway/}
FIREZONE_ARTIFACT_URL=${FIREZONE_ARTIFACT_URL:-https://www.firezone.dev/dl/firezone-gateway}

@@ -27,14 +29,15 @@ Documentation=https://www.firezone.dev/kb

[Service]
Type=simple
Environment="FIREZONE_VERSION=$FIREZONE_VERSION"
Copy link
Member

Choose a reason for hiding this comment

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

Is this line needed? I don't think the service needs this env var?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@jamilbk this is so that a specific version can be installed, I also decided to keep it here so that we can log it if needed

Copy link

github-actions bot commented Apr 30, 2024

Performance Test Results

TCP

Test Name Received/s Sent/s Retransmits
direct-tcp-client2server 242.0 MiB (+2%) 243.6 MiB (+2%) 351 (+164%)
direct-tcp-server2client 236.3 MiB (-3%) 237.9 MiB (-3%) 636 (+771%)
relayed-tcp-client2server 230.3 MiB (+4%) 231.2 MiB (+4%) 256 (-15%)
relayed-tcp-server2client 236.9 MiB (-1%) 237.5 MiB (-1%) 278 (-41%)

UDP

Test Name Total/s Jitter Lost
direct-udp-client2server 500.0 MiB (-0%) 0.03ms (-15%) 45.39% (+16%)
direct-udp-server2client 500.0 MiB (-0%) 0.02ms (+114%) 25.13% (+21%)
relayed-udp-client2server 500.0 MiB (+0%) 0.03ms (-74%) 54.83% (+0%)
relayed-udp-server2client 500.0 MiB (-0%) 0.04ms (+4%) 43.42% (-0%)

@AndrewDryga AndrewDryga merged commit 09f25d6 into main May 1, 2024
136 checks passed
@AndrewDryga AndrewDryga deleted the andrew/gateways-without-docker branch May 1, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/refactor Code refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants