lorax/tests
Brian C. Lane 59bad712ad 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#1709595
2019-05-29 15:21:34 -07:00
..
cli Add test for passing custom option on kernel command line 2019-04-29 12:52:22 +03:00
composer tests: Make sure example-development is present for delete test 2019-04-05 11:05:58 -07:00
lib Add pylint testing 2014-05-09 08:10:41 -07:00
pylint Add composer-cli and tests 2018-05-17 10:34:34 -07:00
pylorax lorax-composer: Add firewall support to blueprints 2019-05-29 15:21:34 -07:00
__init__.py Add a test library 2018-08-07 12:12:17 -07:00
lib.py tests: Select the group to use based on the release 2019-04-05 11:05:58 -07:00
test_cli.sh Add test for passing custom option on kernel command line 2019-04-29 12:52:22 +03:00
testenv.sh Add pylint testing 2014-05-09 08:10:41 -07:00