lorax/tests
Brian C. Lane 780f00d81a lorax-composer: Add firewall support to blueprints
You can now open ports in the firewall, using port numbers or service
names:

    [customizations.firewall]
    ports = ["22:tcp", "80:tcp", "imap:tcp", "53:tcp", "53:udp"]

Or enable/disable services registered with firewalld:

     [customizations.firewall.services]
     enabled = ["ftp", "ntp", "dhcp"]
     disabled = ["telnet"]

If the template contains firewall --disabled it cannot be overridden,
under the assumption that it is required for the image to boot in the
selected environment.

(cherry picked from commit 4d35668ab5)

Related: rhbz#1718473
2019-11-18 12:36:18 +02:00
..
cli tests: Document Azure setup 2019-10-21 20:51:20 +03:00
composer Add tests for limit=0 routes 2018-08-23 16:17:33 -07:00
pylint Ignore Cockpit CI files when linting 2019-09-13 11:27:12 +03:00
pylorax lorax-composer: Add firewall support to blueprints 2019-11-18 12:36:18 +02:00
__init__.py Add a test library 2018-07-26 18:12:02 -07:00
lib.py Add a test library 2018-07-26 18:12:02 -07:00
test_cli.sh New test: assert toml files in git workspace 2019-09-13 14:05:42 +03:00
testenv.sh Backport changes for Cockpit CI 2019-06-25 11:57:33 +03:00