Pending new build of 15.9 version.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sat, Nov 16
Thu, Nov 14
Thu, Oct 31
Sun, Oct 27
Oct 17 2024
Oct 16 2024
Oct 14 2024
Same thing for Dwellers:
Oct 13 2024
During WindRiver reprovisioning, the network unit behaved correctly.
Oct 12 2024
Consolidation recent works occurred at T1828 to further unify nginx configurations.
Some context about this staging repository:
[Moved to T1620]
That's an issue for Chrome to report upstream.
Oct 9 2024
Priority is high as it can affect our certificate renewal process.
Oct 8 2024
Oct 5 2024
Oct 3 2024
Sep 13 2024
Portsnap is deprecated, we'll switch to a Git repository.
Aug 28 2024
Aug 27 2024
Are we going to keep the rSTAGING repository?
Aug 20 2024
Aug 19 2024
Aug 16 2024
Crossed-out files no longer needing Shellcheck.
Aug 5 2024
Aug 4 2024
Aug 3 2024
Per previous comment, I'd advice to downgrade to 3006 LTS for paas-docker servers too.
I've also discovered we can't deploy secrets to Salt 3007+ anymore from a Salt 3006 server:
$ salt-minion --versions Salt Version: Salt: 3007.1
We can actually provide P352 as hotfix.
I've applied P352 to replace egrep by grep -E on dwellers and docker-002.
Jul 31 2024
Already reported upstream: https://github.com/saltstack/salt/issues/65608
$ cd /opt/salt/nasqueron-operations $ salt dwellers state.apply roles/webserver-core/nginx/config […] ---------- [3/295] ID: selinux_context_nginx_logs Function: selinux.fcontext_policy_present Name: /var/log/www Result: False Comment: An exception occurred in this state: Traceback (most recent call last): File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/state.py", line 2428, in call ret = self.states[cdata["full"]]( File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 160, in __call__ ret = self.loader.run(run_func, *args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1269, in run return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1284, in _run_as return _func_or_method(*args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1317, in wrapper return f(*args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/states/selinux.py", line 326, in fcontext_policy_present current_state = __salt__["selinux.fcontext_get_policy"]( File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 160, in __call__ ret = self.loader.run(run_func, *args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1269, in run return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1284, in _run_as return _func_or_method(*args, **kwargs) File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/selinux.py", line 507, in fcontext_get_policy "filespec": parts.group(1).strip(), AttributeError: 'NoneType' object has no attribute 'group' Started: 16:25:51.413301 Duration: 391.186 ms Changes: ---------- ID: selinux_context_nginx_logs_applied Function: selinux.fcontext_policy_applied Name: /var/log/www Result: True Comment: SElinux policies are already applied for filespec "/var/log/www" Started: 16:25:51.804764 Duration: 6.322 ms Changes: ---------- […]
Issue can be repro on Dwellers:
Jul 27 2024
Jul 23 2024
It could be easier to deploy https://github.com/kpetremann/salt-exporter
In D2648, NRPE directory has been set to dirs.share + "/monitoring/checks/nrpe", resolved on FreeBSD to /usr/local/share/monitoring/checks/nrpe directory.