-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #326 from tapis-project/staging
Staging
- Loading branch information
Showing
74 changed files
with
1,006 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
playbooks/roles/admin/templates/docker/verification/authenticator-test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
playbooks/roles/admin/templates/docker/verification/files-test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/bin/bash | ||
|
||
TOK=`curl -d '{"username": "testuser2", "password": "testuser2", "grant_type": "password"}' -H "Content-type: application/json" {{ admin_service_url }}/v3/oauth2/tokens | jq -r '.result.access_token.access_token'` | ||
source functions | ||
gettoken | ||
|
||
curl {{ admin_devtenant_url }}/v3/files/healthcheck | jq | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
playbooks/roles/admin/templates/docker/verification/jobs-test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/bin/bash | ||
|
||
TOK=`curl -d '{"username": "testuser2", "password": "testuser2", "grant_type": "password"}' -H "Content-type: application/json" {{ admin_service_url }}/v3/oauth2/tokens | jq -r '.result.access_token.access_token'` | ||
source functions | ||
gettoken | ||
|
||
curl {{ admin_devtenant_url }}/v3/jobs/healthcheck | jq | ||
curl {{ admin_devtenant_url }}/v3/apps/healthcheck | jq | ||
|
10 changes: 10 additions & 0 deletions
10
playbooks/roles/admin/templates/docker/verification/meta-test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
|
||
|
||
source functions | ||
gettoken | ||
|
||
curl -H X-Tapis-Token:$tok {{admin_devtenant_url}}/v3/meta/hello | ||
|
||
|
||
curl {{admin_devtenant_url}}/v3/meta/ready |
4 changes: 2 additions & 2 deletions
4
playbooks/roles/admin/templates/docker/verification/notifications-test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
|
||
TOK=`curl -d '{"username": "testuser2", "password": "testuser2", "grant_type": "password"}' -H "Content-type: application/json" {{ admin_service_url }}/v3/oauth2/tokens | jq -r '.result.access_token.access_token'` | ||
source functions | ||
gettoken | ||
|
||
curl {{ admin_devtenant_url }}/v3/notifications/healthcheck | jq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
playbooks/roles/admin/templates/docker/verification/streams-test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
|
||
curl {{admin_devtenant_url}}/v3/streams/hello | ||
|
||
source functions | ||
gettoken | ||
|
||
curl {{admin_devtenant_url}}/v3/streams/hello | ||
curl {{admin_devtenant_url}}/v3/streams/hello | ||
|
||
|
||
|
3 changes: 2 additions & 1 deletion
3
playbooks/roles/admin/templates/docker/verification/systems-test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/bin/bash | ||
|
||
TOK=`curl -d '{"username": "testuser2", "password": "testuser2", "grant_type": "password"}' -H "Content-type: application/json" {{ admin_service_url }}/v3/oauth2/tokens | jq -r '.result.access_token.access_token'` | ||
source functions | ||
gettoken | ||
|
||
curl {{ admin_devtenant_url }}/v3/systems/healthcheck | jq | ||
|
2 changes: 2 additions & 0 deletions
2
playbooks/roles/admin/templates/docker/verification/tenants-test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
apps_api_image: tapis/apps:1.5.0 | ||
apps_api_image: tapis/apps:1.5.10 | ||
apps_postgres_image: postgres:12.4 | ||
apps_pgadmin_image: dpage/pgadmin4:6.20 | ||
apps_util_image: tapis/ubutil2204:1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
files_api_image: tapis/tapis-files:1.5.0 | ||
files_workers_image: tapis/tapis-files-workers:1.5.0 | ||
files_api_image: tapis/tapis-files:1.5.10 | ||
files_workers_image: tapis/tapis-files-workers:1.5.10 | ||
files_postgres_image: postgres:11 | ||
files_migrations_image: postgres:11 | ||
files_minio_image: minio/minio | ||
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.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,5 @@ components_to_deploy_default: | |
- tokens | ||
- vault | ||
# - workflows | ||
- test-resources | ||
# - test-resources | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
jobs_api_image: tapis/jobsapi:1.5.0 | ||
jobs_migrations_image: tapis/jobsmigrate:1.5.0 | ||
jobs_worker_image: tapis/jobsworker:1.5.0 | ||
jobs_api_image: tapis/jobsapi:1.5.10 | ||
jobs_migrations_image: tapis/jobsmigrate:1.5.10 | ||
jobs_worker_image: tapis/jobsworker:1.5.10 | ||
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.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
meta_api_image: tapis/metaapi:1.5.0 | ||
meta_api_image: tapis/metaapi:1.5.10 | ||
meta_rh_server_image: tapis/tapis-meta-rh-server:1.5.0 | ||
meta_mongo_exporter_image: tapis/mqe:0.1 | ||
meta_mongo_singlenode_image: tapis/mongo-singlenode:4.4.6-bionic | ||
meta_mongodb_backup_image: tapis/mongodb-backup:1 | ||
meta_mongobackup_image: tapis/mongobackup:1.5.0 | ||
meta_alpine_image: alpine:3.17 | ||
meta_util_image: tapis/ubutil2204:1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
#!/bin/bash | ||
|
||
echo "burnup monitoring:" | ||
echo burnup monitoring | ||
|
||
mkdir -p {{ tapisdatadir }}/monitoring | ||
docker compose up -d | ||
mkdir -p {{ tapisdatadir }}/monitoring/prometheus/data | ||
mkdir -p {{ tapisdatadir }}/monitoring/grafana/data | ||
mkdir -p {{ tapisdatadir }}/monitoring/elasticsearch/data | ||
|
||
export MYUID="$(id -u)" | ||
export UID_GID="$(id -u):$(id -g)" | ||
|
||
docker run -it --rm -v {{ tapisdatadir }}/monitoring:/monitoring {{ monitoring_util_image }} chown $MYUID /monitoring | ||
|
||
python3 {{ tapisdir }}/admin/util/parse_skexport -c monitoring -d {{ tapisdatadir }} | ||
|
||
docker compose up -d |
Oops, something went wrong.