-
Notifications
You must be signed in to change notification settings - Fork 910
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge FAST C and E network stages into a new B stage. (#2309)
Merge FAST C and E network stages into a new B stage.
- Loading branch information
Showing
99 changed files
with
330 additions
and
7,029 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
224 changes: 127 additions & 97 deletions
224
fast/stages/2-networking-e-nva-bgp/README.md → fast/stages/2-networking-b-nva/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 23 additions & 0 deletions
23
fast/stages/2-networking-b-nva/data/firewall-rules/dmz/bgp.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# skip boilerplate check | ||
# This is only relevant when using NCC-RA, and can be safely removed otherwise | ||
ingress: | ||
allow-ncc-nva-bgp-dmz: | ||
description: "Allow BGP traffic from NCC Cloud Routers to NVAs" | ||
source_ranges: | ||
- 10.128.0.201/32 | ||
- 10.128.0.202/32 | ||
- 10.128.32.201/32 | ||
- 10.128.32.202/32 | ||
targets: ["nva"] | ||
rules: | ||
- protocol: tcp | ||
ports: | ||
- 179 | ||
allow-nva-nva-bgp-dmz: | ||
description: "Allow BGP traffic from cross-regional NVAs" | ||
sources: ["nva"] | ||
targets: ["nva"] | ||
rules: | ||
- protocol: tcp | ||
ports: | ||
- 179 |
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions
15
fast/stages/2-networking-b-nva/data/firewall-rules/landing/bgp.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# skip boilerplate check | ||
# This is only relevant when using NCC-RA, and can be safely removed otherwise | ||
ingress: | ||
allow-ncc-nva-bgp-landing: | ||
description: "Allow BGP traffic from NCC Cloud Routers to NVAs" | ||
source_ranges: | ||
- 10.128.64.201/32 | ||
- 10.128.64.202/32 | ||
- 10.128.96.201/32 | ||
- 10.128.96.202/32 | ||
targets: ["nva"] | ||
rules: | ||
- protocol: tcp | ||
ports: | ||
- 179 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.