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

[deployer + flood] #514

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
ff9e8d7
add gen code
patrick-ogrady Feb 21, 2025
fc919a8
use pkg version env
patrick-ogrady Feb 21, 2025
4aa4f41
setup README
patrick-ogrady Feb 21, 2025
cd8cadc
add loki
patrick-ogrady Feb 21, 2025
a80ebff
code compiles
patrick-ogrady Feb 21, 2025
6047c38
specify peers
patrick-ogrady Feb 21, 2025
3497f32
fix lint issues
patrick-ogrady Feb 21, 2025
b454ebe
tighten security
patrick-ogrady Feb 21, 2025
4ceb243
remove unnecessary import
patrick-ogrady Feb 21, 2025
384b35b
minimize VPCs
patrick-ogrady Feb 21, 2025
799fd37
include name/region/ip in peers
patrick-ogrady Feb 21, 2025
ad80568
add VPC peering
patrick-ogrady Feb 21, 2025
da6ab27
add support for custom ports
patrick-ogrady Feb 21, 2025
3e1faa1
working on flood
patrick-ogrady Feb 21, 2025
e2b0640
get IP
patrick-ogrady Feb 21, 2025
587be95
setup instance
patrick-ogrady Feb 21, 2025
9192672
making progress
patrick-ogrady Feb 21, 2025
90d4691
code compiles
patrick-ogrady Feb 21, 2025
2c11554
workspace axum
patrick-ogrady Feb 21, 2025
f92364b
autogen keys
patrick-ogrady Feb 21, 2025
67f18e1
binaries compile
patrick-ogrady Feb 21, 2025
0c65b33
progress
patrick-ogrady Feb 21, 2025
2e04e77
add dockerfile build
patrick-ogrady Feb 22, 2025
d8448b7
specify block size
patrick-ogrady Feb 22, 2025
ab720f2
use latest ubuntu
patrick-ogrady Feb 22, 2025
290ab6a
add assets skip
patrick-ogrady Feb 22, 2025
0d57570
remove blocking
patrick-ogrady Feb 22, 2025
c7ac75c
more logging
patrick-ogrady Feb 22, 2025
ff9c39b
deletion works
patrick-ogrady Feb 22, 2025
f3adcb8
past deployment
patrick-ogrady Feb 22, 2025
f637792
improve logging
patrick-ogrady Feb 22, 2025
55e493f
VPC peering setup works
patrick-ogrady Feb 22, 2025
7ad82ce
fix ami
patrick-ogrady Feb 22, 2025
38c33b4
cleanup deployer
patrick-ogrady Feb 22, 2025
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.swp
*.DS_Store
/target
*.vscode
*.vscode
examples/flood/assets
Loading
Loading