Conversation
Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
| ## Provisioning | ||
|
|
||
| * [Storage Profiles](storage-profiles/readme.md) | ||
| * [Data Movement Configuration](data-movement/readme.md) |
There was a problem hiding this comment.
And update mkdocs.yml.
|
|
||
| ## Server Side ConfigMap | ||
|
|
||
| The server side configuration is done via the `nnf-dm-config` config map: |
There was a problem hiding this comment.
Does the nnf-dm installation provide the initial version of this configmap? It's not clear.
There was a problem hiding this comment.
Yes, it's deployed via Kustomize: https://github.com/NearNodeFlash/nnf-dm/blob/master/config/dm_config/nnf-dm-config.yaml
| options to allow a user to specify some options for that particular Data Movement. These settings | ||
| are on a per-request basis. | ||
|
|
||
| See the [CreateRequest API](https://github.com/NearNodeFlash/nnf-dm/blob/master/daemons/compute/Readme.md#create-request) |
There was a problem hiding this comment.
This should jump within the rendered doc, rather than jumping back to the github repo.
There was a problem hiding this comment.
I'm working on replacing the API documentation with some HTML documentation, but that will still live in the nnf-dm repo for now. Is there a better way of doing that?
There was a problem hiding this comment.
oh. I thought that "createrequest api" doc was already in this doc. So scratch that comment.
I think you want that API doc here. So we can point to one place for everything.
There was a problem hiding this comment.
I agree with that. There's some other docs in the nnf-dm that really should be here too.
With the API docs, those are generated in the nnf-dm repo (along with the client API examples/libs). I'm going to play around with how we can pull that document into this, but I'll do that in another PR.
Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
No description provided.