No project description provided
Project description
Grains, execution modules, and state modules common to all solaris systems
INSTALLATION
Install idem-solaris directly from pip:
pip install idem-solaris
DEVELOPMENT INSTALLATION
Clone the idem_solaris repo and install with pip:
git clone https://gitlab.com/saltstack/pop/idem-solaris.git idem_solaris pip install -e idem_solaris
EXECUTION
After installation the corn command should now be available
TESTING
install requirements-test.txt with pip and run pytest:
pip install -r idem_solaris/requirements-test.txt pytest idem_solaris/tests
VERTICAL APP-MERGING
Instructions for extending pop-solaris into an OS-specific pop project
Install pop:
pip install --upgrade pop
Create a new directory for the project:
mkdir pop_{specific_solaris} cd pop_{specific_solaris_os}
Use pop-seed to generate the structure of a project that extends corn and idem:
pop-seed -t v pop_{specific_solaris_os} -d corn exec states
“-t v” specifies that this is a vertically app-merged project
“-d corn exec states” says that we want to implement the dynamic names of “corn”, “exec”, and “states”
Add “idem_solaris” to the requirements.txt:
echo "idem_solaris @ git+https://gitlab.com/saltstack/pop/idem_solaris.git" >> requirements.txt
And that’s it! Go to town making corn, execution modules, and state modules specific to your specific solaris-based platform. Follow the conventions you see in idem_solaris.
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_solaris-2.tar.gz
.
File metadata
- Download URL: idem_solaris-2.tar.gz
- Upload date:
- Size: 19.7 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.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f2fe4eb565971e651b7efb9d8a32f6e0ef9e00c2ef398f532750366ea212f6c |
|
MD5 | f4da92268a64cd28ad55594a93b652f6 |
|
BLAKE2b-256 | 310b923a8a4dc9ed489f247e04ed02981a87edfbc7070c43150ed30e4c26bd8a |
File details
Details for the file idem_solaris-2-py3-none-any.whl
.
File metadata
- Download URL: idem_solaris-2-py3-none-any.whl
- Upload date:
- Size: 24.5 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.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a94bea9fdaf14ef727451c96a3171c2eed4200b381147486bb68fbe190c6d99 |
|
MD5 | f9a523b78903125522a1bff6e0435f17 |
|
BLAKE2b-256 | aaf8b4276d888ac03b82a16af1accc1b63f6cb59e470708ad8d28b5512d9cc4d |