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
Erik Johnson
0f8f9a1c3b
One more lint fix
2015-03-29 19:44:34 -05: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
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
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
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
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
jfindlay
fb080b1e2f
Merge pull request #22107 from lyft/fix-grafana-dict-profile
...
Fix for grafana dict profiles
2015-03-28 11:17:25 -06:00
Ryan Lane
f6c9b922b0
Fix for grafana dict profiles
2015-03-27 16:01:46 -07:00
Colton Myers
3125264786
Merge pull request #22096 from basepi/ssh_auth.absent.source.versionadded
...
Add versionadded for ssh_auth.absent source argument
2015-03-27 16:06:11 -06:00
Colton Myers
68a68b3c10
Add versionadded for ssh_auth.absent source argument
2015-03-27 16:05:31 -06:00
jfindlay
689e1ab44a
Merge pull request #22070 from dmyerscough/hostnamectl-change
...
systemd hostnamectl
2015-03-27 15:21:05 -06:00
Erik Johnson
cca5adfddd
Merge pull request #22092 from makinacorpus/lxc
...
lxc: reconfigure fixes
2015-03-27 15:11:02 -05:00
Mathieu Le Marec - Pasquet
ab84acbb64
lxc: reconfigure fix memory
2015-03-27 20:23:45 +01:00
Mathieu Le Marec - Pasquet
08c1125c28
lxc: reconfigure fix gateway
2015-03-27 20:16:04 +01:00
Thomas S Hatch
eafc398724
Merge pull request #22086 from claudiupopescu/boto_vpc_internet_gateway
...
Adds support for VPC internet gateways
2015-03-27 11:31:23 -06:00
jfindlay
7bc4fc5140
Merge pull request #22079 from jayeshka/nftables-unit-test
...
adding nftables unit test
2015-03-27 11:17:31 -06:00
Thomas S Hatch
42e7bb89c8
Merge pull request #21798 from isbm/isbm-nagios-module-fixes
...
Multiple bugixes for new "nagios_json" module
2015-03-27 10:54:22 -06:00
Claudiu Popescu
aa47228aba
Adds support for VPC internet gateways
2015-03-27 17:13:17 +01:00
Damian Myerscough
feff926db7
Fixing lint error
2015-03-27 09:05:58 -07:00
Nicole Thomas
5c70cdd349
Merge pull request #22085 from rallytime/pylinting
...
Python 3 compat for azurefs.py
2015-03-27 09:37:31 -06:00
rallytime
2bd8465023
Python 3 compat for azurefs.py
2015-03-27 09:07:57 -06:00
Jayesh Kariya
0cedee74f5
removed pylint errors
2015-03-27 18:21:56 +05:30
Jayesh Kariya
3351e1c58d
added python libs
2015-03-27 17:41:48 +05:30
Jayesh Kariya
38abae54d5
adding nftables unit test
2015-03-27 15:45:51 +05:30
jfindlay
9deb7a2c78
Merge pull request #22073 from jayeshka/publish-unit-test
...
adding publish unit test
2015-03-27 00:46:16 -06:00
Jayesh Kariya
08440ab1c9
adding publish unit test
2015-03-27 10:52:25 +05:30
Damian Myerscough
e262173be0
systemd now provides a nice way to change your hostname using the hostnamectl command
2015-03-26 21:01:09 -07:00
Thomas S Hatch
45827bc933
Merge pull request #22060 from techhat/blobstorage
...
Add azurefs external file server and supporting code and docs
2015-03-26 17:12:19 -06:00
Nicole Thomas
6a26ce75eb
Merge pull request #22062 from rallytime/pylint_develop_branch
...
Python 3 compatibility for pylint
2015-03-26 16:38:31 -06:00
rallytime
d6f921f870
Python 3 compatibility for pylint
2015-03-26 16:05:26 -06:00
Joseph Hall
0b23bad475
Linting
2015-03-26 15:44:18 -06:00
Joseph Hall
bd75fb31dd
Add azurefs external file server driver
2015-03-26 15:13:38 -06:00
Joseph Hall
6ac0bcd2e4
Update docs for Azure blob management
2015-03-26 15:12:33 -06:00
jfindlay
2d0e665157
Merge pull request #21996 from isbm/isbm-edit-line-fixes
...
"file.line" minor fixes
2015-03-26 14:51:39 -06:00
Joseph Hall
18d32f5cc4
Look for correct strings for connection
2015-03-26 14:42:08 -06:00
Joseph Hall
ff16e68ee0
Update docstrings for blob storage
2015-03-26 14:41:24 -06:00