data/config/plugins.yaml in openc3-5.5.0.pre.beta0 vs data/config/plugins.yaml in openc3-5.5.0
- old
+ new
@@ -11,9 +11,14 @@
values: .+
- name: Default Value
required: true
description: Default value of the variable
values: .+
+NEEDS_DEPENDENCIES:
+ summary: Indicates the plugin needs dependencies and sets the GEM_HOME environment variable
+ description: If the plugin has a top level lib folder or lists runtime dependencies in the gemspec,
+ NEEDS_DEPENDENCIES is effectively already set. Note that in Enterprise Edition, having
+ NEEDS_DEPENDENCIES adds the NFS volume mount to the Kuberentes pod.
INTERFACE:
modifiers:
<%= MetaConfigParser.load('interface_modifiers.yaml').to_meta_config_yaml(4) %>
summary: Defines a connection to a physical target
description: Interfaces are what OpenC3 uses to talk to a particular piece