Hello community,
here is the log from the commit of package habootstrap-formula for
openSUSE:Leap:15.2 checked in at 2020-06-06 15:48:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/habootstrap-formula (Old)
and /work/SRC/openSUSE:Leap:15.2/.habootstrap-formula.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "habootstrap-formula"
Sat Jun 6 15:48:14 2020 rev:3 rq:811971 version:0.3.7+git.1591284136.61a57d8
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/habootstrap-formula/habootstrap-formula.changes
2020-05-28 20:11:18.479204707 +0200
+++
/work/SRC/openSUSE:Leap:15.2/.habootstrap-formula.new.3606/habootstrap-formula.changes
2020-06-06 15:48:14.884009270 +0200
@@ -1,0 +2,49 @@
+Thu Jun 4 08:56:32 UTC 2020 - Xabier Arbulu <[email protected]>
+
+- Version bump 0.3.7
+ * Make diskless sbd and using disks self exclusive (bsc#1172432)
+
+ (jsc#ECO-1965, jsc#SLE-4047)
+
+-------------------------------------------------------------------
+Thu May 21 10:12:17 UTC 2020 - Xabier Arbulu <[email protected]>
+
+- Version bump 0.3.6
+ * Add the option to configure the cluster properties and defaults
+ * Add the option to configure the sbd resource parameters
+ (bsc#1170702)
+
+-------------------------------------------------------------------
+Fri May 15 07:25:49 UTC 2020 - Stefano Torresi <[email protected]>
+
+- Version bump 0.3.5
+ * Change monitoring settings
+
+-------------------------------------------------------------------
+Fri Apr 17 08:10:24 UTC 2020 - Xabier Arbulu <[email protected]>
+
+- Version bump 0.3.4
+ * Autodetect GCP instance name and add it to the grains file
+ * Install the correct packages for the GCP resources
+ (bsc#1161898, bsc#1160933)
+
+-------------------------------------------------------------------
+Fri Mar 27 11:13:04 UTC 2020 - Xabier Arbulu <[email protected]>
+
+- Version bump 0.3.3
+ * Autodetect GCP instance id and add it to the grains file
+
+-------------------------------------------------------------------
+ Thu Mar 5 10:29:22 UTC 2020 - Xabier Arbulu <[email protected]>
+
+- Version bump 0.3.2
+ * Add new option to configure corosync configuration file
+
+-------------------------------------------------------------------
+Tue Mar 3 09:51:10 UTC 2020 - Xabier Arbulu <[email protected]>
+
+- Version bump 0.3.1
+ * Add the required packages to use gcp specific agents
+ (bsc#1161898, bsc#1160933)
+
+-------------------------------------------------------------------
Old:
----
habootstrap-formula-0.3.0.tar.gz
New:
----
_service
habootstrap-formula-0.3.7+git.1591284136.61a57d8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ habootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.PaFxKz/_old 2020-06-06 15:48:15.296010729 +0200
+++ /var/tmp/diff_new_pack.PaFxKz/_new 2020-06-06 15:48:15.296010729 +0200
@@ -17,12 +17,10 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
-%define fname cluster
-%define fdir %{_datadir}/salt-formulas
Name: habootstrap-formula
-Version: 0.3.0
Group: System/Packages
+Version: 0.3.7+git.1591284136.61a57d8
Release: 0
Summary: HA cluster (crmsh) deployment salt formula
@@ -34,6 +32,10 @@
Requires: salt-shaptools
Requires: salt-formulas-configuration
+%define fname cluster
+%define fdir %{_datadir}/salt-formulas
+%define ftemplates templates
+
%description
HA cluster salt deployment formula. This formula is capable to perform
the HA cluster bootstrap actions (init, join, remove) using standalone salt
@@ -49,6 +51,7 @@
mkdir -p %{buildroot}%{fdir}/states/%{fname}
mkdir -p %{buildroot}%{fdir}/metadata/%{fname}
cp -R %{fname} %{buildroot}%{fdir}/states
+cp -R %{ftemplates} %{buildroot}%{fdir}/states/%{fname}
cp -R form.yml %{buildroot}%{fdir}/metadata/%{fname}
if [ -f metadata.yml ]
then
@@ -70,6 +73,7 @@
%dir %attr(0755, root, salt) %{fdir}/metadata
%attr(0755, root, salt) %{fdir}/states/%{fname}
+%attr(0755, root, salt) %{fdir}/states/%{fname}/%{ftemplates}
%attr(0755, root, salt) %{fdir}/metadata/%{fname}
%changelog
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/SUSE/habootstrap-formula.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">habootstrap-formula</param>
<param name="versionformat">0.3.7+git.%ct.%h</param>
<param name="revision">61a57d858f0a5b7e96526491aaf462040b0625f7</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">habootstrap-formula</param>
</service>
</services>