From 166eb90699cfd0acc8be766fca878bbae81b410c Mon Sep 17 00:00:00 2001 From: micafer Date: Fri, 28 Jul 2017 09:03:59 +0200 Subject: [PATCH] Set master branch of artifacts --- custom_types.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_types.yaml b/custom_types.yaml index d78b55a6..8858b2db 100644 --- a/custom_types.yaml +++ b/custom_types.yaml @@ -685,7 +685,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/hybrid/artifacts/lrms/slurm/slurm_wn_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/lrms/slurm/slurm_wn_install.yml inputs: slurm_front_end_ip: { get_property: [ SELF, front_end_ip ] } wn_hybrid_cluster: { get_property: [ SELF, hybrid] } @@ -746,7 +746,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/hybrid/artifacts/lrms/slurm/slurm_fe_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/lrms/slurm/slurm_fe_install.yml inputs: wn_ips: { get_property: [ SELF, wn_ips ] } front_end_ip: { get_attribute: [ HOST, private_address, 0 ] }