Skip to content

Commit f443dc0

Browse files
authored
Merge pull request #105 from NearNodeFlash/release-v0.0.5
Release v0.0.5
2 parents 6c56701 + b6a839f commit f443dc0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guides/compute-daemons/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories: setup
77

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

10-
- 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.
10+
- 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.
1111
- 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
1212

1313
## Building from source

docs/guides/rbac-for-users/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ After the keys have been generated, a new kubeconfig file can be created for the
130130
DataWorkflowServices has already defined the role to be used with WLMs. Simply apply the `workload-manager` ClusterRole from DataWorkflowServices to the system:
131131

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

136136
Create and apply a ClusterRoleBinding to associate the "flux" user with the `workload-manager` ClusterRole:

docs/repo-guides/release-nnf-sw/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ part of `nnf-deploy`, but it should match the version number of `nnf-deploy`. Re
1818
other components.
1919

2020
- [NearNodeFlash/nnf-deploy](https://github.com/NearNodeFlash/nnf-deploy)
21-
- [HewlettPackard/dws](https://github.com/HewlettPackard/dws)
21+
- [DataWorkflowServices/dws](https://github.com/DataWorkflowServices/dws)
2222
- [NearNodeFlash/lustre-fs-operator](https://github.com/NearNodeFlash/lustre-fs-operator)
2323
- [HewlettPackard/lustre-csi-driver](https://github.com/HewlettPackard/lustre-csi-driver)
2424
- [NearNodeFlash/nnf-mfu](https://github.com/NearNodeFlash/nnf-mfu)

0 commit comments

Comments
 (0)