nomad-coe / nomad-schema-plugin-example

This is an example for NOMAD schema plugins. It should be forked to create actual plugins.
Apache License 2.0
14 stars 17 forks source link

Syntax fix in nomad.yaml #5

Closed ericpre closed 6 months ago

ericpre commented 1 year ago

This has been a source of confusion for the installation of plugins and following the documentation instruction in https://nomad-lab.eu/prod/v1/staging/docs/plugins/plugins.html#mount-into-a-nomad-oasis, in particular, the step "You simply have to add the plugin metadata to your Oasis' nomad.yaml`" was incorrect, because it seems that it needs to be a list, as per https://github.com/nomad-coe/nomad/issues/80#issuecomment-1678856053.

I don't know if this is the right approach but as list it should be help identifying the issue.

ericpre commented 6 months ago

@lauri-codes, would it make sense to merge this PR?

lauri-codes commented 6 months ago

Yes makes total sense. I will merge it.