Skip to content

path-cc/path-freshticket-report

Repository files navigation

OSPool Account Report

Creates a report on the inquiries and approvals of accounts for the OSPool.

Run

Create a .env file at root with COMANAGE_PASSWORD and FRESHDESK_API_TOKEN, and check that the values in config.py are correct.

export $(grep -v '^#' .env | xargs -0)
docker build -t hub.opensciencegrid.org/opensciencegrid/ospool-request-report:latest .
docker run \
  -e FRESHDESK_API_TOKEN=$FRESHDESK_API_TOKEN \
  -t hub.opensciencegrid.org/opensciencegrid/ospool-request-report:latest

Publish ( need credentials )

export DOCKER_DEFAULT_PLATFORM=linux/amd64
docker build -t hub.opensciencegrid.org/opensciencegrid/ospool-request-report:latest .
docker push hub.opensciencegrid.org/opensciencegrid/ospool-request-report:latest

Manually run on Tiger

RANDSTRING=$(openssl rand -hex 12)
kubectl create job --from=cronjob/ospool-account-report ospool-request-report-$RANDSTRING

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published