cloudify-cosmo/Create Cloudify Environment
Creates an environment by uploading a blueprint, creating a deployment and running the `install` workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 5, 2022
- License
- None
Pinned Snippet
uses: cloudify-cosmo/create-environment-action@ac1a19fc709e85346e356539cdba4c7754036a79 # v1.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| environment-name | Name of Cloudify environment to create | yes | — |
| labels | A labels list of the form <key>:<value>,<key>:<value>. Any comma and colon in <value> must be escaped with \. The labels’ keys are saved in lowercase. | no | - |
| blueprint | Path/URL to blueprint (YAML file or archive file) | yes | — |
| inputs-file | Path to YAML/JSON inputs file | no | - |
| outputs-file | Path to JSON file to receive the Cloudify environment's outputs and capabilities | no | - |
Outputs
| name | description |
|---|---|
| environment-data | The Cloudify environment's outputs and capabilties |