- Collection of service catalogs and templates to import in Cloud Create.
- A service catalog is a software component in TOSCA.
You can define a service catalog or an application template and send a Pull Request. After your Pull Request is accepted, they will be available in Cloud Create.
You can design an application and submit it as a template as follows:
- Clone this repository.
- Create a new folder (e.g.,
my_template
) inside thetemplates
folder. - Design an application and click
Download topology
. The application topology will be downloaded as a zip file.
- Exact the zip file to the new folder
my_template
. - Open the file
topology.yml
and update the template with your information.
- Create a merge request with tne new
my_template
folder, containing all the files.