Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 760 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 760 Bytes

rhsm-subscriptions-egress

Dockerfile for RHEL-based build of the service started in https://github.com/tumido/egress

Note that anywhere the aws command is is needed, it should be run as pipenv run aws.

If you wish to use the environment locally, you can use the included Pipfile/Pipfile.lock, as long as the local environment has a Python 3.6 interpreter available (pipenv sync)

Deploy to Openshift

Prerequisite secrets:

  • swatch-tally-db: DB connection info, having db.host, db.port, db.user, db.password, and db.name properties.
  • egress-s3: secret with having access_key, secret_key, and bucket.
oc process -f templates/rhsm-subscriptions-egress.yaml | oc create -f -