Thomas S Hatch
e4566371fa
Merge pull request #13717 from bhepple/patch-1
...
Update salt-minion
2014-06-25 00:05:41 -06:00
Thomas S Hatch
549b6d7476
Merge pull request #13715 from jacksontj/develop
...
Add more descriptive names to the process
2014-06-25 00:04:24 -06:00
christobot
9786fe45d6
Add new styles for code blocks - addresses #13215
2014-06-24 22:30:09 -07:00
bhepple
ed3166990c
Update salt-minion
...
On our RHEL5 systems we're getting 2 and sometimes 3 or more salt-minions started. Somehow the check on /var/run/salt-minion.pid doesn't prevent this.
This patch stops the registered process and kills any further salt-minion processes, first trying -TERM and then -KILL signals.
It may be that other distros would like to use this same logic to tidy up, in which case the new code can be moved into place as appropriate.
2014-06-25 14:58:02 +10:00
Thomas Jackson
ea5455e89a
Add more descriptive names to the process (so you can tell which one is which in ps)
...
- Add appendproctitle utils function
- Change master processes to call said function
2014-06-24 20:47:25 -07:00
Thomas S Hatch
fef9dc6984
Merge pull request #13712 from allanhung/develop
...
fix nodegroup_comp func
2014-06-24 21:35:07 -06:00
Thomas S Hatch
1a92cec9f1
Merge pull request #13707 from garethgreenaway/schedule_module_test
...
Adding test=True ability to schedule module and state.
2014-06-24 21:34:16 -06:00
Thomas S Hatch
5abf54331e
Merge pull request #13706 from whiteinge/saltnado-conf-dir-syspath
...
Fixed saltnado syspaths var name; CONF_DIR -> CONFIG_DIR
2014-06-24 21:33:39 -06:00
Thomas S Hatch
12509bc22a
Merge pull request #13705 from gtmanfred/develop
...
remove argument from xdg_config_dir
2014-06-24 21:32:06 -06:00
Thomas S Hatch
591efba4a7
Merge pull request #13704 from hulu/lxc-shadow
...
modules.lxc.init(): rename exists=>does_exist to avoid shadowing
2014-06-24 21:31:22 -06:00
Thomas S Hatch
caf8c4094a
Merge pull request #13701 from cachedout/pillar_doc_brushup
...
Improve initial pillar doc
2014-06-24 21:30:49 -06:00
Thomas S Hatch
f91df44c22
Merge pull request #13692 from UtahDave/fix_spelling
...
fix misspelling
2014-06-24 21:28:41 -06:00
Thomas S Hatch
35f21641a8
Merge pull request #13691 from cachedout/exit_codes
...
Migrate minion to centralized exit codes
2014-06-24 21:28:00 -06:00
Thomas S Hatch
b7542481f4
Merge pull request #13690 from ticosax/docker=1.0
...
Docker=1.0
2014-06-24 21:27:23 -06:00
Thomas S Hatch
22c3588c24
Merge pull request #13689 from rallytime/digital_ocean_docs
...
Update Digital Ocean docs to include ssh_key_file requirements
2014-06-24 21:24:23 -06:00
Thomas S Hatch
cbb8442a63
Merge pull request #13685 from bechtoldt/chmod_ssh_known_host
...
chmod ssh known hosts file in set_ssh_known_host (salt.modules.ssh)
2014-06-24 21:21:08 -06:00
Thomas S Hatch
5270cb7c90
Merge pull request #13679 from garethgreenaway/sysmod_work
...
Adding state docstring to the state_doc function output.
2014-06-24 21:13:42 -06:00
allan
cddc1c8397
fix nodegroup_comp func
2014-06-25 10:44:23 +08:00
Erik Johnson
428bd43af4
Allow traversing dicts nested with lists when matching
2014-06-24 21:42:31 -05:00
Thomas S Hatch
ba331043e0
Merge pull request #13666 from babilen/issues/#13665
...
Revert "Add master local ip mapping to minion id checking"
2014-06-24 20:21:32 -06:00
Thomas S Hatch
160467ea1f
Merge pull request #13618 from whiteinge/cmd-event-returns
...
Switch LocalClient().cmd() to watch returns same as Salt's CLI
2014-06-24 20:18:48 -06:00
Thomas S Hatch
8a543e8d1c
Merge pull request #13686 from cro/ext_nodes_fail2
...
Fix ext_nodes breakage
2014-06-24 20:13:27 -06:00
Erik Johnson
bc7de93615
Merge pull request #13711 from cachedout/dict_policy
...
Formalize a policy for initializing dictionaries.
2014-06-24 19:36:44 -05:00
Mike Place
915570f045
Formalize a policy for initializing dictionaries.
2014-06-24 18:35:13 -06:00
Gareth J. Greenaway
75dc54ebc8
Lint fixes.
2014-06-24 17:00:47 -07:00
C. R. Oldham
e4a40fd835
Make code tiny bit clearer, fix pylint.
2014-06-24 17:41:18 -06:00
Gareth J. Greenaway
49d72640f8
Adding test=True ability to schedule module and state.
2014-06-24 16:33:25 -07:00
Daniel Wallace
ac8b639853
remove argument from xdg_config_dir
...
Closes #13699
2014-06-24 18:20:11 -05:00
Seth House
71888c5930
Fixed saltnado syspaths var name; CONF_DIR -> CONFIG_DIR
...
Fixes #13700
2014-06-24 17:17:20 -06:00
Chris Rebert
796e47aaa7
modules.lxc.init(): rename exists=>does_exist to avoid shadowing
...
************* Module salt.modules.lxc
salt/modules/lxc.py:794: [W0621(redefined-outer-name), init] Redefining name 'exists' from outer scope (line 1469)
2014-06-24 16:01:17 -07:00
C. R. Oldham
88ebdd97d6
Revert _ext_nodes change.
2014-06-24 16:55:16 -06:00
Mike Place
e01becc217
Improve initial pillar doc
...
I think the pillar intro was too light on details. Hopefully this makes
it easier to follow.
2014-06-24 16:47:45 -06:00
Thomas S Hatch
2b16eea71c
Merge pull request #13693 from mgwilliams/highstate-whitelist
...
fix bugs in highstate whitelist, add tests
2014-06-24 15:42:56 -06:00
Matthew Williams
45fadcf885
fix bugs in highstate whitelist, add tests
2014-06-24 17:38:53 -04:00
David Boucha
c6b64c13e7
fix misspelling
2014-06-24 15:32:56 -06:00
Mike Place
b760b0b342
Migrate minion to centralized exit codes
2014-06-24 15:29:52 -06:00
Nicolas Delaby
6c847b91c7
docker api > 1.9
2014-06-24 22:56:55 +02:00
rallytime
c482bf2e6c
Update "Getting Started with Digital Ocean" docs to include ssh requirements
2014-06-24 14:47:00 -06:00
Joseph Hall
6eb8517d0d
Merge pull request #13688 from rallytime/digitalocean_tests
...
Fix digital ocean provider integration tests
2014-06-24 14:36:40 -06:00
rallytime
c001f717a4
Fix digital ocean provider integration tests
2014-06-24 14:33:15 -06:00
Nicolas Delaby
1b3fc8de25
docker-py==0.3.2 already reads '~/.dockercfg'
...
So drop its support
Fixes #13305
2014-06-24 22:28:10 +02:00
Nicolas Delaby
4e7e0bc7e0
Since #13463 support for previous version of docker-py older than 0.3.2 is broken
...
Reflect this change in documentation
2014-06-24 22:28:10 +02:00
Nicolas Delaby
55afbfa188
Fix typo
2014-06-24 22:28:10 +02:00
Thomas S Hatch
46ce5cd310
libnacl settled on taking a path in the new save method of keys
2014-06-24 14:09:36 -06:00
C. R. Oldham
fbfd19c682
fix ext_nodes breakage
2014-06-24 13:58:53 -06:00
Thomas S Hatch
7998d914ca
Fix key gen, earlier commit reffed wrong gen_keys method
2014-06-24 13:46:10 -06:00
Arnold Bechtoldt
da953f2220
chmod ssh known hosts file
2014-06-24 21:30:13 +02:00
Thomas S Hatch
1a4b13ea8b
Merge pull request #13682 from Tweenagedream/states-file-rename-copy-makedirs-fix
...
copy and rename should pass name instead of dname when makedirs is true
2014-06-24 12:49:17 -06:00
TweenageDream
ebeb9ba2b5
copy and rename should pass name instead of dname when makedirs is true
2014-06-24 14:42:26 -04:00
Thomas S Hatch
dbd6541cb9
Genericize key generation for raet/zeromq
2014-06-24 12:26:17 -06:00