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

CFY-5991 use new nic-ip rel update plugin version #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions azure-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >

imports:
- http://www.getcloudify.org/spec/cloudify/4.0m6/types.yaml
- https://raw.githubusercontent.com/cloudify-cosmo/cloudify-azure-plugin/master/plugin.yaml
- https://raw.githubusercontent.com/cloudify-cosmo/cloudify-azure-plugin/1.4.1/plugin.yaml
- http://www.getcloudify.org/spec/diamond-plugin/1.3.4/plugin.yaml
- types/nodecellar.yaml

Expand Down Expand Up @@ -416,7 +416,7 @@ node_templates:
target: resource_group
- type: cloudify.azure.relationships.nic_connected_to_network_security_group
target: network_security_group
- type: cloudify.azure.relationships.connected_to_ip_configuration
- type: cloudify.azure.relationships.nic_connected_to_ip_configuration
target: mongo_host_nic_ip_cfg

nodejs_host_nic:
Expand All @@ -431,7 +431,7 @@ node_templates:
target: resource_group
- type: cloudify.azure.relationships.nic_connected_to_network_security_group
target: network_security_group
- type: cloudify.azure.relationships.connected_to_ip_configuration
- type: cloudify.azure.relationships.nic_connected_to_ip_configuration
target: nodejs_host_nic_ip_cfg

mongo_host_nic_ip_cfg:
Expand Down