Cloud foundry manifest file missing
upkarlidder opened this issue · 4 comments
Steps
- create a new flask application from starter kit
- the app tells the user to get the source code from
https://github.com/IBM/python-flask-app
The user can download the zip. - the zip is missing the
manifest.yaml
file, however the deployment toolchain puts it back when it clones the directory to gitlab.
This is very confusing for a new user. I suggest adding the manifest file here for cloud foundry. It is simply ignored if the user decides to deploy to Kubernetes or Code Engine. Happy to create a PR.
ps: I think the file used to be here and maybe removed intentionally recently?
We made a conscious effort back in 2019 to reduce the amount of deployment assets unrelated to the target deployment type; removing the manifest.yml
was a decision resulting from that.
While I see the reasons for putting it back in, it's not something we are doing right now. We might revisit this in the future though.
Thank you for the update @youming-lin . I understand the reasoning, but there is a gap here if somebody wants to deploy without CI/CD or use Github Actions. The source repo is not the same as what gets deployed by IBM pipeline.
I would recommend keeping the file as long as IBM Cloud supports CF as a way to deploy. Please feel free to close this issue.
Unfortunately, right now the starter kits are not exactly what-you-see-is-what-you-get; due to the existing architecture, our backend inject some files when these starter kits are deployed to IBM Cloud through our flow. We've made some updates to reduce the amount of generation, so even this today is better than what it was before, when even source code files get modified (now we just inject deploy assets, like charts for Kube, manifest for CF, etc, and miscellaneous assets for CLI and service credentials.). manifest.yml
in particular would be modified by our generator to have the correct application name, route/domain, and memory selected.
Can it be better? Absolutely. But we haven't settled on what that "better" is, so we are keeping the current format for now.
👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.