Skip to content

Commit

Permalink
Merge pull request #392 from tapis-project/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mpackard authored Sep 14, 2024
2 parents 8f6c8c7 + 918925e commit 3467c6c
Show file tree
Hide file tree
Showing 40 changed files with 120 additions and 90 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# Changelog

## 1.6.4
## 1.7.0

### Service Updates

- [Apps: 1.6.4 to 1.7.0 (tapis/apps)](https://github.com/tapis-project/tapis-apps/blob/dev/CHANGELOG.md)
- [Authenticator: 1.6.2 to 1.7.0 (tapis/authenticator, tapis/authenticator-migrations)](https://github.com/tapis-project/authenticator/blob/staging/CHANGELOG.md)
- [Files: 1.6.4 to 1.7.0 (tapis/tapis-files, tapis/tapis-files-workers)](https://github.com/tapis-project/tapis-files/blob/dev/CHANGELOG.md)
- [Jobs: 1.6.4 to 1.7.0 (tapis/jobsworker, jobsmigrate, jobsapi)](https://github.com/tapis-project/tapis-jobs/blob/dev/tapis-jobsapi/CHANGELOG.md)
- [Meta: 1.6.1 to 1.7.0 (tapis/metaapi, tapis-meta-rh-server)](https://github.com/tapis-project/tapis-meta/blob/dev/CHANGELOG.md)
- [Notifications: 1.6.2 to 1.7.0 (tapis/notifications, notifications-dispatcher)](https://github.com/tapis-project/tapis-notifications/blob/dev/CHANGELOG.md)
- [Security: 1.6.3 to 1.7.0 (tapis/securitymigrate, securityadmin, securityapi, securityexport)](https://github.com/tapis-project/tapis-security/blob/dev/tapis-securityapi/CHANGELOG.md)
- [Systems: 1.6.5 to 1.7.0 (tapis/systems)](https://github.com/tapis-project/tapis-systems/blob/dev/CHANGELOG.md)
- [Globus-Proxy: 1.6.4 to 1.7.0 (tapis/systems)](https://github.com/tapis-project/tapis-systems/blob/dev/CHANGELOG.md)
- [Workflows: 1.6.0 to 1.7.0 (tapis/workflows-api, tapis/workflows-pipelines, tapis/workflow-engine-streams)](https://github.com/tapis-project/tapis-workflows/blob/release-1.7.0/CHANGELOG.md)
- [Pods: 1.6.0 to 1.7.0 (tapis/pods-api)](https://github.com/tapis-project/pods_service/blob/dev/CHANGELOG.md)

### Breaking Changes for Deployer Admins

- If using the globus-proxy component, you must provide 2 variables in host_vars: `globus_client_id` and `globus_client_secret`. They correspond to the id and secret of the service client, as described here: https://docs.globus.org/guides/recipes/automate-with-service-account/ .


## 1.6.4

### Service Updates

- [Systems: 1.6.4 to 1.6.5 (tapis/systems)](Systems changes: https://github.com/tapis-project/tapis-systems/blob/1.6.5/CHANGELOG.md)
- [Apps: 1.6.3 to 1.6.4 (tapis/apps)](https://github.com/tapis-project/tapis-apps/blob/1.6.4/CHANGELOG.md)
Expand Down
8 changes: 4 additions & 4 deletions playbooks/roles/actors/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
actors_core_image: abaco/core-v3:{{ actors_service_version }}
actors_grafana_image: grafana/grafana:9.4.7
actors_nginx_image: abaco/nginx:1.6.0
actors_nginxk8s_image: abaco/nginxk8s:1.6.0
actors_nginx_image: abaco/nginx:1.7.0
actors_nginxk8s_image: abaco/nginxk8s:1.7.0
actors_mongo_image: mongo:4.2.6
actors_alpine_image: alpine:3.17
actors_mongobackup_image: tapis/mongobackup:1.6.0
actors_mongobackup_image: tapis/mongobackup:1.7.0
actors_rabbitmq_image: rabbitmq:3.6.12-management
actors_util_image: tapis/ubutil2204:1.6.0
actors_util_image: tapis/ubutil2204:1.7.0
5 changes: 2 additions & 3 deletions playbooks/roles/actors/defaults/main/vars.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---


# actors
actors_service_url: '{{ global_service_url }}'
actors_service_tenant_id: admin
actors_service_tenant_id: '{{ global_service_tenant_id }}'
actors_service_site_id: '{{ global_site_id }}'
actors_service_name: actors
actors_service_version: 1.6.0
actors_service_version: 1.7.0
actors_storage_class: '{{ global_storage_class }}'
actors_rabbit_pvc: actors-rabbitmq-vol01
actors_mongo_pvc: actors-mongo-vol01
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/admin/defaults/main/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
admin_service_url: "{{ global_service_url }}"
admin_devtenant_url: "{{ global_devtenant_url }}"
admin_site_id: "{{ global_site_id }}"
admin_service_tenant_id: admin
admin_service_tenant_id: "{{ global_service_tenant_id }}"
admin_service_name: admin
admin_service_site_id: "{{ global_site_id }}"
admin_storage_class: "{{ global_storage_class }}"
Expand Down
4 changes: 2 additions & 2 deletions playbooks/roles/admin/templates/docker/util/parse_skexport
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ tenants = {
"postgres_password": "DBCREDENTIAL_POSTGRES_TENANTS_POSTGRES_TENANTS_TENANTS_PASSWORD",
"POSTGRES_PASSWORD": "DBCREDENTIAL_POSTGRES_TENANTS_POSTGRES_TENANTS_TENANTS_PASSWORD",
"service_password": "SERVICEPWD_TENANTS_PASSWORD",
"admin_tenant_public_key": "JWTSIGNING_ADMIN_PUBLICKEY",
"admin_tenant_public_key": "JWTSIGNING_{{ admin_service_tenant_id | upper }}_PUBLICKEY",
"dev_tenant_public_key": "JWTSIGNING_DEV_PUBLICKEY"
}

tokens = {
"site_admin_privatekey": "JWTSIGNING_ADMIN_PRIVATEKEY"
"site_admin_privatekey": "JWTSIGNING_{{ admin_service_tenant_id | upper }}_PRIVATEKEY"
}

vault = {"":""}
Expand Down
4 changes: 2 additions & 2 deletions playbooks/roles/apps/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apps_api_image: tapis/apps:1.6.4
apps_api_image: tapis/apps:1.7.0
apps_postgres_image: postgres:12.4
apps_pgadmin_image: dpage/pgadmin4:6.20
apps_util_image: tapis/ubutil2204:1.6.0
apps_util_image: tapis/ubutil2204:1.7.0
2 changes: 1 addition & 1 deletion playbooks/roles/apps/defaults/main/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

apps_service_name: apps
apps_service_site_id: "{{ global_site_id }}"
apps_service_tenant_id: admin
apps_service_tenant_id: "{{ global_service_tenant_id }}"
apps_service_url: "{{ global_service_url }}"
apps_storage_class: "{{ global_storage_class }}"
apps_enable_external: false
Expand Down
5 changes: 3 additions & 2 deletions playbooks/roles/authenticator/defaults/main/vars.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
---

authenticator_service_version: 1.6.3
authenticator_service_version: 1.7.0
authenticator_log_level: INFO
authenticator_show_traceback: false
authenticator_image_pull_policy: Always
authenticator_service_url: "{{ global_service_url }}"
authenticator_service_site_id: "{{ global_site_id }}"
authenticator_service_tenant_id: admin
authenticator_service_tenant_id: "{{ global_service_tenant_id }}"
authenticator_service_name: authenticator
authenticator_postgres_pvc: authenticator-postgres-vol01
authenticator_ldap_pvc: authenticator-ldap-vol01
authenticator_storage_class: "{{ global_storage_class }}"
authenticator_dev_ldap_tenant_id: dev
authenticator_service_tenants: ["*"]
authenticator_primary_site_admin_tenant_base_url: "{{ global_primary_site_admin_tenant_base_url }}"



Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"primary_site_admin_tenant_base_url": "{{authenticator_service_url}}",
"primary_site_admin_tenant_base_url": "{{authenticator_primary_site_admin_tenant_base_url}}",
"service_site_id": "{{authenticator_service_site_id}}",
"service_tenant_id": "{{authenticator_service_tenant_id}}",
"service_name": "{{authenticator_service_name}}",
"tenants": {{ authenticator_service_tenants | to_json }},
"show_traceback": {{ authenticator_show_traceback | to_json }},
"sql_db_url": "authenticator-postgres:5432",
"dev_ldap_tenant_id": "{{authenticator_dev_ldap_tenant_id}}",
"dev_ldap_tenant_id": "{{ authenticator_dev_ldap_tenant_id }}",
"log_level": "{{authenticator_log_level}}",
"version": "{{authenticator_service_version}}"
}
2 changes: 1 addition & 1 deletion playbooks/roles/baseburnup/defaults/main/vars.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseburnup_tapis_deployer_version: 1.6.4
baseburnup_tapis_deployer_version: 1.7.0
baseburnup_service_url: "{{ global_service_url }}"
baseburnup_vault_url: "{{ global_vault_url }}"

8 changes: 4 additions & 4 deletions playbooks/roles/files/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
files_api_image: tapis/tapis-files:1.6.4
files_workers_image: tapis/tapis-files-workers:1.6.4
files_api_image: tapis/tapis-files:1.7.0
files_workers_image: tapis/tapis-files-workers:1.7.0
files_postgres_image: postgres:11
files_migrations_image: postgres:11
files_minio_image: minio/minio
files_minio_image: minio/minio:RELEASE.2024-09-09T16-59-28Z
files_irods_provider_postgres_image: mjstealey/irods-provider-postgres:4.2.4
files_pgadmin_image: dpage/pgadmin4:6.20
files_rabbitmq_image: rabbitmq:3.8.11-management
files_rabbitmq_management_image: rabbitmq:3-management-alpine
files_util_image: tapis/ubutil2204:1.6.0
files_util_image: tapis/ubutil2204:1.7.0
2 changes: 1 addition & 1 deletion playbooks/roles/files/defaults/main/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ files_node_selector: null
files_rabbitmq_hostname: files-rabbitmq
files_service_name: files
files_service_site_id: "{{ global_site_id }}"
files_service_tenant_id: admin
files_service_tenant_id: "{{ global_service_tenant_id }}"
files_service_url: "{{ global_service_url }}"
files_replicas: 1
files_files_debug: true
Expand Down
8 changes: 5 additions & 3 deletions playbooks/roles/get_defaults/defaults/main/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ global_service_tenant_id_default: admin
tapisdir_default: '{{ ansible_env.HOME }}/.tapis/{{ inventory_hostname }}'
tapisdatadir_default: '{{ ansible_env.HOME }}/.tapis-data/{{ inventory_hostname }}'
global_vault_url_default: 'http://vault:8200'
global_service_url_default: 'https://{{ global_service_tenant_id_default }}.{{ global_tapis_domain }}'
global_devtenant_url_default: 'https://dev.{{ global_tapis_domain }}'
global_primary_site_admin_tenant_base_url_default: 'https://admin.{{ global_tapis_domain }}'

# Commenting these, they are getting mixed up with other vars.
#global_service_url_default: 'https://{{ global_service_tenant_id }}.{{ global_tapis_domain }}'
#global_devtenant_url_default: 'https://dev.{{ global_tapis_domain }}'
#global_primary_site_admin_tenant_base_url_default: 'https://admin.{{ global_tapis_domain }}'


# A) There should be NO choice for primary sites,
Expand Down
9 changes: 6 additions & 3 deletions playbooks/roles/get_defaults/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
tapisdir: '{{ tapisdir | default(tapisdir_default) }}'
tapisdatadir: '{{ tapisdatadir | default(tapisdatadir_default) }}'
global_vault_url: '{{ global_vault_url | default(global_vault_url_default) }}'
global_service_url: '{{ global_service_url | default(global_service_url_default) }}'
#global_service_url: '{{ global_service_url | default(global_service_url_default) }}'
global_service_url: '{{ global_service_url }}'
components_to_deploy: '{{ components_to_deploy | default(components_to_deploy_default) }}'
global_devtenant_url: '{{ global_devtenant_url | default(global_devtenant_url_default) }}'
global_primary_site_admin_tenant_base_url: '{{ global_primary_site_admin_tenant_base_url | default(global_primary_site_admin_tenant_base_url_default) }}'
#global_devtenant_url: '{{ global_devtenant_url | default(global_devtenant_url_default) }}'
global_devtenant_url: '{{ global_devtenant_url }}'
#global_primary_site_admin_tenant_base_url: '{{ global_primary_site_admin_tenant_base_url | default(global_primary_site_admin_tenant_base_url_default) }}'
global_primary_site_admin_tenant_base_url: '{{ global_primary_site_admin_tenant_base_url }}'

- name: Values being used
ansible.builtin.debug:
Expand Down
8 changes: 4 additions & 4 deletions playbooks/roles/jobs/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jobs_api_image: tapis/jobsapi:1.6.4
jobs_migrations_image: tapis/jobsmigrate:1.6.4
jobs_worker_image: tapis/jobsworker:1.6.4
jobs_api_image: tapis/jobsapi:1.7.0
jobs_migrations_image: tapis/jobsmigrate:1.7.0
jobs_worker_image: tapis/jobsworker:1.7.0
jobs_postgres_image: postgres:12.4
jobs_pgadmin_image: dpage/pgadmin4:6.20
jobs_rabbitmq_management_image: rabbitmq:3.8.11-management
jobs_util_image: tapis/ubutil2204:1.6.0
jobs_util_image: tapis/ubutil2204:1.7.0
2 changes: 1 addition & 1 deletion playbooks/roles/jobs/defaults/main/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

jobs_service_name: jobs
jobs_service_site_id: "{{ global_site_id }}"
jobs_service_tenant_id: admin
jobs_service_tenant_id: "{{ global_service_tenant_id }}"
jobs_service_url: "{{ global_service_url }}"
jobs_postgres_pvc: jobs-postgres-vol01
jobs_storage_class: "{{ global_storage_class }}"
Expand Down
14 changes: 7 additions & 7 deletions playbooks/roles/meta/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
meta_api_image: tapis/metaapi:1.6.1
meta_rh_server_image: tapis/tapis-meta-rh-server:1.6.1
meta_mongo_exporter_image: tapis/mqe:1.6.0
meta_mongo_singlenode_image: tapis/mongo-singlenode:1.6.0
meta_mongodb_backup_image: tapis/mongodb-backup:1.6.0
meta_mongobackup_image: tapis/mongobackup:1.6.0
meta_api_image: tapis/metaapi:1.7.0
meta_rh_server_image: tapis/tapis-meta-rh-server:1.7.0
meta_mongo_exporter_image: tapis/mqe:1.7.0
meta_mongo_singlenode_image: tapis/mongo-singlenode:1.7.0
meta_mongodb_backup_image: tapis/mongodb-backup:1.7.0
meta_mongobackup_image: tapis/mongobackup:1.7.0
meta_alpine_image: alpine:3.17
meta_util_image: tapis/ubutil2204:1.6.0
meta_util_image: tapis/ubutil2204:1.7.0
2 changes: 1 addition & 1 deletion playbooks/roles/meta/defaults/main/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
meta_service_url: "{{ global_service_url }}"
meta_service_name: meta
meta_service_site_id: "{{ global_site_id }}"
meta_service_tenant_id: admin
meta_service_tenant_id: "{{ global_service_tenant_id }}"
meta_mongo_pvc: restheart-mongo-vol01
meta_storage_class: "{{ global_storage_class }}"
meta_mongo_backup_pvc: mongo-backup-claim0
Expand Down
4 changes: 2 additions & 2 deletions playbooks/roles/monitoring/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
monitoring_tapis_exporter_image: tapis/exporter:1.6.0
monitoring_tapis_exporter_image: tapis/exporter:1.7.0
monitoring_alpine_image: alpine:3.6
monitoring_postgres_image: bitnami/postgresql:14
monitoring_elasticsearch_image: docker.elastic.co/elasticsearch/elasticsearch:7.17.9
monitoring_kibana_image: docker.elastic.co/kibana/kibana:7.17.9
monitoring_grafana_image: grafana/grafana:8.5.5
monitoring_prometheus_image: prom/prometheus:v2.38.0
monitoring_thanos_image: quay.io/thanos/thanos:v0.8.0
monitoring_util_image: tapis/ubutil2204:1.6.0
monitoring_util_image: tapis/ubutil2204:1.7.0
monitoring_postgres_image: bitnami/postgresql:14
2 changes: 1 addition & 1 deletion playbooks/roles/monitoring/defaults/main/vars.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

monitoring_service_url: "{{ global_service_url }}"
monitoring_service_tenant_id: admin
monitoring_service_tenant_id: "{{ global_service_tenant_id }}"
monitoring_service_site_id: "{{ global_site_id }}"
monitoring_service_name: monitoring
monitoring_prometheus_external_label:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# proxy
proxy_service_url: {{ global_service_url }}
proxy_service_tenant_id: admin
proxy_service_tenant_id: "{{ global_service_tenant_id }}"
proxy_service_site_id: {{ proxy_site_id }}
proxy_service_name: proxy
proxy_primary_site_admin_tenant_base_url: {{ global_service_url }}
Expand Down
6 changes: 3 additions & 3 deletions playbooks/roles/notifications/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
notifications_postgres_image: postgres:12.4
notifications_pgadmin_image: dpage/pgadmin4:6.20
notifications_rabbitmq_image: rabbitmq:3.8.11-management
notifications_util_image: tapis/ubutil2204:1.6.0
notifications_api_image: tapis/notifications:1.6.2
notifications_dispatcher_image: tapis/notifications-dispatcher:1.6.2
notifications_util_image: tapis/ubutil2204:1.7.0
notifications_api_image: tapis/notifications:1.7.0
notifications_dispatcher_image: tapis/notifications-dispatcher:1.7.0
4 changes: 2 additions & 2 deletions playbooks/roles/pgrest/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pgrest_api_image: tapis/pgrest-api:1.6.0
pgrest_api_image: tapis/pgrest-api:1.7.0
pgrest_postgres_image: postgres:13
pgrest_util_image: tapis/ubutil2204:1.6.0
pgrest_util_image: tapis/ubutil2204:1.7.0
2 changes: 1 addition & 1 deletion playbooks/roles/pods/defaults/main/vars.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

pods_service_name: pods
pods_image_version: 1.6.0
pods_image_version: 1.7.0
pods_service_site_id: "{{ global_site_id }}"
pods_service_tenant_id: admin
pods_primary_site_admin_tenant_base_url: "{{ global_primary_site_admin_tenant_base_url }}"
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/proxy/defaults/main/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ proxy_service_site_id: "{{ global_site_id }}"
proxy_service_name: proxy
proxy_primary_site_admin_tenant_base_url: "{{ global_primary_site_admin_tenant_base_url }}"
proxy_site_router_pvc: site-router-redis-vol01
proxy_site_router_api_version: 1.6.0
proxy_site_router_api_version: 1.7.0
proxy_storage_class: "{{ global_storage_class }}"
proxy_nginx_cert_file: $HOME/cert.pem
proxy_nginx_cert_key: $HOME/cert.key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
location /
{
{% if "tapisui" in proxy_nginx_service_list %}
proxy_pass http://tapisui-service:3000;
resolver 127.0.0.11;
set $upstream http://tapisui-service:3000;
proxy_pass $upstream;
{% else %}
proxy_pass {{ proxy_primary_site_admin_tenant_base_url }};
{% endif %}
Expand Down
8 changes: 4 additions & 4 deletions playbooks/roles/security/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
security_pgadmin_image: dpage/pgadmin4:6.20
security_skadminutil_image: tapis/skadminutil:1.6.3
security_skadminutil_image: tapis/skadminutil:1.7.0
security_postgres_image: postgres:12.4
security_api_image: tapis/securityapi:1.6.3
security_migrations_image: tapis/securitymigrate:1.6.3
security_util_image: tapis/ubutil:1.6.1
security_api_image: tapis/securityapi:1.7.0
security_migrations_image: tapis/securitymigrate:1.7.0
security_util_image: tapis/ubutil:1.7.0
4 changes: 2 additions & 2 deletions playbooks/roles/security/defaults/main/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ security_heap_max: 3G
security_heap_min: 3G
security_service_name: security
security_service_site_id: "{{ global_site_id }}"
security_service_tenant_id: admin
security_service_tenant_id: "{{ global_service_tenant_id }}"
security_service_url: "{{ global_service_url }}"
security_postgres_pvc: sk-postgres-vol01
security_storage_class: "{{ global_storage_class }}"
Expand All @@ -15,6 +15,6 @@ security_image_pull_policy: Always
# set to false if vault remote:
# security_renew_sk_script: true
security_renew_sk_script: false

security_primary_site_admin_tenant_base_url: "{{ global_primary_site_admin_tenant_base_url }}"
# docker-specific vars

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"service_site_url": "{{security_service_url}}",
"service_site_url": "{{security_primary_site_admin_tenant_base_url}}",
"service_tenant_id": "{{security_service_tenant_id}}",
"site_id": "{{security_service_site_id}}",
"service_name": "{{security_service_name}}"
Expand Down
4 changes: 2 additions & 2 deletions playbooks/roles/streams/defaults/main/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ streams_influxdb2_image: influxdb:2.1.1-alpine
streams_mysql_image: mysql:5.7
streams_chords_image: ncareol/chords:1.0
streams_tapis_chords_app_image: scleveland/tapis-chords-app:0.9.8.2.3
streams_api_image: tapis/streams-api:1.6.0
streams_util_image: tapis/ubutil2204:1.6.0
streams_api_image: tapis/streams-api:1.7.0
streams_util_image: tapis/ubutil2204:1.7.0
4 changes: 2 additions & 2 deletions playbooks/roles/systems/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
systems_pgadmin_image: dpage/pgadmin4:6.20
systems_postgres_image: postgres:12.4
systems_util_image: tapis/ubutil2204:1.6.1
systems_api_image: tapis/systems:1.6.5
systems_util_image: tapis/ubutil2204:1.7.0
systems_api_image: tapis/systems:1.7.0
2 changes: 1 addition & 1 deletion playbooks/roles/systems/defaults/main/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
systems_node_selector: null
systems_service_name: systems
systems_service_site_id: "{{ global_site_id }}"
systems_service_tenant_id: admin
systems_service_tenant_id: "{{ global_service_tenant_id }}"
systems_service_url: "{{ global_service_url }}"
systems_storage_class: "{{ global_storage_class }}"
systems_postgres_pvc: systems-postgres-vol01
Expand Down
10 changes: 5 additions & 5 deletions playbooks/roles/systems/templates/docker/systems-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"service_site_url": "https://admin.develop.tapis.io",
"service_tenant_id": "admin",
"site_id": "tacc",
"service_site_url": "{{ systems_service_url }}",
"service_tenant_id": "{{ systems_service_tenant_id }}",
"site_id": "{{ systems_service_site_id }}",
"service_name": "systems",
"globus_client_id": "494d441c-99cf-4117-bd78-9b85cb0f12ff"
}
"globus_client_id": "{{ systems_globus_client_id }}"
}
2 changes: 1 addition & 1 deletion playbooks/roles/tapisui/defaults/main/images.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tapisui_image: tapis/tapisui:1.6.0
tapisui_image: tapis/tapisui:1.7.0
Loading

0 comments on commit 3467c6c

Please sign in to comment.