Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The cloudify workflow does not work.(Paramenter Revision) #28

Open
Liang-lab-hub opened this issue Jul 25, 2021 · 0 comments
Open

The cloudify workflow does not work.(Paramenter Revision) #28

Liang-lab-hub opened this issue Jul 25, 2021 · 0 comments

Comments

@Liang-lab-hub
Copy link

It seems that the optional flags of the workflow are changes. Some commands cannot work.
There are some changes in the upload build print command, launch deployment command, and scaling command.

$ cfy blueprints upload -b clearwater -p openstack-blueprint.yaml (not work)
$ cfy blueprints upload -b clearwater openstack-blueprint.yaml (work)

$ cfy deployments create -b clearwater -d clearwater-test --inputs inputs/inputs.yaml (not work)
$ cfy deployments create -b clearwater clearwater-test --inputs inputs/inputs.yaml (work)

$ cfy executions start -w install -d clearwater-test (not work)
$ cfy executions start install -d clearwater-test (work)

Besides, the workflow parameter of the scaling group in the scale workflow is changed to 'scalable_entity_name'.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant