-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Backport stable-2: Various integration test fixes (#984) SUMMARY Backport #984 into stable-2 c5e4640 Reviewed-by: Markus Bergholz <[email protected]>
- Loading branch information
1 parent
2435f31
commit a145f4a
Showing
8 changed files
with
28 additions
and
15 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
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
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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
web_acl_name: '{{ resource_prefix }}-web-acl' | ||
rule_group_name: '{{ resource_prefix }}-rule-group' | ||
alb_name: "my-alb-{{ resource_prefix | regex_search('([0-9]+)$') }}" | ||
tg_name: "my-tg-{{ resource_prefix | regex_search('([0-9]+)$') }}" | ||
web_acl_name: '{{ tiny_prefix }}-web-acl' | ||
rule_group_name: '{{ tiny_prefix }}-rule-group' | ||
alb_name: "my-alb-{{ tiny_prefix }}" | ||
tg_name: "my-tg-{{ tiny_prefix }}" | ||
cidr: | ||
main: 10.228.228.0/22 | ||
a: 10.228.228.0/24 | ||
b: 10.228.229.0/24 | ||
c: 10.228.230.0/24 | ||
d: 10.228.231.0/24 | ||
d: 10.228.231.0/24 |