Skip to content

Commit

Permalink
Fix simple demo setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanb authored and grs committed May 10, 2019
1 parent bfe825f commit 8c68951
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/router/edge1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- distribution: closest
prefix: closest
deploymentPlan:
size: 2
size: 1
placement: Any
role: interior
interRouterListeners:
Expand Down
2 changes: 1 addition & 1 deletion deploy/router/edge2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- distribution: closest
prefix: closest
deploymentPlan:
size: 2
size: 1
placement: Any
role: interior
interRouterListeners:
Expand Down
2 changes: 1 addition & 1 deletion deploy/router/edge3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- distribution: closest
prefix: closest
deploymentPlan:
size: 2
size: 1
placement: Any
role: interior
interRouterListeners:
Expand Down
1 change: 0 additions & 1 deletion deploy/router/dummy-setup → deploy/router/simple-setup
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ for p in cloud1 cloud2 edge1 edge2 edge3; do
oc apply -f /tmp/operator.yaml;
oc apply -f $ABSBASE/$p.yaml;
done

8 changes: 7 additions & 1 deletion deploy/router/uninstall
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
for p in cloud1 cloud2 edge1 edge2 edge3; do
oc delete project $p;
done
done

for r in role role_binding service_account operator; do
rm /tmp/$r.yaml*
done

rm /tmp/interconnectedcloud*

0 comments on commit 8c68951

Please sign in to comment.