Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

Commit cc0f698

Browse files
authored
Merge pull request #4 from cloudify-examples/4.3.1-update
update for 4.3.1
2 parents aee4ee2 + fa7c6bf commit cc0f698

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: docker run --name cfy_manager -d --restart unless-stopped -v /sys/fs/cgroup:/sys/fs/cgroup:ro --tmpfs /run --tmpfs /run/lock --security-opt seccomp:unconfined --cap-add SYS_ADMIN --network host docker-cfy-manager:latest
2525
- run: pip install cloudify
2626
- run: cfy profiles use localhost -u admin -p admin -t default_tenant
27-
- run: cfy plugins upload http://repository.cloudifysource.org/cloudify/wagons/cloudify-azure-plugin/1.6.1/cloudify_azure_plugin-1.6.1-py27-none-linux_x86_64-centos-Core.wgn -y http://www.getcloudify.org/spec/azure-plugin/1.6.1/plugin.yaml
27+
- run: cfy plugins upload http://repository.cloudifysource.org/cloudify/wagons/cloudify-azure-plugin/1.6.2/cloudify_azure_plugin-1.6.2-py27-none-linux_x86_64-centos-Core.wgn -y http://www.getcloudify.org/spec/azure-plugin/1.6.2/plugin.yaml
2828
- run: cfy blueprints upload simple-blueprint.yaml -b bp0 > /dev/null 2>&1
2929

3030
workflows:

simple-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >
44
Create an Example Azure Network.
55
66
imports:
7-
- http://www.getcloudify.org/spec/cloudify/4.3/types.yaml
7+
- http://www.getcloudify.org/spec/cloudify/4.3.1/types.yaml
88
- plugin:cloudify-azure-plugin
99

1010
inputs:

0 commit comments

Comments
 (0)