- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Apr 17 2023
Clean the pillar (was preparing the PHP part for Alkane at the same time)
Done, php82-pdo_pgsql-8.2.4_1.pkg is now available on Nasqueron packages repository.
WindRiver issue
$ salt web-001 state.apply roles/webserver-alkane/directories web-001: ---------- ID: /var/wwwroot Function: file.directory Result: True Comment: Started: 01:06:30.161257 Duration: 10.105 ms Changes: ---------- /var/wwwroot: ---------- directory: new ---------- ID: webserver_directory_nasqueron.org Function: file.directory Name: /var/wwwroot/nasqueron.org Result: True Comment: Started: 01:06:30.171554 Duration: 2.964 ms Changes: ---------- /var/wwwroot/nasqueron.org: ---------- directory: new ---------- ID: /var/log/www/nasqueron.org Function: file.directory Result: True Comment: Started: 01:06:30.174854 Duration: 3.351 ms Changes: ---------- /var/log/www/nasqueron.org: ---------- directory: new ---------- […]
Works like a charm on paas-docker, with the right SELinux context, and on webserver-alkane.
GPT models evaluation
Apr 16 2023
Libera #nasqueron-ops
Spaces for new file, respect tabs for existing one
$ salt web-001 state.sls roles/webserver-core/nginx […] ---------- ID: /etc/rc.conf.d/nginx Function: file.managed Result: True Comment: File /etc/rc.conf.d/nginx updated Started: 22:03:44.536283 Duration: 50.395 ms Changes: ---------- diff: New file mode: 0644 […]
$ salt web-001 state.sls roles/webserver-core […] ---------- ID: webserver_core_group Function: group.present Name: web Result: True Comment: New group web created Started: 21:15:06.125820 Duration: 21.147 ms Changes: ---------- gid: 9003 members: name: web passwd: * ---------- ID: /usr/local/etc/nginx/nginx.conf Function: file.managed Result: True Comment: File /usr/local/etc/nginx/nginx.conf updated Started: 21:15:06.151685 Duration: 71.599 ms Changes: ---------- diff: --- +++ @@ -12,7 +12,7 @@ # and will be lost if the state is redeployed. # </auto-generated>
Deployed everywhere, excepted on Ysul, still on FreeBSD 12.
The role webserver-alkane instead of the role webserver-legacy can be deployed to WindRiver.
This fixes T1569.
Account is now provided to the roles defined in _modules/node.py for the method node.has_deployment.
$ alt web-001 state.apply roles/core/deploy web-001: ---------- ID: deploy_account Function: user.present Name: deploy Result: True Comment: New user deploy created Started: 17:01:04.985596 Duration: 43.548 ms Changes: ---------- fullname: Deployment and management of the Salt staging area gid: 3003 groups: - deployment home: /var/run/deploy homephone: None name: deploy passwd: * roomnumber: None shell: /bin/sh uid: 9002 workphone: None
Flood is so high nowadays that we can need systematically to use | grep -v sshd.
Fix blank lines
Support for IPv6 and for dedicated baremetal instances. Rebased.