From 5538cbb6d45429be98c2eb01628b37f30ea10453 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: May 28 2020 07:36:54 +0000 Subject: Update habootstrap-formula to rev 9 via SR 809529 https://build.opensuse.org/request/show/809529 by user shapbot + maxlin_factory New version of habootstrap-formula released --- diff --git a/packages/h/habootstrap-formula/.files b/packages/h/habootstrap-formula/.files index 655c182..c6c2add 100644 Binary files a/packages/h/habootstrap-formula/.files and b/packages/h/habootstrap-formula/.files differ diff --git a/packages/h/habootstrap-formula/.rev b/packages/h/habootstrap-formula/.rev index ef5232d..a9bafd7 100644 --- a/packages/h/habootstrap-formula/.rev +++ b/packages/h/habootstrap-formula/.rev @@ -85,4 +85,12 @@ 782126 + + 5b43799582b6e6b65e1c57574b65d168 + 0.3.6 + + maxlin_factory + New version of habootstrap-formula released + 809529 + diff --git a/packages/h/habootstrap-formula/habootstrap-formula-0.3.0.tar.gz b/packages/h/habootstrap-formula/habootstrap-formula-0.3.0.tar.gz deleted file mode 120000 index 47c75af..0000000 --- a/packages/h/habootstrap-formula/habootstrap-formula-0.3.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreibk6nczhsrpgbta4iahpakup4s4e4b3dntur3brm3mya2cqbywiey \ No newline at end of file diff --git a/packages/h/habootstrap-formula/habootstrap-formula-0.3.6.tar.gz b/packages/h/habootstrap-formula/habootstrap-formula-0.3.6.tar.gz new file mode 120000 index 0000000..a9d1ab7 --- /dev/null +++ b/packages/h/habootstrap-formula/habootstrap-formula-0.3.6.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreiet74dpvqz5cei34abnrxy3ssgaggiaybsstkasv56deytzqfychm \ No newline at end of file diff --git a/packages/h/habootstrap-formula/habootstrap-formula.changes b/packages/h/habootstrap-formula/habootstrap-formula.changes index ce55d62..b5e147d 100644 --- a/packages/h/habootstrap-formula/habootstrap-formula.changes +++ b/packages/h/habootstrap-formula/habootstrap-formula.changes @@ -1,4 +1,45 @@ ------------------------------------------------------------------- +Thu May 21 10:12:17 UTC 2020 - Xabier Arbulu + +- 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 + +- Version bump 0.3.5 + * Change monitoring settings + +------------------------------------------------------------------- +Fri Apr 17 08:10:24 UTC 2020 - Xabier Arbulu + +- 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 + +- 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 + +- Version bump 0.3.2 + * Add new option to configure corosync configuration file + +------------------------------------------------------------------- +Tue Mar 3 09:51:10 UTC 2020 - Xabier Arbulu + +- Version bump 0.3.1 + * Add the required packages to use gcp specific agents + (bsc#1161898, bsc#1160933) + +------------------------------------------------------------------- Mon Feb 3 08:58:55 UTC 2020 - Xabier Arbulu - Version bump 0.3.0 diff --git a/packages/h/habootstrap-formula/habootstrap-formula.spec b/packages/h/habootstrap-formula/habootstrap-formula.spec index 4cee519..d800044 100644 --- a/packages/h/habootstrap-formula/habootstrap-formula.spec +++ b/packages/h/habootstrap-formula/habootstrap-formula.spec @@ -17,11 +17,9 @@ # See also http://en.opensuse.org/openSUSE:Specfile_guidelines -%define fname cluster -%define fdir %{_datadir}/salt-formulas Name: habootstrap-formula -Version: 0.3.0 +Version: 0.3.6 Group: System/Packages Release: 0 Summary: HA cluster (crmsh) deployment salt formula @@ -34,6 +32,10 @@ BuildArch: noarch 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 @@ or via SUSE Manager formulas with forms, available on SUSE Manager 4.0. 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 @@ fi %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