cloudify-cosmo/Install/Update Cloudify Deployment
Creates a deployment, or updates an existing one
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 5, 2022
- License
- None
Pinned Snippet
uses: cloudify-cosmo/install-or-update-action@7aefadb5a64d621054c871e4e326c9ef57eabaf9 # 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 or update | 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-id | ID of blueprint to create the deployment from (if deployment doesn't exist yet), or to update the deployment to (if already exists) | yes | — |
| delete-old-blueprint | If true, and the deployment was updated, then delete the old blueprint in case no other deployments exist for it | no | - |
| inputs-file | Path to YAML/JSON inputs file | no | - |
| skip-install | If this is a deployment update, then skip the `install` operations | no | false |
| skip-uninstall | If this is a deployment update, then skip the `uninstall` operations | no | false |
| skip-reinstall | If this is a deployment update, then skip reinstalling node instances that require re-installation | no | false |
| install-first | If this is a deployment update, then run `install` operations before `uninstall` ones | no | false |
| 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 |