Skip to content

DataWorkflowServices/dws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a78ba3c · Sep 13, 2024
Aug 1, 2024
May 1, 2023
Sep 13, 2024
Sep 13, 2024
Sep 13, 2024
Sep 13, 2024
Aug 20, 2024
Jul 8, 2024
Sep 13, 2024
Sep 13, 2023
Jul 26, 2024
Jul 9, 2024
Dec 18, 2023
Dec 18, 2023
Sep 13, 2023
Sep 6, 2024
Aug 12, 2024
Apr 22, 2022
Aug 5, 2024
Sep 13, 2024
Dec 14, 2022
Dec 10, 2021
Mar 8, 2024
Dec 15, 2022
Jul 9, 2024
Jul 9, 2024
Jan 10, 2022

Repository files navigation

dws - Data Workflow Services

Data Workflow Services (DWS) contains the schema for the Data Workflow Services API. HPC batch software integrates with the DWS API on HPE HPC systems and HPC storage systems to provide intelligent data movement and ephemeral storage resources to user workloads.

Contributing

Before opening an issue or pull request, please read the Contributing guide.

Build

To build locally you need docker and Make packages installed. For all commands, you must be at the top of the source tree.

To create a deployable image with the dws-operator installed and rebuild:

make docker-build

To push the docker image to a kind environment:

make kind-push

To deploy dws-operator to a kind environment

make deploy

To remove dws-operator from a kind environment

make undeploy

To rebuild the operator-sdk auto-generated source after updating api/controller definitions:

make generate

To rebuild the operator-sdk auto-generated yaml files after updating api/controller definitions:

make manifests