summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/salt
Commit message (Collapse)AuthorAgeFilesLines
* python3-distro: include as RDEPEND for salt-masterdunfellBen Gampe2020-09-131-1/+1
| | | | | | Required for salt-key with python version > 3.7 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* salt: Remove hardcoded Python 3.7 pathSam Zeter2020-08-201-1/+1
| | | | | | | | | | | | | The salt bitbake file hardcodes the Python 3.7 path as ${libdir}/python3.7 In order to ensure compatibility with Dunfell, which uses Python 3.8, and other future versions of Python, the variable PYTHON_SITEPACKAGES_DIR should be used. Signed-off-by: Sam Zeter <samuelzeter@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* ] salt: bump 2018.3 -> 3000Fagundes, Paulo2020-02-2712-2844/+148
| | | | | Signed-off-by: Paulo Fagundes <paulo.fagundes@opengear.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* openstack: packages: update for python3Bruce Ashfield2020-01-221-24/+24
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* salt: bump 2016.11 -> 2018.3Sergey Kizunov2018-08-281-13/+12
| | | | | Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: upgrade to 2016.11Alejandro del Castillo2016-12-185-60/+403
| | | | | Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt-tests: Disable staticdev QAWarningCollin Richards2016-07-211-0/+4
| | | | | | | | | | | | | The salt-test package uses files with .a extensions in it's tests. These are used in tests that inspect the tree structure of the file system and have nothing to do with static libraries. This triggers an OE QAWarning. Skip the staticdev check for this package to disable this warning. Signed-off-by: Collin Richards <collin.richards@ni.com> Natinst-ReviewBoard-ID: 145293 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: Add the salt test suiteCollin Richards2016-06-211-0/+11
| | | | | | | | | | | * Add salt-tests - package for salt test suite The salt test suite can be run from: /usr/lib/python2.7/site-packages/salt-tests/tests/runtests.py Signed-off-by: Collin Richards <collin.richards@ni.com> Natinst-ReviewBoard-ID: 142234 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: upgrade to 2016.3Alejandro del Castillo2016-06-175-219/+718
| | | | | | | | * Update conffiles * Add PKGCONFIG options for zeromq and TCP transports. Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: add python-futures to RRECOMMENDS for salt-commonJosh Cartwright2016-02-091-1/+1
| | | | | | | | | The TCP transport mechanism has a dependency on the python-futures module. Document this in the form of an RRECOMMENDS. Signed-off-by: Josh Cartwright <joshc@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: upgrade to 2015.8Alejandro del Castillo2015-10-021-13/+13
| | | | | | | Follow Debian dependencies from official salt repo at repo.saltstack.com Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: upgrade to 2015.5Alejandro del Castillo2015-06-011-5/+4
| | | | | | | python-request is now only a dependency of salt-cloud. Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: add recipe for saltAlejandro del Castillo2015-05-1312-0/+2158
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>