Nitin Madhok
|
55e63b9013
|
Lint fix
|
2015-04-16 18:04:09 -04:00 |
|
Nitin Madhok
|
72c5152ac8
|
Refactor vm_tools_upgrade()
|
2015-04-16 17:54:43 -04:00 |
|
Nitin Madhok
|
d024374d2e
|
Merge branch 'vmware-cloud-driver' of github.com:nmadhok/salt into vmware-cloud-driver
|
2015-04-16 16:05:00 -04:00 |
|
Nitin Madhok
|
a59417d6d2
|
Merge pull request #2 from rmgoodberlet/vmware-cloud-driver
Adding vm_tools_upgrade() to be able to upgrade vmware tools on a specified vm.
|
2015-04-16 16:01:14 -04:00 |
|
Ralph M Goodberlet
|
ebf7add2ff
|
Removing unwanted newlines and justified comments to code blocks.
|
2015-04-16 16:00:38 -04:00 |
|
Ralph M Goodberlet
|
9ec95c23d9
|
Adding vm_tools_upgrade() to be able to upgrade vmware tools on a specified vm.
|
2015-04-16 15:46:22 -04:00 |
|
Thomas S Hatch
|
58617f9a7b
|
Merge pull request #22729 from nmadhok/vmware-cloud-driver
Adding list_nodes_select(), create_datacenter() and create_cluster() in vmware salt cloud driver
|
2015-04-16 11:54:56 -06:00 |
|
Thomas S Hatch
|
d4e8e4d975
|
Merge pull request #22750 from jfindlay/update_contributing
revise contributing documentation
|
2015-04-16 11:45:50 -06:00 |
|
Thomas S Hatch
|
3362c13625
|
Merge pull request #22687 from lyft/boto-iam-consistency
Make boto_iam more consistent with boto_iam_role for groups
|
2015-04-16 10:52:41 -06:00 |
|
Thomas S Hatch
|
073e01915e
|
Merge pull request #22737 from ticosax/ports-not-exposed-has-no-ip
[salt.mine.get_docker] Discard containers that doesn't expose their internal ports.
|
2015-04-16 10:47:11 -06:00 |
|
Justin Findlay
|
e586c66917
|
revise contributing documentation
|
2015-04-16 10:28:00 -06:00 |
|
Nitin Madhok
|
b90471b275
|
Lint fix
|
2015-04-16 12:01:02 -04:00 |
|
Nitin Madhok
|
60d240430d
|
Adding create_cluster() to be able to create new host clusters
|
2015-04-16 11:55:12 -04:00 |
|
Justin Findlay
|
f29e7a571b
|
Merge pull request #22736 from bemeyert/21840-improve_cmd.run_env_docs
improve cmd.run env documentation
|
2015-04-16 07:17:16 -06:00 |
|
Nicolas Delaby
|
fd352dde61
|
'IP' is present in response only if the port is exposed to the host.
|
2015-04-16 12:05:10 +02:00 |
|
Markus "Shorty" Uckelmann
|
1341784184
|
improve cmd.run env documentation
Resolves #21840
Improved documentation to cmd.run(et.al.) env argument by mentioning
that variables as values will not be evaluated.
|
2015-04-16 11:20:20 +02:00 |
|
Thomas S Hatch
|
c031192f2d
|
Merge pull request #22675 from twangboy/winrepo_parsing
Winrepo sls files now run through the templating system
|
2015-04-15 22:52:19 -06:00 |
|
Shane Lee
|
2b5b934402
|
Update winrepo.py
Fixed some more lint
|
2015-04-15 22:12:15 -06:00 |
|
Shane Lee
|
e6b9c5b29b
|
Update win_repo.py
Fixed some lint
|
2015-04-15 22:11:37 -06:00 |
|
Thomas S Hatch
|
6452590351
|
Merge pull request #22728 from whiteinge/fix-docmageddon
Add several modules to the mocked modules list for the docs build
|
2015-04-15 19:58:57 -06:00 |
|
Thomas S Hatch
|
f5b62236a0
|
Merge pull request #22726 from VynceMontgomery/patch-2
fix link to bug reporting in FAQ
|
2015-04-15 19:57:59 -06:00 |
|
Colton Myers
|
bb37e4f3e6
|
Merge pull request #22730 from basepi/2014.7.4releasenotes
Add minor CVEs to 2014.7.4 release notes
|
2015-04-15 19:02:06 -06:00 |
|
Colton Myers
|
ff8561df8d
|
Add minor CVEs to 2014.7.4 release notes
|
2015-04-15 19:01:28 -06:00 |
|
Nitin Madhok
|
6a05f52db2
|
Change log.error for checking action or function to raising SaltCloudSystemExit
|
2015-04-15 20:46:54 -04:00 |
|
Nitin Madhok
|
f3405eb500
|
Adding create_datacenter() to be able to create a datacenter
|
2015-04-15 20:40:44 -04:00 |
|
Seth House
|
fe8f3e0bce
|
Added generated doc for clustershell roster module
|
2015-04-15 18:34:27 -06:00 |
|
Seth House
|
f15e3ce7fa
|
Add missing blank line after code-block directive
Edits performed with this (imperfect) command:
find salt -name '*.py' -print0 \
| xargs -0 -n1 -P10 gawk -i inplace '
cb { if (match($0, /^$/) == 0) print ""; cb=0 }
{ print $0 }
/^\s*.. code-block::/ { cb=1 }
'
|
2015-04-15 18:30:36 -06:00 |
|
Nicole Thomas
|
5a32eeb911
|
Merge pull request #22722 from VynceMontgomery/patch-1
fix alphabetization
|
2015-04-15 18:17:54 -06:00 |
|
Nitin Madhok
|
e754c166a4
|
Making wait messages contain the vmname (Helpful in parallel mode)
|
2015-04-15 19:58:54 -04:00 |
|
Vynce Montgomery
|
80d6e9ec94
|
fix link to bug reporting in FAQ
linebreak and bad path; one way or another, this was not rendering as a link.
|
2015-04-15 16:54:11 -07:00 |
|
Seth House
|
aaf1917bdf
|
Add mocked references for new module additions
|
2015-04-15 17:52:10 -06:00 |
|
Seth House
|
767c328420
|
Remove docs for old nagios_json module
|
2015-04-15 17:52:06 -06:00 |
|
Nitin Madhok
|
dd18c165b3
|
Fixing the issue where Pickling error arises again and again
|
2015-04-15 19:31:37 -04:00 |
|
Thomas S Hatch
|
843c7d0f98
|
Merge pull request #22556 from Anthonyhawkins/develop
Addition of F5 BigIP iControl REST Execution Module
|
2015-04-15 16:54:59 -06:00 |
|
Vynce Montgomery
|
0d2a0a3607
|
fix alphabetization
things appeared to be missing because they were out of order.
|
2015-04-15 15:39:10 -07:00 |
|
Ryan Lane
|
1a9e307307
|
Fix TODO
|
2015-04-15 14:50:31 -07:00 |
|
Ryan Lane
|
0aac2a9959
|
Make boto_iam more consistent with boto_iam_role for groups
|
2015-04-15 14:50:31 -07:00 |
|
Thomas S Hatch
|
ee9e61820c
|
Merge pull request #22715 from obestwalter/patch-1
Add mention of Windows release candidates
|
2015-04-15 13:49:27 -06:00 |
|
Thomas S Hatch
|
a64df9205e
|
Merge pull request #22691 from The-Loeki/better-ipv6
#22080 part 1: Addition of Python 3 compatible ipaddress module
|
2015-04-15 13:49:02 -06:00 |
|
Justin Findlay
|
66c47be54e
|
Merge pull request #22710 from thatch45/salt_cp_out
Salt cp out
|
2015-04-15 13:40:36 -06:00 |
|
Oliver Bestwalter
|
20ce197674
|
Add mention of Windows release candidates
... so the windows folks realize, that they can test RCs easily as well :)
|
2015-04-15 21:32:48 +02:00 |
|
Nicole Thomas
|
1af66ef0d1
|
Merge pull request #22671 from rallytime/merge-22613
Merge #22613 with pylint fix
|
2015-04-15 12:12:06 -06:00 |
|
Thomas S Hatch
|
b626149245
|
fix tests
|
2015-04-15 11:59:25 -06:00 |
|
rallytime
|
2217d4190b
|
Pylint fix again!
|
2015-04-15 11:08:01 -06:00 |
|
Thomas S Hatch
|
0bf800e2ff
|
remove unused import
|
2015-04-15 10:56:13 -06:00 |
|
Thomas S Hatch
|
ea04f6d6f1
|
Merge pull request #22672 from garethgreenaway/beacon_management_module
Beacon management module
|
2015-04-15 09:56:53 -06:00 |
|
Thomas S Hatch
|
b8e0638753
|
Merge pull request #22616 from alxbse/winrm-support
add initial support for WinRM in Windows cloud deployment
|
2015-04-15 09:55:30 -06:00 |
|
Thomas S Hatch
|
1c2a2fa967
|
Merge pull request #22406 from babilen/dev-pkgrepo
Fix handling of disabled apt repositories in pkgrepo.managed
|
2015-04-15 09:23:08 -06:00 |
|
Thomas S Hatch
|
6201929bd2
|
Add ouput options mixing to salt-cp
|
2015-04-15 09:20:59 -06:00 |
|
Thomas S Hatch
|
78d5c87755
|
use outputters for salt-cp
|
2015-04-15 09:19:54 -06:00 |
|