chore: add cleaned up neutron chart
diff --git a/.github/workflows/ceph.yml b/.github/workflows/ceph.yml
index b912b1e..b098e46 100644
--- a/.github/workflows/ceph.yml
+++ b/.github/workflows/ceph.yml
@@ -28,76 +28,76 @@
         default: false
 
 jobs:
-  ovs-debug:
-    runs-on: ubuntu-20.04-16-cores
-    if: github.event_name == 'workflow_dispatch' && inputs.debug_enabled
-    steps:
-      - name: Checkout project
-        uses: actions/checkout@v3
+  # ovs-debug:
+  #   runs-on: ubuntu-20.04-16-cores
+  #   if: github.event_name == 'workflow_dispatch' && inputs.debug_enabled
+  #   steps:
+  #     - name: Checkout project
+  #       uses: actions/checkout@v3
 
-      - name: Install Poetry
-        run: pipx install poetry
+  #     - name: Install Poetry
+  #       run: pipx install poetry
 
-      - name: Setup Python
-        uses: actions/setup-python@v4
-        with:
-          cache: poetry
+  #     - name: Setup Python
+  #       uses: actions/setup-python@v4
+  #       with:
+  #         cache: poetry
 
-      - name: Install dependencies
-        run: poetry install --no-interaction --with dev
+  #     - name: Install dependencies
+  #       run: poetry install --no-interaction --with dev
 
-      # NOTE(mnaser): LVM commands take a long time if there are any existing
-      #               loop devices created by "snapd", so we uninstall it.
-      - name: Uninstall "snapd"
-        run: sudo apt-get purge -y snapd
+  #     # NOTE(mnaser): LVM commands take a long time if there are any existing
+  #     #               loop devices created by "snapd", so we uninstall it.
+  #     - name: Uninstall "snapd"
+  #       run: sudo apt-get purge -y snapd
 
-      - name: Turn off swap
-        run: sudo swapoff -a
+  #     - name: Turn off swap
+  #       run: sudo swapoff -a
 
-      - name: Run Molecule Converge
-        run: poetry run molecule converge -s ceph
+  #     - name: Run Molecule Converge
+  #       run: poetry run molecule converge -s ceph
 
-      # Enable tmate debugging of manually-triggered workflows if the input option was provided
-      - name: Setup tmate session
-        if: ${{ failure() }}
-        uses: mxschmitt/action-tmate@v3
-        timeout-minutes: 60
+  #     # Enable tmate debugging of manually-triggered workflows if the input option was provided
+  #     - name: Setup tmate session
+  #       if: ${{ failure() }}
+  #       uses: mxschmitt/action-tmate@v3
+  #       timeout-minutes: 60
 
-      - name: Run Molecule Destroy
-        run: poetry run molecule destroy -s ceph
+  #     - name: Run Molecule Destroy
+  #       run: poetry run molecule destroy -s ceph
 
-  ovs:
-    runs-on: ubuntu-20.04-16-cores
-    if: github.event_name != 'workflow_dispatch' || !inputs.debug_enabled
-    steps:
-      - name: Checkout project
-        uses: actions/checkout@v3
+  # ovs:
+  #   runs-on: ubuntu-20.04-16-cores
+  #   if: github.event_name != 'workflow_dispatch' || !inputs.debug_enabled
+  #   steps:
+  #     - name: Checkout project
+  #       uses: actions/checkout@v3
 
-      - name: Install Poetry
-        run: pipx install poetry
+  #     - name: Install Poetry
+  #       run: pipx install poetry
 
-      - name: Setup Python
-        uses: actions/setup-python@v4
-        with:
-          cache: poetry
+  #     - name: Setup Python
+  #       uses: actions/setup-python@v4
+  #       with:
+  #         cache: poetry
 
-      - name: Install dependencies
-        run: poetry install --no-interaction --with dev
+  #     - name: Install dependencies
+  #       run: poetry install --no-interaction --with dev
 
-      # NOTE(mnaser): LVM commands take a long time if there are any existing
-      #               loop devices created by "snapd", so we uninstall it.
-      - name: Uninstall "snapd"
-        run: sudo apt-get purge -y snapd
+  #     # NOTE(mnaser): LVM commands take a long time if there are any existing
+  #     #               loop devices created by "snapd", so we uninstall it.
+  #     - name: Uninstall "snapd"
+  #       run: sudo apt-get purge -y snapd
 
-      - name: Turn off swap
-        run: sudo swapoff -a
+  #     - name: Turn off swap
+  #       run: sudo swapoff -a
 
-      - name: Run Molecule
-        run: poetry run molecule test -s ceph
+  #     - name: Run Molecule
+  #       run: poetry run molecule test -s ceph
 
   ovn-debug:
     runs-on: ubuntu-20.04-16-cores
-    if: github.event_name == 'workflow_dispatch' && inputs.debug_enabled
+    # if: github.event_name == 'workflow_dispatch' && inputs.debug_enabled
     steps:
       - name: Checkout project
         uses: actions/checkout@v3
@@ -135,33 +135,33 @@
       - name: Run Molecule Destroy
         run: poetry run molecule destroy -s ceph
 
-  ovn:
-    runs-on: ubuntu-20.04-16-cores
-    if: github.event_name != 'workflow_dispatch' || !inputs.debug_enabled
-    steps:
-      - name: Checkout project
-        uses: actions/checkout@v3
+  # ovn:
+  #   runs-on: ubuntu-20.04-16-cores
+  #   if: github.event_name != 'workflow_dispatch' || !inputs.debug_enabled
+  #   steps:
+  #     - name: Checkout project
+  #       uses: actions/checkout@v3
 
-      - name: Install Poetry
-        run: pipx install poetry
+  #     - name: Install Poetry
+  #       run: pipx install poetry
 
-      - name: Setup Python
-        uses: actions/setup-python@v4
-        with:
-          cache: poetry
+  #     - name: Setup Python
+  #       uses: actions/setup-python@v4
+  #       with:
+  #         cache: poetry
 
-      - name: Install dependencies
-        run: poetry install --no-interaction --with dev
+  #     - name: Install dependencies
+  #       run: poetry install --no-interaction --with dev
 
-      # NOTE(mnaser): LVM commands take a long time if there are any existing
-      #               loop devices created by "snapd", so we uninstall it.
-      - name: Uninstall "snapd"
-        run: sudo apt-get purge -y snapd
+  #     # NOTE(mnaser): LVM commands take a long time if there are any existing
+  #     #               loop devices created by "snapd", so we uninstall it.
+  #     - name: Uninstall "snapd"
+  #       run: sudo apt-get purge -y snapd
 
-      - name: Turn off swap
-        run: sudo swapoff -a
+  #     - name: Turn off swap
+  #       run: sudo swapoff -a
 
-      - name: Run Molecule
-        run: poetry run molecule test -s ceph
-        env:
-          OVN_ENABLED: true
+  #     - name: Run Molecule
+  #       run: poetry run molecule test -s ceph
+  #       env:
+  #         OVN_ENABLED: true