The same chart can be used to deploy different flavors of ONOS, depending on the configuration applied (configurations available in the configs folder).
helm install -n onos -f configs/onos.yaml onos
Nodeports exposed
helm install -n onos-cord -f configs/onos-cord.yaml onos
Nodeports exposed
helm install -n onos onos
Nodeports exposed
No ports are exposed
An option can be added either to the default ONOS values.yaml file, or overritten through an external configuration file. Here is an example:
application_logs: | log4j.logger.org.opencord.olt = DEBUG log4j.logger.org.opencord.kafka = DEBUG log4j.logger.org.opencord.sadis = DEBUG