container
container copied to clipboard
Feature/yamlsupport
Short Description
Enable general usage of yaml tosca applications
Proposed Changes
- [x] Enable importing YAML csars via given winery importers
- [ ] Enable PlanBuilder to work with YAML csars
- [ ] Probably refactor code that is hard-wired to the XML spec of TOSCA
- [ ] Write Test Case for a YAML CSAR from https://github.com/OpenTOSCA/tosca-definitions-yaml-test-applications
Here is a small example, maybe not deployable, test csar for this PR. Don't forget to rename it from *.csar.zip to *.csar as github doesn't allow .csar endings to be uploaded
Edit: Updated CSAR as they didn't container the TOSCA base types such as hostedOn
The whole PR is heavily depending on the following PR: https://github.com/eclipse/winery/pull/665
Is the PR in eclipse ready to be merged?