Mike Place
4809dd41c0
Merge branch 'develop' into gitfs-singleton
2017-10-17 14:16:28 -06:00
Ben Harper
6823cdcbfa
add documentation for venv_bin in virtualenv_mod state
2017-10-17 19:21:29 +00:00
Nicole Thomas
1701556faf
Merge branch 'develop' into add-auto_delete-option-while-attaching_disk
2017-10-17 11:50:35 -04:00
Nicole Thomas
6252f82f58
Merge pull request #44133 from cachedout/fix_paralell_docs
...
Fix typos in parallel states docs
2017-10-17 11:24:18 -04:00
Wido den Hollander
4c02f6ccd8
parted: Cast boundary to string when checking unit type
...
It could be that just a number (integer) is passed to as either
start or end to the module which is then already a int.
The endswith() method will then fail because that is a String function.
By casting it to a String while checking we make sure that the function
works.
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2017-10-17 17:03:47 +02:00
Mike Place
0d3f5db867
Merge pull request #44135 from timfreund/insert_missing_verb
...
Insert missing verb in gitfs walkthrough
2017-10-17 08:32:13 -06:00
Marc Koderer
c4d9684a90
Use correct mac prefix for kvm/qemu
...
Using the private mac range for vms makes it impossible to
distinguish between hypervisors.
Issues #44056
Signed-off-by: Marc Koderer <marc.koderer@sap.com>
2017-10-17 10:46:06 +02:00
nasenbaer13
c3b97e35d4
Merge branch 'develop' into boto_asg
2017-10-17 09:59:47 +02:00
Tim Freund
9557504b75
Insert missing verb in gitfs walkthrough
2017-10-16 20:27:56 -04:00
Mike Place
b651ff0534
Merge pull request #44129 from rallytime/merge-develop
...
[develop] Merge forward from 2017.7 to develop
2017-10-16 16:48:16 -06:00
Mike Place
8d1c1e21f0
Fix typos in paralell states docs
2017-10-16 16:43:10 -06:00
Gareth J. Greenaway
2ba749e841
Updating some formatting.
2017-10-16 14:38:32 -07:00
Gareth J. Greenaway
00063e8fc7
Updating error messages to be more clear when beacons are configured in pillar. Updating the list to ensure the parameters are clear.
2017-10-16 14:32:12 -07:00
Gareth J. Greenaway
2738a124fe
Some cleanup of duplicated code. Fixing event comments.
2017-10-16 14:32:12 -07:00
Gareth J. Greenaway
a89c26c88e
Various fixes to beacons to handle situations when beacons are stored in pillar. Updating execution module to report that beacons stored in pillar can not be managed via module. Updating add function to ensure beacon is available before attempting to add it. Updaitng unit tests to include new beacon is available check.
2017-10-16 14:32:12 -07:00
Nicole Thomas
9dacbf69b9
Merge pull request #44127 from terminalmage/salt.utils
...
Add top-level docstrings to a bunch of salt.utils modules which are missing them
2017-10-16 16:28:27 -04:00
Erik Johnson
3e96225210
Use one salt.utils.gitfs.GitFS instance per thread
...
This reduces some of the overhead caused by many concurrent fileclient
requests from minions.
Additionally, initializing remotes has been folded into the GitBase
class' dunder init. Instantiating an instance and initializing its
remotes were initially split so that an object could simply be created
with the master opts so that the configuration was loaded and nothing
else, allowing for certain cases (like clearing the cache files) where
we didn't need to actually initialize the remotes. But this both A)
presents a problem when the instance being used is a singleton, as you
don't want to be re-initializing the remotes all the time, and B)
suppressing initialization can be (and is now being) done via a new
argument to the dunder init.
2017-10-16 15:25:29 -05:00
Mike Place
a9700f6061
Merge pull request #44055 from eyj/jid_queue
...
Activate jid_queue also for SingleMinions to workaround (Backport)
2017-10-16 14:14:51 -06:00
Mike Place
6c3a500beb
Merge pull request #44060 from The-Loeki/doc-roster
...
doc fixes for salt-ssh roster(s) opts
2017-10-16 14:12:40 -06:00
Nicole Thomas
2fba45cd3f
Merge pull request #44125 from rallytime/merge-2017.7
...
[2017.7] Merge forward from 2017.7.2 to 2017.7
2017-10-16 16:02:24 -04:00
Nicole Thomas
68974aa74d
Merge pull request #44029 from msummers42/2017.7
...
addresses issue #43307 , disk.format_ to disk.format
2017-10-16 15:59:19 -04:00
Nicole Thomas
d0bbe65ffa
Merge pull request #44079 from skizunov/develop2
...
opkg: Fix usage with pkgrepo.managed
2017-10-16 15:58:12 -04:00
rallytime
54c4be35ae
Update any moved utils references from the merge-forward
2017-10-16 15:47:32 -04:00
Pratik Bandarkar
a685f458ed
add "auto_delete" option to "attach_disk" and "create_attach_volumes"
...
for GCP.
fixes #44101
- This fix will allow user to specify "auto_delete" option with
attach_disk or "create_attach_volumes" function
2017-10-16 19:33:48 +00:00
rallytime
c0f16dae74
Merge branch '2017.7' into 'develop'
...
Conflicts:
- doc/topics/tutorials/index.rst
- salt/crypt.py
- salt/modules/cmdmod.py
- salt/modules/grains.py
- salt/pillar/git_pillar.py
- salt/roster/clustershell.py
- tests/unit/states/test_augeas.py
- tests/unit/utils/test_utils.py
2017-10-16 15:26:19 -04:00
Mike Place
4d13e1961f
Merge pull request #44119 from rallytime/stale-config-update
...
Reduce the number of days an issue is stale by 25
2017-10-16 13:07:02 -06:00
Nicole Thomas
22a8253595
Merge pull request #44090 from pratik705/fix-create_attach_volumes_salt-cloud_action-GCP
...
Fix create_attach_volumes salt-cloud action for gcp
2017-10-16 15:04:21 -04:00
nasenbaer13
4bdd5bbf6b
Merge branch '2017.7' into jid_queue
2017-10-16 20:45:29 +02:00
Nicole Thomas
96dc6b0171
Merge pull request #44015 from gtmanfred/develop
...
convert jinja context to dictionary
2017-10-16 14:39:29 -04:00
Erik Johnson
473fbb18e9
Add top-level docstrings to a bunch of salt.utils modules which are missing them
2017-10-16 13:38:41 -05:00
Nicole Thomas
b13e129c6b
Merge pull request #44117 from sahama/patch-1
...
show_all remove
2017-10-16 14:29:57 -04:00
Nicole Thomas
888e5f51a2
Merge pull request #44121 from benediktwerner/2017.7
...
Fixed code snippet in unit testing documentation
2017-10-16 14:28:36 -04:00
Nicole Thomas
9fe94d7843
Merge pull request #44098 from twangboy/win_mock_test_parsers
...
Return multiprocessing queue in LogSetupMock class
2017-10-16 14:14:29 -04:00
Nicole Thomas
413de95df2
Merge pull request #44103 from terminalmage/salt.utils
...
Complete the salt.utils refactor
2017-10-16 14:12:50 -04:00
rallytime
c4ae4a6b50
Merge branch '2017.7.2' into '2017.7'
...
Conflicts:
- doc/topics/releases/2017.7.2.rst
2017-10-16 13:53:13 -04:00
Nicole Thomas
0ee04eaf1d
Merge pull request #44118 from rallytime/merge-2017.7
...
[2017.7] Merge forward from 2016.11 to 2017.7
2017-10-16 13:01:37 -04:00
twangboy
a0972704e5
Fix bad headings
2017-10-16 10:51:34 -06:00
twangboy
601d8bc5af
Add release notes
2017-10-16 10:51:34 -06:00
twangboy
e22b2a4856
Fix some grammer issues in the docs
2017-10-16 10:51:33 -06:00
twangboy
78124181cd
Fix typo
2017-10-16 10:51:33 -06:00
twangboy
7bcf8b48ec
Update documentation with new changes to installer
2017-10-16 10:51:33 -06:00
twangboy
e9075725dc
Add documenting comments
2017-10-16 10:51:33 -06:00
twangboy
7fe2350365
Add support for multimaster setup
...
Allows you to pass a comma-delimited list of masters to the master combo
box or the /master command line switch
Parses the existing minion config file to get multimaster settings
Adds an checkbox to use the existing config in the minion config page
When the box is checked, show the existing config grayed out
When unchecked, show default values
Adss the /use-existing-config= command line switch for use from the
command line
Adds support for a help switch on the command line (/?) to display the
supported command line paramaters
2017-10-16 10:51:33 -06:00
twangboy
a4e2d8059d
Fix unit.templates.test_jinja
for Windows
...
Fix problem with files that end with new line on Windows
Fix some problems with regex
Fix some unicode conversion issues
2017-10-16 10:41:36 -06:00
Mike Place
33bf0e1733
Merge pull request #44091 from quinot/bug/clustershell-host-addr-confusion
...
Confusion between host name and address
2017-10-16 10:25:01 -06:00
Mike Place
28fa097b9b
Merge pull request #44099 from twangboy/win_skip_test_parsers
...
Skip Master, Minion, and Syndic parser tests
2017-10-16 10:06:59 -06:00
Benedikt Werner
1319c822bd
Fixed code snippet in unit testing doc
2017-10-16 17:23:23 +02:00
Matthew Summers
16e1c1dfc8
fixed test addressing issue #43307 , disk.format_ to disk.format
2017-10-16 09:47:40 -05:00
rallytime
7d21d4253a
Reduce the number of days an issue is stale by 25
2017-10-16 10:30:45 -04:00
Nicole Thomas
dbf112ead7
Merge pull request #44106 from roaldnefs/fix-doc-mattermost_returner
...
Fix mattermost returner documentation
2017-10-16 09:12:23 -04:00