Skip to content

Commit

Permalink
Delete OSM. Change 'app onboard' to 'pattern apply'.
Browse files Browse the repository at this point in the history
Signed-off-by: Huang Xin <[email protected]>
  • Loading branch information
gyohuangxin committed Jun 23, 2022
1 parent 5ba3ae8 commit 7c447a0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
options:
- istio
- linkerd
- osm
- kuma
- appmesh
- cilium
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/configurable-benchmark-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ on:
options:
- istio
- linkerd
- osm
- kuma
- appmesh
- cilium
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/scripts/appmesh_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ fi

sleep 10

# TODO: Deploy demo apps
echo 'E' | mesheryctl mesh deploy adapter meshery-appmesh:10000 --token "./.github/workflows/auth.json"
sleep 50
echo "Onboarding application... Standby for few minutes..."
mesheryctl pattern apply -f "https://raw.githubusercontent.com/service-mesh-patterns/service-mesh-patterns/master/samples/bookInfoPattern.yaml" --token "./.github/workflows/auth.json"

echo "Service Mesh: $MESH_NAME - $SERVICE_MESH"
echo "Endpoint URL: http://localhost:5000"
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/scripts/cilium_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ fi

sleep 10

# TODO: Deploy demo apps
#mesheryctl system login --provider None
echo 'E' | mesheryctl mesh deploy adapter meshery-cilium:10000 --token "./.github/workflows/auth.json"
sleep 50
echo "Onboarding application... Standby for few minutes..."
mesheryctl pattern apply -f "https://raw.githubusercontent.com/service-mesh-patterns/service-mesh-patterns/master/samples/bookInfoPattern.yaml" --token "./.github/workflows/auth.json"

echo "Service Mesh: $MESH_NAME - $SERVICE_MESH"
echo "Endpoint URL: http://localhost:5000"
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/scripts/consul_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ fi

sleep 10

# TODO: Didn't find a demo apps on Consule, so use bookinfo app.
mesheryctl app onboard -f "https://raw.githubusercontent.com/istio/istio/blob/master/samples/bookinfo/platform/kube/bookinfo.yaml"
echo 'E' | mesheryctl mesh deploy adapter meshery-consul:10000 --token "./.github/workflows/auth.json"
sleep 50
echo "Onboarding application... Standby for few minutes..."
mesheryctl pattern apply -f "https://raw.githubusercontent.com/service-mesh-patterns/service-mesh-patterns/master/samples/bookInfoPattern.yaml" --token "./.github/workflows/auth.json"

echo "Service Mesh: $MESH_NAME - $SERVICE_MESH"
echo "Endpoint URL: http://localhost:5000"
Expand Down
49 changes: 0 additions & 49 deletions .github/workflows/scripts/osm_deploy.sh

This file was deleted.

0 comments on commit 7c447a0

Please sign in to comment.