- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Oct 9 2018
$ systemctl restart firewalld $ systemctl status firewalld ● firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2018-10-09 16:10:06 UTC; 3s ago …
$ salt equatower state.apply roles/paas-docker/docker/firewall equatower: ---------- ID: /etc/firewalld/zones/public.xml Function: file.managed Result: True Comment: File /etc/firewalld/zones/public.xml updated Started: 16:07:39.382235 Duration: 192.337 ms Changes: ---------- diff: --- +++ @@ -6,8 +6,20 @@ <service name="dhcpv6-client"/> <service name="http"/> <service name="https"/> + <rule family="ipv4"> - <source address="172.16.0.0/12" /> + <source address="172.18.2.0/24" /> <accept /> </rule> + + <rule family="ipv4"> + <source address="172.18.1.0/24" /> + <accept /> + </rule> + + <rule family="ipv4"> + <source address="172.17.0.0/16" /> + <accept /> + </rule> + </zone>
OS family is RedHat, not CentOS
Restore cargo configuration to use the full profile by default, Fix an eager replace for DefaultApplication → BaseApplication in the documentation.
Add some missing feature gates
Separate concerns for application (CLI runner, with exit codes) and service (run the Rocket server, returns error)
DefaultApplication → BaseApplication ; DefaultApplication as an helper wrapper to force config type, exactly like MinimalApplication.
Could be simplified a lot if we lazy evaluate configuration:
Oct 8 2018
Oct 7 2018
Tweak parameters format
Load credentials zr pillar section on Dwellers
Works fine on Dwellers and is equipotent on Equatower.
Allow numeric versions
Fix Python logic error
Fix spaces
Create /usr/local/lib/bugzilla directory, fix init-container syntax error.