Skip to content

Commit

Permalink
Merge pull request #105 from NearNodeFlash/release-v0.0.5
Browse files Browse the repository at this point in the history
Release v0.0.5
  • Loading branch information
roehrich-hpe authored Sep 14, 2023
2 parents 6c56701 + b6a839f commit f443dc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guides/compute-daemons/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ categories: setup

Rabbit software requires two daemons be installed and run on each compute node. Each daemon shares similar build, package, and installation processes described below.

- The [***Client Mount***](https://github.com/HewlettPackard/dws/tree/master/mount-daemon) daemon, `clientmount`, provides the support for mounting Rabbit hosted file systems on compute nodes.
- The [***Client Mount***](https://github.com/DataWorkflowServices/dws/tree/master/mount-daemon) daemon, `clientmount`, provides the support for mounting Rabbit hosted file systems on compute nodes.
- The [***Data Movement***](https://github.com/NearNodeFlash/nnf-dm/tree/master/daemons/compute) daemon, `nnf-dm`, supports creating, monitoring, and managing data movement (copy-offload) operations

## Building from source
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/rbac-for-users/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ After the keys have been generated, a new kubeconfig file can be created for the
DataWorkflowServices has already defined the role to be used with WLMs. Simply apply the `workload-manager` ClusterRole from DataWorkflowServices to the system:

```console
kubectl apply -f https://github.com/HewlettPackard/dws/raw/master/config/rbac/workload_manager_role.yaml
kubectl apply -f https://github.com/DataWorkflowServices/dws/raw/master/config/rbac/workload_manager_role.yaml
```

Create and apply a ClusterRoleBinding to associate the "flux" user with the `workload-manager` ClusterRole:
Expand Down
2 changes: 1 addition & 1 deletion docs/repo-guides/release-nnf-sw/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ part of `nnf-deploy`, but it should match the version number of `nnf-deploy`. Re
other components.

- [NearNodeFlash/nnf-deploy](https://github.com/NearNodeFlash/nnf-deploy)
- [HewlettPackard/dws](https://github.com/HewlettPackard/dws)
- [DataWorkflowServices/dws](https://github.com/DataWorkflowServices/dws)
- [NearNodeFlash/lustre-fs-operator](https://github.com/NearNodeFlash/lustre-fs-operator)
- [HewlettPackard/lustre-csi-driver](https://github.com/HewlettPackard/lustre-csi-driver)
- [NearNodeFlash/nnf-mfu](https://github.com/NearNodeFlash/nnf-mfu)
Expand Down

0 comments on commit f443dc0

Please sign in to comment.