-
Notifications
You must be signed in to change notification settings - Fork 20
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
Aquilon 1.12.58: /system/archetype/os in object template has the wrong type #93
Comments
- Requires archetype_os_dict=true in aqd.conf (default: false) - Required for template libary >= 17.7.0 support Fixes quattor#93 Change-Id: Ibfb52dc616209dfd892449e572f95499f4ee6737
hmm.. When quattor/template-library-core#142 was introduced it was explicitly called out that this did not require a change to aquilon because this was set in templates. Now it appears I wasn't aware that @jrha was using an older version of aqd which predates 3b82d80 that should have blocked So I think we need to go back and undo #142. |
I've opened quattor/template-library-core#181 to revert the breaking changes from quattor/template-library-core#142, reverting the entirety of quattor/template-library-core#142 would be overkill. |
…merge/master/by_topic/sqlite_bump to master * commit 'feacbc2ba0acd2ef6368b0bef3c9594d2fc9a1a0': Update aq client Python version to 64-bit Update SQLite reference in bash completion
In Aquilon 1.12.58, the broker still generate
/system/archetype/os
as a string according to the old schema. It was changed to adict
one year ago for the reasons explained in quattor/template-library-core#142. The broker should adapt to the new schema, potentially with an option to ease the transition at MS.This is required for the template library support in Aquilon (see quattor/template-library-core#177). This is a subissue for #90.
The text was updated successfully, but these errors were encountered: