using git_fs/git_pillar with saltclass #65755
-
Does anyone know if and if so how would one go about configuring salt to use git_fs and git_pillar to build the over all saltstack filesystem, but then run saltclass on top of it? We have a pretty big dependency on saltclass/reclass but want to also leverage git_fs git_pillar to help with management of the states and pillars themselves. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
what you are asking is not currently possible. saltclass does not talk to the salt filesystem at all and pillar doesn't really have a filesystem. git_pillar is just taking the pillar roots, and telling it use this github repo to render files. |
Beta Was this translation helpful? Give feedback.
-
I thought as much, I appreciate the response as confirmation!
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Thomas Phipps ***@***.***>
Sent: Wednesday, March 20, 2024 1:41:54 PM
To: saltstack/salt ***@***.***>
Cc: Oberdorf, Justin ***@***.***>; Author ***@***.***>
Subject: Re: [saltstack/salt] using git_fs/git_pillar with saltclass (Discussion #65755)
what you are asking is not currently possible. saltclass does not talk to the salt filesystem at all and pillar doesn't really have a filesystem.
git_pillar is just taking the pillar roots, and telling it use this github repo to render files.
—
Reply to this email directly, view it on GitHub<#65755 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A2B7IQGZLSTSEPER6CJ3NDTYZHC6FAVCNFSM6AAAAABBFWPSWGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNJWGI4TI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
________________________________________
IMPORTANT - PLEASE READ: This electronic message, including its attachments, is CONFIDENTIAL and may contain PROPRIETARY or LEGALLY PRIVILEGED or PROTECTED information and is intended for the authorized recipient of the sender. If you are not the intended recipient, you are hereby notified that any use, disclosure, copying, or distribution of this message or any of the information included in it is unauthorized and strictly prohibited. If you have received this message in error, please immediately notify the sender by reply e-mail and permanently delete this message and its attachments, along with any copies thereof, from all locations received (e.g., computer, mobile device, etc.). To the extent permitted by law, we may monitor electronic communications for the purposes of ensuring compliance with our legal and regulatory obligations and internal policies. We may also collect email traffic headers for analyzing patterns of network traffic and managing client relationships. For further information see our privacy-policy<https://www.iqvia.com/about-us/privacy/privacy-policy>. Thank you.
|
Beta Was this translation helpful? Give feedback.
what you are asking is not currently possible. saltclass does not talk to the salt filesystem at all and pillar doesn't really have a filesystem.
git_pillar is just taking the pillar roots, and telling it use this github repo to render files.