Merge "Remove DANM TenantConfig creation"
authorLevente Kálé <levente.kale@nokia.com>
Tue, 1 Oct 2019 15:27:29 +0000 (15:27 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Tue, 1 Oct 2019 15:27:29 +0000 (15:27 +0000)
SPECS/caas-flannel.spec
ansible/roles/flannel/templates/flannel-cm.yaml
ansible/roles/flannel/templates/flannel-ds.yaml

index 12ca7f0..31273c2 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT flannel
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 0.11.0
-%define RPM_MINOR_VERSION 6
+%define RPM_MINOR_VERSION 8
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 
 Name:           %{RPM_NAME}
index 840d093..367af85 100644 (file)
@@ -25,7 +25,7 @@ metadata:
 data:
   net-conf.json: |
     {
-      "Network": "10.244.0.0/16",
+      "Network": "{{ caas.oam_cidr }}",
       "Backend": {
         "Type": "vxlan"
       }
index eb0c571..e50f855 100644 (file)
@@ -39,7 +39,7 @@ spec:
      #securityContext:
      #     runAsUser: {{ caas.uid.flannel }}
       tolerations:
-      - key: node-role.kubernetes.io/master
+      - key: node.kubernetes.io/master
         operator: Exists
         effect: NoSchedule
       containers: