diff options
author | Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> | 2020-09-22 13:20:46 -0700 |
---|---|---|
committer | Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> | 2020-09-22 13:21:41 -0700 |
commit | acfbeec4da4e9f600c97ea83a7cdb14721a72f89 (patch) | |
tree | 83ccddc0b5d8dbc05e6f95ab3511daf9c25de50c /doc | |
parent | ec45b9d0af2e6d9a1ce11e1b06e238b9271ea838 (diff) |
adding configuration.md
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: Ia591e36d5e4e8a030579fea54f686cfacf184585
Diffstat (limited to 'doc')
-rw-r--r-- | doc/configuration.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/configuration.md b/doc/configuration.md new file mode 100644 index 0000000..db1a91d --- /dev/null +++ b/doc/configuration.md @@ -0,0 +1,20 @@ +#OVN4NFV Configuration Reference + +ovn4nfv is not having any cni configuration. All the configuration are encapsulated within ovn4nfv-cni - `build/bin/entrypoint` + +ovn4nfv-cni daemonset creates following cni configuration file `/etc/cni/net.d/00-network.conf` in each node +``` +{ + "name": "ovn4nfv-k8s-plugin", + "type": "ovn4nfvk8s-cni", + "cniVersion": "0.3.1" +} +``` +ovn4nfv cni-server use incluster-communication and cni shim uses the out-of-cluster +communication using the auto generated kubeconfig in each node. + +#logging + +Log is enabled by default and log file - `/var/log/openvswitch/ovn4k8s.log` + +ovn log and openvswitch log can be find in the `/var/log/openvswitch` & `/var/log/ovn` |