Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert runtime files into YAML #68

Open
semmerson opened this issue Feb 9, 2019 · 8 comments
Open

Convert runtime files into YAML #68

semmerson opened this issue Feb 9, 2019 · 8 comments

Comments

@semmerson
Copy link
Collaborator

semmerson commented Feb 9, 2019

Files ldmd.conf, pqact.conf, pqsurf.conf, registry.xml, scour.conf

@mustbei
Copy link
Contributor

mustbei commented Apr 6, 2021

As to the registry.xml the new ldmadmin (Python) already parses it seamlessly. Should it be included in the conversion?

@semmerson
Copy link
Collaborator Author

What's crucial is whether or not a programmatic library exists for parsing the particular configuration-file. One exists for XML, so "registry.xml" could be left alone. Parsers for the other configuration-files, however, are hand-coded.

@mustbei
Copy link
Contributor

mustbei commented Apr 6, 2021

Indeed, I had once a syntactic error in the ldmd.conf file that the current yy parser could not point me to.
Will do for the all .conf files, acknowledging however the impact on their current usage in both the new ldmadmin and the underlying C code (pqact, etc.), as well as their backward incompatibility.

@mustbei
Copy link
Contributor

mustbei commented Apr 6, 2021

Oh, and on the user... (the mandatory learning curve and the subsequent ease of use and robustness thereafter)

@semmerson
Copy link
Collaborator Author

semmerson commented Apr 6, 2021 via email

@mustbei
Copy link
Contributor

mustbei commented Apr 6, 2021

Makes sense. Should it be closed then?

@semmerson
Copy link
Collaborator Author

semmerson commented Apr 6, 2021 via email

@mustbei
Copy link
Contributor

mustbei commented Apr 6, 2021

Absolutely!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants