In some resources the PclusterManager prefix has been removed since considered not useful. All resources created will still have the stack name as prefix.
How Has This Been Tested?
Successfully deployed stacks on my personal account
References
PR Quality Checklist
[ ] I added tests to new or existing code
[ ] I removed hardcoded strings and used our i18n solution instead (see here)
[ ] I made sure no sensitive info gets logged at any time in the codebase (see here) (e.g. no user info or details, no stacktraces, etc.)
[ ] I checked that infrastructure/update_infrastructure.sh runs without any error
[ ] I checked that npm run build builds without any error
[ ] I checked that clusters are listed correctly
[ ] I checked that a new cluster can be created (config is produced and dry run passes)
[ ] I checked that login and logout work as expected
LGTM, let's put this one in Draft. We'll merge it when we have a PR ready to also fix the GH Actions workflows, this way we don't break the workflows for all subsequent PRs
Description
This PR aims to replace occurrences of PCM / PclusterManager / ParallelClusterManager with "ParallelCluster UI" and rename files accordingly.
pcluster-manager.yaml
->parallelcluster-ui.yaml
pcluster-manager-cognito.yaml
->parallecluster-ui-cognito.yaml
PclusterManager
prefix has been removed since considered not useful. All resources created will still have the stack name as prefix.How Has This Been Tested?
References
PR Quality Checklist
i18n
solution instead (see here)npm run build
builds without any errorIn order to increase the likelihood of your contribution being accepted, please make sure you have read both the Contributing Guidelines and the Project Guidelines
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.