Schedule pods by nodetype 50/1750/2
authorKrisztian Lengyel <krisztian.lengyel@nokia.com>
Tue, 8 Oct 2019 13:19:20 +0000 (15:19 +0200)
committerKrisztian Lengyel <krisztian.lengyel@nokia.com>
Mon, 21 Oct 2019 14:50:42 +0000 (16:50 +0200)
Change-Id: If549047e55a7eb4108a4167b173d68a766ce42e9
Signed-off-by: Krisztian Lengyel <krisztian.lengyel@nokia.com>
SPECS/caas-chartrepo.spec
SPECS/caas-helm.spec
ansible/roles/chart_repo/templates/chart-repo.yml
ansible/roles/helm/templates/tiller.yml

index 9bc2b66..d021788 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT chartrepo
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 1.0.0
-%define RPM_MINOR_VERSION 11
+%define RPM_MINOR_VERSION 12
 %define go_version 1.12.10
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 %define docker_build_dir %{_builddir}/%{RPM_NAME}-%{RPM_MAJOR_VERSION}/docker-build
index b68aa28..6cd384f 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT helm
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 2.14.3
-%define RPM_MINOR_VERSION 4
+%define RPM_MINOR_VERSION 5
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 %define go_version 1.12.10
 %define binary_build_dir %{_builddir}/%{RPM_NAME}-%{RPM_MAJOR_VERSION}/binary-save
index cef7bbd..580adb2 100644 (file)
@@ -32,7 +32,7 @@ spec:
       priorityClassName: "system-cluster-critical"
       dnsPolicy: ClusterFirst
       nodeSelector:
-        nodename: caas_master1
+        nodetype: caas_master
       securityContext:
         runAsUser: {{ caas.uid.chartrepo }}
       containers:
index 3f914c9..5762d81 100644 (file)
@@ -32,7 +32,7 @@ spec:
       priorityClassName: "system-cluster-critical"
       dnsPolicy: ClusterFirst
       nodeSelector:
-        nodename: caas_master1
+        nodetype: caas_master
       securityContext:
         runAsUser: {{ caas.uid.kube }}
       containers: