Skip to content

Commit

Permalink
Merge pull request #153 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored May 27, 2024
2 parents 8465748 + 38f79ae commit d3bb6f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions templates/ades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ topology_template:
value: { concat: [ 'https://zoo-open.', get_attribute: [ front, public_address, 0 ], '.nip.io/ogc-api/' ] }
swagger_ui_endpoint:
value: { concat: [ 'https://zoo-open.', get_attribute: [ front, public_address, 0 ], '.nip.io/swagger-ui/oapip/' ] }
minio_console_endpoint:
value: { concat: [ 'https://console.minio.', get_attribute: [ front, public_address, 0 ], '.nip.io/' ] }
minio_api_endpoint:
value: { concat: [ 'https://minio.', get_attribute: [ front, public_address, 0 ], '.nip.io/' ] }
1 change: 0 additions & 1 deletion tests/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ roles:
- name: grycap.spark
- name: grycap.storm
- name: grycap.docker
- name: OphidiaBigData.ophidia-cluster
- name: grycap.nfs
- name: grycap.galaxy
- name: grycap.kubeminio
Expand Down

0 comments on commit d3bb6f7

Please sign in to comment.