From 3108874a6eacea42378b4a19c66fe5a591245e69 Mon Sep 17 00:00:00 2001
From: attardi <giuseppe.attardi@garr.it>
Date: Thu, 25 Jan 2018 11:14:53 +0100
Subject: [PATCH] 25-01-2018 RdL Corrected etcd binding

---
 bundle.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bundle.yaml b/bundle.yaml
index fd34814..a91d229 100644
--- a/bundle.yaml
+++ b/bundle.yaml
@@ -21,7 +21,7 @@ machines:
     constraints: "tags=kubernetes"
   "3":
     series: xenial
-    constraints: "tags=kubernetes,public-ip"
+    constraints: "tags=kubernetes-public-ip"
   "4":
     series: xenial
     constraints: "cores=4 mem=4G tags=kubernetes"
@@ -39,7 +39,7 @@ services:
     charm: cs:~csd-garr/defaultgw
     options:
       # ip route | grep default
-      gateway: 90.147.161.1
+      gateway: 90.147.161.1/25
                           
   easyrsa:
     annotations:
@@ -61,6 +61,8 @@ services:
     # charm: cs:~containers/etcd-63
     num_units: 3
     # constraints: tags=kubernetes
+    bindings:
+      "": space-os-mgmt
     to:
       - "lxd:0"
       - "lxd:1"
-- 
GitLab