Marno
1095598070
configurable thin_provision option
2015-12-24 17:19:01 +01:00
Marno
f8e9064062
Add new hard disks as thin provisioned
2015-12-24 17:04:40 +01:00
B M Corser
71a79beca2
Web editor isn't vim :)
2015-12-24 15:18:03 +00:00
B M Corser
e18887550c
What I ended up using to debug CherryPy SSE
...
Previous example didn't parse the JSON out
2015-12-24 15:17:16 +00:00
abednarik
73f0564bce
modules.linux_ip: __virtual__ return err msg.
...
Added message when return False if system is not supported or ip binary is not in the path.
2015-12-24 09:37:48 -03:00
Andreas Lutro
03ceaf103b
add documentation about omitting state modules in requisites
2015-12-24 13:07:44 +01:00
abednarik
f75a4530d5
modules.ldapmod: __virtual__ return err msg.
...
Added message when return False if ldap config is not set.
2015-12-24 09:02:26 -03:00
Andreas Lutro
0419ed6b3e
check for id requisites in check_requisites
2015-12-24 11:55:22 +01:00
Andreas Lutro
c9d59e3d85
initial attempt at requires with id:
2015-12-24 11:43:45 +01:00
Jorge Schrauwen
14ec8ccd35
split long note into note and warning for clarity
2015-12-24 10:16:02 +00:00
Jorge Schrauwen
94a6878e82
zpool state header fix
2015-12-24 10:15:16 +00:00
Christophe Drevet-Droguet
75c6ff45c8
fix test state traceback with 'listen'
2015-12-24 10:56:11 +01:00
Ruxandra Burtica
7ec3815ed5
Added vm_ to the get_location query.
2015-12-24 11:41:30 +02:00
Jorge Schrauwen
19649acd3c
remove (broken?) dynamic code to add wrappers around none implemented commands, this gives a huge speed increase in loading the module!
2015-12-24 00:12:01 +00:00
Jorge Schrauwen
bc15891944
added unit test for zfs.get
2015-12-24 00:07:36 +00:00
Jorge Schrauwen
e6bccd1591
implemented zfs.get
2015-12-24 00:05:48 +00:00
Jorge Schrauwen
59efba23aa
added test for zfs.set
2015-12-23 23:22:09 +00:00
Jorge Schrauwen
42830c5373
implement zfs.set, fix handling or properties in other places because salt mangles them somewhat
2015-12-23 23:17:45 +00:00
Grant Ridder
7d8f9f28e9
Fix chef logfile default arg value
...
Removed trailing comma so that the default logfile arg is the intended string
```
>>> _default_logfile('chef-client'),
('/var/log/chef-client.log',)
>>> _default_logfile('chef-client')
'/var/log/chef-client.log'
>>>
```
Bug was introduced in 89b9cc6812
2015-12-23 15:09:54 -08:00
Kris Raney
bd6cda504e
boto_iot state unit tests.
2015-12-23 16:54:29 -06:00
Jorge Schrauwen
87f27d206c
added unit tests for zfs.snapshot
2015-12-23 22:44:19 +00:00
Jorge Schrauwen
73e48fad12
improve error handling for zfs.snapshot in property errors
2015-12-23 22:38:59 +00:00
Jorge Schrauwen
aab2cb3234
implemented zfs.snapshot, improved error handling for zfs.hold and zfs.release
2015-12-23 22:34:42 +00:00
zenion
702f0e550a
Fix CLI Example for file.line inaccuracy
...
the CLI Example for file.line contains commas which if actually used in cli causes parsing issues for python.
2015-12-23 14:11:00 -08:00
Jorge Schrauwen
0a1dbeda53
added unit tests for zfs.release, fixed unit test for zfs.hold
2015-12-23 22:06:44 +00:00
Jorge Schrauwen
9a83900d86
implement zfs.release and small fix in zfs.hold
2015-12-23 22:02:20 +00:00
Jorge Schrauwen
9db9843bae
added unit tests for zfs.hold
2015-12-23 21:50:01 +00:00
Jorge Schrauwen
f9c55e6f8f
zfs.hold should mention the tag in the output
2015-12-23 21:49:11 +00:00
Jorge Schrauwen
f797a3be07
implemented zfs.hold
2015-12-23 21:41:34 +00:00
Jorge Schrauwen
596c991c0b
added unit tests for zfs.holds
2015-12-23 21:16:45 +00:00
Jorge Schrauwen
9276556155
implement zfs.holds
2015-12-23 21:11:23 +00:00
Keith
6e59fd6c0e
Update osxdesktop.py virt error message
2015-12-23 14:08:55 -07:00
Aditya Kulkarni
b69684478b
Make sure output file works for salt cloud
2015-12-23 16:06:05 -05:00
Seth House
7cc7a97b91
Clarified render step from worker pool step
2015-12-23 13:48:55 -07:00
Kris Raney
c516e65333
Implement boto_iot module
2015-12-23 14:13:48 -06:00
Jorge Schrauwen
26c00bf402
added unit test for zfs.bookmark, probably need to revisit this once the error messages are more useful. Now they all seem to return unknown error from the upstream command
2015-12-23 20:12:07 +00:00
Jorge Schrauwen
fff6c0f07a
implemented zfs.bookmark
2015-12-23 20:09:15 +00:00
Mike Place
9dfcf78c96
Merge pull request #29982 from t0rrant/patch-2
...
var typo
2015-12-23 13:07:21 -07:00
Manuel Torrinha
d1b2232a0c
var typo
2015-12-23 17:59:08 +00:00
Mike Place
57321e93d6
Merge pull request #29981 from abednarik/virtual_ret_iwtools_module
...
modules.iwtools: __virtual__ return err msg.
2015-12-23 10:30:38 -07:00
Mike Place
2576eb0ce6
Merge pull request #29979 from abednarik/virtual_ret_infoblox_module
...
modules.infoblox: __virtual__ return err msg.
2015-12-23 10:30:29 -07:00
Jorge Schrauwen
f2dccea3d1
add unit test for zfs.promote
2015-12-23 17:19:34 +00:00
Jorge Schrauwen
4a5a1d1b90
implement zfs.promote
2015-12-23 17:15:44 +00:00
Mike Place
41781bdf08
Merge pull request #29961 from sjorge/test-type-fix
...
fix type in test data
2015-12-23 10:14:42 -07:00
Mike Place
0c9ae8a145
Merge pull request #29977 from t0rrant/patch-1
...
python iterable fix
2015-12-23 10:12:49 -07:00
Jorge Schrauwen
b7314cd186
add unit test for zfs.clone
2015-12-23 17:06:22 +00:00
Jorge Schrauwen
a7f742a83d
implemented zfs.clone
2015-12-23 17:01:32 +00:00
Jorge Schrauwen
032f17cfd1
implement unit tests for zfs.rollback
2015-12-23 16:48:24 +00:00
Jorge Schrauwen
ccff94f44c
small correction to return message for zfs.rollback
2015-12-23 16:44:46 +00:00
Jorge Schrauwen
161accb2c4
implement zfs.rollback
2015-12-23 16:41:49 +00:00