<feed xmlns='http://www.w3.org/2005/Atom'>
<title>salt.git/salt, branch import-denc-webcluster</title>
<subtitle>Work in progress effort to automate the LibertaCasa infrastructure configuration using SaltStack </subtitle>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/'/>
<entry>
<title>Add ha-netcup role</title>
<updated>2023-02-12T04:24:27+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-02-08T20:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=0581510c1065a30e0fe8722181f862676e6cd9a2'/>
<id>0581510c1065a30e0fe8722181f862676e6cd9a2</id>
<content type='text'>
Role managing the Netcup IP failover script plus keepalived.
Requires ha-node role introduced via a8bbe056f1.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Role managing the Netcup IP failover script plus keepalived.
Requires ha-node role introduced via a8bbe056f1.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add keepalived_script_user profile</title>
<updated>2023-02-12T04:24:27+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-02-08T20:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=af2c5b00611388e8580f42f984a97eba943b0c1f'/>
<id>af2c5b00611388e8580f42f984a97eba943b0c1f</id>
<content type='text'>
Short profile source from other profiles requiring the keepalived_script
user to be present.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Short profile source from other profiles requiring the keepalived_script
user to be present.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add netcup_failover profile</title>
<updated>2023-02-12T04:24:27+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-02-08T20:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=f08bda4256f7c71899c45ea8b5ad73c67f77ae9a'/>
<id>f08bda4256f7c71899c45ea8b5ad73c67f77ae9a</id>
<content type='text'>
Profile managing a Netcup IP address failover script for use with
keepalived.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Profile managing a Netcup IP address failover script for use with
keepalived.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>common.suse: manage qemu-guest-agent</title>
<updated>2023-02-12T03:11:14+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-02-12T02:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=8e1436d4afaeb72440157a81fc98abd98b3badcc'/>
<id>8e1436d4afaeb72440157a81fc98abd98b3badcc</id>
<content type='text'>
Ensure qemu-guest-agent is active on all KVM guests.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure qemu-guest-agent is active on all KVM guests.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>common.suse: remove AutoYaST</title>
<updated>2023-02-12T03:11:14+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-02-12T02:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=b6b7ff1e33e469678ae60814677cf95ecfedf631'/>
<id>b6b7ff1e33e469678ae60814677cf95ecfedf631</id>
<content type='text'>
We only use AutoYaST for the OS deployment and don't need the packages
afterwards.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We only use AutoYaST for the OS deployment and don't need the packages
afterwards.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lighttpd: improve dependencies</title>
<updated>2023-02-12T02:03:09+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-02-12T02:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=9a0c210b87a4d2f7808f539898f2f41380d6a76f'/>
<id>9a0c210b87a4d2f7808f539898f2f41380d6a76f</id>
<content type='text'>
- add more explicit Salt ID dependencies
- reload service on configuration changes

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add more explicit Salt ID dependencies
- reload service on configuration changes

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>matterbridge: restart on changes</title>
<updated>2023-02-12T01:39:47+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-02-12T01:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=b446afcc4968de30e0cf79ed82b64c3d4a431d07'/>
<id>b446afcc4968de30e0cf79ed82b64c3d4a431d07</id>
<content type='text'>
Matterbridge does detect file changes, but seems to only apply them on
a service restart.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Matterbridge does detect file changes, but seems to only apply them on
a service restart.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>matterbridge: quote numbers</title>
<updated>2023-02-12T01:30:56+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-02-12T01:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=b0612658852a50a846a85a095c7c673c6d007cf4'/>
<id>b0612658852a50a846a85a095c7c673c6d007cf4</id>
<content type='text'>
Needed to make the TOML configuration format happy.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needed to make the TOML configuration format happy.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>matterbridge: manage media directories</title>
<updated>2023-02-11T23:51:26+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-02-11T23:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=ab47eb5485ebab42a4129eacafd6ea96c1dbe512'/>
<id>ab47eb5485ebab42a4129eacafd6ea96c1dbe512</id>
<content type='text'>
Create media directories if defined in the pillar.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create media directories if defined in the pillar.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request 'Refactor Matterbridge profile' (#11) from matterbridge-refactor into production</title>
<updated>2023-02-09T19:44:03+00:00</updated>
<author>
<name>Pratyush Desai</name>
</author>
<published>2023-02-09T19:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=dee3e035c22ba80748aee773f92618777e592382'/>
<id>dee3e035c22ba80748aee773f92618777e592382</id>
<content type='text'>
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/11
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/11
</pre>
</div>
</content>
</entry>
</feed>
