summaryrefslogtreecommitdiffstats
path: root/sourcecode/JOID/charm-k8s-ovn/layers/ovn/README.ex
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecode/JOID/charm-k8s-ovn/layers/ovn/README.ex')
-rw-r--r--sourcecode/JOID/charm-k8s-ovn/layers/ovn/README.ex21
1 files changed, 21 insertions, 0 deletions
diff --git a/sourcecode/JOID/charm-k8s-ovn/layers/ovn/README.ex b/sourcecode/JOID/charm-k8s-ovn/layers/ovn/README.ex
new file mode 100644
index 0000000..f8f5bc0
--- /dev/null
+++ b/sourcecode/JOID/charm-k8s-ovn/layers/ovn/README.ex
@@ -0,0 +1,21 @@
+# Overview
+
+This charm provides an SDN via the use of OVN and can be used with any principal charm implementing the [kubernetes-cni](https://github.com/juju-solutions/interface-kubernetes-cni) interface.
+
+# Usage
+
+This charm is subordinate.
+
+<code>
+juju deploy ovn
+juju deploy kubernetes-master
+juju deploy kubernetes-worker
+juju add-relation ovn kubernetes-master
+juju add-relation ovn kubernetes-worker
+</code>
+
+# Configuration
+
+The "gateway-physical-interface" option will allow you to choose an interface on which to create the gateway bridge. If unsure, leave it to "none" to use the default interface.
+
+