registry + swift CN added 71/1271/1
authorBalint Varga <balint.varga@nokia.com>
Fri, 26 Jul 2019 07:41:23 +0000 (09:41 +0200)
committerBalint Varga <balint.varga@nokia.com>
Fri, 26 Jul 2019 07:41:23 +0000 (09:41 +0200)
Signed-off-by: Balint Varga <balint.varga@nokia.com>
Change-Id: Id2f5dfe7988181ade63e008e3f2de77af0ca54c1

SPECS/registry.spec
SPECS/swift.spec
ansible/roles/registry_pre_config/meta/main.yml
ansible/roles/swift/meta/main.yml

index ec321d4..e7cb5dd 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 4
+%define RPM_MINOR_VERSION 5
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 Name:           %{RPM_NAME}
 Version:        %{RPM_MAJOR_VERSION}
index 3f0edcf..b698233 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT swift
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 2.21.0
-%define RPM_MINOR_VERSION 5
+%define RPM_MINOR_VERSION 6
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 Name:           %{RPM_NAME}
 Version:        %{RPM_MAJOR_VERSION}
index 16b03ea..97313f3 100644 (file)
@@ -32,6 +32,7 @@ dependencies:
   - role: cert
     instance: "registry{{ nodeindex }}"
     cert_path: /etc/docker-registry
+    common_name: "docker-registry"
     alt_names:
       dns:
         - "{{ caas.registry_url }}"
@@ -41,6 +42,7 @@ dependencies:
   - role: cert
     instance: "update-registry"
     cert_path: /etc/docker-update-registry
+    common_name: "update-registry"
     alt_names:
       dns:
         - "{{ caas.update_registry_url }}"
index b8995b1..a0fc348 100644 (file)
@@ -33,6 +33,7 @@ dependencies:
   - role: cert
     instance: "swift{{ nodeindex }}"
     cert_path: /etc/swift/main/tls-proxy
+    common_name: "swift-main"
     alt_names:
       dns:
         - "{{ caas.swift_url }}"
@@ -44,6 +45,7 @@ dependencies:
   - role: cert
     instance: "swift-update{{ nodeindex }}"
     cert_path: /etc/swift/update/tls-proxy
+    common_name: "swift-update"
     alt_names:
       dns:
         - "{{ caas.swift_update_url }}"