From 1d347fc55278e1b3c52109c8ab9fd2b7cff00c97 Mon Sep 17 00:00:00 2001 From: earthmant Date: Mon, 31 Oct 2016 14:01:05 +0200 Subject: [PATCH] CFY-5991 use new nic-ip rel update plugin version --- azure-blueprint.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-blueprint.yaml b/azure-blueprint.yaml index abbaa45..da2a89e 100644 --- a/azure-blueprint.yaml +++ b/azure-blueprint.yaml @@ -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 @@ -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: @@ -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: