Skip to content

Commit

Permalink
Merge pull request #181 from indigo-dc/fix_hybrid
Browse files Browse the repository at this point in the history
Set master branch of artifacts
  • Loading branch information
micafer authored Jul 28, 2017
2 parents eb84a36 + 166eb90 commit 0afb874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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] }
Expand Down Expand Up @@ -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 ] }
Expand Down

0 comments on commit 0afb874

Please sign in to comment.