Skip to content

Commit 04fda4a

Browse files
feat(fip): add fr-par-1 and nl-ams-1 (#2240)
Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent 915ea90 commit 04fda4a

12 files changed

+30
-30
lines changed

cmd/scw/testdata/test-all-usage-fip-ip-attach-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
fips-ids.{index} A list of Flexible IP IDs to attach
1010
server-id A server ID on which to attach the Flexible IPs
11-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
11+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1)
1212

1313
FLAGS:
1414
-h, --help help for attach

cmd/scw/testdata/test-all-usage-fip-ip-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARGS:
1111
[tags.{index}] Tags to associate to the Flexible IP
1212
[server-id] Server ID on which to attach the created Flexible IP
1313
[reverse] Reverse DNS value
14-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
14+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1)
1515

1616
FLAGS:
1717
-h, --help help for create

cmd/scw/testdata/test-all-usage-fip-ip-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
fip-id ID of the Flexible IP to delete
10-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
10+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1)
1111

1212
FLAGS:
1313
-h, --help help for delete

cmd/scw/testdata/test-all-usage-fip-ip-detach-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
fips-ids.{index} A list of Flexible IP IDs to detach
10-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
10+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1)
1111

1212
FLAGS:
1313
-h, --help help for detach

cmd/scw/testdata/test-all-usage-fip-ip-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
fip-id Flexible IP ID
10-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
10+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1)
1111

1212
FLAGS:
1313
-h, --help help for get

cmd/scw/testdata/test-all-usage-fip-ip-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARGS:
1212
[server-ids.{index}] Filter Flexible IPs by server IDs
1313
[project-id] Filter Flexible IPs by project ID
1414
[organization-id] Filter Flexible IPs by organization ID
15-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
15+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1)
1616

1717
FLAGS:
1818
-h, --help help for list

cmd/scw/testdata/test-all-usage-fip-ip-update-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARGS:
1010
[description] Description to associate with the Flexible IP, max 255 characters
1111
[tags.{index}] Tags to associate with the Flexible IP
1212
[reverse] Reverse DNS value
13-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
13+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1)
1414

1515
FLAGS:
1616
-h, --help help for update

cmd/scw/testdata/test-all-usage-fip-mac-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
fip-id Flexible IP ID on which to generate a Virtual MAC
1010
mac-type TODO (unknown_type | vmware | xen | kvm)
11-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
11+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1)
1212

1313
FLAGS:
1414
-h, --help help for create

cmd/scw/testdata/test-all-usage-fip-mac-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
fip-id Flexible IP ID from which to delete the Virtual MAC
10-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
10+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1)
1111

1212
FLAGS:
1313
-h, --help help for delete

cmd/scw/testdata/test-all-usage-fip-mac-duplicate-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
fip-id Flexible IP ID on which to duplicate the Virtual MAC
1010
duplicate-from-fip-id Flexible IP ID to duplicate the Virtual MAC from
11-
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-2)
11+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1)
1212

1313
FLAGS:
1414
-h, --help help for duplicate

0 commit comments

Comments
 (0)