Schedule pods by nodetype 49/1749/3
authorKrisztian Lengyel <krisztian.lengyel@nokia.com>
Tue, 8 Oct 2019 13:18:01 +0000 (15:18 +0200)
committerKrisztian Lengyel <krisztian.lengyel@nokia.com>
Mon, 21 Oct 2019 14:53:03 +0000 (16:53 +0200)
Change-Id: If4b5b4e9195ad26abec8e54dc2b518b36454c380
Signed-off-by: Krisztian Lengyel <krisztian.lengyel@nokia.com>
SPECS/registry.spec
SPECS/swift.spec
ansible/roles/registry/templates/update/docker-registry-update.yml
ansible/roles/swift/templates/update/swift_update.yml

index 56a414c..0e788ef 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT registry
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 2.7.1
-%define RPM_MINOR_VERSION 10
+%define RPM_MINOR_VERSION 11
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 %define go_version 1.12.10
 
index f1d2112..20cc79b 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT swift
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 2.22.0
-%define RPM_MINOR_VERSION 3
+%define RPM_MINOR_VERSION 4
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 %define centos_build 191001
 Name:           %{RPM_NAME}
index 653b938..3df440b 100644 (file)
@@ -31,7 +31,7 @@ spec:
       priorityClassName: "system-cluster-critical"
       dnsPolicy: ClusterFirst
       nodeSelector:
-        nodename: caas_master1
+        nodetype: caas_master
       securityContext:
         runAsUser: {{ caas.uid.dockerreg }}
       containers:
index 8910bcc..1533625 100644 (file)
@@ -32,7 +32,7 @@ spec:
       hostNetwork: true
       dnsPolicy: ClusterFirstWithHostNet
       nodeSelector:
-        nodename: caas_master1
+        nodetype: caas_master
       securityContext:
         runAsUser: {{ caas.uid.swift }}
       containers: