Commit Graph

65253 Commits

Author SHA1 Message Date
Colton Myers
8808c9b737 Add the boron version number 2016-02-04 11:22:51 -07:00
Thomas S Hatch
ac6c893de4 Merge pull request #30885 from rallytime/bp-30876
Back-port #30876 to 2016.3
2016-02-03 21:05:41 -07:00
Mike Place
12d511f323 Lint 2016-02-03 18:34:17 -07:00
Thomas S Hatch
38008b1102 lint 2016-02-03 18:34:17 -07:00
Thomas S Hatch
f33a4e88a2 add local cmd interface to Thorium 2016-02-03 18:34:17 -07:00
Thomas S Hatch
c7575c992e update lint with new thorium builtins 2016-02-03 18:34:17 -07:00
Thomas S Hatch
b44db85b98 lint 2016-02-03 18:34:17 -07:00
Thomas S Hatch
c6ba7000dd Add initial check thorium state 2016-02-03 18:34:17 -07:00
Thomas S Hatch
55b359dea3 change test to file 2016-02-03 18:34:17 -07:00
Thomas S Hatch
5e5ced1c66 add initial thorium docs 2016-02-03 18:34:17 -07:00
Thomas S Hatch
3a9fcba68e Add mean and list to reg 2016-02-03 18:34:17 -07:00
Thomas S Hatch
8db69752e4 don't use _|- here 2016-02-03 18:34:16 -07:00
Thomas S Hatch
b563e227ca Add thorium roots to setup.py 2016-02-03 18:34:16 -07:00
Thomas S Hatch
1293d2379d Allow thorium to cross call 2016-02-03 18:34:16 -07:00
Thomas S Hatch
60f45209b2 Add thorium roots dir to syspaths 2016-02-03 18:34:16 -07:00
Thomas S Hatch
c93622fa7e modify the state system to accept non "states" loaders
This allows us to use the state system for things other than
configuration management. This modification means that purpose built
systems that enable idempotent graph traversal execution to be managed
via the state system.
2016-02-03 18:34:16 -07:00
Thomas S Hatch
c50a032b6d Add thorium engine 2016-02-03 18:34:16 -07:00
Thomas S Hatch
e93b3c04ee Add thorium modules to the loader 2016-02-03 18:34:16 -07:00
Thomas S Hatch
7607926ac6 Add basic spine to the thorium runtime 2016-02-03 18:34:16 -07:00
Thomas S Hatch
7a6e402b36 Add initial thorium engine config options 2016-02-03 18:34:16 -07:00
Mike Place
8e55ca4a39 Merge pull request #30868 from basepi/blackout.24929
[2016.3] Add support for minion blackouts
2016-02-03 15:26:45 -07:00
Mike Place
307e55976e Merge pull request #30873 from basepi/ext_pillar_exclude_fix.29846
[2016.3] Fix external pillar excludes
2016-02-03 15:25:07 -07:00
Colton Myers
b898682734 Fix external pillar excludes
Refs #29846
2016-02-03 12:46:02 -07:00
Colton Myers
e2c714e258 Remove relic from copy pasta 2016-02-03 12:30:08 -07:00
Colton Myers
984ad7ea8b Add documentation for whitelist 2016-02-03 12:29:11 -07:00
Colton Myers
f9d05e07ee Add support for a minion_blackout_whitelist 2016-02-03 12:27:21 -07:00
Colton Myers
095c5ef52b Fix typo 2016-02-03 12:24:04 -07:00
Colton Myers
0c8e57852b Add minion_blackout documentation 2016-02-03 12:13:15 -07:00
Colton Myers
2c43d2a481 Add blackouts for multiple commands as well 2016-02-03 11:59:37 -07:00
Colton Myers
34b0439705 Add the ability to set a minion_blackout flag in pillar
This disables all commands to a minion except saltutil.refresh_pillar,
so that the flag can be refreshed.
2016-02-03 11:56:56 -07:00
Mike Place
364ff268af Merge pull request #30834 from twangboy/mac_utils
Moved shared functions to salt.utils.mac_utils
2016-02-03 11:37:26 -07:00
Mike Place
985d4c671b Merge pull request #30824 from alxf/local/issue-#28706
Issue #28706: Fix state user.present behavior.
2016-02-02 13:22:11 -07:00
Mike Place
bc0ffa840f Merge pull request #30825 from rallytime/doc-fixes
Fix some autodoc import warnings from building docs
2016-02-02 13:21:08 -07:00
twangboy
6ac6fac491 Moved shared functions to salt.utils.mac_utils 2016-02-02 13:13:35 -07:00
jacobhammons
a8554c10d5 Merge pull request #30828 from jacobhammons/release-dev
Updated man pages, version to 2015.8.4, added CVE 2016-1866 to releas…
2016-02-02 13:05:01 -07:00
Jacob Hammons
fca119fe80 Updated man pages, version to 2015.8.4, added CVE 2016-1866 to release notes 2016-02-02 13:04:34 -07:00
Mike Place
6ac7ee0b09 Merge pull request #30821 from iamseth/develop
Fix for win_network changing dhcp to static DNS
2016-02-02 12:42:38 -07:00
rallytime
cdc7957808 Fix some autodoc import warnings from building docs 2016-02-02 12:19:38 -07:00
Mike Place
4c17b4d272 Merge pull request #30475 from iondulgheru/develop
Fix password variable type is int instead of string in postgres module
2016-02-02 12:11:54 -07:00
alxf
e098f7b5b6 Issue #28706: Fix state user.present behavior.
- As mentionned in issue #28706, state user.present no longer remove
      user from groups if the keyword 'groups' with empty value '[]' is not
      explicitly set, salt will assume current groups are still wanted.
