Page MenuHomeDevCentral

Allow to create rc service file
ClosedPublic

Authored by dereckson on Nov 2 2024, 13:57.
Tags
None
Referenced Files
F16219263: D3571.diff
Sun, Dec 7, 06:46
F15991394: D3571.id.diff
Sat, Dec 6, 17:08
F15962541: D3571.diff
Sat, Dec 6, 15:16
Unknown Object (File)
Fri, Dec 5, 19:36
Unknown Object (File)
Thu, Dec 4, 04:40
Unknown Object (File)
Sun, Nov 30, 16:06
Unknown Object (File)
Sun, Nov 30, 03:11
Unknown Object (File)
Fri, Nov 28, 04:11
Subscribers
None

Details

Summary

Automate service.sls and /etc/rc.conf.d provisioning.

The mechanism is generic enough to be able to write other templates too.

Variables are replaced with:

  • keys from _resources/templates/templates.yml
  • values from the command line last arguments

The following special variables are replaced:

  • %%path%% for current file (e.g. roles/foo/bar/files/bar.cfg)
  • %%cwd%% for current directory (normally roles/foo/bar)

Usage: /path/to/utils/templates/create.py service <service name>

Test Plan

Service of D3570 has been generated with:

$ cd roles/shellserver/bitlbee
$ ../../utils/templates/create.py service bitlbee

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
template-mechanism (branched from main)
Build Status
Buildable 5670
Build 5952: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Nov 18 2024, 18:28
This revision was automatically updated to reflect the committed changes.