Brian Saville
40da3ce2d0
Make test check_pillar more lenient
2018-10-15 16:50:57 -04:00
Nicole Thomas
8a6b4357f9
Merge pull request #50038 from s0undt3ch/2018.3
...
Don't squash the traceback
2018-10-15 16:36:55 -04:00
Nicole Thomas
dbfd7eed4d
Merge pull request #50054 from rallytime/bp-50004
...
Back-port #50004 to 2018.3
2018-10-15 16:36:02 -04:00
Nicole Thomas
a9e9974bd5
Merge pull request #50057 from rallytime/merge-2018.3
...
[2018.3] Merge forward from 2017.7 to 2018.3
2018-10-15 16:35:45 -04:00
Nicole Thomas
f1bcb1f275
Merge pull request #50060 from rallytime/fix-lint
...
[2018.3] Fix some pylint issues that have popped up recently
2018-10-15 16:35:21 -04:00
Gareth J. Greenaway
a8f4f3927e
Merge branch '2018.3' into fix-lint
2018-10-15 13:33:33 -07:00
Nicole Thomas
b26b21c017
Merge pull request #50052 from rallytime/bp-49943
...
Back-port #49943 to 2018.3
2018-10-15 16:06:19 -04:00
Gareth J. Greenaway
931ec6154a
Fixing test_vault for python3.
2018-10-15 12:07:56 -07:00
Gareth J. Greenaway
90adb38b5d
Updating the integration.sdb.test_vault setup function to attempt to recreate the container if the login test fails.
2018-10-15 12:07:56 -07:00
rallytime
e73f13d766
[2018.3] Fix some pylint issues that have popped up recently
2018-10-15 13:29:54 -04:00
rallytime
1b5b018da2
Merge branch '2017.7' into '2018.3'
...
Conflicts:
- salt/minion.py
- salt/states/lvm.py
2018-10-15 13:13:57 -04:00
Nicole Thomas
9eb17ea21e
Merge pull request #50047 from rallytime/bp-49605
...
Back-port #49605 to 2017.7
2018-10-15 13:11:19 -04:00
Nicole Thomas
6cdd390379
Merge pull request #50017 from gtmanfred/iptables
...
Use parse_known_args when checking iptables rules
2018-10-15 13:10:50 -04:00
Cody Crawford
2e46a783c5
Expose docs for Ansible modules
2018-10-15 13:01:22 -04:00
rwaweber
1ea72a00aa
docs: Correct spelling mistake and smooth out sentence
2018-10-15 12:58:28 -04:00
stanislaw_jakiel
88e32029ea
https://github.com/saltstack/salt/issues/49883
...
Using named argument in PublicIPAddress azure network_models API call
2018-10-15 12:47:48 -04:00
Gabriel
d336decde7
Handle non-ASCII chars during template data decode
...
Change requested by terminalmage, line 255.
2018-10-15 11:54:24 -04:00
Gabriel
435afb76ad
Adjusted import to expose stringutils namespace
2018-10-15 11:54:18 -04:00
Gabriel
958c630e5c
Coerce string when calling compile_template_str
...
Previously on python3 this would otherwise pass bytes (unhandled)
2018-10-15 11:54:14 -04:00
Erik Johnson
f59506d4cc
Update tests to reflect behavior changes
2018-10-15 10:16:44 -05:00
Neile Havens
7d6e628942
Merge branch '2018.3' into optimize-firewalld-state
2018-10-15 10:14:22 -05:00
rallytime
e3a0f7b6f2
Add gce fix to 2017.7.9 release notes
2018-10-15 11:03:06 -04:00
Joachim Gleissner
e6d86fca91
document GCE instance credentials configuration
2018-10-15 11:02:25 -04:00
Joachim Gleissner
c3a0d1b81a
allow empty service_account_private_key in GCE driver
...
Passing an empty service_account_private_key to libcloud will enable
authentication using instance credentials. Useful if you want to run salt-cloud
on a GCE instance.
2018-10-15 11:02:13 -04:00
Nicole Thomas
2d8210c136
Merge pull request #49991 from twangboy/fix_test_thin
...
Fix `unit.utils.test_thin` for Windows
2018-10-15 09:55:32 -04:00
Nicole Thomas
23c7142bfd
Merge pull request #50037 from cbosdo/fluorine-backport
...
Fluorine backport of virt module fixes
2018-10-15 09:31:30 -04:00
Pedro Algarvio
852257ab60
Don't squash the traceback
2018-10-15 11:17:29 +01:00
Cédric Bosdonnat
ce6faf6f03
Fix virt.init documentation
...
Adjust virt.init documentation to match reality: disks use 'name'
property, not 'disk_name'.
(cherry picked from commit 8829d76bf4
)
2018-10-15 08:59:19 +02:00
Cédric Bosdonnat
a6a68d66a4
Turn virt.pool_info name parameter optional
...
If no name parameter is provided to virt.pool_info, return the infos
for all storage pools. The result of the function has also been enhanced to
return a dict mapping the name of the pool to its infos
(cherry picked from commit 1e48abdfea
)
2018-10-15 08:59:18 +02:00
Cédric Bosdonnat
1f903dd1e0
Turn virt.network_info name parameter optional
...
If no name parameter is provided to virt.network_info, return the infos
for all networks. The result of the function has also been enhanced to
return a dict mapping the name of the network to its infos
(cherry picked from commit 3e902384df
)
2018-10-15 08:59:11 +02:00
marcoc
8129ac6945
removed whitespaces
2018-10-14 21:58:46 +01:00
marcoc
82fa86617f
Fix #50015 , Windows grain defaults to physical as unix grain
2018-10-13 23:34:30 +01:00
Daniel Wozniak
fef7669a15
Merge pull request #49809 from Ch3LL/win_pkg_flaky
...
Add additional asserts to help investigate test_win_pkg failure
2018-10-13 11:00:08 -07:00
twangboy
87563aef4e
Fix some lint
2018-10-12 17:25:03 -06:00
Nicole Thomas
a6a66b9b3f
Merge pull request #50012 from dwoz/norm_log
...
Use normal log formatting and add jid
2018-10-12 14:40:18 -04:00
Daniel Wallace
e552e4f268
Use parse_known_args when checking iptables rules
...
This will allow use of iptables custom extensions
Fixes #50014
2018-10-12 09:53:26 -05:00
Megan Wilhite
f795b60537
Merge pull request #7 from dwoz/win_pkg_flaky
...
Fix win_pkg test
2018-10-12 09:03:30 -04:00
Giandom
04a99e07a1
Passed kwargs to db_remove
...
The function db_remove fails because the call to the dbexists function needs kwargs to connect to the db if you're passing all connection parameters from cli.
2018-10-12 11:39:51 +02:00
Daniel A. Wozniak
f96b29d1cc
Use normal log formatting and add jid
2018-10-11 23:39:56 -07:00
Daniel A. Wozniak
beaab2a05a
Fix win_pkg test
...
Bugfix in file_list cache. The file_list cache age could be a negative
number meaning the file_list cache can get used in tests even though the
cache timeout is set to 0 for test suite runs.
2018-10-11 15:47:44 -07:00
Nicole Thomas
58236e4b29
Merge pull request #49953 from twangboy/fix_test_cmdmod
...
Fix `unit.modules.test_cmdmod` for Windows
2018-10-11 14:58:38 -04:00
Neile Havens
a718b0cd06
Merge branch '2018.3' into optimize-firewalld-state
2018-10-11 13:56:04 -05:00
Nicole Thomas
8949873b79
Merge pull request #49983 from rallytime/merge-2018.3
...
[2018.3] Merge forward from 2017.7 to 2018.3
2018-10-11 09:27:34 -04:00
Nicole Thomas
b32f87685d
Merge pull request #49990 from twangboy/fix_test_status
...
Fix `unit.beacons.test_status` for Windows
2018-10-11 09:20:09 -04:00
Nicole Thomas
15f86b2c69
Merge pull request #50001 from kyentei/doc-fix-gpg
...
Fix gpg state Documentation
2018-10-11 09:16:36 -04:00
Nicole Thomas
7a235d7e95
Merge pull request #50000 from kyentei/doc-fix-lvm
...
Fix LVM state documentation
2018-10-11 09:16:04 -04:00
Nicole Thomas
4edd094844
Merge pull request #49999 from kyentei/doc-fix-proxy
...
Fix proxy documentation
2018-10-11 09:15:45 -04:00
Nicole Thomas
58d23025fb
Merge pull request #49998 from kyentei/doc-fix-process
...
Fix documentation on process.py
2018-10-11 09:15:06 -04:00
Nicole Thomas
411635bc76
Merge pull request #49997 from kyentei/doc-fix-mysql
...
Fix documentation for mysql processlist
2018-10-11 09:14:20 -04:00
Nicole Thomas
1f4374532d
Merge pull request #49960 from twangboy/fix_test_reg
...
Fix `unit.states.test_reg` for Windows
2018-10-11 09:03:48 -04:00