Alexandru Bleotu
|
41a65bf414
|
Added salt.modules.vsphere.update_storage_policy
|
2017-09-25 18:24:34 -04:00 |
|
Alexandru Bleotu
|
a5ae51f616
|
Added salt.modules.vsphere.create_storage_policy
|
2017-09-25 18:24:32 -04:00 |
|
Alexandru Bleotu
|
ee2af6fc9c
|
Added salt.modules.vsphere._apply_policy_config that applies a storage dict representations values to a object
|
2017-09-25 18:24:29 -04:00 |
|
Alexandru Bleotu
|
c88c207011
|
Added salt.modules.vsphere.list_capability_definitions that returns dict representations of VMware capability definition
|
2017-09-25 18:24:27 -04:00 |
|
Alexandru Bleotu
|
8275e57106
|
Added salt.modules.vsphere._get_capability_definition_dict that transforms a VMware capability definition into a dict representation
|
2017-09-25 18:24:24 -04:00 |
|
Alexandru Bleotu
|
f9f84fde9a
|
Added salt.modules.vsphere.list_default_vsan_policy that retrieves dict representation of the default storage policies
|
2017-09-25 18:24:22 -04:00 |
|
Alexandru Bleotu
|
6bb0111b32
|
Added salt.modules.vsphere.list_storage_policies that retrieves dict representations of storage policies, filtered by name
|
2017-09-25 18:23:00 -04:00 |
|
Alexandru Bleotu
|
6da3ff5d93
|
Added salt.modules.vsphere._get_policy_dict that transforms a policy VMware object into a dict representation
|
2017-09-25 18:21:35 -04:00 |
|
Alexandru Bleotu
|
a3047ad307
|
Added tests for salt.utils.pbm.assign_default_storage_policy_to_datastore
|
2017-09-25 18:19:17 -04:00 |
|
Alexandru Bleotu
|
20fca4be44
|
Added salt.utils.pbm.assign_default_storage_policy_to_datastore
|
2017-09-25 18:19:15 -04:00 |
|
Alexandru Bleotu
|
5dbbac182d
|
Added tests for salt.utils.pbm.get_default_storage_policy_of_datastore
|
2017-09-25 18:19:12 -04:00 |
|
Alexandru Bleotu
|
61c226c086
|
Added salt.utils.pbm.get_default_storage_policy_of_datastore
|
2017-09-25 18:19:10 -04:00 |
|
Alexandru Bleotu
|
79419702d9
|
Added tests for salt.utils.pbm.update_storage_policy
|
2017-09-25 18:19:07 -04:00 |
|
Alexandru Bleotu
|
9c05f7c734
|
Added salt.utils.pbm.update_storage_policy
|
2017-09-25 18:19:05 -04:00 |
|
Alexandru Bleotu
|
d43e342135
|
Added tests for salt.utils.pbm.create_storage_policy
|
2017-09-25 18:19:02 -04:00 |
|
Alexandru Bleotu
|
c80df65776
|
Fixed tests for salt.utils.pbm.get_policies_by_id
|
2017-09-25 18:19:00 -04:00 |
|
Alexandru Bleotu
|
d3744c8003
|
Added salt.utils.pbm.create_storage_policy
|
2017-09-25 18:18:57 -04:00 |
|
Alexandru Bleotu
|
75764567c4
|
Added tests for salt.utils.pbm.get_storage_policies
|
2017-09-25 18:18:55 -04:00 |
|
Alexandru Bleotu
|
df16bdb686
|
Added salt.utils.pbm.get_storage_policies
|
2017-09-25 18:18:52 -04:00 |
|
Alexandru Bleotu
|
d8e0cbde9a
|
Added tests for salt.utils.pbm.get_policies_by_id
|
2017-09-25 18:18:50 -04:00 |
|
Alexandru Bleotu
|
f42de9c66b
|
Added salt.utils.pbm.get_policies_by_id
|
2017-09-25 18:18:47 -04:00 |
|
Alexandru Bleotu
|
e980407c54
|
Added tests for salt.utils.pbm.get_capability_definitions
|
2017-09-25 18:18:45 -04:00 |
|
Alexandru Bleotu
|
eac509bab8
|
Added salt.utils.pbm.get_capability_definitions
|
2017-09-25 18:18:42 -04:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Alexandru Bleotu
|
2d2f094810
|
Merge branch 'develop' into dvs_states-gh
|
2017-09-25 11:22:45 +01:00 |
|
Heghedus Razvan
|
19da1000b4
|
test_nilrt_ip: Fix set_static_all test
The nameservers needs to be specified only by ip address.
Signed-off-by: Heghedus Razvan <razvan.heghedus@ni.com>
|
2017-09-25 12:49:46 +03:00 |
|
Mike Place
|
68fa74e88f
|
Merge pull request #43571 from nadvornik/raid_add
Add missing devices to RAID array
|
2017-09-24 19:54:10 -06:00 |
|
Mike Place
|
52bc418ff8
|
Merge pull request #43690 from bodhi-space/infra5292_fluent
INFRA-5292 - add support to fluent logger for Graylog and GELF output formats
|
2017-09-24 19:30:22 -06:00 |
|
Mike Place
|
cae79d2020
|
Merge pull request #43699 from rallytime/merge-develop
[develop] Merge forward from 2017.7 to develop
|
2017-09-24 19:27:17 -06:00 |
|
Mike Place
|
f7df8ceb12
|
Merge pull request #43704 from garethgreenaway/monitor_user_and_time_in_btmp_and_wtmp
Updates to btmp and wtmp beacons
|
2017-09-24 19:25:47 -06:00 |
|
Alexandru Bleotu
|
847debab7a
|
Fix failing storage and listdiffer tests
|
2017-09-22 17:50:09 -04:00 |
|
Alexandru Bleotu
|
6b574ec5da
|
Return sorted added/removed/changed/unchanged keys in RecursiveDictDiffer so result is deterministic
|
2017-09-22 17:34:12 -04:00 |
|
Gareth J. Greenaway
|
db25b6500b
|
Fixing one more import.
|
2017-09-22 14:27:55 -07:00 |
|
Gareth J. Greenaway
|
fb0b987d06
|
Adding some lines to disable the lint errors on import for salt.ext.six.moves.
|
2017-09-22 14:24:31 -07:00 |
|
Gareth J. Greenaway
|
2c0bc35963
|
Fixing lint errors.
|
2017-09-22 14:24:31 -07:00 |
|
Gareth J. Greenaway
|
ca3f77f81e
|
Adding test_btmp_beacon.
|
2017-09-22 14:24:31 -07:00 |
|