commit habootstrap-formula for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package habootstrap-formula for openSUSE:Factory checked in at 2021-06-29 22:43:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old) and /work/SRC/openSUSE:Factory/.habootstrap-formula.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "habootstrap-formula" Tue Jun 29 22:43:20 2021 rev:24 rq:902934 version:0.4.3+git.1624949151.2d42096 Changes: -------- --- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes 2021-06-11 22:31:28.234213023 +0200 +++ /work/SRC/openSUSE:Factory/.habootstrap-formula.new.2625/habootstrap-formula.changes 2021-06-29 22:43:58.234929931 +0200 @@ -1,0 +2,6 @@ +Mon Jun 28 17:24:06 UTC 2021 - Eike Waldt <waldt@b1-systems.de> + +- Version bump 0.4.3 + * Add packages to enable native fencing for microsoft-azure + +------------------------------------------------------------------- Old: ---- habootstrap-formula-0.4.2+git.1623406073.ac4a6b1.tar.gz New: ---- habootstrap-formula-0.4.3+git.1624949151.2d42096.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ habootstrap-formula.spec ++++++ --- /var/tmp/diff_new_pack.uWc8uy/_old 2021-06-29 22:43:58.602930417 +0200 +++ /var/tmp/diff_new_pack.uWc8uy/_new 2021-06-29 22:43:58.606930422 +0200 @@ -20,7 +20,7 @@ Name: habootstrap-formula Group: System/Packages -Version: 0.4.2+git.1623406073.ac4a6b1 +Version: 0.4.3+git.1624949151.2d42096 Release: 0 Summary: HA cluster (crmsh) deployment salt formula ++++++ _service ++++++ --- /var/tmp/diff_new_pack.uWc8uy/_old 2021-06-29 22:43:58.630930453 +0200 +++ /var/tmp/diff_new_pack.uWc8uy/_new 2021-06-29 22:43:58.634930459 +0200 @@ -4,8 +4,8 @@ <param name="scm">git</param> <param name="exclude">.git</param> <param name="filename">habootstrap-formula</param> - <param name="versionformat">0.4.2+git.%ct.%h</param> - <param name="revision">ac4a6b14ba0965bc289b665d9df7ea6d85bb18b7</param> + <param name="versionformat">0.4.3+git.%ct.%h</param> + <param name="revision">2d4209669b64c0943029ff9c2c5e7f85e014d8c9</param> </service> <service name="recompress" mode="disabled"> ++++++ habootstrap-formula-0.4.2+git.1623406073.ac4a6b1.tar.gz -> habootstrap-formula-0.4.3+git.1624949151.2d42096.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/habootstrap-formula-0.4.2+git.1623406073.ac4a6b1/_service new/habootstrap-formula-0.4.3+git.1624949151.2d42096/_service --- old/habootstrap-formula-0.4.2+git.1623406073.ac4a6b1/_service 2021-06-11 12:07:53.000000000 +0200 +++ new/habootstrap-formula-0.4.3+git.1624949151.2d42096/_service 2021-06-29 08:45:51.000000000 +0200 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="exclude">.git</param> <param name="filename">habootstrap-formula</param> - <param name="versionformat">0.4.2+git.%ct.%h</param> + <param name="versionformat">0.4.3+git.%ct.%h</param> <param name="revision">%%VERSION%%</param> </service> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/habootstrap-formula-0.4.2+git.1623406073.ac4a6b1/cluster/packages.sls new/habootstrap-formula-0.4.3+git.1624949151.2d42096/cluster/packages.sls --- old/habootstrap-formula-0.4.2+git.1623406073.ac4a6b1/cluster/packages.sls 2021-06-11 12:07:53.000000000 +0200 +++ new/habootstrap-formula-0.4.3+git.1624949151.2d42096/cluster/packages.sls 2021-06-29 08:45:51.000000000 +0200 @@ -6,6 +6,7 @@ {% if grains['os_family'] == 'Suse' %} {% set pattern_available = salt['cmd.retcode']('zypper search patterns-ha-ha_sles') %} {% endif %} +{%- set python_version = 'python' if grains['pythonversion'][0] == 2 else 'python3' %} {% if pattern_available == 0 %} # refresh is disabled to avoid errors during the call @@ -61,8 +62,14 @@ interval: 15 - pkgs: - socat + # needed for azure fence agent + - {{ python_version }}-azure-mgmt-compute + - {{ python_version }}-azure-mgmt-resource + # needed for newer azure API + {% if python_version == 'python3' %} + - {{ python_version }}-azure-identity + {% endif %} -{%- set python_version = 'python' if grains['pythonversion'][0] == 2 else 'python3' %} install_additional_packages_gcp: pkg.installed: - onlyif: cat /etc/salt/grains | grep "cloud_provider:.*google-cloud-platform" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/habootstrap-formula-0.4.2+git.1623406073.ac4a6b1/habootstrap-formula.changes new/habootstrap-formula-0.4.3+git.1624949151.2d42096/habootstrap-formula.changes --- old/habootstrap-formula-0.4.2+git.1623406073.ac4a6b1/habootstrap-formula.changes 2021-06-11 12:07:53.000000000 +0200 +++ new/habootstrap-formula-0.4.3+git.1624949151.2d42096/habootstrap-formula.changes 2021-06-29 08:45:51.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Jun 28 17:24:06 UTC 2021 - Eike Waldt <waldt@b1-systems.de> + +- Version bump 0.4.3 + * Add packages to enable native fencing for microsoft-azure + +------------------------------------------------------------------- Thu Mar 11 15:03:24 UTC 2021 - C��dric Bosdonnat <cbosdonnat@suse.com> - Version bump 0.4.2
participants (1)
-
Source-Sync