Skip to content

Commit

Permalink
use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jul 26, 2024
1 parent 90a1da2 commit 9133244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/oscar_images/artifacts/oscar/oscar_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/oscar/oscar_install.yml
inputs:
oscar_minio_secretkey: { get_property: [ SELF, minio_secretkey ] }
oscar_password: { get_property: [ SELF, password ] }
Expand Down
2 changes: 1 addition & 1 deletion templates/oscar.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

imports:
- grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/oscar_images/custom_types.yaml
- grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/main/custom_types.yaml

description: Deploy an OSCAR Virtual Cluster.

Expand Down

0 comments on commit 9133244

Please sign in to comment.