commit habootstrap-formula for openSUSE:Factory

2020-10-16 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2020-10-16 16:16:01

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.3486 (New)


Package is "habootstrap-formula"

Fri Oct 16 16:16:01 2020 rev:17 rq:842051 version:0.3.11+git.1602831614.0f63599

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2020-10-14 15:40:51.830397428 +0200
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.3486/habootstrap-formula.changes
2020-10-16 16:16:42.768735473 +0200
@@ -1,0 +2,6 @@
+Thu Oct 15 21:33:58 UTC 2020 - Simranpal Singh 
+
+- Version bump 0.3.11
+ * Update the prevalidation logic to check for valid sbd entries (jsc#SLE-4047)
+
+---

Old:

  habootstrap-formula-0.3.10+git.1602612394.3dfa262.tar.gz

New:

  habootstrap-formula-0.3.11+git.1602831614.0f63599.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.RANqTO/_old  2020-10-16 16:16:43.736735769 +0200
+++ /var/tmp/diff_new_pack.RANqTO/_new  2020-10-16 16:16:43.740735771 +0200
@@ -20,7 +20,7 @@
 
 Name:   habootstrap-formula
 Group:  System/Packages
-Version:0.3.10+git.1602612394.3dfa262
+Version:0.3.11+git.1602831614.0f63599
 Release:0
 Summary:HA cluster (crmsh) deployment salt formula
 

++ _service ++
--- /var/tmp/diff_new_pack.RANqTO/_old  2020-10-16 16:16:43.768735779 +0200
+++ /var/tmp/diff_new_pack.RANqTO/_new  2020-10-16 16:16:43.772735781 +0200
@@ -4,8 +4,8 @@
 git
 .git
 habootstrap-formula
-0.3.10+git.%ct.%h
-3dfa26232ae11519c7e325e102b9a8b30483940d
+0.3.11+git.%ct.%h
+0f63599fd2548b24e3cbba7d0a18d442d3000f8c
   
 
   

++ habootstrap-formula-0.3.10+git.1602612394.3dfa262.tar.gz -> 
habootstrap-formula-0.3.11+git.1602831614.0f63599.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.10+git.1602612394.3dfa262/_service 
new/habootstrap-formula-0.3.11+git.1602831614.0f63599/_service
--- old/habootstrap-formula-0.3.10+git.1602612394.3dfa262/_service  
2020-10-13 20:06:34.0 +0200
+++ new/habootstrap-formula-0.3.11+git.1602831614.0f63599/_service  
2020-10-16 09:00:14.0 +0200
@@ -4,7 +4,7 @@
 git
 .git
 habootstrap-formula
-0.3.10+git.%ct.%h
+0.3.11+git.%ct.%h
 %%VERSION%%
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.10+git.1602612394.3dfa262/cluster/pre_validation.sls
 
new/habootstrap-formula-0.3.11+git.1602831614.0f63599/cluster/pre_validation.sls
--- 
old/habootstrap-formula-0.3.10+git.1602612394.3dfa262/cluster/pre_validation.sls
2020-10-13 20:06:34.0 +0200
+++ 
new/habootstrap-formula-0.3.11+git.1602831614.0f63599/cluster/pre_validation.sls
2020-10-16 09:00:14.0 +0200
@@ -15,13 +15,11 @@
   {% endif %}
 {% endif %}
 
-{% if cluster.sbd_checkbox is defined %}
-{% if cluster.sbd.diskless_checkbox is defined and 
cluster.sbd.diskless_checkbox is sameas true %}
-{% do cluster.sbd.update({'device': false}) %}
-{% endif %}
-{% endif %}
-
-
-{% if cluster.sbd.configure_sbd_checkbox is not defined or 
cluster.sbd.configure_sbd_checkbox is sameas false %}
-{% do cluster.sbd.pop('configure_resource', none) %}
+{% if cluster.sbd is defined and cluster.sbd_checkbox is defined %}
+  {% if cluster.sbd.diskless_checkbox is defined and 
cluster.sbd.diskless_checkbox is sameas true %}
+{% do cluster.sbd.update({'device': false}) %}
+  {% endif %}
+  {% if cluster.sbd.configure_sbd_checkbox is defined and 
cluster.sbd.configure_sbd_checkbox is sameas false %}
+{% do cluster.sbd.pop('configure_resource', none) %}
+  {% endif %}
 {% endif %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.10+git.1602612394.3dfa262/habootstrap-formula.changes
 
new/habootstrap-formula-0.3.11+git.1602831614.0f63599/habootstrap-formula.changes
--- 
old/habootstrap-formula-0.3.10+git.1602612394.3dfa262/habootstrap-formula.changes
   2020-10-13 20:06:34.0 +0200
+++ 
new/habootstrap-formula-0.3.11+git.1602831614.0f63599/habootstrap-formula.changes
   2020-10-16 09:00:14.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Oct 15 21:33:58 UTC 2020 - Simranpal Singh 
+
+- Version bump 0.3.11
+ * Update the prevalidation logic to check for valid sbd entries (jsc#SLE-4047)
+

commit habootstrap-formula for openSUSE:Factory

2020-10-14 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2020-10-14 15:40:07

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.3486 (New)


Package is "habootstrap-formula"

Wed Oct 14 15:40:07 2020 rev:16 rq:841620 version:0.3.10+git.1602612394.3dfa262

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2020-10-06 17:11:13.189532955 +0200
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.3486/habootstrap-formula.changes
2020-10-14 15:40:51.830397428 +0200
@@ -1,0 +2,6 @@
+Thu Oct  8 20:47:37 UTC 2020 - Dario Maiocchi 
+
+- Version bump 0.3.10
+ * Improve Formula with form description (jsc#SLE-4047)
+
+---

Old:

  habootstrap-formula-0.3.9+git.1601909969.6702e47.tar.gz

New:

  habootstrap-formula-0.3.10+git.1602612394.3dfa262.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.izcCux/_old  2020-10-14 15:40:52.750397750 +0200
+++ /var/tmp/diff_new_pack.izcCux/_new  2020-10-14 15:40:52.754397751 +0200
@@ -20,7 +20,7 @@
 
 Name:   habootstrap-formula
 Group:  System/Packages
-Version:0.3.9+git.1601909969.6702e47
+Version:0.3.10+git.1602612394.3dfa262
 Release:0
 Summary:HA cluster (crmsh) deployment salt formula
 

++ _service ++
--- /var/tmp/diff_new_pack.izcCux/_old  2020-10-14 15:40:52.798397766 +0200
+++ /var/tmp/diff_new_pack.izcCux/_new  2020-10-14 15:40:52.798397766 +0200
@@ -4,8 +4,8 @@
 git
 .git
 habootstrap-formula
-0.3.9+git.%ct.%h
-6702e4729ddfc6282536421fa624b09c4627eab1
+0.3.10+git.%ct.%h
+3dfa26232ae11519c7e325e102b9a8b30483940d
   
 
   

++ habootstrap-formula-0.3.9+git.1601909969.6702e47.tar.gz -> 
habootstrap-formula-0.3.10+git.1602612394.3dfa262.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.9+git.1601909969.6702e47/Gemfile 
new/habootstrap-formula-0.3.10+git.1602612394.3dfa262/Gemfile
--- old/habootstrap-formula-0.3.9+git.1601909969.6702e47/Gemfile
2020-10-05 16:59:29.0 +0200
+++ new/habootstrap-formula-0.3.10+git.1602612394.3dfa262/Gemfile   
1970-01-01 01:00:00.0 +0100
@@ -1,6 +0,0 @@
-source "https://rubygems.org;
-
-gem "test-kitchen"
-gem "kitchen-docker"
-gem "kitchen-salt"
-gem "kitchen-inspec"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.9+git.1601909969.6702e47/Vagrantfile 
new/habootstrap-formula-0.3.10+git.1602612394.3dfa262/Vagrantfile
--- old/habootstrap-formula-0.3.9+git.1601909969.6702e47/Vagrantfile
2020-10-05 16:59:29.0 +0200
+++ new/habootstrap-formula-0.3.10+git.1602612394.3dfa262/Vagrantfile   
1970-01-01 01:00:00.0 +0100
@@ -1,118 +0,0 @@
-# -*- mode: ruby -*-
-# vi: set ft=ruby :
-
-# NET_IP is used as the base private network
-# between the cluster nodes. To avoid collisions
-# with any other networks you have configured,
-# you can modify this. However, it will also be
-# necessary to update the salt configuration in
-# test/ which hard-codes the IP addresses of the
-# nodes.
-NET_IP = "10.13.38"
-
-# Master node configuration
-def configure_master(master_config, idx, roles, memory, cpus)
-  master_config.vm.network :private_network, ip: "#{NET_IP}.#{10 + idx}"
-  master_config.vm.provider :libvirt do |provider, override|
-provider.memory = memory
-provider.cpus = cpus
-provider.graphics_port = 9200 + idx
-  end
-
-  master_config.vm.synced_folder "./test/salt", "/srv/salt", type: 'rsync'
-  master_config.vm.synced_folder "./test/pillar", "/srv/pillar", type: 'rsync'
-  master_config.vm.synced_folder "./cluster", "/srv/salt/cluster", type: 
'rsync'
-
-  # salt-master must be installed this way, as install_master option does not 
work properly for thi distro
-  master_config.vm.provision "shell", inline: "zypper --non-interactive 
--gpg-auto-import-keys ref"
-  master_config.vm.provision "shell", inline: "zypper --gpg-auto-import-keys 
in -y --force-resolution -l salt-master; exit 0"
-
-  master_config.vm.provision :salt do |salt|
-salt.master_config = "test/config/etc/master"
-salt.master_key = "test/config/sshkeys/vagrant"
-salt.master_pub = "test/config/sshkeys/vagrant.pub"
-# Add cluster nodes ssh public keys
-salt.seed_master = {
-"node1" => "test/config/sshkeys/vagrant.pub",
-"node2" => "test/config/sshkeys/vagrant.pub",
-

commit habootstrap-formula for openSUSE:Factory

2020-10-06 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2020-10-06 17:09:30

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.4249 (New)


Package is "habootstrap-formula"

Tue Oct  6 17:09:30 2020 rev:15 rq:839608 version:0.3.9+git.1601909969.6702e47

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2020-09-22 21:13:36.284056623 +0200
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.4249/habootstrap-formula.changes
2020-10-06 17:11:13.189532955 +0200
@@ -1,0 +2,5 @@
+Mon Oct  5 14:12:01 UTC 2020 - Simranpal Singh 
+
+- Update the SUMA form.yml file and prevalidation state with latest changes in 
project
+
+---

Old:

  habootstrap-formula-0.3.9+git.1600700065.14360cc.tar.gz

New:

  habootstrap-formula-0.3.9+git.1601909969.6702e47.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.8GdS0F/_old  2020-10-06 17:11:13.893533563 +0200
+++ /var/tmp/diff_new_pack.8GdS0F/_new  2020-10-06 17:11:13.897533567 +0200
@@ -20,7 +20,7 @@
 
 Name:   habootstrap-formula
 Group:  System/Packages
-Version:0.3.9+git.1600700065.14360cc
+Version:0.3.9+git.1601909969.6702e47
 Release:0
 Summary:HA cluster (crmsh) deployment salt formula
 

++ _service ++
--- /var/tmp/diff_new_pack.8GdS0F/_old  2020-10-06 17:11:13.925533590 +0200
+++ /var/tmp/diff_new_pack.8GdS0F/_new  2020-10-06 17:11:13.925533590 +0200
@@ -5,7 +5,7 @@
 .git
 habootstrap-formula
 0.3.9+git.%ct.%h
-14360cc4e27684f3f2928da35a61ce7ba2781ea7
+6702e4729ddfc6282536421fa624b09c4627eab1
   
 
   

++ habootstrap-formula-0.3.9+git.1600700065.14360cc.tar.gz -> 
habootstrap-formula-0.3.9+git.1601909969.6702e47.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.9+git.1600700065.14360cc/cluster/pre_validation.sls 
new/habootstrap-formula-0.3.9+git.1601909969.6702e47/cluster/pre_validation.sls
--- 
old/habootstrap-formula-0.3.9+git.1600700065.14360cc/cluster/pre_validation.sls 
2020-09-21 16:54:25.0 +0200
+++ 
new/habootstrap-formula-0.3.9+git.1601909969.6702e47/cluster/pre_validation.sls 
2020-10-05 16:59:29.0 +0200
@@ -15,8 +15,13 @@
   {% endif %}
 {% endif %}
 
-{# Check HA exporter #}
-{% if cluster.add_exporter is defined and cluster.add_exporter == false %}
-  {% do cluster.pop('ha_exporter') %}
+{% if cluster.sbd_checkbox is defined %}
+{% if cluster.sbd.diskless_checkbox is defined and 
cluster.sbd.diskless_checkbox is sameas true %}
+{% do cluster.sbd.update({'device': false}) %}
+{% endif %}
+{% endif %}
+
+
+{% if cluster.sbd.configure_sbd_checkbox is not defined or 
cluster.sbd.configure_sbd_checkbox is sameas false %}
+{% do cluster.sbd.pop('configure_resource', none) %}
 {% endif %}
-{# Check HA exporter finish #}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.9+git.1600700065.14360cc/form.yml 
new/habootstrap-formula-0.3.9+git.1601909969.6702e47/form.yml
--- old/habootstrap-formula-0.3.9+git.1600700065.14360cc/form.yml   
2020-09-21 16:54:25.0 +0200
+++ new/habootstrap-formula-0.3.9+git.1601909969.6702e47/form.yml   
2020-10-05 16:59:29.0 +0200
@@ -15,29 +15,51 @@
 
   init:
 $name: First node
-$help: Minion which creates the cluster
 $optional: false
+$help: Node which creates the cluster
 
   unicast:
 $type: boolean
 $default: false
+$help: Use UDP instead of multicast
 
   interface:
 $type: text
-$default: wlan0
+$default: eth0
 $optional: true
+$help: Network interface to use for cluster communication
+
+  wait_for_initialization:
+$type: number
+$default: 20
+$optional: true
+$help: Time in seconds between hawk service is available in the first node 
and join command is executed
+
+  join_timeout:
+$type: number
+$default: 60
+$optional: true
+$help: Timeout in seconds to join to the cluster
 
   admin_ip:
 $type: text
 $optional: true
+$help: Configure a virtual IP resource in cluster
 
   ntp:
 $type: text
 $placeholder: pool.ntp.org
 $optional: true
+$help: ntp server address
 
+  watchdog_checkbox:
+$name: Configure watchdog
+$type: boolean
+$optional: true
+$default: false
   watchdog:
 $name: Watchdog configuration
+$visibleIf: .watchdog_checkbox == true
 $optional: true
 $type: group
 

commit habootstrap-formula for openSUSE:Factory

2020-09-22 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2020-09-22 21:12:58

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.4249 (New)


Package is "habootstrap-formula"

Tue Sep 22 21:12:58 2020 rev:14 rq:835849 version:0.3.9+git.1600700065.14360cc

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2020-09-16 19:38:02.606711732 +0200
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.4249/habootstrap-formula.changes
2020-09-22 21:13:36.284056623 +0200
@@ -4 +4,2 @@
-- Add lock mechanism to the cluster join process to avoid issues
+- Version bump 0.3.9
+  * Add lock mechanism to the cluster join process to avoid issues
@@ -5,0 +7 @@
+  (jsc#SLE-4047)

Old:

  habootstrap-formula-0.3.8+git.1600211526.98835ed.tar.gz

New:

  habootstrap-formula-0.3.9+git.1600700065.14360cc.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.esKDJh/_old  2020-09-22 21:13:38.188058289 +0200
+++ /var/tmp/diff_new_pack.esKDJh/_new  2020-09-22 21:13:38.188058289 +0200
@@ -20,7 +20,7 @@
 
 Name:   habootstrap-formula
 Group:  System/Packages
-Version:0.3.8+git.1600211526.98835ed
+Version:0.3.9+git.1600700065.14360cc
 Release:0
 Summary:HA cluster (crmsh) deployment salt formula
 

++ _service ++
--- /var/tmp/diff_new_pack.esKDJh/_old  2020-09-22 21:13:38.216058314 +0200
+++ /var/tmp/diff_new_pack.esKDJh/_new  2020-09-22 21:13:38.216058314 +0200
@@ -4,8 +4,8 @@
 git
 .git
 habootstrap-formula
-0.3.8+git.%ct.%h
-98835edb190a11c5908d8c50a2eb31a0698bd5c5
+0.3.9+git.%ct.%h
+14360cc4e27684f3f2928da35a61ce7ba2781ea7
   
 
   

++ habootstrap-formula-0.3.8+git.1600211526.98835ed.tar.gz -> 
habootstrap-formula-0.3.9+git.1600700065.14360cc.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.8+git.1600211526.98835ed/_service 
new/habootstrap-formula-0.3.9+git.1600700065.14360cc/_service
--- old/habootstrap-formula-0.3.8+git.1600211526.98835ed/_service   
2020-09-16 01:12:06.0 +0200
+++ new/habootstrap-formula-0.3.9+git.1600700065.14360cc/_service   
2020-09-21 16:54:25.0 +0200
@@ -4,7 +4,7 @@
 git
 .git
 habootstrap-formula
-0.3.8+git.%ct.%h
+0.3.9+git.%ct.%h
 %%VERSION%%
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.8+git.1600211526.98835ed/habootstrap-formula.changes
 
new/habootstrap-formula-0.3.9+git.1600700065.14360cc/habootstrap-formula.changes
--- 
old/habootstrap-formula-0.3.8+git.1600211526.98835ed/habootstrap-formula.changes
2020-09-16 01:12:06.0 +0200
+++ 
new/habootstrap-formula-0.3.9+git.1600700065.14360cc/habootstrap-formula.changes
2020-09-21 16:54:25.0 +0200
@@ -1,8 +1,10 @@
 ---
 Thu Sep  3 06:37:50 UTC 2020 - Xabier Arbulu 
 
-- Add lock mechanism to the cluster join process to avoid issues
+- Version bump 0.3.9
+  * Add lock mechanism to the cluster join process to avoid issues
   when multiple nodes are joining in parallel 
+  (jsc#SLE-4047)
 
 ---
 Thu Aug 20 00:56:44 UTC 2020 - Simranpal Singh 




commit habootstrap-formula for openSUSE:Factory

2020-09-16 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2020-09-16 19:37:48

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.4249 (New)


Package is "habootstrap-formula"

Wed Sep 16 19:37:48 2020 rev:13 rq:834757 version:0.3.8+git.1600211526.98835ed

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2020-09-12 00:12:53.021235447 +0200
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.4249/habootstrap-formula.changes
2020-09-16 19:38:02.606711732 +0200
@@ -11,0 +12 @@
+  (bsc#1174994)

Old:

  habootstrap-formula-0.3.8+git.1599825027.ca5817c.tar.gz

New:

  habootstrap-formula-0.3.8+git.1600211526.98835ed.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.g2qLBj/_old  2020-09-16 19:38:05.670715180 +0200
+++ /var/tmp/diff_new_pack.g2qLBj/_new  2020-09-16 19:38:05.674715184 +0200
@@ -20,7 +20,7 @@
 
 Name:   habootstrap-formula
 Group:  System/Packages
-Version:0.3.8+git.1599825027.ca5817c
+Version:0.3.8+git.1600211526.98835ed
 Release:0
 Summary:HA cluster (crmsh) deployment salt formula
 
@@ -52,8 +52,7 @@
 mkdir -p %{buildroot}%{fdir}/metadata/%{fname}
 cp -R %{fname} %{buildroot}%{fdir}/states
 cp -R %{ftemplates} %{buildroot}%{fdir}/states/%{fname}
-cp pillar.example %{buildroot}%{fdir}/states/%{fname}
-cp -R form.yml %{buildroot}%{fdir}/metadata/%{fname}
+cp -R form.yml pillar.example %{buildroot}%{fdir}/metadata/%{fname}
 if [ -f metadata.yml ]
 then
   cp -R metadata.yml %{buildroot}%{fdir}/metadata/%{fname}

++ _service ++
--- /var/tmp/diff_new_pack.g2qLBj/_old  2020-09-16 19:38:05.702715215 +0200
+++ /var/tmp/diff_new_pack.g2qLBj/_new  2020-09-16 19:38:05.702715215 +0200
@@ -5,7 +5,7 @@
 .git
 habootstrap-formula
 0.3.8+git.%ct.%h
-ca5817cc644143c838dd005d2a2edf46c0f976d1
+98835edb190a11c5908d8c50a2eb31a0698bd5c5
   
 
   

++ habootstrap-formula-0.3.8+git.1599825027.ca5817c.tar.gz -> 
habootstrap-formula-0.3.8+git.1600211526.98835ed.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.8+git.1599825027.ca5817c/cluster/cloud_detection.sls
 
new/habootstrap-formula-0.3.8+git.1600211526.98835ed/cluster/cloud_detection.sls
--- 
old/habootstrap-formula-0.3.8+git.1599825027.ca5817c/cluster/cloud_detection.sls
2020-09-11 13:50:27.0 +0200
+++ 
new/habootstrap-formula-0.3.8+git.1600211526.98835ed/cluster/cloud_detection.sls
2020-09-16 01:12:06.0 +0200
@@ -1,8 +1,14 @@
-# crmsh must exist to run crm.detect_cloud
-{% do salt['pkg.install'](name='crmsh') %}
-{% do salt['grains.set']('cloud_provider', salt['crm.detect_cloud']()) %}
+install_crmsh:
+  pkg.installed:
+- name: crmsh
+- retry:
+attempts: 3
+interval: 15
 
-{% if grains['cloud_provider'] == 'google-cloud-platform' %}
-{% do salt['grains.set']('gcp_instance_id', 
salt['http.query'](url='http://metadata.google.internal/computeMetadata/v1/instance/id',
 header_dict={"Metadata-Flavor": "Google"})['body']) %}
-{% do salt['grains.set']('gcp_instance_name', 
salt['http.query'](url='http://metadata.google.internal/computeMetadata/v1/instance/name',
 header_dict={"Metadata-Flavor": "Google"})['body']) %}
-{% endif %}
+# This state will set the next grains are required by this formula and used 
configuration templates
+# All providers: cloud_provider
+# Only gcp: gcp_instance_id, gcp_instance_name
+set_cloud_data_in_grains:
+  crm.cloud_grains_present:
+- require:
+  - install_crmsh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.8+git.1599825027.ca5817c/cluster/packages.sls 
new/habootstrap-formula-0.3.8+git.1600211526.98835ed/cluster/packages.sls
--- old/habootstrap-formula-0.3.8+git.1599825027.ca5817c/cluster/packages.sls   
2020-09-11 13:50:27.0 +0200
+++ new/habootstrap-formula-0.3.8+git.1600211526.98835ed/cluster/packages.sls   
2020-09-16 01:12:06.0 +0200
@@ -26,7 +26,6 @@
 interval: 15
 - pkgs:
   - corosync
-  - crmsh
   - csync2
   - drbd
   - drbd-utils
@@ -40,18 +39,21 @@
 
 {% endif %}
 
-{% if grains['cloud_provider'] == 'microsoft-azure' %}
+# The next 2 onlyif statements can be improved when salt version 3000 is used
+# https://docs.saltstack.com/en/latest/ref/states/requisites.html#onlyif
 install_additional_packages_azure:
   pkg.installed:
+- onlyif: cat /etc/salt/grains | grep "cloud_provider:.*microsoft-azure"
 - retry:
  

commit habootstrap-formula for openSUSE:Factory

2020-09-11 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2020-09-12 00:11:58

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.4249 (New)


Package is "habootstrap-formula"

Sat Sep 12 00:11:58 2020 rev:12 rq:833770 version:0.3.8+git.1599825027.ca5817c

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2020-08-20 22:31:30.904056706 +0200
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.4249/habootstrap-formula.changes
2020-09-12 00:12:53.021235447 +0200
@@ -1,0 +2,6 @@
+Thu Sep  3 06:37:50 UTC 2020 - Xabier Arbulu 
+
+- Add lock mechanism to the cluster join process to avoid issues
+  when multiple nodes are joining in parallel 
+
+---

Old:

  habootstrap-formula-0.3.8+git.1597913606.d7bf629.tar.gz

New:

  habootstrap-formula-0.3.8+git.1599825027.ca5817c.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.4Wk55d/_old  2020-09-12 00:12:55.513237831 +0200
+++ /var/tmp/diff_new_pack.4Wk55d/_new  2020-09-12 00:12:55.517237836 +0200
@@ -20,7 +20,7 @@
 
 Name:   habootstrap-formula
 Group:  System/Packages
-Version:0.3.8+git.1597913606.d7bf629
+Version:0.3.8+git.1599825027.ca5817c
 Release:0
 Summary:HA cluster (crmsh) deployment salt formula
 

++ _service ++
--- /var/tmp/diff_new_pack.4Wk55d/_old  2020-09-12 00:12:55.545237863 +0200
+++ /var/tmp/diff_new_pack.4Wk55d/_new  2020-09-12 00:12:55.549237866 +0200
@@ -5,7 +5,7 @@
 .git
 habootstrap-formula
 0.3.8+git.%ct.%h
-d7bf6291f77adf5653a0b7acbdcda81977f6b79d
+ca5817cc644143c838dd005d2a2edf46c0f976d1
   
 
   

++ habootstrap-formula-0.3.8+git.1597913606.d7bf629.tar.gz -> 
habootstrap-formula-0.3.8+git.1599825027.ca5817c.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.8+git.1597913606.d7bf629/cluster/join.sls 
new/habootstrap-formula-0.3.8+git.1599825027.ca5817c/cluster/join.sls
--- old/habootstrap-formula-0.3.8+git.1597913606.d7bf629/cluster/join.sls   
2020-08-20 10:53:26.0 +0200
+++ new/habootstrap-formula-0.3.8+git.1599825027.ca5817c/cluster/join.sls   
2020-09-11 13:50:27.0 +0200
@@ -1,5 +1,7 @@
 {%- from "cluster/map.jinja" import cluster with context -%}
 
+{% set lock_dir = '/var/tmp/habootstrap_join.lock' %}
+
 wait-for-cluster:
   http.wait_for_successful_query:
 - name: 'https://{{ cluster.init }}:7630/monitor?0'
@@ -14,6 +16,21 @@
 - require:
   - wait-for-cluster
 
+check-ssh-connection-availability:
+  cmd.run:
+- name: ssh -o StrictHostKeyChecking=no -o EscapeChar=none -o 
ConnectTimeout=15 -T -o Batchmode=yes {{ cluster.init }} true
+- require:
+  - wait-for-total-initialization
+
+acquire-lock-cluster:
+  cmd.run:
+- name: until ssh -T root@{{ cluster.init }} -o StrictHostKeyChecking=no 
'mkdir {{ lock_dir }}';do sleep 10;done
+- timeout: {{ cluster.join_timeout }}
+- output_loglevel: quiet
+- hide_output: True
+- require:
+  - check-ssh-connection-availability
+
 join-the-cluster:
   crm.cluster_joined:
  - name: {{ cluster.init }}
@@ -26,7 +43,13 @@
  - interface: {{ cluster.interface }}
  {% endif %}
  - require:
- - wait-for-total-initialization
+   - acquire-lock-cluster
+
+release-lock-cluster:
+  cmd.run:
+- name: ssh -T root@{{ cluster.init }} -o StrictHostKeyChecking=no 'rm -rf 
{{ lock_dir }}'
+- require:
+  - acquire-lock-cluster
 
 hawk:
   service.running:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.8+git.1597913606.d7bf629/habootstrap-formula.changes
 
new/habootstrap-formula-0.3.8+git.1599825027.ca5817c/habootstrap-formula.changes
--- 
old/habootstrap-formula-0.3.8+git.1597913606.d7bf629/habootstrap-formula.changes
2020-08-20 10:53:26.0 +0200
+++ 
new/habootstrap-formula-0.3.8+git.1599825027.ca5817c/habootstrap-formula.changes
2020-09-11 13:50:27.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Sep  3 06:37:50 UTC 2020 - Xabier Arbulu 
+
+- Add lock mechanism to the cluster join process to avoid issues
+  when multiple nodes are joining in parallel 
+
+---
 Thu Aug 20 00:56:44 UTC 2020 - Simranpal Singh 
 
 - Version bump 0.3.8




commit habootstrap-formula for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2020-08-20 22:31:23

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.3399 (New)


Package is "habootstrap-formula"

Thu Aug 20 22:31:23 2020 rev:11 rq:828072 version:0.3.8+git.1597913606.d7bf629

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2020-06-04 20:57:59.883321352 +0200
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.3399/habootstrap-formula.changes
2020-08-20 22:31:30.904056706 +0200
@@ -1,0 +2,6 @@
+Thu Aug 20 00:56:44 UTC 2020 - Simranpal Singh 
+
+- Version bump 0.3.8
+  * Include the pillar example file in package
+
+---

Old:

  habootstrap-formula-0.3.7+git.1591284136.61a57d8.tar.gz

New:

  habootstrap-formula-0.3.8+git.1597913606.d7bf629.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.22OPBX/_old  2020-08-20 22:31:32.284057351 +0200
+++ /var/tmp/diff_new_pack.22OPBX/_new  2020-08-20 22:31:32.284057351 +0200
@@ -20,7 +20,7 @@
 
 Name:   habootstrap-formula
 Group:  System/Packages
-Version:0.3.7+git.1591284136.61a57d8
+Version:0.3.8+git.1597913606.d7bf629
 Release:0
 Summary:HA cluster (crmsh) deployment salt formula
 
@@ -52,6 +52,7 @@
 mkdir -p %{buildroot}%{fdir}/metadata/%{fname}
 cp -R %{fname} %{buildroot}%{fdir}/states
 cp -R %{ftemplates} %{buildroot}%{fdir}/states/%{fname}
+cp pillar.example %{buildroot}%{fdir}/states/%{fname}
 cp -R form.yml %{buildroot}%{fdir}/metadata/%{fname}
 if [ -f metadata.yml ]
 then

++ _service ++
--- /var/tmp/diff_new_pack.22OPBX/_old  2020-08-20 22:31:32.332057373 +0200
+++ /var/tmp/diff_new_pack.22OPBX/_new  2020-08-20 22:31:32.332057373 +0200
@@ -4,8 +4,8 @@
 git
 .git
 habootstrap-formula
-0.3.7+git.%ct.%h
-61a57d858f0a5b7e96526491aaf462040b0625f7
+0.3.8+git.%ct.%h
+d7bf6291f77adf5653a0b7acbdcda81977f6b79d
   
 
   

++ habootstrap-formula-0.3.7+git.1591284136.61a57d8.tar.gz -> 
habootstrap-formula-0.3.8+git.1597913606.d7bf629.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.7+git.1591284136.61a57d8/.travis.yml 
new/habootstrap-formula-0.3.8+git.1597913606.d7bf629/.travis.yml
--- old/habootstrap-formula-0.3.7+git.1591284136.61a57d8/.travis.yml
2020-06-04 17:22:16.0 +0200
+++ new/habootstrap-formula-0.3.8+git.1597913606.d7bf629/.travis.yml
2020-08-20 10:53:26.0 +0200
@@ -5,8 +5,8 @@
 addons:
   apt:
 sources:
-  - sourceline: 'deb 
http://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest trusty main'
-key_url: 
'https://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest/SALTSTACK-GPG-KEY.pub'
+  - sourceline: 'deb 
http://repo.saltstack.com/apt/ubuntu/18.04/amd64/2019.2/ bionic main'
+key_url: 
'http://repo.saltstack.com/apt/ubuntu/18.04/amd64/2019.2/SALTSTACK-GPG-KEY.pub'
 packages:
 - salt-common
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.7+git.1591284136.61a57d8/README.md 
new/habootstrap-formula-0.3.8+git.1597913606.d7bf629/README.md
--- old/habootstrap-formula-0.3.7+git.1591284136.61a57d8/README.md  
2020-06-04 17:22:16.0 +0200
+++ new/habootstrap-formula-0.3.8+git.1597913606.d7bf629/README.md  
2020-08-20 10:53:26.0 +0200
@@ -1,25 +1,95 @@
-# HA Cluster bootstrap salt formula
+# HA Cluster bootstrap Salt formula
 
-Formulas for bootstrapping and managing a high availability cluster
-using crmsh.
+Salt formula to bootstrap and manage a [ClusterLabs](https://clusterlabs.org/) 
high availability cluster.
 
-Mainly adapted to SUSE / openSUSE Linux distributions, but should be
-usable on other distributions with minor modifications.
+Mainly adapted to Linux distributions for SUSE (it is based in
+[crmsh](https://github.com/ClusterLabs/crmsh)), but it should be usable on 
other distributions with
+some modifications.
+
+## Features
+
+The formula provides the capability to create and configure a multi node HA 
cluster. Here are some of the features:
+- Initialize a cluster
+- Join a node to an existing cluster
+- Remove a node from an existing cluster
+- Configure the pre-requirements (install required packages, configure 
`ntp/chrony`, create ssh-keys, etc)
+- Auto detect if the cluster is running in a cloud provider (Azure, AWS, or 
GCP)
+- Configure SBD
+- Configure Corosync
+- Configure the resource agents
+- 

commit habootstrap-formula for openSUSE:Factory

2020-06-04 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2020-06-04 20:57:36

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.3606 (New)


Package is "habootstrap-formula"

Thu Jun  4 20:57:36 2020 rev:10 rq:811548 version:0.3.7+git.1591284136.61a57d8

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2020-05-28 09:19:23.497216762 +0200
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.3606/habootstrap-formula.changes
2020-06-04 20:57:59.883321352 +0200
@@ -1,0 +2,8 @@
+Thu Jun  4 08:56:32 UTC 2020 - Xabier Arbulu 
+
+- Version bump 0.3.7
+  * Make diskless sbd and using disks self exclusive (bsc#1172432)
+
+  (jsc#ECO-1965, jsc#SLE-4047)
+
+---

Old:

  habootstrap-formula-0.3.6.tar.gz

New:

  _service
  habootstrap-formula-0.3.7+git.1591284136.61a57d8.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.zVoGye/_old  2020-06-04 20:58:00.391322855 +0200
+++ /var/tmp/diff_new_pack.zVoGye/_new  2020-06-04 20:58:00.391322855 +0200
@@ -19,8 +19,8 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   habootstrap-formula
-Version:0.3.6
 Group:  System/Packages
+Version:0.3.7+git.1591284136.61a57d8
 Release:0
 Summary:HA cluster (crmsh) deployment salt formula
 

++ _service ++

  
https://github.com/SUSE/habootstrap-formula.git
git
.git
habootstrap-formula
0.3.7+git.%ct.%h
61a57d858f0a5b7e96526491aaf462040b0625f7
  

  
*.tar
gz
  

  
habootstrap-formula
  




commit habootstrap-formula for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2020-05-28 09:19:22

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.3606 (New)


Package is "habootstrap-formula"

Thu May 28 09:19:22 2020 rev:9 rq:809529 version:0.3.6

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2020-03-06 21:33:34.829782421 +0100
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.3606/habootstrap-formula.changes
2020-05-28 09:19:23.497216762 +0200
@@ -1,0 +2,41 @@
+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)
+
+---

Old:

  habootstrap-formula-0.3.0.tar.gz

New:

  habootstrap-formula-0.3.6.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.x5u5P0/_old  2020-05-28 09:19:24.193218036 +0200
+++ /var/tmp/diff_new_pack.x5u5P0/_new  2020-05-28 09:19:24.197218044 +0200
@@ -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 @@
 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

++ habootstrap-formula-0.3.0.tar.gz -> habootstrap-formula-0.3.6.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/habootstrap-formula-0.3.0/Gemfile.lock 
new/habootstrap-formula-0.3.6/Gemfile.lock
--- old/habootstrap-formula-0.3.0/Gemfile.lock  2020-03-06 15:01:35.947485011 
+0100
+++ new/habootstrap-formula-0.3.6/Gemfile.lock  2020-05-27 14:43:48.27333 
+0200
@@ -1,157 +1,160 @@
 GEM
   remote: https://rubygems.org/
   specs:
-activesupport (5.2.4.1)
+activesupport (5.2.4.3)
   concurrent-ruby (~> 1.0, >= 1.0.2)
   i18n (>= 0.7, < 2)
   minitest (~> 5.1)
   tzinfo (~> 1.1)
 addressable (2.7.0)
   public_suffix (>= 2.0.2, < 5.0)
-aws-eventstream (1.0.3)
-aws-partitions (1.280.0)
-aws-sdk-apigateway (1.36.0)
+aws-eventstream (1.1.0)
+aws-partitions (1.321.0)
+aws-sdk-apigateway (1.40.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-apigatewayv2 (1.15.0)
+aws-sdk-apigatewayv2 (1.20.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-athena (1.22.0)
+

commit habootstrap-formula for openSUSE:Factory

2020-03-06 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2020-03-06 21:29:02

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.26092 (New)


Package is "habootstrap-formula"

Fri Mar  6 21:29:02 2020 rev:8 rq:782126 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2020-01-14 21:13:35.302937492 +0100
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.26092/habootstrap-formula.changes
   2020-03-06 21:33:34.829782421 +0100
@@ -2 +2 @@
-Mon Dec 16 09:33:20 UTC 2019 - Xabier Arbulu 
+Mon Feb  3 08:58:55 UTC 2020 - Xabier Arbulu 
@@ -4,17 +4,8 @@
-- Add automatic cloud detection  
-

-Wed Dec 11 15:55:33 UTC 2019 - Xabier Arbulu 
-
-- Add option to set multiple sbd disks to the cluster 
-

-Wed Dec 11 12:13:43 UTC 2019 - Xabier Arbulu 
-
-- Move the cluster configure part to a new state to be executed
-  even when joining executions.
-

-Wed Dec 11 09:46:41 UTC 2019 - Xabier Arbulu 
-
-- Add option to update hacluster user password 
+- Version bump 0.3.0
+  * Add --no-overwrite-sshkey option to the formula
+  * Add automatic cloud detection
+  * Add option to set multiple sbd disks to the cluster
+  * Move the cluster configure part to a new state to be executed
+even when joining executions
+  * Add option to update hacluster user password
+  (bsc#1165156, jsc#SLE-4031, boo#1137989)

Old:

  habootstrap-formula-0.2.10.tar.gz

New:

  habootstrap-formula-0.3.0.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.ADMCTB/_old  2020-03-06 21:33:35.281782700 +0100
+++ /var/tmp/diff_new_pack.ADMCTB/_new  2020-03-06 21:33:35.281782700 +0100
@@ -21,7 +21,7 @@
 %define fdir  %{_datadir}/salt-formulas
 
 Name:   habootstrap-formula
-Version:0.2.10
+Version:0.3.0
 Group:  System/Packages
 Release:0
 Summary:HA cluster (crmsh) deployment salt formula

++ habootstrap-formula-0.2.10.tar.gz -> habootstrap-formula-0.3.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/habootstrap-formula-0.2.10/Gemfile.lock 
new/habootstrap-formula-0.3.0/Gemfile.lock
--- old/habootstrap-formula-0.2.10/Gemfile.lock 2019-12-19 13:11:02.245712922 
+0100
+++ new/habootstrap-formula-0.3.0/Gemfile.lock  2020-03-06 15:01:35.947485011 
+0100
@@ -9,7 +9,7 @@
 addressable (2.7.0)
   public_suffix (>= 2.0.2, < 5.0)
 aws-eventstream (1.0.3)
-aws-partitions (1.257.0)
+aws-partitions (1.280.0)
 aws-sdk-apigateway (1.36.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
@@ -25,22 +25,22 @@
 aws-sdk-budgets (1.27.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-cloudformation (1.29.0)
+aws-sdk-cloudformation (1.30.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-cloudhsm (1.19.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-cloudhsmv2 (1.19.0)
+aws-sdk-cloudhsmv2 (1.20.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-cloudtrail (1.20.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-cloudwatch (1.31.0)
+aws-sdk-cloudwatch (1.33.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-cloudwatchlogs (1.27.0)
+aws-sdk-cloudwatchlogs (1.28.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-codecommit (1.30.0)
@@ -49,13 +49,13 @@
 aws-sdk-codedeploy (1.27.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-codepipeline (1.27.0)
+aws-sdk-codepipeline (1.28.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-configservice (1.40.0)
+aws-sdk-configservice (1.42.1)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-core (3.86.0)
+aws-sdk-core (3.90.1)
   aws-eventstream (~> 1.0, >= 1.0.2)
   aws-partitions (~> 1, >= 1.239.0)
   aws-sigv4 (~> 1.1)
@@ -63,19 +63,19 @@
 aws-sdk-costandusagereportservice (1.18.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-dynamodb (1.41.0)
+aws-sdk-dynamodb (1.44.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-ec2 (1.127.0)
+aws-sdk-ec2 (1.147.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   

commit habootstrap-formula for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2020-01-14 21:10:03

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.6675 (New)


Package is "habootstrap-formula"

Tue Jan 14 21:10:03 2020 rev:7 rq:764262 version:0.2.10

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2019-12-05 17:38:46.265364963 +0100
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.6675/habootstrap-formula.changes
2020-01-14 21:13:35.302937492 +0100
@@ -1,0 +2,21 @@
+Mon Dec 16 09:33:20 UTC 2019 - Xabier Arbulu 
+
+- Add automatic cloud detection  
+
+---
+Wed Dec 11 15:55:33 UTC 2019 - Xabier Arbulu 
+
+- Add option to set multiple sbd disks to the cluster 
+
+---
+Wed Dec 11 12:13:43 UTC 2019 - Xabier Arbulu 
+
+- Move the cluster configure part to a new state to be executed
+  even when joining executions.
+
+---
+Wed Dec 11 09:46:41 UTC 2019 - Xabier Arbulu 
+
+- Add option to update hacluster user password 
+
+---
@@ -4 +25,2 @@
-- Install 'socat' package on the Azure platform
+- Version bump 0.2.10
+  * Install 'socat' package on the Azure platform



Other differences:
--
++ habootstrap-formula-0.2.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/habootstrap-formula-0.2.10/Gemfile.lock 
new/habootstrap-formula-0.2.10/Gemfile.lock
--- old/habootstrap-formula-0.2.10/Gemfile.lock 2019-12-04 16:22:53.271335999 
+0100
+++ new/habootstrap-formula-0.2.10/Gemfile.lock 2019-12-19 13:11:02.245712922 
+0100
@@ -1,7 +1,7 @@
 GEM
   remote: https://rubygems.org/
   specs:
-activesupport (5.2.4)
+activesupport (5.2.4.1)
   concurrent-ruby (~> 1.0, >= 1.0.2)
   i18n (>= 0.7, < 2)
   minitest (~> 5.1)
@@ -9,11 +9,11 @@
 addressable (2.7.0)
   public_suffix (>= 2.0.2, < 5.0)
 aws-eventstream (1.0.3)
-aws-partitions (1.250.0)
+aws-partitions (1.257.0)
 aws-sdk-apigateway (1.36.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-apigatewayv2 (1.14.0)
+aws-sdk-apigatewayv2 (1.15.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-athena (1.22.0)
@@ -55,7 +55,7 @@
 aws-sdk-configservice (1.40.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-core (3.84.0)
+aws-sdk-core (3.86.0)
   aws-eventstream (~> 1.0, >= 1.0.2)
   aws-partitions (~> 1, >= 1.239.0)
   aws-sigv4 (~> 1.1)
@@ -66,13 +66,13 @@
 aws-sdk-dynamodb (1.41.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-ec2 (1.123.0)
+aws-sdk-ec2 (1.127.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-ecr (1.23.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-ecs (1.54.0)
+aws-sdk-ecs (1.55.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-eks (1.29.0)
@@ -99,16 +99,16 @@
 aws-sdk-iam (1.32.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-kafka (1.15.0)
+aws-sdk-kafka (1.16.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-kinesis (1.20.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-kms (1.26.0)
+aws-sdk-kms (1.27.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-lambda (1.33.0)
+aws-sdk-lambda (1.34.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-organizations (1.17.0)
@@ -129,8 +129,8 @@
 aws-sdk-route53resolver (1.11.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-s3 (1.58.0)
-  aws-sdk-core (~> 3, >= 3.77.0)
+aws-sdk-s3 (1.60.0)
+  aws-sdk-core (~> 3, >= 3.83.0)
   aws-sdk-kms (~> 1)
   aws-sigv4 (~> 1.1)
 aws-sdk-securityhub (1.14.0)
@@ -148,7 +148,7 @@
 aws-sdk-sqs (1.23.1)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-ssm (1.65.0)
+aws-sdk-ssm (1.67.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sigv4 (1.1.0)
@@ -162,7 +162,20 @@
 azure_mgmt_security (0.18.0)
   ms_rest_azure (~> 0.11.1)
 bcrypt_pbkdf (1.0.1)
-builder (3.2.3)
+builder (3.2.4)
+chef-config (15.6.10)
+  addressable
+  chef-utils (= 15.6.10)
+  fuzzyurl
+  

commit habootstrap-formula for openSUSE:Factory

2019-12-05 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2019-12-05 17:35:41

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.4691 (New)


Package is "habootstrap-formula"

Thu Dec  5 17:35:41 2019 rev:6 rq:754376 version:0.2.10

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2019-11-13 13:29:07.363747557 +0100
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.4691/habootstrap-formula.changes
2019-12-05 17:38:46.265364963 +0100
@@ -1,0 +2,5 @@
+Thu Nov 28 19:17:37 UTC 2019 - Simranpal Singh 
+
+- Install 'socat' package on the Azure platform
+  
+---

Old:

  habootstrap-formula-0.2.9.tar.gz

New:

  habootstrap-formula-0.2.10.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.4949Uk/_old  2019-12-05 17:38:48.009364334 +0100
+++ /var/tmp/diff_new_pack.4949Uk/_new  2019-12-05 17:38:48.009364334 +0100
@@ -21,7 +21,7 @@
 %define fdir  %{_datadir}/salt-formulas
 
 Name:   habootstrap-formula
-Version:0.2.9
+Version:0.2.10
 Group:  System/Packages
 Release:0
 Summary:HA cluster (crmsh) deployment salt formula

++ habootstrap-formula-0.2.9.tar.gz -> habootstrap-formula-0.2.10.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/habootstrap-formula-0.2.9/Gemfile.lock 
new/habootstrap-formula-0.2.10/Gemfile.lock
--- old/habootstrap-formula-0.2.9/Gemfile.lock  2019-11-12 17:21:33.756093999 
+0100
+++ new/habootstrap-formula-0.2.10/Gemfile.lock 2019-12-04 16:22:53.271335999 
+0100
@@ -1,17 +1,22 @@
 GEM
   remote: https://rubygems.org/
   specs:
+activesupport (5.2.4)
+  concurrent-ruby (~> 1.0, >= 1.0.2)
+  i18n (>= 0.7, < 2)
+  minitest (~> 5.1)
+  tzinfo (~> 1.1)
 addressable (2.7.0)
   public_suffix (>= 2.0.2, < 5.0)
 aws-eventstream (1.0.3)
-aws-partitions (1.237.0)
+aws-partitions (1.250.0)
 aws-sdk-apigateway (1.36.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-apigatewayv2 (1.14.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-athena (1.21.0)
+aws-sdk-athena (1.22.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-autoscaling (1.22.0)
@@ -20,7 +25,7 @@
 aws-sdk-budgets (1.27.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-cloudformation (1.27.0)
+aws-sdk-cloudformation (1.29.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-cloudhsm (1.19.0)
@@ -29,48 +34,48 @@
 aws-sdk-cloudhsmv2 (1.19.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-cloudtrail (1.19.0)
+aws-sdk-cloudtrail (1.20.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-cloudwatch (1.30.0)
+aws-sdk-cloudwatch (1.31.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-cloudwatchlogs (1.26.0)
+aws-sdk-cloudwatchlogs (1.27.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-codecommit (1.29.0)
+aws-sdk-codecommit (1.30.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-codedeploy (1.27.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-codepipeline (1.26.0)
+aws-sdk-codepipeline (1.27.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-configservice (1.38.0)
+aws-sdk-configservice (1.40.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-core (3.76.0)
+aws-sdk-core (3.84.0)
   aws-eventstream (~> 1.0, >= 1.0.2)
-  aws-partitions (~> 1, >= 1.228.0)
+  aws-partitions (~> 1, >= 1.239.0)
   aws-sigv4 (~> 1.1)
   jmespath (~> 1.0)
 aws-sdk-costandusagereportservice (1.18.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-dynamodb (1.37.0)
+aws-sdk-dynamodb (1.41.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-ec2 (1.115.0)
+aws-sdk-ec2 (1.123.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-ecr (1.23.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-ecs (1.52.0)
+aws-sdk-ecs (1.54.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-eks (1.27.0)
+aws-sdk-eks (1.29.0)
   aws-sdk-core (~> 3, >= 3.71.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-elasticache 

commit habootstrap-formula for openSUSE:Factory

2019-11-13 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2019-11-13 13:29:05

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.2990 (New)


Package is "habootstrap-formula"

Wed Nov 13 13:29:05 2019 rev:5 rq:748022 version:0.2.9

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2019-07-13 14:00:51.650889502 +0200
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.2990/habootstrap-formula.changes
2019-11-13 13:29:07.363747557 +0100
@@ -1,0 +2,47 @@
+Wed Oct 30 16:14:32 UTC 2019 - Xabier Arbulu 
+
+- Version bump 0.2.9
+  * Fix issue with file permissions during package installation in
+/usr/share/salt-formulas (0755, root, salt)
+(boo#1142306)
+
+---
+Wed Oct 16 01:26:50 UTC 2019 - Xabier Arbulu 
+
+- Version bump 0.2.8
+  *Add customizable timeout to the join process and rename join_timer to
+   wait_for_initialization
+
+---
+Wed Sep 18 07:51:22 UTC 2019 - Dario Maiocchi 
+
+- remove and replace hawk-apiserver with prometheus-ha_cluster_exporter pkg
+
+---
+Wed Sep  4 07:04:48 UTC 2019 - Xabier Arbulu Insausti 
+
+- Update the pkg.info_available call to avoid repositories refresh as
+  it may cause errors
+- Add packages and ha_exporter options to the SUMA form.yml file
+
+---
+Sun Aug 25 17:58:31 UTC 2019 - Ayoub Belarbi 
+
+- Version bump 0.2.6
+  * Fix typo in Pillar attribute name
+
+---
+Wed Aug 21 08:19:30 UTC 2019 - Ayoub Belarbi 
+
+- Version bump 0.2.5
+  * Add HA monitoring to the formula
+
+---
+Mon Jul 22 08:29:00 UTC 2019 - Xabier Arbulu Insausti 
+
+- Version bump 0.2.4
+  * Fix issue with file permissions during package installation in
+/usr/share/salt-formulas
+(boo#1142306)
+
+---
@@ -79 +125,0 @@
-

Old:

  habootstrap-formula-0.2.3.tar.gz

New:

  habootstrap-formula-0.2.9.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.nP16S5/_old  2019-11-13 13:29:07.779747993 +0100
+++ /var/tmp/diff_new_pack.nP16S5/_new  2019-11-13 13:29:07.779747993 +0100
@@ -21,7 +21,7 @@
 %define fdir  %{_datadir}/salt-formulas
 
 Name:   habootstrap-formula
-Version:0.2.3
+Version:0.2.9
 Group:  System/Packages
 Release:0
 Summary:HA cluster (crmsh) deployment salt formula
@@ -32,11 +32,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Requires:   salt-shaptools
-
-# On SLE/Leap 15-SP1 and TW requires the new salt-formula configuration 
location.
-%if ! (0%{?sle_version:1} && 0%{?sle_version} < 150100)
-Requires:   salt-standalone-formulas-configuration
-%endif
+Requires:   salt-formulas-configuration
 
 %description
 HA cluster salt deployment formula. This formula is capable to perform
@@ -50,15 +46,6 @@
 
 %install
 
-# before SUMA 4.0/15-SP1, install on the standard Salt Location.
-%if 0%{?sle_version:1} && 0%{?sle_version} < 150100
-
-mkdir -p %{buildroot}/srv/salt/
-cp -R %{fname} %{buildroot}/srv/salt
-
-%else
-
-# On SUMA 4.0/15-SP1, a single shared directory will be used.
 mkdir -p %{buildroot}%{fdir}/states/%{fname}
 mkdir -p %{buildroot}%{fdir}/metadata/%{fname}
 cp -R %{fname} %{buildroot}%{fdir}/states
@@ -68,9 +55,6 @@
   cp -R metadata.yml %{buildroot}%{fdir}/metadata/%{fname}
 fi
 
-%endif
-
-%if 0%{?sle_version:1} && 0%{?sle_version} < 150100
 
 %files
 %defattr(-,root,root,-)
@@ -80,26 +64,12 @@
 %doc README.md
 %license LICENSE
 %endif
-/srv/salt/%{fname}
 
-%dir %attr(0755, root, salt) /srv/salt
+%dir %attr(0755, root, salt) %{fdir}
+%dir %attr(0755, root, salt) %{fdir}/states
+%dir %attr(0755, root, salt) %{fdir}/metadata
 
-%else
-
-%files
-%defattr(-,root,root,-)
-%doc README.md
-%license LICENSE
-%dir %{fdir}
-%dir %{fdir}/states
-%dir %{fdir}/metadata
-%{fdir}/states/%{fname}
-%{fdir}/metadata/%{fname}
-
-%dir %attr(0750, root, salt) %{fdir}
-%dir %attr(0750, root, salt) %{fdir}/states
-%dir %attr(0750, root, salt) %{fdir}/metadata
-
-%endif
+%attr(0755, root, salt) %{fdir}/states/%{fname}
+%attr(0755, root, salt) %{fdir}/metadata/%{fname}
 
 %changelog

++ habootstrap-formula-0.2.3.tar.gz -> habootstrap-formula-0.2.9.tar.gz 
++
diff -urN 

commit habootstrap-formula for openSUSE:Factory

2019-07-13 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2019-07-13 13:50:04

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.4615 (New)


Package is "habootstrap-formula"

Sat Jul 13 13:50:04 2019 rev:4 rq:714881 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2019-07-04 15:43:23.758120881 +0200
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.4615/habootstrap-formula.changes
2019-07-13 14:00:51.650889502 +0200
@@ -1,0 +2,5 @@
+Fri Jul  5 12:24:40 UTC 2019 - Dario Maiocchi 
+
+- Make pkg.install more resilient, allowing retries during install
+
+---

Old:

  habootstrap-formula-0.2.2.tar.gz

New:

  habootstrap-formula-0.2.3.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.gf3kcn/_old  2019-07-13 14:00:52.118889359 +0200
+++ /var/tmp/diff_new_pack.gf3kcn/_new  2019-07-13 14:00:52.118889359 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package habootstrap-formula
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define fdir  %{_datadir}/salt-formulas
 
 Name:   habootstrap-formula
-Version:0.2.2
+Version:0.2.3
 Group:  System/Packages
 Release:0
 Summary:HA cluster (crmsh) deployment salt formula

++ habootstrap-formula-0.2.2.tar.gz -> habootstrap-formula-0.2.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/habootstrap-formula-0.2.2/Gemfile.lock 
new/habootstrap-formula-0.2.3/Gemfile.lock
--- old/habootstrap-formula-0.2.2/Gemfile.lock  2019-07-03 10:01:25.553980874 
+0200
+++ new/habootstrap-formula-0.2.3/Gemfile.lock  2019-07-08 17:41:39.462190939 
+0200
@@ -23,7 +23,7 @@
 aws-sdk-configservice (1.32.0)
   aws-sdk-core (~> 3, >= 3.58.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-core (3.58.0)
+aws-sdk-core (3.59.0)
   aws-eventstream (~> 1.0, >= 1.0.2)
   aws-partitions (~> 1.0)
   aws-sigv4 (~> 1.1)
@@ -34,7 +34,7 @@
 aws-sdk-dynamodb (1.33.0)
   aws-sdk-core (~> 3, >= 3.58.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-ec2 (1.98.0)
+aws-sdk-ec2 (1.99.0)
   aws-sdk-core (~> 3, >= 3.58.0)
   aws-sigv4 (~> 1.1)
 aws-sdk-ecr (1.19.0)
@@ -61,10 +61,10 @@
 aws-sdk-organizations (1.17.0)
   aws-sdk-core (~> 3, >= 3.39.0)
   aws-sigv4 (~> 1.0)
-aws-sdk-rds (1.61.0)
+aws-sdk-rds (1.62.0)
   aws-sdk-core (~> 3, >= 3.58.0)
   aws-sigv4 (~> 1.1)
-aws-sdk-s3 (1.44.0)
+aws-sdk-s3 (1.45.0)
   aws-sdk-core (~> 3, >= 3.58.0)
   aws-sdk-kms (~> 1)
   aws-sigv4 (~> 1.1)
@@ -92,7 +92,7 @@
 docker-api (1.34.2)
   excon (>= 0.47.0)
   multi_json
-domain_name (0.5.20180417)
+domain_name (0.5.20190701)
   unf (>= 0.0.5, < 1.0.0)
 ed25519 (1.2.4)
 equatable (0.5.0)
@@ -275,7 +275,7 @@
 thor (0.20.3)
 timeliness (0.3.10)
 timers (4.3.0)
-tins (1.20.3)
+tins (1.21.0)
 tomlrb (1.2.8)
 train (2.1.13)
   azure_graph_rbac (~> 0.16)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/habootstrap-formula-0.2.2/cluster/ntp.sls 
new/habootstrap-formula-0.2.3/cluster/ntp.sls
--- old/habootstrap-formula-0.2.2/cluster/ntp.sls   2019-07-03 
10:01:25.553980874 +0200
+++ new/habootstrap-formula-0.2.3/cluster/ntp.sls   2019-07-08 
17:41:39.462190939 +0200
@@ -2,7 +2,10 @@
 
 {% if grains['osmajorrelease']|int == 12 %}
 ntp:
-  pkg.installed
+  pkg.installed:
+  - retry:
+attempts: 3
+interval: 15
 
 /etc/ntp.conf:
   file.append:
@@ -17,8 +20,11 @@
 
 {% else %} # SLES15
 chrony:
-  pkg.installed
-
+  pkg.installed:
+  - retry:
+attempts: 3
+interval: 15
+ 
 /etc/chrony.conf:
   file.append:
   - text:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/habootstrap-formula-0.2.2/cluster/packages.sls 
new/habootstrap-formula-0.2.3/cluster/packages.sls
--- old/habootstrap-formula-0.2.2/cluster/packages.sls  2019-07-03 
10:01:25.553980874 +0200
+++ new/habootstrap-formula-0.2.3/cluster/packages.sls  2019-07-08 
17:41:39.462190939 +0200
@@ -18,6 +18,9 @@
 
 install_cluster_packages:
   pkg.installed:
+- retry:
+attempts: 3
+interval: 15
 - pkgs:
 

commit habootstrap-formula for openSUSE:Factory

2019-07-04 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2019-07-04 15:43:22

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.4615 (New)


Package is "habootstrap-formula"

Thu Jul  4 15:43:22 2019 rev:3 rq:713173 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2019-06-01 09:56:58.859171041 +0200
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.4615/habootstrap-formula.changes
2019-07-04 15:43:23.758120881 +0200
@@ -1,0 +2,27 @@
+Tue Jul  2 11:18:50 UTC 2019 - Diego Vinicius Akechi 
+
+- Version bump 0.2.2
+  * Change the salt-formula directories permissions to 0750 to avoid
+conflicts with the package salt-standalone-formulas-configuration.
+
+  * Correct the required package name to
+salt-standalone-formulas-configuration
+
+---
+Tue Jun 11 11:40:06 UTC 2019 - Xabier Arbulu Insausti 
+
+- Create package version 0.2.1 with fixed spec files. Now the package
+  is available in all SLE12 and SLE15 versions (boo#1137989, jsc#SLE-4031)
+
+---
+Fri May 31 13:14:43 UTC 2019 - Diego Vinicius Akechi 
+
+- Version bump 0.2.0
+  * Include the salt-formulas-configuration dependency on
+SLE/Leap 15-SP1 and higher. This package configures the shared salt
+formulas location (/usr/share/salt-formulas) to be used by SUMA 4.0
+or salt in standalone mode.
+  * Drops the habootstrap-formula-suma package, as the forms metadata
+will be available only on SUMA 4.0 using the shared location.
+
+---

Old:

  habootstrap-formula-0.1.0.tar.gz

New:

  habootstrap-formula-0.2.2.tar.gz



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.TOxBk6/_old  2019-07-04 15:43:24.318121756 +0200
+++ /var/tmp/diff_new_pack.TOxBk6/_new  2019-07-04 15:43:24.318121756 +0200
@@ -18,12 +18,12 @@
 
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 %define fname cluster
-%define fdir  %{_datadir}/susemanager/formulas
+%define fdir  %{_datadir}/salt-formulas
 
 Name:   habootstrap-formula
-Version:0.1.0
+Version:0.2.2
 Group:  System/Packages
-Release:1
+Release:0
 Summary:HA cluster (crmsh) deployment salt formula
 
 License:Apache-2.0
@@ -33,17 +33,15 @@
 BuildArch:  noarch
 Requires:   salt-shaptools
 
+# On SLE/Leap 15-SP1 and TW requires the new salt-formula configuration 
location.
+%if ! (0%{?sle_version:1} && 0%{?sle_version} < 150100)
+Requires:   salt-standalone-formulas-configuration
+%endif
 
 %description
-HA cluster (crmsh) deployment salt formula
-
-# package to deploy on SUMA specific path.
-%package suma
-Summary:HA cluster (crmsh) deployment salt formula (SUMA specific)
-Requires:   salt-shaptools
-
-%description suma
-HA Cluster Bootstrap Salt Formula for SUSE Manager. Used to configure a basic 
HA cluster.
+HA cluster salt deployment formula. This formula is capable to perform
+the HA cluster bootstrap actions (init, join, remove) using standalone salt
+or via SUSE Manager formulas with forms, available on SUSE Manager 4.0.
 
 %prep
 %setup -q
@@ -51,10 +49,16 @@
 %build
 
 %install
+
+# before SUMA 4.0/15-SP1, install on the standard Salt Location.
+%if 0%{?sle_version:1} && 0%{?sle_version} < 150100
+
 mkdir -p %{buildroot}/srv/salt/
 cp -R %{fname} %{buildroot}/srv/salt
 
-# SUMA Specific
+%else
+
+# On SUMA 4.0/15-SP1, a single shared directory will be used.
 mkdir -p %{buildroot}%{fdir}/states/%{fname}
 mkdir -p %{buildroot}%{fdir}/metadata/%{fname}
 cp -R %{fname} %{buildroot}%{fdir}/states
@@ -64,39 +68,38 @@
   cp -R metadata.yml %{buildroot}%{fdir}/metadata/%{fname}
 fi
 
+%endif
+
+%if 0%{?sle_version:1} && 0%{?sle_version} < 150100
+
 %files
 %defattr(-,root,root,-)
-# %license macro is not available on older releases
-%if 0%{?sle_version} <= 120300
-%doc LICENSE
+%if 0%{?sle_version} < 120300
+%doc README.md LICENSE
 %else
+%doc README.md
 %license LICENSE
 %endif
-%doc README.md
 /srv/salt/%{fname}
 
 %dir %attr(0755, root, salt) /srv/salt
 
+%else
 
-%files suma
+%files
 %defattr(-,root,root,-)
-# %license macro is not available on older releases
-%if 0%{?sle_version} <= 120300
-%doc LICENSE
-%else
-%license LICENSE
-%endif
 %doc README.md
-%dir %{_datadir}/susemanager
+%license LICENSE
 %dir %{fdir}
 %dir %{fdir}/states
 %dir %{fdir}/metadata
 %{fdir}/states/%{fname}
 %{fdir}/metadata/%{fname}
 
-%dir %attr(0755, 

commit habootstrap-formula for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2019-06-01 09:56:57

Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.habootstrap-formula.new.5148 (New)


Package is "habootstrap-formula"

Sat Jun  1 09:56:57 2019 rev:2 rq:706511 version:0.1.0

Changes:

--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2019-05-08 15:16:42.613021172 +0200
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.5148/habootstrap-formula.changes
2019-06-01 09:56:58.859171041 +0200
@@ -1,0 +2,5 @@
+Thu May 16 09:13:17 UTC 2019 - Xabier Arbulu Insausti 
+
+- Remove network repository installation 
+
+---



Other differences:
--
++ habootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.LhHURN/_old  2019-06-01 09:56:59.247170909 +0200
+++ /var/tmp/diff_new_pack.LhHURN/_new  2019-06-01 09:56:59.247170909 +0200
@@ -66,7 +66,12 @@
 
 %files
 %defattr(-,root,root,-)
+# %license macro is not available on older releases
+%if 0%{?sle_version} <= 120300
+%doc LICENSE
+%else
 %license LICENSE
+%endif
 %doc README.md
 /srv/salt/%{fname}
 
@@ -75,7 +80,12 @@
 
 %files suma
 %defattr(-,root,root,-)
+# %license macro is not available on older releases
+%if 0%{?sle_version} <= 120300
+%doc LICENSE
+%else
 %license LICENSE
+%endif
 %doc README.md
 %dir %{_datadir}/susemanager
 %dir %{fdir}

++ habootstrap-formula-0.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/habootstrap-formula-0.1.0/Gemfile.lock 
new/habootstrap-formula-0.1.0/Gemfile.lock
--- old/habootstrap-formula-0.1.0/Gemfile.lock  2019-04-25 12:44:50.202857633 
+0200
+++ new/habootstrap-formula-0.1.0/Gemfile.lock  2019-05-23 14:31:11.433529536 
+0200
@@ -4,21 +4,66 @@
 addressable (2.6.0)
   public_suffix (>= 2.0.2, < 4.0)
 aws-eventstream (1.0.3)
-aws-sdk (2.11.261)
-  aws-sdk-resources (= 2.11.261)
-aws-sdk-core (2.11.261)
-  aws-sigv4 (~> 1.0)
+aws-partitions (1.166.0)
+aws-sdk-cloudtrail (1.14.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-cloudwatch (1.23.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-cloudwatchlogs (1.20.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-configservice (1.30.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-core (3.53.1)
+  aws-eventstream (~> 1.0, >= 1.0.2)
+  aws-partitions (~> 1.0)
+  aws-sigv4 (~> 1.1)
   jmespath (~> 1.0)
-aws-sdk-resources (2.11.261)
-  aws-sdk-core (= 2.11.261)
+aws-sdk-costandusagereportservice (1.13.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-ec2 (1.86.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-ecs (1.40.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-eks (1.19.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-elasticloadbalancing (1.15.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-iam (1.23.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-kms (1.21.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-rds (1.54.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-s3 (1.40.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sdk-kms (~> 1)
+  aws-sigv4 (~> 1.0)
+aws-sdk-sns (1.16.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
+aws-sdk-sqs (1.16.0)
+  aws-sdk-core (~> 3, >= 3.53.0)
+  aws-sigv4 (~> 1.1)
 aws-sigv4 (1.1.0)
   aws-eventstream (~> 1.0, >= 1.0.2)
 azure_graph_rbac (0.17.1)
   ms_rest_azure (~> 0.11.0)
-azure_mgmt_key_vault (0.17.3)
-  ms_rest_azure (~> 0.11.0)
-azure_mgmt_resources (0.17.3)
+azure_mgmt_key_vault (0.17.4)
   ms_rest_azure (~> 0.11.0)
+azure_mgmt_resources (0.17.5)
+  ms_rest_azure (~> 0.11.1)
 bcrypt_pbkdf (1.0.1)
 builder (3.2.3)
 coderay (1.1.2)
@@ -42,7 +87,7 @@
   http-cookie (~> 1.0.0)
 faraday_middleware (0.12.2)
   faraday (>= 0.7.4, < 1.0)
-ffi (1.10.0)
+ffi (1.11.1)
 google-api-client (0.23.9)
   addressable (~> 2.5, >= 2.5.1)
   googleauth (>= 0.5, < 0.7.0)
@@ -58,7 +103,7 @@
   multi_json (~> 1.11)
   os (>= 0.9, < 2.0)
   signet (~> 0.7)
-gssapi (1.2.0)
+gssapi (1.3.0)
   ffi (>= 1.0.1)
 gyoku (1.3.1)
   builder (>= 2.1.2)
@@ -68,13 +113,14 @@