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:
63340f5
)
common.sh - fix 3n AWS topology tag selection
88/31988/2
author
Tomas Alexy
<
[email protected]
>
Thu, 15 Apr 2021 08:49:14 +0000
(10:49 +0200)
committer
Tomas Alexy
<
[email protected]
>
Thu, 15 Apr 2021 09:03:53 +0000
(11:03 +0200)
Signed-off-by: Tomas Alexy <
[email protected]
>
Change-Id: Ic6dd4a14887d572487d7d4efcca8a437cf140ca9
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
e511b17
..
54a013e
100644
(file)
--- a/
resources/libraries/bash/function/common.sh
+++ b/
resources/libraries/bash/function/common.sh
@@
-1060,11
+1060,11
@@
function select_topology () {
;;
"2n_aws")
TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*2n_aws*.yaml )
- TOPOLOGIES_TAGS="2_node_
*
_link_topo"
+ TOPOLOGIES_TAGS="2_node_
single
_link_topo"
;;
"3n_aws")
TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3n_aws*.yaml )
- TOPOLOGIES_TAGS="
2_node_*
_link_topo"
+ TOPOLOGIES_TAGS="
3_node_single
_link_topo"
;;
*)
# No falling back to 3n_hsw default, that should have been done