Commit Graph

49996 Commits

Author SHA1 Message Date
Claudiu Popescu
f93836f6ea Describe all subnets 2015-03-30 12:47:50 +02:00
Jayesh Kariya
c8614e4708 adding supervisord unit test case 2015-03-30 16:09:38 +05:30
Erik Johnson
e4cb5c03c3 Docstring tweak for clarification 2015-03-30 02:27:21 -05:00
Erik Johnson
654e8ab2e2 Fix incorrect return data from docker-ng.stale
My assumption about ContainerConfig->Image containing the old tag was
incorrect, it just contains the parent ID.
2015-03-30 02:27:20 -05:00
Erik Johnson
271c92175a Fix docker-ng.load when no tag passed
Also renamed Layers to Images in return data to work better with the
states I am writing.
2015-03-29 23:22:48 -05:00
Gareth J. Greenaway
64216deb1d fixing lint error 2015-03-29 20:57:29 -07:00
Clint Armstrong
5faba3a65a refactored, struggling with publish kwargs 2015-03-29 23:38:07 -04:00
jfindlay
f475b0a5ea Merge pull request #22134 from zboody/virt-query-error
Fixes #9960
2015-03-29 21:04:11 -06:00
Damian Myerscough
e69d434fcd Catch KeyError 2015-03-29 19:50:23 -07:00
Gareth J. Greenaway
8287fd664b Adding a module to pull information from the osquery daemon. 2015-03-29 19:19:13 -07:00
Erik Johnson
0f8f9a1c3b One more lint fix 2015-03-29 19:44:34 -05:00
Zach Boody
c404e40f20 Fixes #9960 2015-03-29 19:20:55 -05:00
Elias Probst
23278cb2d3 Improved documentation. 2015-03-30 01:59:25 +02:00
Elias Probst
418255125d Implemented 'map' mode. 2015-03-30 01:59:12 +02:00
Elias Probst
f895fd1be4 Document LDAP pillar module. 2015-03-30 01:59:06 +02:00
Elias Probst
58f501b743 First improvements to example in doc. 2015-03-30 01:59:00 +02:00
Elias Probst
c00c14f2be Initial documentation improvements for pillar.pillar_ldap 2015-03-30 01:58:54 +02:00
Erik Johnson
768fc92700 Lint fixes 2015-03-29 17:33:40 -05:00
Erik Johnson
3143022088 Add notice about the PID in run_all commands within containers 2015-03-29 17:07:14 -05:00
Erik Johnson
08513c1442 Rename exec_method to exec_driver 2015-03-29 17:00:15 -05:00
Andrea-Redi Tsarida
dca208d852 - Comments/Debug log 2015-03-29 23:59:32 +02:00
Erik Johnson
35b376eeda Add docker-exec support for docker-ng module
Also removed the _cache_file function as it was moved to
container_resource.py.
2015-03-29 16:59:10 -05:00
Erik Johnson
a104fafd4d Add docker-exec support to container_resource.copy_to
Also rename exec_method argument to exec_driver
2015-03-29 16:49:13 -05:00
Andrea-Redi Tsarida
987776cd8c - Comments 2015-03-29 23:23:26 +02:00
Erik Johnson
ec80f7287c Add docker-exec support to container_resource.run 2015-03-29 15:46:21 -05:00
Erik Johnson
6ecf9ae22e Add ability to copy files from salt:// fileserver to a container 2015-03-29 15:26:31 -05:00
Pedro Algarvio
f2ecac1b3c Merge pull request #22130 from terminalmage/fix-dockerio-typo
Fix typo in docker.get_container_root
2015-03-29 21:25:55 +01:00
Erik Johnson
0b850adb3b Add notice of dockerio module deprecation path 2015-03-29 14:41:16 -05:00
Erik Johnson
090d8514a0 Quote nsenter command file paths 2015-03-29 14:40:52 -05:00
Erik Johnson
4011cd0ff7 Add docker-ng.layers 2015-03-29 14:37:09 -05:00
Andrea-Redi Tsarida
09664f4fa7 - keys_absent state
- user_absent state
2015-03-29 21:35:19 +02:00
Erik Johnson
0dd8d04915 Fix typo in docker.get_container_root 2015-03-29 12:56:20 -05:00
Erik Johnson
2e823b84e8 Add docker-ng module 2015-03-29 12:32:07 -05:00
Erik Johnson
f7e6523461 Add dockerng execution module docs to toctree 2015-03-29 12:32:07 -05:00
Erik Johnson
6846d3e01b Update the exclude-members for lxc module 2015-03-29 12:32:07 -05:00
Erik Johnson
d9f0273680 Update the exclude-members for nspawn module 2015-03-29 12:32:07 -05:00
Erik Johnson
bad7074bfc Update lxc module to use common code for copy_to function
Also renamed cp -> copy_to and aliased cp to copy_to, because a "docker
cp" will copy a file from a container to the host, while the lxc.cp
function was written to copy from the host to the container.

Additionally, calls to container_resource.run have been modified to
reflect earlier modifications to that module.
2015-03-29 12:32:07 -05:00
Erik Johnson
f0cbf2ceed Update nspawn module to use common code for copy_to function
Also update calls to container_resource.run to reflect earlier
modifications to that module.
2015-03-29 12:32:07 -05:00
Erik Johnson
681b3c4f5a Add copy_to function to container_resource
Also consolidated the lxc-attach/nsenter command building into
container_resource.run to allow the docker module to use the
common code.
2015-03-29 12:32:07 -05:00
Andrea-Redi Tsarida
8228572833 - get_all_access_keys function module
- delete_access_key function module
2015-03-29 19:17:53 +02:00
Bo Maryniuk
487e221493 Merge pull request #1 from jfindlay/lvm
Thanks, @jfindlay ! Now I know how the tests should actually work. I would need to investigate that part better...
2015-03-29 18:37:43 +02:00
Andrea-Redi Tsarida
122109f6e8 show exceptions in state 2015-03-29 18:02:54 +02:00
Andrea-Redi Tsarida
a7c0641b06 delete user state 2015-03-29 17:22:48 +02:00
Andrea-Redi Tsarida
62e56ff9b9 remove calls to functions in the same file with __salt__ 2015-03-29 17:08:04 +02:00
Andrea-Redi Tsarida
28ff081597 delete_user function for module 2015-03-29 16:33:47 +02:00
Peter Tripp
960df2b043 Add documentation for multiple Ubuntu PPAs. Fixes #18822 2015-03-29 00:31:07 -07:00
Felix Dreissig
0869680435 Fix custom Sphinx formatter for aliased functions
Regression of @99bcf20: Since Sphinx 1.2.1 (commit
sphinx-doc/sphinx@574a796), sphinx.ext.autosummary overwrites custom-set
documenters.
This is not a particularly elegant solution, but none of the events from
sphinx.ext.autodoc allows editing a function's name. Subclassing other
autodoc classes also appears to be quite challenging.
2015-03-29 01:08:26 +01:00
Clint Armstrong
cc4cb8b930 about to convert to dynamic functions to use publish modules 2015-03-28 18:42:36 -04:00
cr0hn
7122c7722b Update vt.py
Add check for base OS running salt. BSD-like OS break at this point
2015-03-28 20:09:00 +01:00
jfindlay
d5a61388c4 Merge pull request #22099 from cro/bp-21101
Backport #21101 to 2015.2
2015-03-28 11:33:17 -06:00