- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Feb 18 2020
how to get bigger version ?
local: ---------- ID: nginx_software Function: pkg.installed Result: True Comment: All specified packages are already installed Started: 03:15:11.634330 Duration: 1172.135 ms Changes: ---------- ID: nginx_service Function: service.running Name: nginx Result: True Comment: Service nginx has been enabled, and is running Started: 03:15:12.927423 Duration: 6077.146 ms Changes: ---------- nginx: True
Enable service
Feb 17 2020
There are also 2015-09-19 files on Dwellers, for a Docker container:
You apparently need a bigger version?
Zammad - T1105 - looks better nowadays and a better fit for modern ticketing desk.
$ salt dwellers state.sls roles/paas-docker/devel dwellers: ---------- ID: docker_group Function: group.present Name: docker Result: True Comment: The following group attributes are set to be changed: members: ['dereckson', 'sandlayth'] Started: 02:07:57.678065 Duration: 330.523 ms Changes: ---------- Final: All changes applied successfully
A new version 3.2.0 has been released 2019-12-03 and contains an interesting part:
A small note about why dedicated instances seem a better fit, here the resources consumed by a new container:
Add missing group file
$ sudo salt-call state.sls roles/paas-docker/devel [ERROR ] DNS lookup or connection check of 'ysul.nasqueron.org' failed. [ERROR ] Master hostname: 'ysul.nasqueron.org' not found or not responsive. Retrying in 30 seconds local: ---------- ID: docker_development_utilities Function: pkg.installed Result: True Comment: All specified packages are already installed Started: 01:22:53.750840 Duration: 1107.63 ms Changes: ---------- ID: docker_development_utilities Function: pip.installed Name: docker-compose Result: True Comment: Python package docker-compose was already installed All specified packages are already installed Started: 01:22:55.322302 Duration: 1386.003 ms Changes:
Remove sudo, the group will be created in another change (that's a group, not a sudoers rule)
Feb 16 2020
zsh + starship looks a good solution too, but it's not packaged for Debian.
Tests should be extended to development servers and made optional, as we don't currently have an Apache working.
So, it works for two years. Let's restrict root login.
Feb 15 2020
Imports are generally more at top
Feb 14 2020
$ salt-call -ldebug state.sls roles/paas-docker/salt [...] local: ---------- ID: required_python_packages_for_docker_and_salt Function: pkg.installed Name: python3-pip Result: True Comment: The following packages were installed/updated: python3-pip Started: 22:17:40.253082 Duration: 9016.292 ms Changes: ---------- python3-pip: ---------- new: 9.0.3-15.el8 old: python3-setuptools: ---------- new: 39.2.0-5.el8 old: python36: ---------- new: 3.6.8-2.module_el8.1.0+245+c39af44f old: ---------- ID: required_python_packages_for_docker_and_salt Function: pip.installed Name: docker Result: True Comment: All packages were successfully installed Started: 22:17:59.460883 Duration: 5336.004 ms Changes: ---------- docker==4.2.0: Installed
Fix SLS syntax
Rebase
Fix syntax
+creates
Confirm with -y to avoid it hangs out with salt-call