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

NET-406: fix typo in upgrade script #2515

Merged
merged 40 commits into from
Aug 16, 2023
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
f08e5a3
create gateways during migration
mattkasun Aug 1, 2023
4112145
set version for testing
mattkasun Aug 2, 2023
7da2e9b
restruct migration
mattkasun Aug 4, 2023
06618d3
debug logging
mattkasun Aug 4, 2023
f62a786
enforce unique names for ext client names (#2476)
mattkasun Aug 1, 2023
041df1c
prune(NET-483): remove defunct host.internetgateway field (#2487)
Aceix Aug 2, 2023
2184903
don't reference host on err (#2493)
abhishek9686 Aug 2, 2023
bb7371a
deprecrate netclient install scripts (#2490)
abhishek9686 Aug 2, 2023
fc7c20c
Net 500: validate network parameter passed to node endpoints (#2480)
mattkasun Aug 2, 2023
c22edbe
NET-513 (#2492)
uGiFarukh Aug 3, 2023
63cad79
[NET-404] Run in limited mode when ee checks fail (#2474)
gabrielseibel1 Aug 3, 2023
5be9fb4
feat(NET-449): add sync feature to request a host pull from server (#…
Aceix Aug 4, 2023
ec73e01
fix(NET-486): change client name length validation (#2498)
Aceix Aug 8, 2023
2fdd597
[NET-477] Pick AMB URL dynamically (#2489)
gabrielseibel1 Aug 8, 2023
91f2e45
[Feature]: nm-quick script tackling arm TODO support (#2488)
bornav Aug 8, 2023
db752d0
rebase conflict
mattkasun Aug 8, 2023
8c7ca8b
include pass and os in mirgration data
mattkasun Aug 8, 2023
d9ac019
node network ranges
mattkasun Aug 8, 2023
e3e3657
remove debugging logs
mattkasun Aug 8, 2023
4ad088f
add gateways
mattkasun Aug 8, 2023
e6ca146
use sent node
mattkasun Aug 9, 2023
36b444e
Merge branch 'develop' into NET-406
mattkasun Aug 9, 2023
2e0aa37
upgrade shell script
mattkasun Aug 9, 2023
c834071
Merge branch 'develop' into NET-406
mattkasun Aug 10, 2023
0ff1f04
associate node to host during migration
mattkasun Aug 10, 2023
c614aa3
add node to host.Nodes and publish peer update
mattkasun Aug 10, 2023
503046a
save host outside loop
mattkasun Aug 10, 2023
a5a52ad
fix script name
mattkasun Aug 10, 2023
db460ec
simplify upgrade script
mattkasun Aug 11, 2023
ae46ec2
don't migrate relays
mattkasun Aug 11, 2023
aaf55a1
simplify upgrade script even more
mattkasun Aug 11, 2023
5eaa38e
guard against blank address or address6
mattkasun Aug 11, 2023
b876fd7
Merge branch 'develop' into NET-406
mattkasun Aug 14, 2023
56572a6
typos
mattkasun Aug 14, 2023
d99b1aa
fix convertsion of persistent keepalive
mattkasun Aug 15, 2023
4d4cf22
Merge branch 'develop' into NET-406
mattkasun Aug 15, 2023
5fa561d
remove weird paste
mattkasun Aug 15, 2023
19c6de4
another paste error
mattkasun Aug 15, 2023
c03ff52
fix command typo
abhishek9686 Aug 16, 2023
b888b34
Merge branch 'develop' of https://github.com/gravitl/netmaker into NE…
abhishek9686 Aug 16, 2023
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: 1 addition & 1 deletion scripts/nm-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ save_config() { (
save_config_item LICENSE_KEY "$LICENSE_KEY"
save_config_item METRICS_EXPORTER "on"
save_config_item PROMETHEUS "on"
ave_config_item SERVER_IMAGE_TAG "$LATEST-ee"
save_config_item SERVER_IMAGE_TAG "$LATEST-ee"
else
save_config_item METRICS_EXPORTER "off"
save_config_item PROMETHEUS "off"
Expand Down