Skip to content

DataWorkflowServices/dws

Folders and files

NameName
Last commit message
Last commit date
Feb 21, 2024
May 1, 2023
Feb 22, 2024
Oct 31, 2023
Apr 1, 2024
Oct 31, 2023
Oct 12, 2023
Jan 30, 2024
Oct 31, 2023
Sep 13, 2023
Jan 30, 2024
Feb 2, 2024
Dec 18, 2023
Dec 18, 2023
Sep 13, 2023
Mar 18, 2024
Apr 22, 2022
Apr 1, 2024
Oct 31, 2023
Dec 14, 2022
Dec 10, 2021
Mar 8, 2024
Dec 15, 2022
Feb 2, 2024
Feb 2, 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