diff options
Diffstat (limited to 'ci/config_tpl/juju2/bundlek8_tpl/ovn.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundlek8_tpl/ovn.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ci/config_tpl/juju2/bundlek8_tpl/ovn.yaml b/ci/config_tpl/juju2/bundlek8_tpl/ovn.yaml new file mode 100644 index 00000000..ac6e1cf2 --- /dev/null +++ b/ci/config_tpl/juju2/bundlek8_tpl/ovn.yaml @@ -0,0 +1,9 @@ + + ovn: + charm: "cs:~aakashkt/ovn-2" +{% if os.service.bindings %} + bindings: + "": internal-api +{% endif %} + options: + gateway-physical-interface: "intf100"
\ No newline at end of file |