Update DANM 68/1468/2
authorKrisztian Lengyel <krisztian.lengyel@nokia.com>
Mon, 26 Aug 2019 14:02:42 +0000 (16:02 +0200)
committerKrisztian Lengyel <krisztian.lengyel@nokia.com>
Mon, 26 Aug 2019 14:23:03 +0000 (16:23 +0200)
Update DANM to hash 5e15d4e322fc5ff89b06ac70bd83b5ce4c09d0df

Change-Id: I6c40a8ad6021e672077e0d931b6a4e3ded6c4785
Signed-off-by: Krisztian Lengyel <krisztian.lengyel@nokia.com>
SPECS/caas-danm.spec
SPECS/caas-hyperdanm.spec
cni-config/00-danm.conf
cni-config/flannel.conf

index b0a5560..5655a68 100644 (file)
@@ -15,9 +15,9 @@
 %define COMPONENT danm
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 4.0.0
-%define RPM_MINOR_VERSION 2
-%define DANM_VERSION v%{RPM_MAJOR_VERSION}
-%define CNI_VERSION 0.7.0
+%define RPM_MINOR_VERSION 3
+%define DANM_VERSION 5e15d4e322fc5ff89b06ac70bd83b5ce4c09d0df
+%define CNI_VERSION 0.8.1
 %define go_version 1.12.1
 %define SRIOV_VERSION 9e4c973b2ac517c64867e33d61aee152d70dc330
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
@@ -52,7 +52,7 @@ This RPM contains the DANM and related CNI binaries for CaaS subsystem.
 
 %build
 mkdir -p %{binary_build_dir}/cni
-curl -fsSL -k https://github.com/containernetworking/plugins/releases/download/v%{CNI_VERSION}/cni-plugins-amd64-v%{CNI_VERSION}.tgz  | tar zx --strip-components=1 -C %{binary_build_dir}/cni
+curl -fsSL -k https://github.com/containernetworking/plugins/releases/download/v%{CNI_VERSION}/cni-plugins-linux-amd64-v%{CNI_VERSION}.tgz  | tar zx --strip-components=1 -C %{binary_build_dir}/cni
 
 # Build DANM binaries
 docker build \
index 91d02a0..cd5dfc8 100644 (file)
@@ -15,8 +15,8 @@
 %define COMPONENT hyperdanm
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 4.0.0
-%define RPM_MINOR_VERSION 0
-%define DANM_VERSION v%{RPM_MAJOR_VERSION}
+%define RPM_MINOR_VERSION 1
+%define DANM_VERSION 5e15d4e322fc5ff89b06ac70bd83b5ce4c09d0df
 %define go_version 1.12.1
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 %define danm_components netwatcher svcwatcher webhook
index 79c18d0..be94e8f 100644 (file)
@@ -1,6 +1,7 @@
 {
   "name": "meta_cni",
   "type": "danm",
+  "cniVersion": "0.3.1",
   "kubeconfig": "/etc/kubernetes/kubeconfig/danmc.yml",
   "cniDir": "/etc/cni/net.d"
 }
index 1e842d3..8109a62 100644 (file)
@@ -1,8 +1,9 @@
 {
   "name": "cbr0",
   "type": "flannel",
+  "cniVersion": "0.3.1",
   "delegate": {
     "hairpinMode": true,
     "isDefaultGateway": true
   }
-}
\ No newline at end of file
+}