diff --git a/bundle-noceph.yaml b/bundle-noceph.yaml
index 0811a44843f378f3f31b0f88abebf96595ec28d0..6192a29b74b322bb33e889bff08bf5642a52d91f 100644
--- a/bundle-noceph.yaml
+++ b/bundle-noceph.yaml
@@ -79,10 +79,23 @@ services:
     # no bindings
     options:
       cidr: 10.111.0.0/16
+      iface: bond0.1202
     annotations:
       gui-x: '450'
       gui-y: '750'
 
+  flannel-gpu:
+    charm: cs:~containers/flannel
+    # no bindings
+    options:
+      cidr: 10.111.0.0/16
+      iface: eno1.1202
+    annotations:
+      gui-x: '450'
+      gui-y: '750'
+
+
+
   kubeapi-load-balancer:
     charm: cs:~containers/kubeapi-load-balancer
     bindings:
@@ -195,7 +208,8 @@ relations:
 #  - ["canal:cni", "kubernetes-worker-gpu:cni"]
   # Flannel
   - ["flannel:etcd", "etcd:db"]
+  - ["flannel-gpu:etcd", "etcd:db"]
   - ["flannel:cni", "kubernetes-master:cni"]
   - ["flannel:cni", "kubernetes-worker:cni"]
-  - ["flannel:cni", "kubernetes-worker-gpu:cni"]
+  - ["flannel-gpu:cni", "kubernetes-worker-gpu:cni"]
   
diff --git a/bundle.yaml b/bundle.yaml
index 0811a44843f378f3f31b0f88abebf96595ec28d0..6192a29b74b322bb33e889bff08bf5642a52d91f 100644
--- a/bundle.yaml
+++ b/bundle.yaml
@@ -79,10 +79,23 @@ services:
     # no bindings
     options:
       cidr: 10.111.0.0/16
+      iface: bond0.1202
     annotations:
       gui-x: '450'
       gui-y: '750'
 
+  flannel-gpu:
+    charm: cs:~containers/flannel
+    # no bindings
+    options:
+      cidr: 10.111.0.0/16
+      iface: eno1.1202
+    annotations:
+      gui-x: '450'
+      gui-y: '750'
+
+
+
   kubeapi-load-balancer:
     charm: cs:~containers/kubeapi-load-balancer
     bindings:
@@ -195,7 +208,8 @@ relations:
 #  - ["canal:cni", "kubernetes-worker-gpu:cni"]
   # Flannel
   - ["flannel:etcd", "etcd:db"]
+  - ["flannel-gpu:etcd", "etcd:db"]
   - ["flannel:cni", "kubernetes-master:cni"]
   - ["flannel:cni", "kubernetes-worker:cni"]
-  - ["flannel:cni", "kubernetes-worker-gpu:cni"]
+  - ["flannel-gpu:cni", "kubernetes-worker-gpu:cni"]