Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8220dda
)
fix(infra): 3n-emr
38/42038/1
author
Peter Mikus
<
[email protected]
>
Wed, 18 Dec 2024 07:50:43 +0000
(08:50 +0100)
committer
Peter Mikus
<
[email protected]
>
Wed, 18 Dec 2024 07:50:43 +0000
(08:50 +0100)
Signed-off-by: Peter Mikus <
[email protected]
>
Change-Id: Id55240e4b819fc29f18b52f9ce8a3257f84e6043
resources/libraries/bash/function/common.sh
patch
|
blob
|
history
diff --git
a/resources/libraries/bash/function/common.sh
b/resources/libraries/bash/function/common.sh
index
a8c9208
..
d130217
100644
(file)
--- a/
resources/libraries/bash/function/common.sh
+++ b/
resources/libraries/bash/function/common.sh
@@
-1270,7
+1270,7
@@
function select_topology () {
;;
*"3n-emr")
TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3n_emr_*.yaml )
- TOPOLOGIES_TAGS="
2
_node_*_link_topo"
+ TOPOLOGIES_TAGS="
3
_node_*_link_topo"
;;
*"3n-aws")
TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3n-aws*.yaml )