Vertical app merge components for idem and corn to support windows
Project description
Grains, execution modules, and state modules common to all windows systems
INSTALLATION
Pip install grains:
pip install -e git+https://gitlab.com/saltstack/pop/grains.git#egg=chunkies
Clone the pop_windows repo and install with pip:
git clone https://gitlab.com/saltstack/pop/pop_windows.git pip install -e pop_windows
EXECUTION
After installation the grains command should now be available
TESTING
install requirements-test.txt with pip and run pytest:
pip install -r pop_windows\requirements-test.txt pytest pop_windows\tests
VERTICAL APP-MERGING
Instructions for extending pop-windows into an OS or distro specific pop project
Install pop:
pip install --upgrade pop
Create a new directory for the project:
mkdir pop_{specific_windows_system} cd pop_{specific_windows_system}
Use pop-seed to generate the structure of a project that extends grains and idem:
pop-seed -t v pop_{specific_windows_system} -d grains exec states
“-t v” specifies that this is a vertically app-merged project
“-d grains exec states” says that we want to implement the dynamic names of “grains”, “exec”, and “states”
Add “pop_windows” to the requirements.txt:
echo "pop_windows @ git+https://gitlab.com/saltstack/pop/pop_windows.git" >> requirements.txt
And that’s it! Go to town making grains, execution modules, and state modules specific to your unique windows system. Follow the conventions you see in pop_windows.
For information about running idem states and execution modules check out https://idem.readthedocs.io
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file idem-windows-2.tar.gz
.
File metadata
- Download URL: idem-windows-2.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef7bf39673913d14696d2000c6797fbb3bf3fc64c21357babc030810b0f11aa6 |
|
MD5 | d2edb770c49067046176cebfdafe7683 |
|
BLAKE2b-256 | 733f7e1fd8532e419403cf801cd8c0ab35b5106300cd53383f2c885935e3768b |
File details
Details for the file idem_windows-2-py3-none-any.whl
.
File metadata
- Download URL: idem_windows-2-py3-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fb1b92c1fcafae0dbdf8f66f5ae2e67b559685d5411b51c04a13b249d077c5e |
|
MD5 | 8dbe16b9fe862a403bcbbf25abfb7939 |
|
BLAKE2b-256 | d497d1515b1a88cd944bda2a43eabac460cf17d94578e7da5f5cf6c05b6f7060 |