lorax/src/pylorax
Brian C. Lane cdf0cbbc5e lorax-composer: Add services support to blueprints
Add support for enabling and disabling systemd services in the
blueprint. It works like this:

    [customizations.services]
    enabled = ["sshd", "cockpit.socket", "httpd"]
    disabled = ["postfix", "telnetd"]

They are *added* to any existing settings in the kickstart templates.

(cherry picked from commit 1111aee92d)

Related: rhbz#1709595
2019-05-29 15:22:30 -07:00
..
api lorax-composer: Add services support to blueprints 2019-05-29 15:22:30 -07:00
__init__.py Remove SELinux Permissive checks 2018-11-29 13:05:01 -08:00
base.py Fix DataHolder to handle hasattr 2016-05-04 10:34:02 -07:00
buildstamp.py Write the --variant string to .buildstamp as 'Variant=' 2018-01-17 09:38:16 -08:00
cmdline.py Add a new output type, tar-disk. 2019-04-05 11:31:39 -04:00
creator.py Add a new output type, tar-disk. 2019-04-05 11:31:39 -04:00
decorators.py Convert pylorax to python3 2015-05-15 17:11:20 -07:00
discinfo.py Convert pylorax to python3 2015-05-15 17:11:20 -07:00
dnfhelper.py Disable pylint no-member errors for 2 dnf constants 2019-01-11 14:37:01 -08:00
executils.py pylorax: proc.returncode can be None 2016-03-09 16:41:11 -08:00
imgutils.py Support compressing single files. 2019-04-05 11:31:09 -04:00
installer.py Switch the --virt-uefi method to use SecureBoot 2019-05-16 09:30:53 -07:00
ltmpl.py Improve logging for template syntax errors 2019-03-27 11:32:19 -07:00
monitor.py livemedia-creator: Check for packaging failures in the logs (#1374809) 2016-09-21 09:00:49 -07:00
mount.py Add ppc64le kernel path 2016-09-08 12:12:07 -07:00
output.py Convert pylorax to python3 2015-05-15 17:11:20 -07:00
sysutils.py Ignore a pylint warning about UnquotingConfigParser get args 2018-09-04 11:13:20 -07:00
treebuilder.py Add extra boot args to the livemedia-creator iso templates 2019-03-27 11:32:19 -07:00
treeinfo.py Additional python3 changes 2015-05-15 17:11:20 -07:00