Pedro Algarvio
c1096cf760
Update bootstrap script stable version
2014-06-19 19:36:51 +01:00
Pedro Algarvio
1a9a7fb87e
Merge branch 'develop' of github.com:saltstack/salt into hotfix/saltapi-merge-tests
2014-06-19 12:01:33 +01:00
Seth House
ffd0595864
Added salt-api to setup.py
2014-06-18 22:14:16 -06:00
Pedro Algarvio
1d0fdd5a6c
Allow transport to be none to skip ZeroMQ deps
2014-06-19 00:07:30 +01:00
Pedro Algarvio
5a781eb9a6
Support the best possible option for all
...
* pip based installations default to ZeroMQ:
pip install salt
* pip based installations can additionally install REAT deps
pip install salt[RAET]
On local checkout's:
* pip based installation with requirements files can choose which, or both, just use the right requirements file(s)
pip install -r raet-requirements.txt
* pass ``--salt-transport` to choose which, `zeromq`, `raet` or `both`. Choosing `raet` removes the `zeromq` deps
2014-06-18 23:56:24 +01:00
Pedro Algarvio
da1f8bd4b7
Start off with the common salt install requires
2014-06-18 00:45:05 +01:00
Pedro Algarvio
1eb5156837
Move the --salt-transport
to the install command
2014-06-18 00:34:04 +01:00
Pedro Algarvio
b5b51fc7ed
Partially revert "Differentiate ZeroMQ from RAET based installations."
...
This partially reverts commit e4179cdc68
.
2014-06-17 23:56:05 +01:00
Pedro Algarvio
e4179cdc68
Differentiate ZeroMQ from RAET based installations.
...
Since the requirements are different, "decide" which to require.
2014-06-17 15:36:02 +01:00
David Boucha
e0c86978c3
add sqlite to the esky builds
2014-06-12 13:55:04 -06:00
David Boucha
131aa168c6
Add sqlite3 to the freezer includes
2014-05-22 14:12:28 -06:00
Pedro Algarvio
bba9c3f4d2
Update generated salt/_version.py
file to use __saltstack_version__
.
2014-05-06 05:43:22 +01:00
Samuel M Smith
a68daa450f
Removed references to raet and table from setup.py
2014-04-10 16:59:56 -06:00
Jason Mehring
37a1c690c7
salt.utils.serializers package missing from setup.py
2014-04-09 05:35:07 -04:00
Pedro Algarvio
33ca7f6817
Better variable names.
2014-04-08 08:30:47 +01:00
Thomas S Hatch
2df20719de
Allow for more files to be more easily set to executable
...
This allows for files to just be listed and then BAM! They are
installed executable
2014-04-07 23:29:29 -06:00
Thomas S Hatch
737a21c34c
Add lxc templates to the mix
2014-04-07 16:19:47 -06:00
David Boucha
f02dfbbd04
Include psutil on Windows
2014-03-31 11:21:08 -06:00
Gareth J. Greenaway
19f5d19f1f
change in InstallLib assumes build/lib/salt and looks for a file based on that assumption. on certain platforms this fails and causes the setup.py to fail.
2014-03-18 20:27:48 -07:00
Massimiliano Torromeo
ba92bb7b81
Fix permissions of the ssh-id-wrapper script
2014-03-17 17:56:31 +01:00
Massimiliano Torromeo
8f69fa4fb9
Moved git wrapper script to the package templates directory
2014-03-14 09:21:09 +01:00
Massimiliano Torromeo
4b620f0097
Add salt-git-ssh script to pass the ssh identity to the git command.
2014-03-14 09:21:09 +01:00
Massimiliano Torromeo
e1fbcb8ce1
Fix template packaging issue
2014-03-13 11:24:30 +01:00
Thomas S Hatch
ab576bb069
Merge pull request #10920 from gtmanfred/nova
...
Create SaltNova class
2014-03-04 19:36:30 -08:00
Thomas S Hatch
848207e541
Add client.raet to packages
2014-03-03 22:10:43 -07:00
Daniel Wallace
742ecfa53b
add to setup.py
2014-03-03 15:04:52 -06:00
Mathieu Le Marec - Pasquet
6483539dc3
fix setup.py typo
2014-03-02 15:58:19 +00:00
Thomas S Hatch
6a3152255a
Don't fail the setup.py if zmq is a liile on the old side
2014-02-26 15:35:25 -07:00
Thomas S Hatch
6969758108
Add salt-unity to the base deployment
2014-02-26 15:17:14 -07:00
Pedro Algarvio
13cfa54065
Properly handle PyZMQ >= 0.14 when freezing
2014-02-26 06:24:55 +00:00
Thomas S Hatch
b15387920d
Add the floscripts to the setup.py
2014-02-25 14:35:34 -07:00
Thomas S Hatch
613926b27e
update the setup.py for daemons/flo dir rename
2014-02-25 10:41:25 -07:00
Christopher A. Stelma
f5bdf7a24b
full module list and alphabetize
2014-02-05 16:50:41 -08:00
Christopher A. Stelma
a0245efb85
package salt.daemons
2014-02-05 16:37:31 -08:00
Nahum Shalman
7b9712c2d2
SmartOS Esky build: Just try to grab everything
...
After discovering missing modules one at a time I went in search
of a bigger hammer.
We use the bbfreeze ModuleGraph code to find all deps for
salt.modules.* and add them to the FREEZER_INCLUDES variable.
It may be worth trying this approach for other platforms...
2014-01-30 14:06:19 -05:00
Alexey Ivanov
62464b237f
setup: fixed shebang
2014-01-13 00:58:57 -08:00
David Boucha
a7807a92d9
Add more Windows libraries to freezer
2014-01-10 12:27:40 -07:00
David Boucha
6eae8acfa4
add win32net to windows freezer includes
2014-01-10 10:12:04 -07:00
Pedro Algarvio
ad54eca1ab
Only update the bootstrap script on request. Fixes #9535 .
2014-01-03 01:24:17 +00:00
Thomas S Hatch
ae9d127a99
Add salt.transport to installed packages
2013-12-23 10:27:53 -07:00
Thomas S Hatch
7407f8b75b
Merge pull request #9043 from garethgreenaway/develop
...
Adding support to manage networks on Debian/Ubuntu systems.
2013-12-06 08:21:31 -08:00
Pedro Algarvio
9226f98bfe
Let's include Salt Cloud to avoid circular import issues in Windows.
2013-12-05 20:46:35 +00:00
Gareth J. Greenaway
e30bd1673e
Adding support to manage networks on Debian/Ubuntu systems.
2013-12-04 20:38:25 -08:00
Pedro Algarvio
9767d83e67
salt.cloud.utils
is no longer a package.
2013-11-21 20:33:12 +00:00
Pedro Algarvio
582207634a
apache-libcloud
should not be a dependency for Windows.
2013-11-18 17:39:27 +00:00
Pedro Algarvio
60dabead8f
Invert debugging logic.
2013-11-15 17:23:58 +00:00
Pedro Algarvio
5c1fc92715
Strip ALL non windows scripts from sdist
.
2013-11-15 17:22:29 +00:00
Pedro Algarvio
99148a1380
Better exec()
detection. Avoids esky build NameError
.
2013-11-14 23:01:30 +00:00
Pedro Algarvio
12880907d8
Make PyLint a bit happier.
2013-11-14 18:49:26 +00:00
Pedro Algarvio
8c14e211b7
Fix some missing variables and imports.
2013-11-14 18:18:51 +00:00