2016-02-02 19:47:46 +01:00
Miller, Seth
c4c11f8d0e Fix for win_network changing dhcp to static DNS
This fixes a bug that happens when managing network configuration for Windows hosts.

If the current mode is 'dhcp' but the state specifies 'static', the state fails with a generic error "Failed to set desired configuration settings for interface {IFACE}"

This is because the changes['dns_servers'] value doesn't get set so the win_ip module doesn't get invoked later on.
2016-02-02 12:41:44 -06:00
Thomas S Hatch
d79efe8991 Merge pull request #30723 from twangboy/mac_service_2
Mac service 2
2016-02-02 09:59:43 -07:00
Mike Place
3a90b13e20 Merge pull request #30816 from rallytime/new-dimension-data-docs
Add new dimension data to doc list
2016-02-02 09:52:16 -07:00
Ion Dulgheru
16de7ce232 Fix password is treated as int instead of string in postgres module 2016-02-02 18:16:18 +02:00
rallytime
6375aa2be3 Add new dimension data to doc list 2016-02-02 09:00:01 -07:00
Nicole Thomas
6ad59e78c5 Merge pull request #30767 from tonybaloney/feature/dimension_data_cloud
Add saltcloud module for Dimension Data Cloud
2016-02-02 08:55:34 -07:00
Mike Place
15e247cd96 Merge pull request #30811 from s0undt3ch/issues/py26-deepcopy-fix
Teach python 2.6 how to copy the object.
2016-02-02 08:46:32 -07:00
Mike Place
e6990e4c3d Merge pull request #30812 from s0undt3ch/features/de-blackhole-salt-ssh
Make `salt-ssh` executions less of an exception black hole
2016-02-02 08:46:13 -07:00
Mike Place
e3f0c8e162 Merge pull request #30731 from Unity-Technologies/feature/osx_keychain
Added the ability to configure keychains on OSX
2016-02-02 08:03:14 -07:00
Mike Place
6cac5d54a9 Merge pull request #30768 from jizhilong/fix/redis_return_get_jids
Return a dict in `redis_return.get_jids`.
2016-02-02 07:49:23 -07:00