Commit Graph

59374 Commits

Author SHA1 Message Date
Bo Maryniuk
37ed834a63 Implement lamp rename 2015-11-16 08:23:02 -07:00
Bo Maryniuk
66b155c3db Enhance _set method so it can set more than just lights status 2015-11-16 08:23:02 -07:00
Bo Maryniuk
8e94aad5c1 Enhance internal ping report on failures (device is not reachable) 2015-11-16 08:23:02 -07:00
Bo Maryniuk
3bf79e6920 Implement blink function 2015-11-16 08:23:02 -07:00
Bo Maryniuk
334371d660 Use blink on internal ping 2015-11-16 08:23:02 -07:00
Bo Maryniuk
a8e4c2162c Fix bug: call in a proper order, if all devices 2015-11-16 08:23:02 -07:00
Bo Maryniuk
a98d5187f8 Remove the debug 2015-11-16 08:23:02 -07:00
Bo Maryniuk
a1244223bf Enhance switch method 2015-11-16 08:23:02 -07:00
Bo Maryniuk
e902764e25 Switch all lamps if IDs are not passed 2015-11-16 08:23:02 -07:00
Bo Maryniuk
1e508e9155 Fix bug: crash, if only one lamp ID is passed 2015-11-16 08:23:02 -07:00
Bo Maryniuk
c0e6706d9a Implement status 2015-11-16 08:23:02 -07:00
Bo Maryniuk
6d8e6d6e23 Fix lint 2015-11-16 08:23:02 -07:00
Bo Maryniuk
db053fbd8b Add licence 2015-11-16 08:23:02 -07:00
Bo Maryniuk
2abdb19934 Implement proxy minion configuration 2015-11-16 08:23:02 -07:00
Bo Maryniuk
1a75be3f71 Cleanup code 2015-11-16 08:23:02 -07:00
Bo Maryniuk
1a46a180bc Implement light switch ON/OFF 2015-11-16 08:23:02 -07:00
Bo Maryniuk
cc5ee382c5 Implement lights method. 2015-11-16 08:23:02 -07:00
Bo Maryniuk
bfbe4160b2 Add constants class-struct 2015-11-16 08:23:02 -07:00
Bo Maryniuk
7a8d72de3f Implement device state change 2015-11-16 08:23:02 -07:00
Bo Maryniuk
d769bc85a7 Implement available device listing 2015-11-16 08:23:02 -07:00
Bo Maryniuk
c9e7f4dc18 Cleanup code 2015-11-16 08:23:02 -07:00
Bo Maryniuk
5503b6f20e Implement Philips HUE wrapper caller for Minion Proxy 2015-11-16 08:23:02 -07:00
Bo Maryniuk
1b11d1ec74 Initial implementation of Philips HUE proxy 2015-11-16 08:23:02 -07:00
Bo Maryniuk
20033eeeb7 Save modified environment path 2015-11-16 12:42:52 +01:00
Mike Place
23eae0d9e0 Merge pull request #28891 from jfindlay/chkconfig_check
rh_service module: fix logic in _chkconfig_is_enabled
2015-11-15 19:44:14 -07:00
Mike Place
8e6acd97ae Merge pull request #28892 from jfindlay/sles_grain
grains.core: correctly identify SLES 11 distrib_id
2015-11-15 19:30:30 -07:00
Mike Place
2488b873b8 Merge pull request #28908 from rallytime/doc-convention-spelling
A couple of spelling fixes for doc conventions page.
2015-11-15 19:29:34 -07:00
Mike Place
cf929c3847 Merge pull request #28910 from lorengordon/patch-1
Fix winrepo command in windows pkg mgmt doc
2015-11-15 19:29:12 -07:00
Loren Gordon
64655398b3 Fix winrepo command in windows pkg mgmt doc 2015-11-15 20:03:46 -05:00
rallytime
60e6eddb77 A couple of spelling fixes for doc conventions page. 2015-11-15 14:49:47 -07:00
Nicole Thomas
827a1ae020 Merge pull request #28902 from whiteinge/json-keys
Fix missing JSON support for /keys endpoint
2015-11-15 08:36:05 -07:00
Seth House
9745903301 Fix missing JSON support for /keys endpoint
Fixes #22442
2015-11-14 18:01:53 -07:00
Justin Findlay
d23bd49130 Merge pull request #28897 from rallytime/bp-28873
Back-port #28873 to 2015.5
2015-11-14 17:43:34 -07:00
Justin Findlay
7a4fb9a790 Merge pull request #28896 from rallytime/bp-28855
Back-port #28855 to 2015.8
2015-11-14 17:43:15 -07:00
Justin Findlay
64dc3c23e0 Merge pull request #28895 from rallytime/bp-28823
Back-port #28823 to 2015.8
2015-11-14 17:43:07 -07:00
Tehmasp Chaudhri
077e671ead Fix salt-cloud help output typo 2015-11-14 08:15:10 -07:00
Theo Chatzimichos
baf238f270 fix the os grain in sle11sp4 to be SUSE instead of SLES
due to the existence of /etc/os-release on SLE11SP4, the os grain between
SLE11SP3 and SLE11SP4 was different (SLES vs SUSE). Thus, it was falsely trying
to use systemd on SLE11SP4 to start services
2015-11-14 08:13:41 -07:00
Theo Chatzimichos
d167a6b83d Add support for priority and humanname in pkrepo zypper backend
humanname is zypper ar --name
priority is zypper mr -p
both are quite important arguments for setting zypper repositories that were
silently ignored. This commit introduces support on them so that pkgrepo will
properly act on them

Signed-off-by: Marcus Rueckert <mrueckert@suse.com>
Signed-off-by: Bo Maryniuk <bmaryniuk@suse.com>
Signed-off-by: Theo Chatzimichos <tchatzimichos@suse.com>
2015-11-14 08:03:47 -07:00
Justin Findlay
1cfdc500c9 grains.core: correctly identify SLES 11 distrib_id
Fixes #24019.
2015-11-14 00:51:32 -07:00
Justin Findlay
e32a9aab85 rh_service._chkconfig_is_enabled unit tests 2015-11-13 23:38:40 -07:00
Justin Findlay
5a93b7e53c rh_service module: fix logic in _chkconfig_is_enabled
Fixes #23971.
2015-11-13 23:29:15 -07:00
Justin Findlay
a45ce78e20 Merge pull request #28885 from kt97679/2015.8
fix for: service.enabled fails on xen server #28754
2015-11-13 21:55:38 -07:00
Justin Findlay
eb9970019a state compiler: relax aggregate conditional check
Fixes #27961.
2015-11-13 20:00:07 -07:00
Pedro Algarvio
58b57e77be Merge pull request #28880 from terminalmage/profile-logging
Add "profile" loglevel
2015-11-14 02:07:25 +00:00
Kirill Timofeev
7d0f1f11cb fix for: service.enabled fails on xen server #28754 2015-11-13 16:24:53 -08:00
Colton Myers
5dc7fccb07 Merge pull request #28882 from basepi/salt-ssh.stacktrace.28881
[2015.8] salt-ssh: Check return type to make sure it's an error
2015-11-13 17:14:46 -07:00
Colton Myers
f1a1cad607 Check return type to make sure it's actually an error 2015-11-13 16:18:55 -07:00
Erik Johnson
a62852d407 Add @wraps decorator 2015-11-13 16:48:53 -06:00
Erik Johnson
cac9f17307 Add profile logging for template rendering 2015-11-13 16:47:00 -06:00
Erik Johnson
c625725f70 Add decorator to do profile-level logging for a function 2015-11-13 16:47:00 -06:00