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

Python pillar library #212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tacerus
Copy link
Member

@tacerus tacerus commented Nov 1, 2024

This imports the Python based pillar logic used in our Salt infrastructures in the form of reusable libraries, helping us to deduplicate code and making it easier to maintain changes. The respective "#!py" pillars will then be adjusted to reference library calls, with only the infrastructure specific data needing to be passed as function parameters.

@tacerus tacerus added the infrastructure-formula Everything related to the infrastructure formula label Nov 1, 2024
@tacerus tacerus force-pushed the feature/infrastructure/pypillar branch from cd7a99d to 85fdd05 Compare November 3, 2024 16:01
This imports the Python based pillar logic used in our Salt
infrastructures in the form of reusable libraries, helping us to
deduplicate code and making it easier to maintain changes.
The respective "#!py" pillars will then be adjusted to reference library
calls, with only the infrastructure specific data needing to be passed
as function parameters.

Signed-off-by: Georg Pfuetzenreuter <[email protected]>
@tacerus tacerus force-pushed the feature/infrastructure/pypillar branch from 85fdd05 to c86cb91 Compare November 3, 2024 16:21
@tacerus tacerus marked this pull request as ready for review November 3, 2024 16:23
@tacerus tacerus changed the title WIP: Python pillar library Python pillar library Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure-formula Everything related to the infrastructure formula
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant