Skip to content

Commit

Permalink
Bump version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Sep 23, 2024
1 parent 1e0c1dd commit fad923e
Show file tree
Hide file tree
Showing 87 changed files with 192 additions and 190 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:

push:
branches: ["main"]
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

pull_request:
branches: ["main"]
Expand Down
2 changes: 1 addition & 1 deletion artifacts/dns_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
block:
- name: Download dns_registry.py
get_url:
url: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/dns_registry.py
url: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/dns_registry.py
dest: /opt/dns_registry.py
mode: '644'

Expand Down
2 changes: 1 addition & 1 deletion artifacts/ec3_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
notify: restart cluesd
- name: Download is_cluster_ready
get_url:
url: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/is_cluster_ready
url: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/is_cluster_ready
dest: /bin/is_cluster_ready
mode: '755'
10 changes: 5 additions & 5 deletions artifacts/onedata/oneprovider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
- name: "Download kubernetes yaml template"
get_url:
dest: "/root/oneprovider/oneprovider.yaml.j2"
url: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/onedata/kubernetes/oneprovider.yaml.j2
url: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/onedata/kubernetes/oneprovider.yaml.j2
mode: "644"

- name: "Create kubernetes yaml"
Expand All @@ -88,7 +88,7 @@
- name: "Download PV and PVC yaml template for spaces"
get_url:
dest: "/root/oneprovider/pv_pvc_storage.yaml.j2"
url: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/onedata/kubernetes/onepropv_pvc_storagevider.yaml.j2
url: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/onedata/kubernetes/onepropv_pvc_storagevider.yaml.j2
mode: "644"

- name: "Create PV and PVC yaml"
Expand All @@ -101,19 +101,19 @@
- name: "Donwload support_spaces.szh"
get_url:
path: "/root/oneprovider/support_spaces.zsh"
url: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/onedata/kubernetes/support_spaces.zsh
url: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/onedata/kubernetes/support_spaces.zsh
mode: "770"

- name: "Create oneprovider_configuration_externalIp.sh"
get_url:
path: "/root/oneprovider/oneprovider_configuration_externalIp.sh"
url: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/onedata/kubernetes/oneprovider_configuration_externalIp.sh
url: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/onedata/kubernetes/oneprovider_configuration_externalIp.sh
mode: "770"

- name: "Create waiting_oneprovider_script.zsh"
get_url:
path: "/root/oneprovider/waiting_oneprovider_script.zsh"
url: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/onedata/kubernetes/waiting_oneprovider_script.zsh
url: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/onedata/kubernetes/waiting_oneprovider_script.zsh
mode: "770"

- name: Deploying Namespace, Oneprovider DNS services
Expand Down
58 changes: 29 additions & 29 deletions custom_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ node_types:
interfaces:
Standard:
create:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/ec3_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/ec3_install.yml
inputs:
clues_secret_token: { get_property: [ SELF, secret_token ] }
clues_queue_system: { get_property: [ SELF, lrms, type ] }
Expand Down Expand Up @@ -601,7 +601,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/kube_wn_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/kube_wn_install.yml
inputs:
kube_front_end_ip: { get_property: [ SELF, front_end_ip ] }
kube_version: { get_property: [ SELF, version ] }
Expand Down Expand Up @@ -718,7 +718,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/kube_fe_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/kube_fe_install.yml
inputs:
kube_front_end_ip: { get_attribute: [ HOST, private_address, 0 ] }
kube_admin_username: { get_property: [ SELF, admin_username ] }
Expand Down Expand Up @@ -766,7 +766,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/slurm_wn_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/slurm_wn_install.yml
inputs:
slurm_front_end_ip: { get_property: [ SELF, front_end_ip ] }
slurm_public_front_end_ip: { get_property: [ SELF, public_front_end_ip ] }
Expand Down Expand Up @@ -804,7 +804,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/slurm_fe_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/slurm_fe_install.yml
inputs:
wn_num: { get_property: [ SELF, wn_num ] }
wn_ips: { get_property: [ SELF, wn_ips ] }
Expand Down Expand Up @@ -844,7 +844,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/htcondor_wn_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/htcondor_wn_install.yml
inputs:
htcondor_front_end_ip: { get_property: [ SELF, front_end_ip ] }
htcondor_public_front_end_ip: { get_property: [ SELF, public_front_end_ip ] }
Expand Down Expand Up @@ -891,7 +891,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/htcondor_fe_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/htcondor_fe_install.yml
inputs:
front_end_ip: { get_attribute: [ HOST, private_address, 0 ] }
htcondor_nfs: { get_property: [ SELF, nfs ] }
Expand Down Expand Up @@ -929,7 +929,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/galaxy/galaxy_portal_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/galaxy/galaxy_portal_install.yml
inputs:
galaxy_admin: { get_property: [ SELF, admin_email ] }
galaxy_admin_password: { get_property: [ SELF, admin_password ] }
Expand Down Expand Up @@ -958,7 +958,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/galaxy/galaxy_wn_configure.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/galaxy/galaxy_wn_configure.yml
inputs:
galaxy_front_end_ip: { get_property: [ SELF, front_end_ip ] }

Expand All @@ -985,7 +985,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/pulsar.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/pulsar.yml
inputs:
pulsar_user: { get_property: [ SELF, mq_user ] }
pulsar_password: { get_property: [ SELF, mq_password ] }
Expand Down Expand Up @@ -1013,7 +1013,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/arc.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/arc.yml
inputs:
timezone: { get_property: [ SELF, timezone ] }

Expand All @@ -1037,7 +1037,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/arc.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/arc.yml
inputs:
timezone: { get_property: [ SELF, timezone ] }

Expand All @@ -1061,7 +1061,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/mesos_wn_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/mesos_wn_install.yml
inputs:
mesos_front_private_ip: { get_property: [ SELF, front_end_ip ] }
mesos_principal: { get_property: [ SELF, principal] }
Expand Down Expand Up @@ -1118,7 +1118,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/mesos_fe_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/mesos_fe_install.yml
inputs:
mesos_principal: { get_property: [ SELF, principal] }
mesos_secret: { get_property: [ SELF, secret] }
Expand Down Expand Up @@ -1210,7 +1210,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/oscar/oscar_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/oscar/oscar_install.yml
inputs:
oscar_minio_secretkey: { get_property: [ SELF, minio_secretkey ] }
oscar_password: { get_property: [ SELF, password ] }
Expand Down Expand Up @@ -1252,7 +1252,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/ophidia/ophidia_server_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/ophidia/ophidia_server_install.yml
inputs:
ophidia_io_ips: { get_property: [ SELF, io_ips ] }
ophidia_server_ip: { get_attribute: [ HOST, private_address, 0 ] }
Expand Down Expand Up @@ -1282,7 +1282,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/ophidia/ophidia_io_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/ophidia/ophidia_io_install.yml
inputs:
ophidia_server_ip: { get_property: [ SELF, server_ip ] }
ophidia_server_public_ip: { get_property: [ SELF, server_public_ip ] }
Expand Down Expand Up @@ -1361,7 +1361,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/onedata/oneprovider.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/onedata/oneprovider.yml
inputs:
onedata_contact_email: { get_property: [ SELF, contact_email ] }
onedata_name: { get_property: [ SELF, name ] }
Expand Down Expand Up @@ -1408,7 +1408,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/hadoop/hadoop_master_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/hadoop/hadoop_master_install.yml
inputs:
hadoop_master_ip: { get_attribute: [ HOST, private_address, 0 ] }

Expand All @@ -1425,7 +1425,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/hadoop/hadoop_wn_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/hadoop/hadoop_wn_install.yml
inputs:
hadoop_master_ip: { get_property: [ SELF, master_ip ] }

