This repository was archived by the owner on Mar 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3030workflows :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: >
44 Create an Example Azure Network.
55
66imports :
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
1010inputs :
You can’t perform that action at this time.
0 commit comments