~afreiberger/charm-sysconfig:lp1854135

Last commit made on 2020-01-14
Get this branch:
git clone -b lp1854135 https://git.launchpad.net/~afreiberger/charm-sysconfig
Only Drew Freiberger can upload to this branch. If you are Drew Freiberger please log in for upload directions.

Branch merges

Branch information

Name:
lp1854135
Repository:
lp:~afreiberger/charm-sysconfig

Recent commits

11b15a8... by Drew Freiberger

Verify grub/systemd parameters and affinity

* Verify that grub parameters are set before running update_grub_file
function. If it is not verified, this function will run and set the
default options through the grub template which is undesirable.
* Verify that systemd parameters are set before running
update_systemd_system_file function.

e4c328d... by Giuseppe Petralia

Allow value containing comma in config-flags option

562e2fb... by Giuseppe Petralia

Minor fixes

8439707... by Giuseppe Petralia

Fix typos and add missing steps to Makefile

27e23e1... by Giuseppe Petralia

Delete pre-commit-config

20a42ae... by Giuseppe Petralia

Remove duplicated unit test and unused import from sysconfig.py

2878ee6... by Giuseppe Petralia

Move charm code to src to simplify make clean/build

Update functional tests to reflect the change

Update gitignore

9131ab8... by Giuseppe Petralia

Remove redundant code and fix unit tests.

cc1e334... by Giuseppe Petralia

Silent check_call output redirecting to subprocess.DEVNULL

68123b5... by Giuseppe Petralia

Add config-flags for backward compatitbility