Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added istio and osm service mesh #41

Merged
merged 2 commits into from
Aug 13, 2020
Merged

Conversation

kumarabd
Copy link
Contributor

@kumarabd kumarabd commented Aug 13, 2020

Signed-off-by: kumarabd abishekkumar92@gmail.com

Description

This PR fixes #40

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

Sorry, something went wrong.

Signed-off-by: kumarabd <abishekkumar92@gmail.com>
@kumarabd kumarabd requested a review from leecalcote August 13, 2020 19:48
Copy link
Member

@leecalcote leecalcote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kumarabd Are you ok with reducing to smi?

@@ -21,7 +21,12 @@ var (
PortSvcB: "9091",
PortSvcC: "9091",
}
istioConfig = &test_gen.Linkerd{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kumarabd do we still support Linkerd? Or was our support incomplete earlier?

@kumarabd
Copy link
Contributor Author

@kumarabd Are you ok with reducing to smi?

@leecalcote yes should work.

Copy link
Member

@leecalcote leecalcote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving. If we switch to just smi - that's great. If not, we can get it another time.

@leecalcote leecalcote merged commit d9b66e1 into layer5io:master Aug 13, 2020
docker push smi-conformance:${GITHUB_SHA::6}
cd ../smi-conformance && docker build --no-cache -t ${{ secrets.IMAGE_NAME }}:smi .
docker tag ${{ secrets.IMAGE_NAME }}:smi ${{ secrets.IMAGE_NAME }}:smi-${GITHUB_SHA::6}
docker push ${{ secrets.IMAGE_NAME }}:smi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kumarabd given the update to the tag name of smi, we may have to update adapter logic accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support Open Service Mesh
2 participants