Fix use of ips; needed to be in cni section of args
authorMichael C Cambria <mcc@node.halfball.org>
Thu, 31 Aug 2017 16:17:58 +0000 (16:17 +0000)
committerMichael C Cambria <mcc@node.halfball.org>
Thu, 31 Aug 2017 16:17:58 +0000 (16:17 +0000)
mesos-test.conf

index a2ccae6..23e77f2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "mesos-test",
-  "cniVersion": "0.3.1",
+  "cniVersion": "0.3.0",
       "type": "bridge",
       "bridge": "mynet",
       "ipMasq": true,
@@ -24,7 +24,9 @@
           }
         }
       },
-"ips": ["10.244.10.23"]
+      "cni" : {
+       "ips": ["10.244.10.19"]
+      }
     },
       "ipam": {
        "type": "host-local",