Vertical app merge components for grains on all systems
Project description
Grains, execution modules, and state modules common to all systems
INSTALLATION
Install with pip:
pip install grains-universal
DEVELOPMENT INSTALLATION
Clone the grains-universal repo and install with pip:
git clone https://gitlab.com/saltstack/pop/grains-universal.git grains_universal pip install -e grains_universal
EXECUTION
After installation the grains command should now be available
TESTING
install requirements-test.txt with pip and run pytest:
pip install -r grains-universal/requirements-test.txt pytest grains-universal/tests
VERTICAL APP-MERGING
Instructions for extending grains-universal into an OS or distro specific pop project
Install pop:
pip install --upgrade pop
Create a new directory for the project:
mkdir idem-{specific_platform} cd idem-{specific_platform}
Use pop-seed to generate the structure of a project that extends grains and idem:
pop-seed -t v idem-{specific_platform} -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 “grains-universal” to the requirements.txt:
echo grains-universal >> requirements.txt
And that’s it! Go to town making grains, execution modules, and state modules specific to your specific platform. Follow the conventions you see in grains-universal.
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 grains-universal-3.tar.gz
.
File metadata
- Download URL: grains-universal-3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecca80f316e5f421d7893c536f658905e197bb4234af66d1b40608a8c081a707 |
|
MD5 | cf6bd5919483b35162c4def950907818 |
|
BLAKE2b-256 | fa7de4712e98c9433d0ffc9f75222eb9d88ba4a6dcbb765ea277640d67745ea6 |
File details
Details for the file grains_universal-3-py3-none-any.whl
.
File metadata
- Download URL: grains_universal-3-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75581f7b84d4682adb872fcdd0a6569f19df05fb074b463301e412b515e10aad |
|
MD5 | 56c5ba768b1c3965dee777710e45fcdf |
|
BLAKE2b-256 | 1e46a2469686b9e9d4a344ab0fdf6f61a03804c6e5310de434c68f5d3266faef |