File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
tests/resources/blueprints/bad_blueprint
omnibus/config/patches/cloudify-cli Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "edition": "premium",
3- "version": "4.5.5-.dev1 "
3+ "version": "4.5.5"
44}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: >
55 with a local `cfy blueprints validate`
66
77imports :
8- - http://www.getcloudify.org/spec/cloudify/4.5.5.dev1 /types.yaml
8+ - http://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml
99 - ns--blueprint:test
1010
1111node_templates :
Original file line number Diff line number Diff line change 1- git+https://github.com/cloudify-cosmo/cloudify-common@4.5.5.dev1 #egg=cloudify-common==4.5.5.dev1
1+ git+https://github.com/cloudify-cosmo/cloudify-common@4.5.5#egg=cloudify-common==4.5.5
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export AWS_ACCESS_KEY_ID=$3
66export AWS_ACCESS_KEY=$4
77export REPO=$5
88export BRANCH=$6
9- export CORE_TAG_NAME=" 4.5.5.dev1 "
9+ export CORE_TAG_NAME=" 4.5.5"
1010export CORE_BRANCH=" master"
1111
1212
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ index 2ffe55d..6e6e3cb 100644
1010+ import_resolver:
1111+ parameters:
1212+ rules:
13- + - {'http://www.getcloudify.org/spec/cloudify/4.5.5.dev1 /types.yaml': 'file:/opt/cfy/types/types.yaml'}
13+ + - {'http://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml': 'file:/opt/cfy/types/types.yaml'}
1414+ - {'http://www.getcloudify.org/spec/aws-plugin/1.4.10': 'file:/opt/cfy/plugins/aws-plugin'}
1515+ - {'http://www.getcloudify.org/spec/openstack-plugin/2.0.1': 'file:/opt/cfy/plugins/openstack-plugin'}
1616+ - {'http://www.getcloudify.org/spec/fabric-plugin/1.5.2': 'file:/opt/cfy/plugins/fabric-plugin'}
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export AWS_ACCESS_KEY_ID=$3
9191export AWS_ACCESS_KEY=$4
9292export REPO=$5
9393export BRANCH=$6
94- export CORE_TAG_NAME=" 4.5.5.dev1 "
94+ export CORE_TAG_NAME=" 4.5.5"
9595export CORE_BRANCH=" master"
9696
9797curl -u $GITHUB_USERNAME :$GITHUB_PASSWORD https://raw.githubusercontent.com/cloudify-cosmo/${REPO} /${CORE_BRANCH} /packages-urls/common_build_env.sh -o ./common_build_env.sh &&
Original file line number Diff line number Diff line change 1818
1919setup (
2020 name = 'cloudify' ,
21- version = '4.5.5.dev1 ' ,
21+ version = '4.5.5' ,
2222 author = 'Gigaspaces' ,
2323 author_email = 'cosmo-admin@gigaspaces.com' ,
2424 packages = ['cloudify_cli' ,
5050 'requests>=2.7.0,<3.0.0' ,
5151 'PrettyTable>=0.7,<0.8' ,
5252 'click_didyoumean==0.0.3' ,
53- 'cloudify-common==4.5.5.dev1 ' ,
53+ 'cloudify-common==4.5.5' ,
5454 'backports.shutil_get_terminal_size==1.0.0' ,
5555 'ipaddress==1.0.19'
5656 ]
You can’t perform that action at this time.
0 commit comments