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

RFE - Support for TOML blueprints #225

Open
oglok opened this issue Jun 23, 2023 · 1 comment
Open

RFE - Support for TOML blueprints #225

oglok opened this issue Jun 23, 2023 · 1 comment
Labels
approved pm aprroved to work enhancement New feature or request

Comments

@oglok
Copy link

oglok commented Jun 23, 2023

Currently this collection translates a set of ansible vars into a transient blueprint in TOML format. That has two drawbacks:

  • Customers already using Image Builder and building their own TOML blueprints, need to translate it to ansible vars (to then internally go back to the TOML format) and might be discouraging to use the collection. Furthermore, user might be already storing the TOML files and use them in a declarative way.
  • The Ansible Collection would need to keep up on supporting new features exposed by OSBUILD from the blueprints, like [[containers]], [[firmware]], etc.
@resoluteCoder resoluteCoder added the enhancement New feature or request label Jul 14, 2023
@chadmf chadmf added this to the GA milestone Jul 19, 2023
@chadmf chadmf added the approved pm aprroved to work label Jul 19, 2023
@resoluteCoder resoluteCoder self-assigned this Aug 1, 2023
@chadmf chadmf removed this from the GA milestone Aug 3, 2023
@resoluteCoder resoluteCoder removed their assignment Aug 3, 2023
@luisarizmendi
Copy link
Contributor

luisarizmendi commented Feb 9, 2024

I did a quick add to the collection in order to be able to use TOML files:
#357

I need it in this case because the collection still does not support the [[containers]] section:
#331

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved pm aprroved to work enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants