Commit Graph

71316 Commits

Author SHA1 Message Date
Mike Place
55fa192fd8 Merge pull request #34631 from czee/develop
Add account lock/unlock support to shadow module
2016-07-14 09:00:34 -06:00
Andras Tim
c211cfa0bc INI uses proper line endings - fix #34667 2016-07-14 16:55:04 +02:00
Mike Place
eadae09e0a Merge pull request #34563 from rallytime/py3-state-unit-tests
Py3 fixes for running unit tests in the unit/states/ directory.
2016-07-14 08:28:49 -06:00
Mike Place
3b6f1089b2 Merge pull request #34601 from lorengordon/clarify-doc
Clarifies the proper way to reference states
2016-07-14 08:20:41 -06:00
Tamas Szasz
700c4bb200 Added error message if the sqs_events engine cannot be imported 2016-07-14 16:12:56 +02:00
Mike Place
eed45b6c71 Merge pull request #34650 from bodhi-space/infra1850
INFRA-1850 - add support for grafting into specific namespaces to makostack ext_pillar module
2016-07-14 08:01:21 -06:00
Mike Place
d3df37e57a Merge pull request #34641 from rallytime/fix-34627
Gate the Public IP ssh_interfaces warning a little better
2016-07-14 07:57:54 -06:00
Mike Place
9376a3f5b6 Merge pull request #34634 from fdamstra/add-json-file-returner
Added rawfile_json returner, writes directly to local file
2016-07-14 07:55:36 -06:00
Mike Place
cc1d849fb4 Merge pull request #34643 from nevins-b/shlex-quotes
fix augeas module so shlex doesn't strip quotes
2016-07-14 07:51:00 -06:00
Mike Place
46b7d46ff1 Merge pull request #34654 from techhat/checkevent
Switch Thorium check over to expr_match
2016-07-14 07:48:40 -06:00
Mike Place
265ff57a99 Merge pull request #34655 from at0S/allow-to-alloate-eip-in-vpc
Elastic IP now could be allocated to VPC or EC2 region
2016-07-14 07:47:26 -06:00
Taras Yermolenko
253c2f4e92 Elastic IP now could be allocated to VPC or EC2 region
Signed-off-by: Taras Yermolenko <ven1meux@donar.eng.actionhrm.com>
2016-07-14 12:23:44 +10:00
Joseph Hall
a3730a011b Switch Thorium check over to expr_match 2016-07-13 19:12:00 -06:00
Fred Damstra
24d04a45d7 Switched from open() to salt.utils.flopen()
flopen() provides locking and file handle tracking.
Also fixed errant copy and pasted comment.
2016-07-13 20:39:34 -04:00
Fred Damstra
3fbd1b10f1 Rebased to develop 2016-07-13 20:36:16 -04:00
Fred Damstra
8edeba9ab8 Switched from open() to salt.utils.flopen()
flopen() provides locking and file handle tracking.
Also fixed errant copy and pasted comment.
2016-07-13 20:34:28 -04:00
Fred Damstra
d75276f9d9 Added documentation link for rawfile_json returner. 2016-07-13 20:34:27 -04:00
Fred Damstra
73e0af8f13 Added rawfile_json returner
This returner saves the event json directly to a file on the local
filesystem of either the minion (in the event of --return) or
of the master (when using event_return).
2016-07-13 20:34:27 -04:00
Nicole Thomas
a7868c248a Spelling fixes found in sqlite3 pillar docs (#34652) 2016-07-13 18:59:43 -04:00
Nicole Thomas
bc63f25a6f Lint 34644 (#34651)
* Better error handling for __virtual__ in dockerng module

* Modify lodaer global test to use populated dunders

This prevents a number of errors in the error log and makes for a
more robust test IMHO

* Lint #34644
2016-07-13 18:58:54 -04:00
Mike Place
50360263c5 Adjust the mine test a little bit to give it a better chance of success (#34647) 2016-07-13 16:51:28 -04:00
Tom Williams
648fb37086 INFRA-1850 - add support for grafting into specific namespaces to makostack ext_pillar module 2016-07-13 16:46:56 -04:00
winstonliu1111
c0b77149f3 fixed missed passing of region, key, keyid, and profile into the boto_sns.unsubscribe call into the execution module (#34530)
* fixed missed passing of region, key, keyid, and profile into the unsubscribe execution module call.

* changed all region, key, keyid and profile args into boto_sns execution modules to be passed by keyword args.
2016-07-13 15:36:57 -04:00
Mike Place
8a0209101e Merge pull request #34642 from jtand/mysql_integration_cleanup
Check that mysqladmin exists before running mysql integration tests
2016-07-13 12:12:44 -06:00
rallytime
966e7539b1 Update error message to be more relevant
If private_ips are specified, then we won't hit this error message anymore.
2016-07-13 11:31:13 -06:00
Daniel Wallace
37b0943539 catch error if no dns domains exist
For digital ocean.  Fixes #33452
2016-07-13 12:23:09 -05:00
Christopher Zee
f7f783835b Add account lock/unlock support to shadow module 2016-07-13 19:17:58 +02:00
Pedro Algarvio
38d41dc2fe Gate Non Hard Dep Imports (#34636)
* `lxml` is not a Salt hard dep

* Gate boto import
2016-07-13 13:13:53 -04:00
Justin Anderson
dd1559a599 Check that mysqladmin exists before running mysql integration tests. 2016-07-13 11:08:26 -06:00
rallytime
28caa2bfbd Gate the Public IP ssh_interfaces warning a little better
Fixes #34627

This error warning would still show up in the logs, even if
ssh_interface was set to private_ips.
2016-07-13 10:42:33 -06:00
Nevins Bartolomeo
79e583366e fix aegues module so shlex doesn't strip quotes 2016-07-13 12:34:49 -04:00
Mike Place
3e612c3794 Merge pull request #34618 from jtand/network_integration_fix
Network state integration test test=True
2016-07-13 10:30:15 -06:00
Anthony Shaw
7786c0020c Libcloud DNS module fix (#34628)
* add test module

* add broken test

* fix typo in config dictionary

* remove call to unused function, add called_with assertion
2016-07-13 11:47:20 -04:00
Megan Wilhite
f6dfbac5ca add num_cpus grain to freebsd (#34565)
* add num_cpus grain to freebsd

* fix pylint
2016-07-13 11:40:09 -04:00
Joseph Hall
dd855c2148 Properly pass in userdata as string (#34623) 2016-07-13 11:13:21 -04:00
Nicole Thomas
fc38ec7f0c Merge pull request #34624 from rallytime/merge-develop
[develop] Merge forward from 2016.3 to develop
2016-07-13 11:09:46 -04:00
Collin Richards
279c113b99 Add NILinuxRT support to timezone execution module (#34556)
get_zone function in the timezone module would not work properly for
NILinuxRT due to OS sniffing. Add NILinuxRT as one of the OSes checked.

Signed-off-by: Collin Richards <collin.richards@ni.com>
2016-07-13 11:06:31 -04:00
Pablo Suárez Hernández
a5504712ab some fixes and comments improvement 2016-07-13 09:11:39 +01:00
Duncan Mac-Vicar P
a96a4d7955 no need to break line here 2016-07-13 09:45:04 +02:00
Duncan Mac-Vicar P
0c52686420 do not crash on prep_trans_tar because of missing id_ used to build cachedir 2016-07-13 09:36:14 +02:00
Justin Anderson
445f8afc69 Fixes failing test on Suse Leap (#34621) 2016-07-12 18:48:06 -04:00
rallytime
49f40e9d99 Merge branch '2016.3' into 'develop'
Conflicts:
  - doc/conf.py
  - doc/topics/reactor/index.rst
  - tests/integration/__init__.py
2016-07-12 16:13:56 -06:00
Nicole Thomas
61f5045a0d Merge pull request #34619 from rallytime/merge-2016.3
[2016.3] Merge forward from 2015.8 to 2016.3
2016-07-12 17:52:00 -04:00
rallytime
f734afd0b0 Merge branch '2015.8' into '2016.3'
Conflicts:
  - salt/modules/aptpkg.py
  - tests/integration/__init__.py
2016-07-12 14:29:35 -06:00
Joseph Hall
f83e81371a Properly gate makostack (#34614) 2016-07-12 16:12:22 -04:00
Nicole Thomas
9f123543e5 Merge pull request #34617 from rallytime/merge-2015.8
[2015.8] Merge forward from 2015.5 to 2015.8
2016-07-12 16:11:40 -04:00
rallytime
3026df346f Merge branch '2015.5' into '2015.8'
No conflicts.
2016-07-12 13:27:16 -06:00
Nicole Thomas
b90ae407f9 Add support for edge case when Cmd and Entrypoint can't be blanked (#34593) 2016-07-12 15:18:53 -04:00
Justin Anderson
57df38e685 Update github IP for ssh state integration tests (#34592) 2016-07-12 15:17:41 -04:00
Ken Crowell
12b579c4e3 When sorting list actual_data, make it a list (#34590)
This at least impacts the `running` state when updating container
with no `volumes_from` to some.
2016-07-12 15:16:11 -04:00