Commit Graph

27506 Commits

Author SHA1 Message Date
Daniel Wallace
a0ebcc3470 [salt.cloud] fix volume_list in SaltNova 2014-03-10 02:20:06 -05:00
Daniel Wallace
66e449291e [salt.cloud] adding volumes to cloud states 2014-03-10 02:20:06 -05:00
Pedro Algarvio
4af4bf13e5 Merge pull request #11081 from cvrebert/patch-1
utils/serializers/yaml.py: fix spelling: polute => pollute
2014-03-10 07:02:48 +00:00
Chris Rebert
cd79293371 utils/serializers/yaml.py: fix spelling: polute => pollute 2014-03-09 21:40:47 -07:00
Matthew Williams
76c8b9535a salt.modules.seed: typo 2014-03-09 22:20:15 -04:00
Matthew Williams
ee70eed662 lxc: saltify -> bootstrap; lxc & seed: doc improvements 2014-03-09 22:16:44 -04:00
Christoph Heer
013f56c497 Add pip_exists_action argument to virtualenv state
If you have some editable packages in a managed virtualenv than
you should be able to set the default action of pip for existing
paths.
2014-03-10 00:08:23 +01:00
Joseph Hall
7dfce9935a Merge pull request #11078 from garethgreenaway/develop
Initial addition of module to manage nftables firewall rules.
2014-03-09 14:28:59 -06:00
Gareth J. Greenaway
29517377f9 Initial additional of module to manage nftables firewall rules. 2014-03-09 12:43:32 -07:00
Pedro Algarvio
2477ebffad Merge pull request #11075 from terminalmage/issue7306
Allow for pkgname.x86_64 to be used in pkg states
2014-03-09 17:58:57 +00:00
Erik Johnson
828b6a206e Normalize name for single package target 2014-03-09 10:03:52 -05:00
Erik Johnson
c6adbb8401 Normalize package names 2014-03-09 09:51:11 -05:00
Erik Johnson
0628599b1e Normalize package names 2014-03-09 09:51:11 -05:00
Erik Johnson
a516db971f Add normalize_name function
This will pave the way for .x86_64 architectures to be used in pkg
states.
2014-03-09 09:51:11 -05:00
Pedro Algarvio
a91ec264d7 Merge pull request #11070 from terminalmage/11002
Fix file.recurse states with trailing slashes in source
2014-03-09 13:46:47 +00:00
Mathieu Le Marec - Pasquet
c481b00df5 salt.states.archive: multiple improvments
- add a new keep paramater to optionnaly not delete the archive after extraction
- Fix the traceback in case of tar error by correctly returning a state return mapping
- Correctly handle extra tar options if any by adding defauts ones if only needed
- Pep8
- When silently extracting with tar, be sure that the no output stuff won't be
  handled as a failed extraction.
2014-03-09 12:08:46 +00:00
Stanisław Pitucha
701775643b Report errors when preparation fails
Previously salt daemons could fail to start without giving any
reason, when (for example) chown failed during the startup.
This change doesn't fix anything, but at least reports the error
back to the user.
2014-03-09 02:21:14 +00:00
Mathieu Le Marec - Pasquet
01b6b492ef Safebelts for lxc provisionning:
Cloud:
    - Allow to use alternate config prefixes
    - Filter default options

LXC module:
    - Filter default options in create
2014-03-08 22:25:02 +00:00
Mathieu Le Marec - Pasquet
5941827d17 salt.cloud.lxc: Optimized salt client 2014-03-08 22:25:01 +00:00
Erik Johnson
b5fe4ebb09 Fix file.recurse states with trailing slashes in source
Resolves #11002.
2014-03-08 12:03:54 -06:00
Joseph Hall
8f8577e336 Merge pull request #11069 from s0undt3ch/hotfix/minor
Minor corrections
2014-03-08 05:35:33 -07:00
Pedro Algarvio
ba80b2ecfa Show how to use __virtualname__ 2014-03-08 11:03:20 +00:00
Pedro Algarvio
e26d7f1db9 Update doc to reflect proper __virtual__ usage. 2014-03-08 11:03:07 +00:00
Pedro Algarvio
a88720fec9 Compare to None instead.
Which is what's returned by `salt.utils.which` in case the binary is not
found.
2014-03-08 11:02:47 +00:00
Pedro Algarvio
19f1e6fbe8 Merge pull request #11068 from holmboe/survey-runner-index
Add survey to runner index
2014-03-08 10:58:30 +00:00
Henrik Holmboe
ec769d4a35 Add survey to runner index 2014-03-08 11:02:33 +01:00
Pedro Algarvio
ea827ecd04 Merge pull request #11067 from gravyboat/develop
Update to cmd state documentation for a note on creates.
2014-03-08 09:55:11 +00:00
Forrest Alvarez
0d8ab34bed Merge remote branch 'upstream/develop' into develop 2014-03-08 04:19:33 +00:00
Forrest Alvarez
65e50a4e06 Added a note regarding creates and what versions it is supported in. 2014-03-08 04:19:07 +00:00
Thomas S Hatch
f2ce45263d lint fix 2014-03-07 20:23:34 -07:00
Joseph Hall
312112c4d7 Merge pull request #11066 from techhat/bootstrap
Don't redefine deploy_script
2014-03-07 19:50:02 -07:00
Joseph Hall
54dfd1d72b Don't redefine deploy_script 2014-03-07 19:47:33 -07:00
Joseph Hall
4eecbe01ff Merge pull request #11064 from makinacorpus/hotfix3
fix regression introduced by #11057
2014-03-07 18:13:42 -07:00
Mathieu Le Marec - Pasquet
dcb288d098 grammar 2014-03-08 01:13:01 +00:00
Mathieu Le Marec - Pasquet
33f86b488a fix regression introduced by #11057 2014-03-08 00:46:12 +00:00
Thomas S Hatch
a73db535aa Another raw string 2014-03-07 16:25:35 -07:00
Thomas S Hatch
dd37d3dcb7 Various lint fixes 2014-03-07 16:24:38 -07:00
Seth House
d196a55077 Add event function to state runner for light event interaction via CLI 2014-03-07 15:24:17 -08:00
Thomas S Hatch
787274f584 Merge pull request #11063 from whiteinge/doc-extension-modules
Added docs for the extension_modules setting
2014-03-07 15:18:39 -08:00
Thomas S Hatch
c2bd4906d4 Merge pull request #11062 from basepi/gathertimeout
Bump default gather_job_timeout to 5 for safety
2014-03-07 15:18:10 -08:00
Thomas S Hatch
6c922673d3 Merge pull request #11060 from cvrebert/patch-1
pkgrepo state: add missing import of `sys` module
2014-03-07 15:17:50 -08:00
Thomas S Hatch
c526e4de44 Merge pull request #11059 from mgwilliams/lxc
add lxc.saltify and lxc.run_cmd
2014-03-07 15:17:43 -08:00
Thomas S Hatch
a729a9619b Merge pull request #11058 from hulu/lxc-templates
avoid shadowing templates() within lxc module
2014-03-07 15:17:25 -08:00
Thomas S Hatch
7607e44a01 Merge pull request #11057 from hulu/lxc-exists
shadowing & grammar in lxc module
2014-03-07 15:17:11 -08:00
Seth House
a06ccfef2f Added docs for the extension_modules setting
Refs #11030
2014-03-07 15:13:41 -08:00
Colton Myers
eb139e7c46 Bump default gather_job_timeout to 5 for safety 2014-03-07 15:51:13 -07:00
Chris Rebert
4f39b47a86 pkgrepo state: add missing import of sys module
************* Module salt.states.pkgrepo
salt/states/pkgrepo.py:303: [E0602(undefined-variable), managed] Undefined variable 'sys'
salt/states/pkgrepo.py:379: [E0602(undefined-variable), absent] Undefined variable 'sys'
2014-03-07 14:42:10 -08:00
Matthew Williams
de3de02d8d salt.modules.lxc: fix bug in saltify when container is not running 2014-03-07 17:38:35 -05:00
Chris Rebert
43a3dea994 avoid shadowing templates() within lxc module
************* Module salt.modules.lxc
salt/modules/lxc.py:710: [W0621(redefined-outer-name), templates] Redefining name 'templates' from outer scope (line 700)
2014-03-07 14:37:04 -08:00
Chris Rebert
29a68727c1 avoid shadowing outer exists() func in lxc module
************* Module salt.modules.lxc
salt/modules/lxc.py:520: [W0621(redefined-outer-name), start] Redefining name 'exists' from outer scope (line 616)
salt/modules/lxc.py:555: [W0621(redefined-outer-name), stop] Redefining name 'exists' from outer scope (line 616)
2014-03-07 14:34:03 -08:00