Hello community,
here is the log from the commit of package caasp-container-manifests for
openSUSE:Factory checked in at 2018-04-13 12:52:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/caasp-container-manifests (Old)
and /work/SRC/openSUSE:Factory/.caasp-container-manifests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "caasp-container-manifests"
Fri Apr 13 12:52:12 2018 rev:5 rq:596186 version:3.0.0+git_r268_9eac836
Changes:
--------
---
/work/SRC/openSUSE:Factory/caasp-container-manifests/caasp-container-manifests.changes
2018-03-26 13:09:08.700228314 +0200
+++
/work/SRC/openSUSE:Factory/.caasp-container-manifests.new/caasp-container-manifests.changes
2018-04-13 12:52:55.424697230 +0200
@@ -1,0 +2,10 @@
+Thu Apr 12 18:05:50 UTC 2018 - [email protected]
+
+- Commit dbbfa42 by Kiall Mac Innes [email protected]
+ Pass through /etc/caasp/pillar-seeds to Velum Dashboard container
+
+ This allows for pre-seeding any pillar values specified in the above
+ directory.
+
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ caasp-container-manifests.spec ++++++
--- /var/tmp/diff_new_pack.0Dpkux/_old 2018-04-13 12:52:56.164670421 +0200
+++ /var/tmp/diff_new_pack.0Dpkux/_new 2018-04-13 12:52:56.164670421 +0200
@@ -29,7 +29,7 @@
%endif
Name: caasp-container-manifests
-Version: 3.0.0+git_r266_3eff585
+Version: 3.0.0+git_r268_9eac836
Release: 0
Summary: Manifest file templates for containers on controller node
License: Apache-2.0
++++++ master.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/caasp-container-manifests-master/manifests/public.yaml
new/caasp-container-manifests-master/manifests/public.yaml
--- old/caasp-container-manifests-master/manifests/public.yaml 2018-03-23
12:37:30.000000000 +0100
+++ new/caasp-container-manifests-master/manifests/public.yaml 2018-04-12
20:06:11.000000000 +0200
@@ -295,6 +295,9 @@
readOnly: True
- mountPath: /etc/caasp/cpi
name: caasp-cpi-configs
+ - mountPath: /etc/caasp/pillar-seeds
+ name: caasp-pillar-seeds
+ readOnly: True
args: ["bin/init"]
- name: velum-api
image: sles12/velum:__TAG__
@@ -558,3 +561,6 @@
- name: caasp-cpi-configs
hostPath:
path: /etc/caasp/cpi
+ - name: caasp-pillar-seeds
+ hostPath:
+ path: /etc/caasp/pillar-seeds