-
Notifications
You must be signed in to change notification settings - Fork 36
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
[RFE] Allow the association of target platforms with Archetypes #186
Comments
This issue is currently awaiting triage. |
Some of my initial thoughts:
|
@sjd78 I think you are totally right in your assumptions. About your question, I think that could be a configuration thing, allowing the admin to restrict whether migrators can still make choices outside the indirect relationship between archetypes and migration paths or not. Example: If an application belongs to Archetype EAP 6 associated with Kubernetes and Traditional Standalone, allowing migrators to still manually select "Quarkus" or not would depend on some configuration parameter. |
Resolves: konveyor#186 Signed-off-by: Scott J Dickerson <[email protected]>
Resolves: konveyor#186 Signed-off-by: Scott J Dickerson <[email protected]>
An enhancement has been successfully submitted, but the feature hasn't been implemented. Reopening the issue. |
What is the problem?
There is no way for an organization to enforce certain migration paths for applications associated with a certain archetype to land on specific target platforms. This allows migrators to explore migration paths that are not sanctioned by the organization, opening up the door for runtime/platforms and technology stacks that don't meet the corporate policy.
Why is this a problem?
After interviewing several large organizations, it has been revealed that modernization projects are perceived by them as an opportunity to further standardize the application landscape, narrowing down the number of allowed archetypes, technology stacks and runtime/platforms to a few supported options. For MTA to be useful on that approach at scale, there needs to be a way for organizations to model the supported runtimes/platforms and technology stacks and associate them with archetypes, and from there, streamline and simplify the analysis process for migrators.
Proposed solution
Open Questions
The text was updated successfully, but these errors were encountered: