Commit Graph

50421 Commits

Author SHA1 Message Date
Nitin Madhok
28fa708cbb Adding docs to be able to specify network adapter settings 2015-04-04 17:04:07 -04:00
Nitin Madhok
552a8d98e8 Ability to add new network adapter upon creation 2015-04-04 17:03:37 -04:00
Nitin Madhok
dda50415a0 Refactoring and breaking things into simpler functions for reusability 2015-04-04 14:19:39 -04:00
Matej Susta
21ee817894 Fixed malformed locale string in localmod module 2015-04-04 19:36:43 +02:00
Nitin Madhok
13163a397a Being able to change network on existing network adapter 2015-04-04 12:56:26 -04:00
Andrea-Redi Tsarida
e1024db7e4 pylint 2015-04-04 09:47:08 +02:00
Seth House
786c598f06 Added a cmd method to the Caller() class for consistency with *Clients
This adds a new method to the Caller() class which is intended for use
from the Python API. The existing CLI behavior is untouched.

Whether to use `Caller().function()` or `Caller().sminion.functions`
causes the occasional confusion. Also using `function` parses args and
kwargs in a way intended for use from the CLI (I think) which can cause
unexpected behavior at the Python level.
2015-04-03 20:26:59 -06:00
Damian Myerscough
aefa84ae8e Unittest for firewalld features 22292 2015-04-03 18:49:40 -07:00
Justin Findlay
6ae9fe6dff Merge pull request #22348 from cachedout/document_core_opts
Document many core opts
2015-04-03 18:34:38 -06:00
Gareth J. Greenaway
ad26ca47f6 copying the kwargs argument to _kwargs, then iterating over that instead of kwargs. Otherwise kwargs could change while we're iterating. #22399 2015-04-03 17:23:23 -07:00
Mike Place
3bc74501e4 Document many core opts
Although these are documented in other places, we need somewhere that we
can store more in-depth, interface-specific information about various options.

This way, we can make implementation-specific comments which would not be approrpiate
for user configuration files.
2015-04-03 17:17:06 -06:00
Andrea-Redi Tsarida
0b28af691e cfn module + state 2015-04-04 01:13:43 +02:00
Joseph Hall
77f50bfdc8 Merge pull request #22340 from nmadhok/drive-vmware
Adding functionality to create() in vmware cloud driver to be able to add/reconfigure hard disks
2015-04-03 16:29:52 -06:00
Nitin Madhok
3d54385e44 Lint 2015-04-03 17:16:30 -04:00
Nitin Madhok
d8310c4f95 Forgot to uncommentcomment stuff 2015-04-03 17:11:48 -04:00
Nitin Madhok
b227f3ec6d Fixing a bug where hard disks where being added in random order 2015-04-03 17:05:07 -04:00
Thomas S Hatch
64433d615f Merge pull request #22307 from EliRibble/fix-22306
Fix issue #22306
2015-04-03 14:59:04 -06:00
Nitin Madhok
6e93b11bb9 Removing unnecessary warning. DRS is automatically applied if it is a cluster 2015-04-03 16:13:41 -04:00
Nitin Madhok
4203c1e349 Adding functionality to create to be able to add/reconfigure hard disks 2015-04-03 16:03:52 -04:00
Mike Place
1cd0648298 Merge pull request #22338 from cachedout/dmi_log_format
Drop noisy dmidecode logs down to trace and reformat them
2015-04-03 13:04:50 -06:00
Mike Place
76f02a9537 Drop noisy dmidecode logs down to trace and reformat them 2015-04-03 13:02:51 -06:00
Nicole Thomas
b12bbfd764 Merge pull request #22333 from cachedout/catch_event_ret_exc
Prevent process restart if event returner can't be reached
2015-04-03 12:54:18 -06:00
Nicole Thomas
d129122f29 Merge pull request #22334 from jfindlay/fix_sched_test
decrease specificity in schedule.modify unit test
2015-04-03 12:53:33 -06:00
Nicole Thomas
442791504f Merge pull request #22336 from whiteinge/doc-new-modules
Add new modules of all types to the module index
2015-04-03 12:52:50 -06:00
Seth House
4cb33c92d6 Added autodoc generated pages for the new modules types 2015-04-03 12:45:49 -06:00
Seth House
ef3893d4de Updated module index pages for each of the module types 2015-04-03 12:39:13 -06:00
Justin Findlay
257a1abc5e decrease specificity in schedule.modify unit test
python-2.6 difflib's diff formatting is slightly different from the
formatting generated by the version of difflib python-2.7, so that
detail of the test has been removed.
2015-04-03 12:14:33 -06:00
Mike Place
cebbad4bf8 Prevent process restart if event retuerner can't be reached 2015-04-03 12:03:51 -06:00
jfindlay
cfec0b403f Merge pull request #22331 from rallytime/fix-syntax-error
Fix python 2.6 syntax error in salt/grains/core.py
2015-04-03 10:22:50 -06:00
Thomas S Hatch
74bc55a5f8 Merge pull request #22326 from rallytime/fix_network_unittest
Patch decorators.which for network_test.test_arp
2015-04-03 09:44:37 -06:00
Thomas S Hatch
d00a0e2c47 Merge pull request #22324 from rallytime/versionadded_firewalld
Add some versionadded infos to new firewalld funcs
2015-04-03 09:44:00 -06:00
Thomas S Hatch
75d21cca21 Merge pull request #22323 from rallytime/merge-22248
Merge #22248 with pylint fix
2015-04-03 09:43:09 -06:00
rallytime
ba440eda1a Fix python 2.6 syntax error in salt/grains/core.py
Fixes #22327
2015-04-03 09:14:31 -06:00
Mike Place
84fb57ca43 Merge pull request #22330 from cachedout/log_trace
More to trace per comment in #22303
2015-04-03 08:59:18 -06:00
Mike Place
65b1183000 More to trace per comment in #22303 2015-04-03 08:58:28 -06:00
rallytime
39f3ff526a Patch decorators.which for network_test.test_arp
If salt.utils.which('arp') is None, we shouldn't fail this test.

This fixes the Arch and Fedora test failures on develop
2015-04-03 08:28:10 -06:00
Nicole Thomas
f65f6471a4 Merge pull request #22325 from rallytime/fix-pylint
Fix pylint error for develop
2015-04-03 08:01:06 -06:00
rallytime
ea25e6c5ba Fix pylint error for develop 2015-04-03 07:06:51 -06:00
rallytime
47a4f04168 Add some versionadded infos to new firewalld funcs 2015-04-03 06:45:48 -06:00
Nicole Thomas
c22695d847 Merge pull request #22292 from dmyerscough/firewalld-new-features
New features and bug fixes
2015-04-03 06:41:48 -06:00
rallytime
fa434c54cc Whitespace fix and remove duplicate import 2015-04-03 06:38:19 -06:00
Damian Myerscough
d7d669a42f Fix Lint Errors 2015-04-02 17:06:05 -07:00
Thomas S Hatch
4374f4c6e4 Merge pull request #22310 from rallytime/rc2_sidebar
Update sidebar and release candidate docs for rc2
2015-04-02 17:45:55 -06:00
Thomas S Hatch
4f881c405b Merge pull request #22305 from cachedout/carbon_event
Stream beacons and other events into Graphite
2015-04-02 17:43:23 -06:00
Nicole Thomas
3e6399d192 Merge pull request #22303 from dmyerscough/22204-additional-logging
Show what grains are being loaded when running debug level
2015-04-02 17:20:42 -06:00
Mike Place
6e77d854c8 Merge pull request #22309 from rallytime/file-line-versionadded
Add versionadded directive to file.line state
2015-04-02 17:11:25 -06:00
Mike Place
625cc262b4 Merge pull request #22267 from The-Loeki/smbios-module
modify _hw core grains to use the new smbios module, add system uuid
2015-04-02 17:10:03 -06:00
rallytime
c45f64cb8d Add versionadded directive to file.line state 2015-04-02 17:07:45 -06:00
Eli Ribble
d98136e779 Fix issue 22306
Be aware of when we download files from S3 that have an environment
prefix. For example, if the S3 bucket contains /base/top.sls then the
file will be downloaded as {pillar_dir}/base/top.sls rather than
{pillar_dir}/top.sls which will mean that we are building our pillar
with the wrong root and won't actually ingest any pillar data.

Now we take into account whether or not we are in multiple_env mode and
correct the pillar root accordingly.

We also need to avoid recursively recreating the pillar when we compile
the pillar. There may be a more canonical way to do this, I'm not
familiar enough with salt internals to know, but by ripping out the s3
config from the ext_pillar config we avoid the infinite recursion.

May be related to 18355
2015-04-02 17:00:52 -06:00
rallytime
5cd2db23eb Update sidebar and releasecandidate docs for rc2 2015-04-02 16:42:01 -06:00