Alexandru Bleotu
cd47cf754c
Added tests for modules.vsphere.gets_service_instance_via_proxy decorator
2016-12-09 07:55:44 -05:00
Alexandru Bleotu
ddb5de1c12
Added modules.vsphere.gets_service_instance_via_proxy decorator
...
- decorator that connects to a target system (vCenter or ESXi host)
using the proxy details and passes the connection (vim.ServiceInstance)
to the decorated function.
- the decorated function needs to have a parameter called
service_instance
2016-12-09 07:55:43 -05:00
Alexandru Bleotu
f94ead0ad3
Added tests for modules.vsphere.supports_proxies decorator
2016-12-09 07:55:43 -05:00
Alexandru Bleotu
59a8ae7f2d
Added modules.vsphere.supports_proxies decorator
...
- decorator to specify which proxy types are supported by a function
2016-12-09 07:55:43 -05:00
Alexandru Bleotu
c9e70743d3
Added tests for modules.vsphere._get_proxy_connection_details
2016-12-09 07:55:43 -05:00
Alexandru Bleotu
d02f19fcfc
Added modules.vsphere._get_proxy_connection_details
...
- returns the connection details of the following proxies: esxi
2016-12-09 07:55:30 -05:00
Alexandru Bleotu
7edf6101c1
Added tests for modules.vsphere.get_proxy_type
2016-12-09 07:55:30 -05:00
Alexandru Bleotu
1f0bdf83e9
Updated authors of tests for modules.vsphere
2016-12-09 07:55:30 -05:00
Alexandru Bleotu
83680c6396
Added modules.vsphere.get_proxy_types
2016-12-09 07:55:30 -05:00
Alexandru Bleotu
d6cada0fa3
Added code author to modules.vsphere
...
[NOTE] Previous authors need to be added as well
2016-12-09 07:55:30 -05:00
Mike Place
eba191d2b3
Merge pull request #38054 from babs/doc/state.sls_id-list_param
...
Add doc about state.sls_id mods can be a coma separated list
2016-12-08 11:08:15 -07:00
Mike Place
cfc6f4b530
Merge pull request #38055 from whiteinge/sls-file-running-dict
...
Add the __sls__ field to the highstate output (the running dict)
2016-12-08 11:04:05 -07:00
Mike Place
4991c922ae
Merge pull request #38123 from Da-Juan/thorium_fix
...
Thorium fixes
2016-12-08 10:48:05 -07:00
Mike Place
69e70a3dc6
Merge pull request #38135 from fictivekin/ec2-cloud-secgroups
...
Security Groups for New EC2 Cloud Instances
2016-12-08 10:46:44 -07:00
Mike Place
23478c3cb2
Merge pull request #38137 from fictivekin/rds-tags
...
Apply Defined Tags to New RDS Instance
2016-12-08 10:45:52 -07:00
Mike Place
6116df5dca
Merge pull request #38155 from zhihan/patch-1
...
Update the 'ports' option in bridge settings.
2016-12-08 10:41:44 -07:00
Nicole Thomas
e04e26f4d8
Merge pull request #38146 from rallytime/merge-develop
...
[develop] Merge forward from 2016.11 to develop
2016-12-08 10:28:23 -07:00
Seth House
eb25dfd1d1
Improve and clarify the rest_cherrypy /run docs ( #38145 )
...
Refs #38139 .
2016-12-08 09:41:57 -07:00
Zhi Han
af8b675cc3
Update the 'ports' option in bridge settings.
...
It seems space is right delimiter. On trusty I got the following error trying to bringing up the bridge:
$ ifup br0
interface em1,em2 does not exist!
2016-12-08 10:22:11 -05:00
Seth House
84dce83860
Switch type comparison to isinstance
2016-12-08 02:38:34 -07:00
Seth House
912c034653
Merge pull request #38150 from jerrykan/fixbuglink
...
Fix cherrypy SSL error bug link
2016-12-08 01:46:12 -07:00
John Kristensen
896aa077be
Fix cherrypy SSL error bug link
...
The cherrypy project has been migrated from bitbucket to github, and
fortunately the bugs/issues were migrated as well.
2016-12-08 14:19:50 +11:00
rallytime
4998b8d116
Merge branch '2016.11' into 'develop'
...
Conflicts:
- doc/ref/configuration/master.rst
- doc/ref/peer.rst
- doc/topics/reactor/index.rst
2016-12-07 16:31:11 -07:00
Nicole Thomas
6026cb23b2
Merge pull request #38138 from rallytime/merge-2016.11
...
[2016.11] Merge forward from 2016.3 to 2016.11
2016-12-07 13:15:56 -07:00
rallytime
28b56ea3b4
Merge branch '2016.3' into '2016.11'
...
No conflicts.
2016-12-07 13:14:28 -07:00
Nicole Thomas
90478ef25e
Merge pull request #38130 from rallytime/merge-2016.11
...
[2016.11] Merge forward from 2016.3 to 2016.11
2016-12-07 13:11:19 -07:00
Nicole Thomas
86091db647
Skip daemon unit tests when running on Python 2.6 ( #38134 )
...
When switching the daemon unit tests to using multiprocessing pipes,
this exposed a deep bug in Python 2.6. Let's skip these on 2.6.
2016-12-07 13:09:19 -07:00
Jared McKnight
049161dcd0
fix for applying tags to new RDS instance
2016-12-07 14:56:52 -05:00
Jared McKnight
e38db3985b
fix the security groups that get applied to a new instance
2016-12-07 14:52:39 -05:00
Nicolas Rouanet
256685f143
Lint fix
2016-12-07 20:35:03 +01:00
Mike Place
8f54371d22
Merge pull request #38115 from saltstack/revert-34643-shlex-quotes
...
Revert "fix augeas module so shlex doesn't strip quotes"
2016-12-07 11:51:14 -07:00
Mike Place
f4b6f815d4
Merge pull request #38132 from iddocohen/develop
...
Fixing bug in log.py - used .copy instead of .copy()
2016-12-07 11:48:19 -07:00
Mike Place
4c11f39030
Merge pull request #38128 from eradman/cwd_param
...
Adjust description for param cwd
2016-12-07 11:33:00 -07:00
Nicole Thomas
ae754e1069
Mock config.option call return for iptables unit test ( #38131 )
...
Refs #31662
2016-12-07 11:19:46 -07:00
Megan Wilhite
1a42e24e72
Fix beacon index ( #38129 )
...
* add new beacon modules to index
* add salt.beacons.avahi_announce to index and release notes
2016-12-07 10:44:53 -07:00
Nicole Thomas
bbdfcab7d9
Add versionadded tags for network module funcs ( #38127 )
2016-12-07 10:44:25 -07:00
Mike Place
fd06bab673
Merge pull request #38043 from MTecknology/2016.11
...
Debian networking fix
2016-12-07 10:32:17 -07:00
Thomas S Hatch
4b9a7f2295
Merge pull request #38107 from cachedout/supercede_38088
...
Status beacon should raise proper exception
2016-12-07 10:21:49 -07:00
Mike Place
73d724845d
Change to log.debug per Tom
2016-12-07 10:21:21 -07:00
Iddo Cohen
9a9e443d36
Fixing bug in log.py - used .copy instead of .copy()
...
Typo mistake which was fixed
2016-12-07 18:06:45 +01:00
rallytime
4d7d9abb41
Merge branch '2016.3' into '2016.11'
...
No conflicts.
2016-12-07 09:43:08 -07:00
Nicole Thomas
9ce1ae8388
Merge pull request #38105 from rallytime/merge-develop
...
[develop] Merge forward from 2016.11 to develop
2016-12-07 09:41:41 -07:00
Eric Radman
15f9c09ebf
Adjust description for param cwd
...
On most Linux systems root's home directory is '/root', but this is not
true on other platforms. On MacOS 10.12 for example, it is '/var/root'
or '/var/private/root'.
Also, the salt master may not be running as root, so perhaps it is best
to avoid making any promises about the current working directory if
``runas`` is not specified.
2016-12-07 11:13:04 -05:00
Mike Place
a19fbeb72e
Merge pull request #37796 from iddocohen/develop
...
Added beacon for tracing string within log
2016-12-07 06:59:54 -07:00
Damien Degois
3671e152ca
Add doc about state.sls_id mods can be a coma separated list
2016-12-07 14:48:08 +01:00
Mike Place
da8f5ac0c6
Merge pull request #38101 from lorengordon/file-replace-note
...
Clarifies file.replace behavior on symlinks
2016-12-07 06:27:11 -07:00
Da-Juan
2f7e9bfe0d
Stop keeping track of removed/rejected minions
...
When a minion is deleted or rejected by thorium we need to remove its
tracking status from the registry/context.
2016-12-07 14:24:49 +01:00
Mike Place
d3d98fd4eb
Merge pull request #38102 from rallytime/fix-38091
...
Add False + msg tuple return if requests is missing for zenoss module
2016-12-07 06:24:37 -07:00
Mike Place
8c8cbc2734
Merge pull request #38104 from rallytime/bp-36794
...
Back-port #36794 to 2016.3
2016-12-07 06:23:48 -07:00
Da-Juan
c3ec3df5f0
Fix typo in stanza name
...
Fix statreg stanza name to match the require statement and the docs in
salt/thorium/key.py
2016-12-07 14:23:03 +01:00