Commit Graph

86597 Commits

Author SHA1 Message Date
Alexandru Bleotu
68f48d123a Added tests for salt.utils.pbm.get_placement_solver 2017-09-25 18:18:39 -04:00
Alexandru Bleotu
c790107d17 Added salt.utils.pbm.get_placement_solver 2017-09-25 18:18:37 -04:00
Alexandru Bleotu
6b2ddffb4c Added tests for salt.utils.pbm.get_profile_manager 2017-09-25 18:18:34 -04:00
Alexandru Bleotu
e77b912f2c Added salt.utils.pbm.get_profile_manager 2017-09-25 18:18:32 -04:00
Alexandru Bleotu
3e8ed5934d Added initial sysdoc and imports of salt.utils.pbm 2017-09-25 18:18:29 -04:00
Alexandru Bleotu
dd54f8ab15 Added tests for salt.utils.vmware.get_new_service_instance_stub 2017-09-25 18:18:27 -04:00
Alexandru Bleotu
e5ebd28ee1 Added get_new_service_instance_stub that creates a new service instance stub 2017-09-25 18:18:24 -04:00
Eric Radman
c369e337e4 Skip ZFS module check on OpenBSD
Avoids the following error when running `salt-call` on OpenBSD:

[ERROR   ] Command '/usr/sbin/rcctl get zfs-fuse' failed with return code: 2
[ERROR   ] output: rcctl: service zfs-fuse does not exist
2017-09-25 17:39:38 -04:00
twangboy
922e60fa67
Add os agnostic paths 2017-09-25 15:25:31 -06:00
twangboy
dc1b36b7e2
Change expected return for Windows 2017-09-25 15:06:44 -06:00
Shane Lee
5508fd2a1c Merge branch 'develop' into win_up_to_date 2017-09-25 13:53:58 -06:00
Nicole Thomas
dd1286f7ed Merge branch 'develop' into develop 2017-09-25 15:41:19 -04:00
rallytime
f98a555f98
Missed updating one of the master unit test mocks 2017-09-25 15:37:38 -04:00
Nicole Thomas
410fed3108 Merge branch 'develop' into add-rethinkdb-external-pillar 2017-09-25 15:36:46 -04:00
Nicole Thomas
16b8ec8471 Merge pull request #43604 from alexbleotu/dvs_states-gh
DVS states + dependencies
2017-09-25 15:34:45 -04:00
Nicole Thomas
ade7940837 Merge pull request #43717 from raazvvann/test_nilrt_ip-fixup
test_nilrt_ip: Fix set_static_all test
2017-09-25 13:49:23 -04:00
Alexandru Bleotu
3c26d4e3be Updated all list_differ tests to compare dicts so the key order is not assumed 2017-09-25 13:11:08 -04:00
Alexandru Bleotu
cdb028b794 Added key sorting to have deterministing string repr of RecursiveDictDiffer objects 2017-09-25 13:09:47 -04:00
Nicole Thomas
2e01c98abd Merge pull request #43721 from sdodsley/purefa_doc
Update documentation in Pure Storage [purefa] module
2017-09-25 12:57:42 -04:00
rallytime
846af152b2
Update mocked values in some master/masterapi unit tests
The addition of checking for the `auth_list` in PR #43467 requires
that the mocked return of `get_auth_list` actually contains something
in the list. These mock calls need to be updated so we can check
for the SaltInvocationErrors.
2017-09-25 12:54:32 -04:00
Ronald van Zantvoort
a2234e45e2 Update release note docs regarding _id highstate output modes 2017-09-25 18:37:48 +02:00
Ronald van Zantvoort
bfbca748e2 highstate output: Document additional output modes 2017-09-25 18:32:52 +02:00
Ronald van Zantvoort
03c673bb00 highstate output: allow '_id' mode for each output mode 2017-09-25 18:32:52 +02:00
Simon Dodsley
8d6ab66658 Add new core grains to display minion storage initiators
Support for Linux and Windows platforms to display both the
iSCSI IQN and Fibre Channel HBA WWPNs.

With the integration of storage modules to allow configuration
of 3rd party external storage arrays, these values are needed to
enable the full auotmation of storage provisioning to minions.