Expand Down Expand Up @@ -1491,7 +1491,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/storm/fe-install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/storm/fe-install.yml
inputs:
storm_version: { get_property: [ SELF, version ] }
zk_version: { get_property: [ SELF, zk_version ] }
Expand All @@ -1515,7 +1515,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/storm/wn-install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/storm/wn-install.yml
inputs:
storm_front_end_ip: { get_property: [ SELF, front_end_ip ] }
storm_version: { get_property: [ SELF, version ] }
Expand All @@ -1538,7 +1538,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/nomad_fe_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/nomad_fe_install.yml

tosca.nodes.indigo.LRMS.WorkerNode.Nomad:
derived_from: tosca.nodes.indigo.LRMS.WorkerNode
Expand All @@ -1549,7 +1549,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/nomad_wn_install.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/nomad_wn_install.yml
inputs:
nomad_server_ip: { get_property: [ SELF, front_end_ip ] }

Expand Down Expand Up @@ -1608,7 +1608,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/helm_chart.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/helm_chart.yml
inputs:
helm_repo_name: { get_property: [ SELF, repository_name ] }
helm_repo_url: { get_property: [ SELF, repository_url ] }
Expand Down Expand Up @@ -1648,7 +1648,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/dns_registry.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/dns_registry.yml
inputs:
record_name: { get_property: [ SELF, record_name ] }
domain_name: { get_property: [ SELF, domain_name ] }
Expand Down Expand Up @@ -1694,7 +1694,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/k8s_object.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/k8s_object.yml
inputs:
k8s_spec: { get_property: [ SELF, spec ] }

Expand Down Expand Up @@ -1808,7 +1808,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/ansible_tasks.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/ansible_tasks.yml
inputs:
ansible_tasks: { get_property: [ SELF, tasks ] }
ansible_name: { get_attribute: [ SELF, tosca_name ] }
Expand Down Expand Up @@ -1850,7 +1850,7 @@ node_types:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/lrms/k8s_secret_registry.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/lrms/k8s_secret_registry.yml
inputs:
k8s_secret_name: { get_property: [ SELF, name ] }
k8s_secret_namespace: { get_property: [ SELF, namespace ] }
Expand Down
4 changes: 2 additions & 2 deletions templates/ades.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/main/custom_types.yaml
- grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/custom_types.yaml

description: Deploy EOEPCA ADES Helm Chart on top of a Kubernetes Virtual Cluster.

Expand Down Expand Up @@ -46,7 +46,7 @@ topology_template:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/ades_k8s.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/ades_k8s.yml
inputs:
ades_minio_accesskey: { get_input: minio_accesskey }
ades_minio_secretkey: { get_input: minio_secretkey }
Expand Down
4 changes: 2 additions & 2 deletions templates/ai-sprint-monit.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/main/custom_types.yaml
- grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/custom_types.yaml

metadata:
template_version: "0.1.0"
Expand Down Expand Up @@ -71,7 +71,7 @@ topology_template:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/ai-monitoring/ai-sprint-monit.yaml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/ai-monitoring/ai-sprint-monit.yaml
inputs:
GITLAB_REGISTRY_TOKEN: { get_input: GITLAB_REGISTRY_TOKEN }
GITLAB_REPO_TOKEN: { get_input: GITLAB_REPO_TOKEN }
Expand Down
4 changes: 2 additions & 2 deletions templates/ai4eoscvm.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/main/custom_types.yaml
- grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/custom_types.yaml

metadata:
template_version: "1.1.0"
Expand Down Expand Up @@ -48,7 +48,7 @@ topology_template:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/ai4eosc.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/artifacts/ai4eosc.yml
inputs:
ai4eosc_model_image: { get_input: ai4eosc_model_image }
docker_nvidia_support: { get_input: ai4eosc_gpu_support }
Expand Down
2 changes: 1 addition & 1 deletion templates/airflow.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/main/custom_types.yaml
- grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/refs/tags/v1.0.0/custom_types.yaml

metadata:
template_version: "1.0.0"
Expand Down
Loading

0 comments on commit fad923e

Please sign in to comment.