Pedro Algarvio
fc3070c3bb
Keep minionswarm temporary files/dirs. Refs #1964 .
...
* Provide an option to the parer which allows not to delete temporary files/directories created for the minionswarm.
2012-09-05 12:01:48 +01:00
Pedro Algarvio
145197b48b
Fix test/minionswarm.py
. Refs #1964 .
...
* Allow the `minionswarm` to run under user space
* Provide some additional configuration to the minions to use the temporary directories created for the swarm.
* Try to properly shutdown the running minions.
* As a last resort, `kill -KILL` all minions still running.
2012-09-05 11:54:17 +01:00
Thomas S Hatch
777820133f
Merge pull request #1958 from s0undt3ch/develop
...
Only try to create non empty directory names.
2012-09-04 07:44:35 -07:00
Pedro Algarvio
436e161517
Add a log messages to know the minion's socket URI's
2012-09-04 15:24:44 +01:00
Pedro Algarvio
9c071fdddb
Only try to create non empty directory names.
2012-09-04 14:49:14 +01:00
Thomas S Hatch
d7a9fcb826
Merge pull request #1954 from s0undt3ch/issues/1948
...
Fix #1948
2012-09-03 19:48:49 -07:00
Thomas S Hatch
983767d3aa
Merge pull request #1950 from s0undt3ch/develop
...
Fix syntax error from last commit.
2012-09-03 19:44:04 -07:00
Pedro Algarvio
99a714d235
Some PEP8 fixes.
2012-09-03 23:32:41 +01:00
Pedro Algarvio
81ccd7c9a7
Remove un-used import.
2012-09-03 23:26:59 +01:00
Pedro Algarvio
e7a10cce98
Fix saltstack/salt#1948
...
* `SaltCPOptionParser` was not reading any configuration file. It should!
* Fixed the `salt-cp` test which was not testing anything, until now.
2012-09-03 23:24:08 +01:00
Pedro Algarvio
f33622f05c
Merge branch 'develop' of git://github.com/saltstack/salt into develop
2012-09-03 22:26:31 +01:00
Pedro Algarvio
6110a72231
Fix syntax error from last commit.
2012-09-03 19:10:38 +01:00
Thomas S Hatch
71e08a8e26
Merge pull request #1949 from s0undt3ch/develop
...
Fix state tests && auto ulimit handling
2012-09-03 10:24:08 -07:00
Thomas S Hatch
9b6c38ac07
Merge pull request #1947 from romeotheriault/add-solaris-virtual-grain
...
Separated and cleaned up solaris zone detection
2012-09-03 10:20:55 -07:00
Thomas S Hatch
02d9b6a487
Merge pull request #1946 from romeotheriault/fix-solaris-ps-grain
...
fix solaris ps grain
2012-09-03 10:19:53 -07:00
Pedro Algarvio
e2d0ffa992
Automatically try to raise max open files setting if too low when running tests.
2012-09-03 17:42:36 +01:00
Pedro Algarvio
68cbd08070
Merge branch 'develop' of git://github.com/saltstack/salt into develop
2012-09-03 16:41:25 +01:00
Pedro Algarvio
5ec829a46e
Fix state tests.
2012-09-03 16:40:52 +01:00
Romeo Theriault
f05d2cf4dd
fix solaris ps grain
2012-09-02 22:30:20 -10:00
Romeo Theriault
e1c0f33e11
Separated and cleaned up solaris zone detection
2012-09-02 22:02:13 -10:00
Thomas S Hatch
4e3f30c2bf
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-09-03 00:25:00 -06:00
Thomas S Hatch
8913648e6f
Fix crypt settings
2012-09-03 00:24:37 -06:00
Thomas S Hatch
db813d04e9
Make id optional
2012-09-02 23:42:40 -06:00
Thomas S Hatch
7b16efda4c
Set identity in sreq
2012-09-02 23:26:07 -06:00
Thomas S Hatch
6e8ea370bc
Merge pull request #1944 from conceptho/state-pecl
...
PECL state
2012-09-02 22:22:50 -07:00
Josmar Dias
88340acb52
fixing docs
2012-09-03 02:16:17 -03:00
Thomas S Hatch
cdff4bb149
Merge branch 'develop' of github.com:saltstack/salt into develop
2012-09-02 22:43:55 -06:00
Thomas S Hatch
94a57bd806
repair minionswarm for updated configdir changes
2012-09-02 22:42:49 -06:00
Thomas S Hatch
61dcc0d43c
Merge pull request #1943 from conceptho/state-pecl
...
Adding pecl state and module
2012-09-02 21:05:09 -07:00
Josmar Dias
bfafdc42bc
adding myself to authors
2012-09-03 00:53:00 -03:00
Josmar Dias
89bcfa37ef
Adding pecl state and module
2012-09-03 00:26:42 -03:00
Thomas S Hatch
dd441d57a3
Merge pull request #1942 from seanchannel/patch-5
...
increase ulimit
2012-09-02 14:14:23 -07:00
Sean Channel
c5966e0980
increase ulimit
...
1024 is not enough. This might be only on Ubuntu, where 1024 is already the default, but it's not just me.
2012-09-02 14:00:28 -07:00
Jeff Schroeder
1904008be3
Merge pull request #1940 from brutasse/brutasse-states
...
Added my states repo to the community section
2012-09-02 07:46:33 -07:00
Bruno Renié
a6568f6383
Added my states repo to the community section
2012-09-02 13:45:03 +02:00
Thomas S Hatch
a8b302b9fb
Apply logic fixes for #1870
2012-09-02 00:48:24 -06:00
Thomas S Hatch
030cfafab6
Fix #1921
2012-09-02 00:27:28 -06:00
Thomas S Hatch
58f5d03f19
'' is not always in sys.path
2012-09-02 00:03:16 -06:00
Thomas S Hatch
e02b297bf3
Remove local path imports
...
This should address #1924
2012-09-01 23:54:39 -06:00
Thomas S Hatch
1f3765c7d0
Add top file environment tracking to module syncing
2012-09-01 22:40:54 -06:00
Thomas S Hatch
d0a985b773
Merge pull request #1939 from s0undt3ch/issues/1896
...
Fix saltstack/salt#1896
2012-09-01 09:17:37 -07:00
Pedro Algarvio
a45c0bdce8
Fix saltstack/salt#1896
...
* Added `source` support to `salt.states.file.append()`
* Added tests for the above.
2012-09-01 07:49:34 +01:00
Thomas S Hatch
468efd0f48
Merge pull request #1938 from s0undt3ch/issues/1900
...
Add tests for saltstack/salt#1900
2012-08-31 23:39:11 -07:00
Pedro Algarvio
accb15d6ee
Add tests for saltstack/salt#1900
...
* Test both master and minion events firing
* Allow targeting the minions in `tests.integration.ModuleCase.run_function()`
* The above item allows to also test events firing using `tcp` as `ipc_mode` which is being used by the tests `sub_minion`
2012-09-01 07:29:06 +01:00
Thomas S Hatch
bc988be9bb
Merge pull request #1937 from s0undt3ch/issues/1935
...
Allow skipping random failing tests saltstack/salt#1935
2012-08-31 21:25:18 -07:00
Pedro Algarvio
71c842a896
Allow skipping random failing tests saltstack/salt#1935
2012-09-01 05:20:53 +01:00
Thomas S Hatch
6a6ab0d157
Merge pull request #1936 from s0undt3ch/issues/1900
...
Fix the tests related to saltstack/salt#1900
2012-08-31 21:19:35 -07:00
Pedro Algarvio
174f3d6d19
Fix the tests related to saltstack/salt#1900
2012-09-01 05:06:44 +01:00
Thomas S Hatch
000b770fa7
Merge pull request #1933 from s0undt3ch/issues/1900
...
Fix saltstack/salt#1900
2012-08-31 19:08:44 -07:00
Pedro Algarvio
cd1395ca72
Final saltstack/salt#1900 fixes
...
* Change `SaltEvent`, `MasterEvent` and `MinionEvent` class signatures to simplify it's use and passing `kwargs` to it.
2012-09-01 02:47:35 +01:00