Support for Windows, Linux and AIX (iSCSI only)
2017-09-25 09:17:23 -07:00
Nicole Thomas
86907b330d Merge branch 'develop' into develop 2017-09-25 12:16:26 -04:00
Nicole Thomas
8739cd62a8 Merge pull request #43726 from saltstack/revert-43688-develop
Revert "Extend openscap module command parsing."
2017-09-25 12:12:02 -04:00
Nicole Thomas
68e1bd99eb Revert "Extend openscap module command parsing." 2017-09-25 12:10:23 -04:00
twangboy
d73ef44cf6
Mock with uppercase KEY 2017-09-25 09:37:15 -06:00
twangboy
048e16883f
Use uppercase KEY 2017-09-25 09:37:15 -06:00
twangboy
056f3bb4c0
Use with to open temp file 2017-09-25 09:35:25 -06:00
twangboy
352fe69e35
Clarify the purpose of the for loop 2017-09-25 09:35:25 -06:00
twangboy
b55172d5dc
Split by Windows and Linux style line endings 2017-09-25 09:35:24 -06:00
twangboy
e20aa5c39b
Fix line, use os.sep instead of os.linesep 2017-09-25 09:35:24 -06:00
twangboy
d5f27901e3
Fix additional bytestring issue 2017-09-25 09:35:24 -06:00
twangboy
716e99c453
Fix py3 bytestring problems 2017-09-25 09:35:24 -06:00
twangboy
543610570c
Fix bytestring issues, fix errored tests 2017-09-25 09:35:24 -06:00
twangboy
9fe83a34a5
Remove old variable declaration 2017-09-25 09:35:23 -06:00
twangboy
c5cf5e92c1
Fix many tests 2017-09-25 09:35:23 -06:00
Jochen Breuer
85b0a8c401 Improved delete_deployment test for kubernetes module
This is a follow up of this PR: https://github.com/saltstack/salt/pull/43235

With the fix in PR 43235, we are polling the status of the deletion via
show_deployment. This is now also reflected in the tests with this change.
2017-09-25 17:29:27 +02:00
twangboy
be554c898b
Rename new state to uptodate 2017-09-25 09:23:43 -06:00
twangboy
72d96ed74b
Add an up_to_date state to win_wua 2017-09-25 09:23:43 -06:00
Nicole Thomas
1b6d936e7d Merge branch 'develop' into add-rethinkdb-external-pillar 2017-09-25 10:15:57 -04:00
Simon Dodsley
3abba0b999 Update documentation in Pure Storage [purefa] module
Add external array authentication methods.
Changed version added to be Oxygen
2017-09-25 07:12:52 -07:00
Nicole Thomas
afba89d886 Merge branch 'develop' into infra5292 2017-09-25 10:05:34 -04:00
Nicole Thomas
a81d4b8d8d Merge pull request #43557 from clan/yaml
disable modify yaml constructor
2017-09-25 10:03:47 -04:00
Nicole Thomas
b5beec16e8 Merge pull request #43566 from damon-atkins/2017.7_update_safe_filename_func
2017.7 update salt.utils.files.safe_filepath func
2017-09-25 09:58:28 -04:00
Nicole Thomas
3bb337cf6a Merge pull request #43712 from wedge-jarrad/fix-43711
Ignore retcode on call to grep in selinux.py module
2017-09-25 09:56:16 -04:00
Nicole Thomas
5b7411e335 Merge pull request #43716 from gaborn57/2017.7
Corrected custom port handling
2017-09-25 09:44:57 -04:00
rallytime
281cbbe048
Merge branch '2017.7' into 'develop'
Conflicts:
  - salt/cloud/clouds/libvirt.py
  - salt/daemons/masterapi.py
  - salt/modules/file.py
  - salt/modules/yumpkg.py
  - salt/states/archive.py
  - salt/states/file.py
  - salt/utils/files.py
  - salt/utils/minions.py
2017-09-25 09:40:18 -04:00
assaf shapira
06e68bfa4f lint errors fixed 2017-09-25 14:52:40 +03:00