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

Add 6 aws appmesh services #147

Merged
merged 3 commits into from Nov 16, 2022

Conversation

svscheg
Copy link
Contributor

@svscheg svscheg commented Nov 15, 2022

@svscheg
Copy link
Contributor Author

svscheg commented Nov 15, 2022

/test-examples="examples/appmesh/gatewayroute.yaml,examples/appmesh/route.yaml,examples/appmesh/virtualgateway.yaml,examples/appmesh/virtualnode.yaml,examples/appmesh/virtualrouter.yaml,examples/appmesh/virtualservice.yaml"

Copy link
Collaborator

@ulucinar ulucinar left a comment

Choose a reason for hiding this comment

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

Hi @svscheg,
I see we have switched from using config.TemplatedStringAsIdentifier to config.IdentifierFromProvider for the external-name configurations of these resources. I believe you had a debugging session with @sergenyalcin because I saw the issue #134 and the comment in the description of the issue #11.

This causes duplications in the API such as the name fields. Normally, we would like to normalize the APIs. Do we have any insights into why we had to use config.IdentifierFromProvider configuration for these resources?

spec:
- backend:
- virtualService:
- virtualServiceName: servicea.simpleapp.local
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you please include the dependencies of each resource in its own example manifest file? We would like to be able to test these manifests individually. I will also trigger uptest on each of these manifests so that we can detect missing dependencies.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

dependencies is present for all examples.

@ulucinar
Copy link
Collaborator

/test-examples="examples/appmesh/gatewayroute.yaml"

@ulucinar
Copy link
Collaborator

/test-examples="examples/appmesh/route.yaml"

@ulucinar
Copy link
Collaborator

/test-examples="examples/appmesh/virtualgateway.yaml"

@ulucinar
Copy link
Collaborator

/test-examples="examples/appmesh/virtualnode.yaml"

@ulucinar
Copy link
Collaborator

/test-examples="examples/appmesh/virtualrouter.yaml"

@ulucinar
Copy link
Collaborator

/test-examples="examples/appmesh/virtualservice.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Nov 15, 2022

/test-examples="examples/appmesh/gatewayroute.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Nov 15, 2022

/test-examples="examples/appmesh/route.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Nov 15, 2022

/test-examples="examples/appmesh/virtualnode.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Nov 15, 2022

/test-examples="examples/appmesh/virtualservice.yaml"

1 similar comment
@svscheg
Copy link
Contributor Author

svscheg commented Nov 16, 2022

/test-examples="examples/appmesh/virtualservice.yaml"

Copy link
Collaborator

@ulucinar ulucinar left a comment

Choose a reason for hiding this comment

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

Hi @svscheg,
Thank you for working on these resources. @ezgidemirel will detail the root cause of switching to config.IdentifierFromProvider in the associated issue.

@svscheg
Copy link
Contributor Author

svscheg commented Nov 16, 2022

/test-examples="examples/appmesh/gatewayroute.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Nov 16, 2022

/test-examples="examples/appmesh/route.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Nov 16, 2022

/test-examples="examples/appmesh/virtualgateway.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Nov 16, 2022

/test-examples="examples/appmesh/virtualnode.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Nov 16, 2022

/test-examples="examples/appmesh/virtualrouter.yaml"

@svscheg
Copy link
Contributor Author

svscheg commented Nov 16, 2022

/test-examples="examples/appmesh/virtualservice.yaml"

@svscheg svscheg merged commit a4b548e into crossplane-contrib:main Nov 16, 2022
@turkenh turkenh mentioned this pull request Nov 21, 2022
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Moving appmesh (6) resources to v1beta1 version
2 participants