Orange-OpenSource / opnfv-cloudify-clearwater

vIMS Clearwater deployment and lifecycle management with Cloudify Orchestrator
Apache License 2.0
33 stars 38 forks source link

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

Open Liang-lab-hub opened 3 years ago

Liang-lab-hub commented 3 years ago

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.