Commit Graph

77806 Commits

Author SHA1 Message Date
Mike Place
bd982c7122 Merge pull request #38969 from jakubjosef/develop
Fixed generating job diffs in Jenkins state
2017-01-26 11:22:59 -07:00
Mike Place
07f4c59a56 Merge pull request #38967 from raazvvann/dev/rheghedu/system-hostname
system: add {set/get}_computer_name
2017-01-26 11:01:08 -07:00
Joseph Hall
94050ff716 Watch out for bools 2017-01-26 11:00:43 -07:00
Jakub Josef
c64d2f88e5 Fixed generating job diffs in Jenkins state 2017-01-26 17:51:03 +01:00
Mike Place
ec690a0a12 Merge pull request #38965 from toanju/2016.11
salt-cloud will use list_floating_ips for OpenStack
2017-01-26 09:44:11 -07:00
Heghedus Razvan
5728490442 system: change get_system_time returned format
Change returned format from "HH:MM AM/PM" to
"HH:MM:SS AM/PM"

Signed-off-by: Heghedus Razvan <razvan.heghedus@ni.com>
2017-01-26 18:36:21 +02:00
Markus
7ff098426d comments on version number and git (#38961) 2017-01-26 09:21:16 -07:00
Heghedus Razvan
db41f60499 system: add {set/get}_computer_name
Add {set/get}_computer_name for setting/getting
computer hostname. I add this in system module to be
the same as on windows, creating a cross-platform
way to interact with computer's hostname.

Signed-off-by: Heghedus Razvan <razvan.heghedus@ni.com>
2017-01-26 17:47:41 +02:00
Tobias Jungel
1253ce9b63 salt-cloud will use list_floating_ips for OpenStack
this will use list_floating_ips as well for recent versions of
libcloud. To not break with current setups create_floating_ip is used in
case no free ip in the pool exists. The latter is as well a minor fixup
to #34280 (i.e. older versions of libcloud)
2017-01-26 15:58:41 +01:00
herbert.buurman
eefbcd22cb runners/pillar.py: Updated documentation to use pillarenv instead of saltenv when wanting to show the pillar of a specific environment. Added parsing of pillarenv argument so it actually gets used. 2017-01-26 11:57:50 +01:00
Frantisek Kobzik
c7da9f87b6 Fix timezone handling for rpm installtime
Previously datetime.fromtimestamp was used. If used without additional
parameters, this method returns date in the local timezone.

Our code took the result of fromtimestamp, appended 'Z' and returned
this string. This is wrong as 'Z' means UTC (the client code parses this
value as UTC, but it's in fact local time).

Fixed by using utcfromtimestamp.
2017-01-26 11:31:53 +01:00
Arthur Vuillard
f308d13a17 log an error on gnupg absence instead of raising an exception 2017-01-26 10:53:01 +01:00
Joseph Hall
0142b0bcb3 Do a better job at error detection in runners 2017-01-25 16:51:18 -07:00
plassa-b
972de0d894 Replaced log.error by log.warning and added comments for the new feature 2017-01-26 00:13:38 +01:00
Thomas S Hatch
13d28a34a6 fix an issue where thorium would remove keys of reattaching minions 2017-01-25 15:30:56 -07:00
Erik Johnson
6b014e53fc Rename on_demand_pillar to on_demand_ext_pillar 2017-01-25 15:08:57 -06:00
Erik Johnson
d216f90c63 Document new on_demand_pillar option and add to config template 2017-01-25 14:43:14 -06:00
Erik Johnson
426b20f02f Add documentation for on-demand pillar to pillar.ext docstring 2017-01-25 14:37:57 -06:00
Erik Johnson
7b10274b6b Make on-demand ext_pillars tunable 2017-01-25 14:37:16 -06:00
Erik Johnson
d54723ccae Add on_demand_pillar config option 2017-01-25 14:36:41 -06:00
Mike Place
c09f39d6c9 Remove unused json import 2017-01-25 13:22:40 -07:00
Mike Place
f9b2719ed3 Merge pull request #38942 from cloudflare/NET-RUNNER
New runner: net finder
2017-01-25 13:21:27 -07:00
Mike Place
d906e8fadb Merge pull request #38949 from clinta/x509-passphrase-bug
Use signing passphrase as public passphrase when generating self-sign…
2017-01-25 13:20:57 -07:00
Mike Place
de3b2cc97b Merge pull request #38929 from MTecknology/2016.11
Fix psutil regressions in 2016.11
2017-01-25 13:17:40 -07:00
Mike Place
3ec806c003 Merge pull request #38940 from isbm/isbm-sanitizers-fix-and-unit-test
Isbm sanitizers fix and unit test
2017-01-25 13:15:55 -07:00
Bo Maryniuk
a112b790fe Fix typo 2017-01-25 21:15:05 +01:00
Mike Place
5bea8bc5c1 Merge pull request #38943 from thatch45/ssh_pillar_master
When we generate the pillar we should send in the master opts
2017-01-25 13:10:19 -07:00
Mike Place
2c4ad85a78 Merge pull request #38948 from rallytime/bump-template-context-deprecation
Bump the template context deprecation version to Oxygen
2017-01-25 12:45:58 -07:00
Mike Place
e420763285 Merge pull request #38944 from rallytime/merge-2016.11
[2016.11] Merge forward from 2016.3 to 2016.11
2017-01-25 12:44:42 -07:00
Mike Place
7ca6b81611 Merge pull request #38912 from daxroc/feature/http_wait_for_interval
Enhanced wait_for_successful_query with request_interval
2017-01-25 12:43:44 -07:00
Mike Place
e4514ca7d8 Merge pull request #38946 from rallytime/bp-37632
Back-port #37632 to 2016.3
2017-01-25 12:40:39 -07:00
Mike Place
bd4889ac73 Merge pull request #38900 from cro/px_dunder_201611
Enable __proxy__ availability in states, highstate, and utils. Enable __utils__ for proxies.
2017-01-25 12:36:48 -07:00
Mike Place
bbadc37301 Merge pull request #38945 from rallytime/merge-develop
[develop] Merge forward from 2016.11 to develop
2017-01-25 12:36:18 -07:00
Mike Place
7febac8669 Merge pull request #38947 from eradman/ssh_options
Fix ssh key deployment when using minimal salt-ssh roster
2017-01-25 12:35:56 -07:00
matt.roberts@safesystems.com
249efa3068 Fixed Logstash Engine in file logstash.py
Fixes #34551
2017-01-25 14:34:14 -05:00
Clint Armstrong
c8697e38a8 Use signing passphrase as public passphrase when generating self-signed certificates 2017-01-25 14:21:25 -05:00
Mike Place
953a20350a Merge pull request #38913 from Adaephon-GH/patch-1
Ignore plist files without Label key
2017-01-25 12:07:26 -07:00
Mike Place
826dce1059 Merge pull request #38917 from twangboy/update_jinja_mac
Update Jinja2 to 2.9.4
2017-01-25 12:05:37 -07:00
Mike Place
f94b8798b6 Merge pull request #38918 from thatch45/thorium_typos
Thorium typos
2017-01-25 12:00:40 -07:00
Mike Place
32fbb945b7 Merge pull request #38919 from cachedout/issue_38543
Correctly pass subset to cmd_subset
2017-01-25 11:59:16 -07:00
C. R. Oldham
c45b99661b Merge pull request #38920 from spidercensus/patch-1
Add device port option to proxy
2017-01-25 11:56:33 -07:00
Mike Place
6b3c738bfd Merge pull request #38922 from twangboy/fix_vcredist
Fix 64bit detection, vcredist only on <= 2008
2017-01-25 11:47:40 -07:00
Mike Place
954658523b Merge pull request #38923 from DSRCorporation/bugs/38371_fix_schedule_return
Fixed broken __schedule_return handler.
2017-01-25 11:45:30 -07:00
Mike Place
b27733cc33 Merge pull request #38925 from terminalmage/issue38540
Fix two wheel issues in netapi
2017-01-25 11:28:51 -07:00
Mircea Ulinic
2c5f21bc2b Import & use print_function from __future__ 2017-01-25 18:26:36 +00:00
Michael Lustfield
73a8c6d121 Load core grains only if required.
As per discussion on github, these grains should only be loaded if
absolutely required.
2017-01-25 12:24:20 -06:00
Mike Place
828e9bd8f9 Merge pull request #38927 from l2ol33rt/debian_doc_fix
Adding explicit install of python-systemd in jessie-backports on Debian Guide
2017-01-25 11:21:17 -07:00
rallytime
749e0031d7 Bump the template context deprecation version to Oxygen
Refs #35777
2017-01-25 11:17:37 -07:00
Thomas S Hatch
289985502b try it with a different init sequence 2017-01-25 11:14:22 -07:00
Mike Place
618596f0cc Merge pull request #38926 from gtmanfred/2016.3
add note about pysss for pam eauth
2017-01-25 11:12:19 -07:00