Metadata-Version: 2.4
Name: ctao-wms-clients
Version: 0.7.0rc1
Summary: Client package for the Workload Management System of CTAO DPPS
Author-email: Volodymyr Savchenko <volodymyr.savchenko@cta-consortium.org>, Natthan Pigoux <natthan.pigoux@lupm.in2p3.fr>, Maximilian Linhoff <maximilian.linhoff@cta-observatory.org>, "Volodymyr.Savchenko" <volodymyr.savchenko@cta-consortium.org>, Luisa Arrabito <arrabito@in2p3.fr>
License: BSD-3-Clause
Project-URL: repository, https://gitlab.cta-observatory.org/cta-computing/dpps/workload/wms
Project-URL: documentation, http://cta-computing.gitlab-pages.cta-observatory.org/dpps/workload/wms
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: CTADIRAC==3.0.12
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-requirements; extra == "test"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: numpydoc; extra == "doc"
Requires-Dist: ctao-sphinx-theme; extra == "doc"
Requires-Dist: myst-parser; extra == "doc"
Requires-Dist: sphinx_changelog; extra == "doc"
Provides-Extra: dev
Requires-Dist: setuptools_scm; extra == "dev"
Requires-Dist: sphinx-autobuild; extra == "dev"
Provides-Extra: all
Requires-Dist: ctao-wms-clients[dev,doc,test]; extra == "all"
Dynamic: license-file

# CTAO Workload Management System

The first time you want to run the local cluster:
`git submodule update --init --recursive`

To start a `Kind` local cluster, deploy the chart in it, and run the test, do:

```bash
make
```

## Charts

## Docker images

Docker images are stored on the CTAO Harbor registry, for [wms-server](https://harbor.cta-observatory.org/harbor/projects/4/repositories/wms-server/artifacts-tab), [wms-client](https://harbor.cta-observatory.org/harbor/projects/4/repositories/wms-client/artifacts-tab) and [wms-ce](https://harbor.cta-observatory.org/harbor/projects/4/repositories/wms-ce/artifacts-tab).

## Test Report

The WMS test report can be retrieve from the CI pipeline artifact.
