You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to start branching out a /opt/quads/conf/quadsweb.yml to control more modular features of the quads-web service.
This is a good time to do it as with ttps://github.com//issues/460 we are adding GPU metadata support and we should have the ability to turn on/off filtering, for example in some labs or environments which will never have GPU and thus never have that field populated.
enable_gpu_inventory: true/false (default is false)
As we progress we can leverage this file to house more quads-web specific settings.
We'll want to package this file with the standard %config(noreplace) we use elsewhere:
The text was updated successfully, but these errors were encountered:
Related-to: #460
We need to start branching out a
/opt/quads/conf/quadsweb.yml
to control more modular features of thequads-web
service.This is a good time to do it as with ttps://github.com//issues/460 we are adding GPU metadata support and we should have the ability to turn on/off filtering, for example in some labs or environments which will never have GPU and thus never have that field populated.
enable_gpu_inventory: true/false
(default is false)As we progress we can leverage this file to house more
quads-web
specific settings.We'll want to package this file with the standard
%config(noreplace)
we use elsewhere:The text was updated successfully, but these errors were encountered: