remove swift_admin_pass from dockerreg 23/1223/3
authorbborbely <botond.borbely@nokia.com>
Fri, 19 Jul 2019 10:44:19 +0000 (12:44 +0200)
committerbborbely <botond.borbely@nokia.com>
Fri, 19 Jul 2019 11:19:11 +0000 (13:19 +0200)
Change-Id: I522429baf4606a9892b7dc28d4bb61e19ec16b15
Signed-off-by: bborbely <botond.borbely@nokia.com>
SPECS/registry.spec
ansible/roles/registry/templates/main/dockerreg.yml
ansible/roles/registry/templates/update/dockerreg.yml

index 080608b..ec321d4 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 3
+%define RPM_MINOR_VERSION 4
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 Name:           %{RPM_NAME}
 Version:        %{RPM_MAJOR_VERSION}
index 7baab71..364d295 100644 (file)
@@ -22,7 +22,7 @@ storage:
     enabled: true
   swift:
     username: admin:admin
-    password: {{ swift_admin_pass }}
+    password: {{ caas.swift_credential.password }}
     authurl: {{ caas.swift }}/auth/v1.0
     container: dockerregistry
 http:
index e81efea..73dfae2 100644 (file)
@@ -22,7 +22,7 @@ storage:
     enabled: true
   swift:
     username: admin:admin
-    password: {{ swift_admin_pass }}
+    password: {{ caas.swift_credential.password }}
     authurl: {{ caas.swift_update }}/auth/v1.0
     container: dockerregistry
 http: