-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into live_cluster_with_anp
- Loading branch information
Showing
7 changed files
with
91 additions
and
91 deletions.
There are no files selected for viewing
28 changes: 14 additions & 14 deletions
28
test_outputs/connlist/anp_banp_blog_demo_connlist_output.csv
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,15 +1,15 @@ | ||
src,dst,conn | ||
0.0.0.0-255.255.255.255,bar/my-bar[Pod],All Connections | ||
0.0.0.0-255.255.255.255,baz/my-baz[Pod],All Connections | ||
0.0.0.0-255.255.255.255,monitoring/my-monitoring[Pod],All Connections | ||
bar/my-bar[Pod],0.0.0.0-255.255.255.255,All Connections | ||
bar/my-bar[Pod],baz/my-baz[Pod],All Connections | ||
bar/my-bar[Pod],monitoring/my-monitoring[Pod],All Connections | ||
baz/my-baz[Pod],0.0.0.0-255.255.255.255,All Connections | ||
baz/my-baz[Pod],monitoring/my-monitoring[Pod],All Connections | ||
foo/my-foo[Pod],0.0.0.0-255.255.255.255,All Connections | ||
foo/my-foo[Pod],baz/my-baz[Pod],All Connections | ||
foo/my-foo[Pod],monitoring/my-monitoring[Pod],All Connections | ||
monitoring/my-monitoring[Pod],0.0.0.0-255.255.255.255,All Connections | ||
monitoring/my-monitoring[Pod],baz/my-baz[Pod],All Connections | ||
monitoring/my-monitoring[Pod],foo/my-foo[Pod],All Connections | ||
0.0.0.0-255.255.255.255,bar/mybar[Pod],All Connections | ||
0.0.0.0-255.255.255.255,baz/mybaz[Pod],All Connections | ||
0.0.0.0-255.255.255.255,monitoring/mymonitoring[Pod],All Connections | ||
bar/mybar[Pod],0.0.0.0-255.255.255.255,All Connections | ||
bar/mybar[Pod],baz/mybaz[Pod],All Connections | ||
bar/mybar[Pod],monitoring/mymonitoring[Pod],All Connections | ||
baz/mybaz[Pod],0.0.0.0-255.255.255.255,All Connections | ||
baz/mybaz[Pod],monitoring/mymonitoring[Pod],All Connections | ||
foo/myfoo[Pod],0.0.0.0-255.255.255.255,All Connections | ||
foo/myfoo[Pod],baz/mybaz[Pod],All Connections | ||
foo/myfoo[Pod],monitoring/mymonitoring[Pod],All Connections | ||
monitoring/mymonitoring[Pod],0.0.0.0-255.255.255.255,All Connections | ||
monitoring/mymonitoring[Pod],baz/mybaz[Pod],All Connections | ||
monitoring/mymonitoring[Pod],foo/myfoo[Pod],All Connections |
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
42 changes: 21 additions & 21 deletions
42
test_outputs/connlist/anp_banp_blog_demo_connlist_output.json
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,72 +1,72 @@ | ||
[ | ||
{ | ||
"src": "0.0.0.0-255.255.255.255", | ||
"dst": "bar/my-bar[Pod]", | ||
"dst": "bar/mybar[Pod]", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "0.0.0.0-255.255.255.255", | ||
"dst": "baz/my-baz[Pod]", | ||
"dst": "baz/mybaz[Pod]", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "0.0.0.0-255.255.255.255", | ||
"dst": "monitoring/my-monitoring[Pod]", | ||
"dst": "monitoring/mymonitoring[Pod]", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "bar/my-bar[Pod]", | ||
"src": "bar/mybar[Pod]", | ||
"dst": "0.0.0.0-255.255.255.255", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "bar/my-bar[Pod]", | ||
"dst": "baz/my-baz[Pod]", | ||
"src": "bar/mybar[Pod]", | ||
"dst": "baz/mybaz[Pod]", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "bar/my-bar[Pod]", | ||
"dst": "monitoring/my-monitoring[Pod]", | ||
"src": "bar/mybar[Pod]", | ||
"dst": "monitoring/mymonitoring[Pod]", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "baz/my-baz[Pod]", | ||
"src": "baz/mybaz[Pod]", | ||
"dst": "0.0.0.0-255.255.255.255", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "baz/my-baz[Pod]", | ||
"dst": "monitoring/my-monitoring[Pod]", | ||
"src": "baz/mybaz[Pod]", | ||
"dst": "monitoring/mymonitoring[Pod]", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "foo/my-foo[Pod]", | ||
"src": "foo/myfoo[Pod]", | ||
"dst": "0.0.0.0-255.255.255.255", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "foo/my-foo[Pod]", | ||
"dst": "baz/my-baz[Pod]", | ||
"src": "foo/myfoo[Pod]", | ||
"dst": "baz/mybaz[Pod]", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "foo/my-foo[Pod]", | ||
"dst": "monitoring/my-monitoring[Pod]", | ||
"src": "foo/myfoo[Pod]", | ||
"dst": "monitoring/mymonitoring[Pod]", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "monitoring/my-monitoring[Pod]", | ||
"src": "monitoring/mymonitoring[Pod]", | ||
"dst": "0.0.0.0-255.255.255.255", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "monitoring/my-monitoring[Pod]", | ||
"dst": "baz/my-baz[Pod]", | ||
"src": "monitoring/mymonitoring[Pod]", | ||
"dst": "baz/mybaz[Pod]", | ||
"conn": "All Connections" | ||
}, | ||
{ | ||
"src": "monitoring/my-monitoring[Pod]", | ||
"dst": "foo/my-foo[Pod]", | ||
"src": "monitoring/mymonitoring[Pod]", | ||
"dst": "foo/myfoo[Pod]", | ||
"conn": "All Connections" | ||
} | ||
] |
28 changes: 14 additions & 14 deletions
28
test_outputs/connlist/anp_banp_blog_demo_connlist_output.md
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,16 +1,16 @@ | ||
| src | dst | conn | | ||
|-----|-----|------| | ||
| 0.0.0.0-255.255.255.255 | bar/my-bar[Pod] | All Connections | | ||
| 0.0.0.0-255.255.255.255 | baz/my-baz[Pod] | All Connections | | ||
| 0.0.0.0-255.255.255.255 | monitoring/my-monitoring[Pod] | All Connections | | ||
| bar/my-bar[Pod] | 0.0.0.0-255.255.255.255 | All Connections | | ||
| bar/my-bar[Pod] | baz/my-baz[Pod] | All Connections | | ||
| bar/my-bar[Pod] | monitoring/my-monitoring[Pod] | All Connections | | ||
| baz/my-baz[Pod] | 0.0.0.0-255.255.255.255 | All Connections | | ||
| baz/my-baz[Pod] | monitoring/my-monitoring[Pod] | All Connections | | ||
| foo/my-foo[Pod] | 0.0.0.0-255.255.255.255 | All Connections | | ||
| foo/my-foo[Pod] | baz/my-baz[Pod] | All Connections | | ||
| foo/my-foo[Pod] | monitoring/my-monitoring[Pod] | All Connections | | ||
| monitoring/my-monitoring[Pod] | 0.0.0.0-255.255.255.255 | All Connections | | ||
| monitoring/my-monitoring[Pod] | baz/my-baz[Pod] | All Connections | | ||
| monitoring/my-monitoring[Pod] | foo/my-foo[Pod] | All Connections | | ||
| 0.0.0.0-255.255.255.255 | bar/mybar[Pod] | All Connections | | ||
| 0.0.0.0-255.255.255.255 | baz/mybaz[Pod] | All Connections | | ||
| 0.0.0.0-255.255.255.255 | monitoring/mymonitoring[Pod] | All Connections | | ||
| bar/mybar[Pod] | 0.0.0.0-255.255.255.255 | All Connections | | ||
| bar/mybar[Pod] | baz/mybaz[Pod] | All Connections | | ||
| bar/mybar[Pod] | monitoring/mymonitoring[Pod] | All Connections | | ||
| baz/mybaz[Pod] | 0.0.0.0-255.255.255.255 | All Connections | | ||
| baz/mybaz[Pod] | monitoring/mymonitoring[Pod] | All Connections | | ||
| foo/myfoo[Pod] | 0.0.0.0-255.255.255.255 | All Connections | | ||
| foo/myfoo[Pod] | baz/mybaz[Pod] | All Connections | | ||
| foo/myfoo[Pod] | monitoring/mymonitoring[Pod] | All Connections | | ||
| monitoring/mymonitoring[Pod] | 0.0.0.0-255.255.255.255 | All Connections | | ||
| monitoring/mymonitoring[Pod] | baz/mybaz[Pod] | All Connections | | ||
| monitoring/mymonitoring[Pod] | foo/myfoo[Pod] | All Connections | |
28 changes: 14 additions & 14 deletions
28
test_outputs/connlist/anp_banp_blog_demo_connlist_output.txt
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,14 +1,14 @@ | ||
0.0.0.0-255.255.255.255 => bar/my-bar[Pod] : All Connections | ||
0.0.0.0-255.255.255.255 => baz/my-baz[Pod] : All Connections | ||
0.0.0.0-255.255.255.255 => monitoring/my-monitoring[Pod] : All Connections | ||
bar/my-bar[Pod] => 0.0.0.0-255.255.255.255 : All Connections | ||
bar/my-bar[Pod] => baz/my-baz[Pod] : All Connections | ||
bar/my-bar[Pod] => monitoring/my-monitoring[Pod] : All Connections | ||
baz/my-baz[Pod] => 0.0.0.0-255.255.255.255 : All Connections | ||
baz/my-baz[Pod] => monitoring/my-monitoring[Pod] : All Connections | ||
foo/my-foo[Pod] => 0.0.0.0-255.255.255.255 : All Connections | ||
foo/my-foo[Pod] => baz/my-baz[Pod] : All Connections | ||
foo/my-foo[Pod] => monitoring/my-monitoring[Pod] : All Connections | ||
monitoring/my-monitoring[Pod] => 0.0.0.0-255.255.255.255 : All Connections | ||
monitoring/my-monitoring[Pod] => baz/my-baz[Pod] : All Connections | ||
monitoring/my-monitoring[Pod] => foo/my-foo[Pod] : All Connections | ||
0.0.0.0-255.255.255.255 => bar/mybar[Pod] : All Connections | ||
0.0.0.0-255.255.255.255 => baz/mybaz[Pod] : All Connections | ||
0.0.0.0-255.255.255.255 => monitoring/mymonitoring[Pod] : All Connections | ||
bar/mybar[Pod] => 0.0.0.0-255.255.255.255 : All Connections | ||
bar/mybar[Pod] => baz/mybaz[Pod] : All Connections | ||
bar/mybar[Pod] => monitoring/mymonitoring[Pod] : All Connections | ||
baz/mybaz[Pod] => 0.0.0.0-255.255.255.255 : All Connections | ||
baz/mybaz[Pod] => monitoring/mymonitoring[Pod] : All Connections | ||
foo/myfoo[Pod] => 0.0.0.0-255.255.255.255 : All Connections | ||
foo/myfoo[Pod] => baz/mybaz[Pod] : All Connections | ||
foo/myfoo[Pod] => monitoring/mymonitoring[Pod] : All Connections | ||
monitoring/mymonitoring[Pod] => 0.0.0.0-255.255.255.255 : All Connections | ||
monitoring/mymonitoring[Pod] => baz/mybaz[Pod] : All Connections | ||
monitoring/mymonitoring[Pod] => foo/myfoo[Pod] : All Connections |
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