chore: initial ovn commit
diff --git a/.github/workflows/ceph.yml b/.github/workflows/ceph.yml
index ef452e5..4384a93 100644
--- a/.github/workflows/ceph.yml
+++ b/.github/workflows/ceph.yml
@@ -69,6 +69,12 @@
   test:
     runs-on: ubuntu-20.04-16-cores
     if: github.event_name != 'workflow_dispatch' || !inputs.debug_enabled
+    strategy:
+      fail-fast: false
+      matrix:
+        ovn:
+          - true
+          - false
     steps:
       - name: Checkout project
         uses: actions/checkout@v3
@@ -94,3 +100,5 @@
 
       - name: Run Molecule
         run: poetry run molecule test -s ceph
+        env:
+          OVN_ENABLED: ${{ matrix.ovn }}