Skip to content

Commit

Permalink
Merge pull request #91 from alphaX86/design-cmd
Browse files Browse the repository at this point in the history
Rename pattern to design cmd in scripts
  • Loading branch information
alphaX86 authored Oct 11, 2024
2 parents 47cbc09 + ffd1200 commit 4148317
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/istio_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ curl -fsL http://raw.githubusercontent.com/service-mesh-patterns/service-mesh-pa
yq e -i '.services.istioinstallation.settings.profile = "default"' minimalistiobookinfo.yaml

cat minimalistiobookinfo.yaml
mesheryctl pattern apply -f "./minimalistiobookinfo.yaml" --token "./.github/workflows/auth.json"
mesheryctl design apply -f "./minimalistiobookinfo.yaml" --token "./.github/workflows/auth.json"
# Wait for the application to be ready
sleep 300

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/linkerd_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo | mesheryctl mesh deploy adapter meshery-linkerd:10001 --token "./.github/w
sleep 200
echo "Onboarding application... Standby for few minutes..."
#mesheryctl app onboard -f "./emojivoto.yml" -s "Kubernetes Manifest" --token "./.github/workflows/auth.json"
mesheryctl app onboard -f "./emojivoto.yml" --token "./.github/workflows/auth.json"
mesheryctl design onboard -f "./emojivoto.yml" --token "./.github/workflows/auth.json"

# Wait for the application to be ready
sleep 100
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/osm_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo | mesheryctl mesh deploy adapter meshery-osm:10009 --token "./.github/workf
sleep 200
echo "Onboarding application... Standby for few minutes..."
#mesheryctl app onboard -f "./bookstore.yaml" -s "Kubernetes Manifest" --token "./.github/workflows/auth.json"
mesheryctl pattern apply -f "https://raw.githubusercontent.com/openservicemesh/osm-docs/main/manifests/apps/bookstore.yaml" --token "./.github/workflows/auth.json"
mesheryctl design apply -f "https://raw.githubusercontent.com/openservicemesh/osm-docs/main/manifests/apps/bookstore.yaml" --token "./.github/workflows/auth.json"

# Wait for the application to be ready
sleep 100
Expand Down

0 comments on commit 4148317

Please sign in to comment.