Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support configuration files in ONOS services #45

Merged
merged 2 commits into from
Mar 18, 2020

Conversation

kuujo
Copy link
Contributor

@kuujo kuujo commented Mar 17, 2020

This PR adds initial support for more complex configuration of ONOS services using configuration files. Each service has a new config value which is an arbitrary YAML struct defined by the service. The config is used to populate a ConfigMap which is mounted to the service and can be read using the onos-lib-go configuration functions.

@kuujo kuujo merged commit 3cd2920 into onosproject:master Mar 18, 2020
@kuujo kuujo deleted the service-config-files branch March 18, 2020 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants