Mike Place
f115e6fc8f
Merge pull request #35919 from rallytime/fix-35618
...
Add documentation about salt_interface to EC2 docs
2016-09-02 00:20:27 +09:00
Mike Place
c75efc9a48
Merge pull request #35962 from twangboy/improve_show_sls
...
Allow full path to be passed to show_sls (develop)
2016-09-02 00:19:23 +09:00
Mike Place
211c2f1f38
Merge pull request #35910 from techhat/thoriumfile
...
Allow filtering in Thorium file.save
2016-09-02 00:17:10 +09:00
Mike Place
70b61e33ff
Merge pull request #35942 from skizunov/develop3
...
Add pybonjour based beacon for zeroconf announcement
2016-09-02 00:15:49 +09:00
Mike Place
870ae49150
Merge pull request #35975 from kev009/fix-35325
...
Fix type error in network module for fbsd osmajorrelease compare
2016-09-02 00:09:30 +09:00
Mike Place
c1e69aa7d1
Merge pull request #35958 from rallytime/aptpkg-fixes
...
Clean up the aptpkg.py module
2016-09-02 00:04:58 +09:00
Mike Place
ceb8629807
Merge pull request #35969 from thatch45/develop
...
compensate for lists in cmd perms check
2016-09-02 00:03:24 +09:00
Mike Place
9ebb405a53
Merge pull request #35974 from techhat/calcminmax
...
Add thresholds to calc module
2016-09-01 23:51:26 +09:00
Mike Place
300f915e48
Merge pull request #35983 from cachedout/snapper_diff_26
...
Skip one Snapper test on 2.6
2016-09-01 23:48:25 +09:00
Joseph Hall
085c782109
Add thresholds to all functions
2016-09-01 07:00:35 -06:00
Mike Place
beec674141
Skip one Snapper test on 2.6
...
There's a slight difference in the diff comparison but we should be
able to catch true failures here with 2.7.
2016-09-01 20:19:06 +09:00
Kevin Bowling
3f6ed8592c
Fix type error in networkfbsd osmajorrelease compare
2016-08-31 23:05:57 -07:00
Joseph Hall
2d87d33aeb
Add threshholds to calc module
2016-08-31 21:40:03 -06:00
Megan Wilhite
8f7df39181
add onfail multiple test ( #35968 )
2016-08-31 20:40:36 -06:00
Nicole Thomas
dffd664797
Merge pull request #35970 from rallytime/merge-develop
...
[develop] Merge forward from 2016.3 to develop
2016-08-31 20:38:12 -06:00
Thomas S Hatch
b63b342be5
compensate for lists in cmd perms check
2016-08-31 16:41:36 -06:00
rallytime
ae595537ff
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/modules/pkgng.py
2016-08-31 16:39:54 -06:00
Nicole Thomas
b8ca3f5e4d
Merge pull request #35959 from rallytime/merge-2016.3
...
[2016.3] Merge forward from 2015.8 to 2016.3
2016-08-31 16:14:54 -06:00
Nicole Thomas
3057f80448
Add missing CLI examples to some snapper module functions ( #35961 )
...
Fixes test_valid_docs test failure on Suse test VMs
2016-08-31 15:41:28 -06:00
Aditya Kulkarni
347b05abd0
Add test for cassandra_cql returner's ssl opts parsing ( #35944 )
2016-08-31 15:26:11 -06:00
twangboy
fae8957112
Update documentation
2016-08-31 15:24:33 -06:00
rallytime
bb4605ffee
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/utils/cloud.py
2016-08-31 15:13:45 -06:00
Daniel Wallace
351a033f7d
add versionadded for keystone v3 addition ( #35949 )
2016-08-31 15:03:42 -06:00
twangboy
ddc40a75e6
Allow full path to be passed to show_sls
2016-08-31 14:58:07 -06:00
Thomas S Hatch
5aaad9e42e
Merge pull request #35714 from rallytime/file_module_deprecations
...
Remove the file.grep Carbon warning for multiple command line args
2016-08-31 14:53:13 -06:00
rallytime
29eed927ec
Clean up the aptpkg.py module
...
- We shouldn't crowd the module namespace at the top of the file with the http proxy options
- Just use `__salt__['config.get']` to get http configuration proxy values
- Should help fix the doc builds on the develop branch (See #35826 )
2016-08-31 14:51:27 -06:00
Jacob Hammons
0f0f15d048
Merge pull request #35956 from jacobhammons/dot12
...
Version docs to 2015.8.12
2016-08-31 14:39:35 -06:00
Jacob Hammons
3e21e35933
Version docs to 2015.8.12
2016-08-31 14:38:16 -06:00
Jacob Hammons
a87b91a8ea
Merge pull request #35955 from jacobhammons/dot3
...
Version docs to 2016.3.3
2016-08-31 14:35:55 -06:00
Jacob Hammons
ac8fe6ff9e
Version docs to 2016.3.3
2016-08-31 14:34:55 -06:00
Joseph Hall
258e9212d9
Make the status beacon more configurable ( #35905 )
2016-08-31 13:27:23 -06:00
Nicole Thomas
5d5fdf973b
Pylint fix for #35930 ( #35950 )
2016-08-31 13:26:14 -06:00
Heghedus Razvan
bf6e1fa097
Add integration test for groupadd module ( #35930 )
...
Signed-off-by: Heghedus Razvan <razvan.heghedus@ni.com>
2016-08-31 13:21:07 -06:00
winstonliu1111
3cd64e2cf5
fixed incorrect change status for the old role policy document for boto_iam_role. ( #35946 )
2016-08-31 13:13:45 -06:00
Pedro Algarvio
f842ddd525
OSX testsuite fixes ( #35948 )
...
* OSX is a bit more restrictive on getting the process information
* OSX says the sockets aren't connected, which is weird, but...
* Close the sockets on OSX
2016-08-31 13:09:51 -06:00
Daniel Wallace
9bdb161eac
Add Keystone v3 support ( #35911 )
...
* Openstack keystone V3 API support in keystone modules.
* Python3 compatibility unicode to six.text_type
* Return values of tests: test_user_absent, test_endpoint_absent,
test_role_absent, test_service_absent, test_tenant_absent
* Fixed tests states.test_role_present and states.service_present
* Fixed module tests (not all)
* These are the old tests and need to be rewritten anyway
* fix pylint error
* fix keystone state tests
2016-08-31 11:55:23 -06:00
Daniel Wallace
d2db4ea7a2
cachedir should be /cloud not /master ( #35897 )
...
Fixes #35893
2016-08-31 10:38:43 -06:00
Jacob Hammons
9910b9c6f9
Fix incremental doc builds - OS X, postgres returner, tcp transport doc updates ( #35865 )
...
* Updates doc builds to generate build timestamp only when building for docs.saltstack.com. This re-enables incremental builds.
Adds notes to OS X page that Salt master on OS X is not officially supported
Adds note to postgres returners to cross-link modules with usage explanation (ZD #875 )
Adds example showing how to enable tcp transport
* Generate copyright date
Footer updates
2016-08-31 09:51:36 -06:00
Andres Montalban
24f9d3397c
Speed up FreeBSD pkg install process for pkg.latest since pkg command by default tries to update repository DB on each search: ( #35904 )
...
https://www.freebsd.org/cgi/man.cgi?query=pkg-search&sektion=8&apropos=0&manpath=FreeBSD+10.3-RELEASE+and+Ports
2016-08-31 09:46:13 -06:00
Andres Montalban
17b9a159f9
Speed up FreeBSD pkg install process for pkg.latest since pkg command by default tries to update repository DB on each search: ( #35939 )
...
https://www.freebsd.org/cgi/man.cgi?query=pkg-search&sektion=8&apropos=0&manpath=FreeBSD+10.3-RELEASE+and+Ports
2016-08-31 09:45:25 -06:00
Denys Havrysh
b87e4f1e85
Salt Cloud: add centos
default user for official CentOS AMIs ( #35931 )
2016-08-31 09:41:55 -06:00
Mike Place
6bcd76bfce
Catch shutdown error in test suite ( #35933 )
...
Change made per @s0undt3ch
2016-08-31 09:35:20 -06:00
Nicolas Delaby
580e0d4aa7
Mention that docker image names must be given with repository ( #35926 )
2016-08-31 09:26:13 -06:00
Mike Place
24920aa226
Shut down time sync before setting time in tests ( #35900 )
...
* Shut down time sync before setting time in tests
* Lint
* Revert "Lint"
This reverts commit 6e3e6b76908b2c79647c7840fc3981548b2d13fc.
* Lint fix (ugh)
2016-08-31 09:16:39 -06:00
Sergey Kizunov
cff5286157
Add pybonjour based beacon for zeroconf announcement
...
Functionality based on `avahi_announce.py`.
Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com>
2016-08-31 09:50:45 -05:00
Mike Place
e84cee89b8
Merge pull request #35937 from cachedout/increase_ssh_timeout_again
...
Increase SSH test timeout to 90s from 25s
2016-08-31 21:47:50 +09:00
Mike Place
becaa7d01f
Fix colored output
2016-08-31 21:41:05 +09:00
Mike Place
0b38c75a28
Increase SSH test timeout to 90s from 25s
2016-08-31 21:34:38 +09:00
Mike Place
13b8070959
Merge pull request #35934 from cachedout/ssh_test_debug
...
Enable debug logs for ssh tests
2016-08-31 20:43:33 +09:00
Mike Place
ed2ef93107
Enable debug logs for ssh tests
...
This might be only temporary but we need to see why some tests are flakey.
2016-08-31 20:42:27 +09:00