Colton Myers
1b0b21394e
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
...
Conflicts:
salt/cloud/clouds/vmware.py
salt/modules/win_system.py
2015-08-10 13:27:31 -06:00
Nicole Thomas
22705c5222
Merge pull request #26143 from nmadhok/vmware-cloud-fixes-2015.8
...
VMware cloud driver fixes [forward port from 2015.5 into 2015.8]
2015-08-10 10:17:59 -06:00
Jacob Hammons
d8d5045d3b
Updates to cloud docs for the provider > driver change in provider configs.
...
Refs #24797
2015-08-10 09:20:26 -06:00
Erik Johnson
b9fa443eba
Update release notes with more information about winrepo changes
2015-08-09 17:42:13 -05:00
Erik Johnson
a7623b73ee
Add notes about new features and deprecated option names
2015-08-09 17:42:13 -05:00
Erik Johnson
f5fd2729c2
Add ref to winrepo docs
2015-08-09 17:42:12 -05:00
Nitin Madhok
8899950564
Correct provider name in profile example
2015-08-09 11:48:31 -04:00
Nitin Madhok
194f2b9ba7
Correct provider name in profile example
2015-08-09 11:48:04 -04:00
Nitin Madhok
b699e0cf47
Change all provider references to driver
2015-08-09 11:47:14 -04:00
Nitin Madhok
2e3a14d02c
Change all provider references to driver
2015-08-09 11:43:04 -04:00
Colton Myers
d332d54eec
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
2015-08-05 15:32:11 -06:00
Erik Johnson
8f1cac4226
Add notes about winrepo and dockerng changes
2015-08-04 14:22:10 -05:00
Justin Findlay
b794dbf7e4
autogenerated release notes for 2015.8.0rc3
2015-08-04 11:23:40 -06:00
Colton Myers
d5fbd960fe
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
...
Conflicts:
salt/cloud/clouds/vmware.py
salt/fileserver/s3fs.py
salt/modules/chocolatey.py
salt/modules/s3.py
salt/modules/zpool.py
salt/pillar/s3.py
salt/utils/s3.py
tests/unit/modules/s3_test.py
2015-08-03 15:01:35 -06:00
Colton Myers
f4cb659a2a
Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
...
Conflicts:
doc/topics/windows/windows-package-manager.rst
salt/modules/event.py
salt/returners/carbon_return.py
salt/state.py
salt/states/pkg.py
2015-08-03 14:50:50 -06:00
Colton Myers
7b50807a12
Merge pull request #25902 from basepi/merge-forward-2015.8
...
[2015.8] Merge forward from 2015.5 to 2015.8
2015-08-03 14:30:07 -06:00
Colton Myers
abf389743a
Merge pull request #25903 from basepi/merge-forward-develop
...
Merge forward from 2015.8 to develop
2015-08-03 11:12:18 -06:00
David Ward
46788de5ac
Merge branch 'master' of github.com:DaveQB/salt
2015-08-03 18:03:07 +10:00
Jacob Hammons
ac0a8ff711
Doc on using syndic with multimaster
2015-07-31 15:25:15 -06:00
Mike Place
de0a0593c2
Merge pull request #25898 from jfindlay/syndic_doc
...
clarify and expand syndic docs
2015-07-31 14:01:23 -06:00
TheBigBear
c994d22696
Minor update to msi un-installer info
...
The ```uninstaller`` string can be either the windows GUID (aka msi prodcut code) OR the URL to the msi file. Both options work to uninstall a msi installed software.
2015-07-31 16:31:33 +01:00
TheBigBear
0d33bae104
Update 7-zip msi un-installer instructions
...
The instructions as-are do not actually work. The uninstaller flag takes the windows GUID of the msi product code. And the various ```install_flags``` and ```uninstall_flags``` do NOT need leading, or trailing spaces.
@twangboy can confirm this is a better example (also see salt issue #25778 https://github.com/saltstack/salt/issues/25778 )
2015-07-30 17:24:04 -06:00
TheBigBear
333fbdde30
Update 7-zip msi un-installer instructions
...
The instructions as-are do not actually work. The uninstaller flag takes the windows GUID of the msi product code. And the various ```install_flags``` and ```uninstall_flags``` do NOT need leading, or trailing spaces.
@twangboy can confirm this is a better example (also see salt issue #25778 https://github.com/saltstack/salt/issues/25778 )
2015-07-30 17:21:45 -06:00
Colton Myers
d8c5dfb33f
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
2015-07-30 16:58:19 -06:00
Colton Myers
e29be766bb
Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
...
Conflicts:
debian/changelog
doc/man/salt.7
salt/cloud/__init__.py
salt/cloud/clouds/proxmox.py
salt/cloud/clouds/vmware.py
salt/config.py
salt/fileclient.py
salt/minion.py
salt/modules/chocolatey.py
salt/modules/localemod.py
salt/modules/pacman.py
salt/modules/pkgng.py
salt/modules/schedule.py
salt/modules/state.py
salt/modules/win_file.py
salt/modules/win_pkg.py
salt/state.py
salt/states/file.py
salt/utils/args.py
tests/unit/states/file_test.py
2015-07-30 16:54:44 -06:00
Justin Findlay
4795952847
rework syndic doc
2015-07-30 16:33:18 -06:00
Jacob Hammons
3f3db4bd8e
Additions for #24042
2015-07-30 15:43:21 -06:00
Jacob Hammons
db2129b199
Minor doc bug fixes
...
Refs #24042
Refs #25650
Refs #21296
Refs #23788
2015-07-30 14:39:15 -06:00
TheBigBear
97b6269df3
Update 7-zip msi un-installer instructions
...
The instructions as-are do not actually work. The uninstaller flag takes the windows GUID of the msi product code. And the various ```install_flags``` and ```uninstall_flags``` do NOT need leading, or trailing spaces.
@twangboy can confirm this is a better example (also see salt issue #25778 https://github.com/saltstack/salt/issues/25778 )
2015-07-30 20:33:15 +01:00
Thomas S Hatch
b6805b068a
Merge pull request #25856 from jfindlay/intro_scale
...
expand minion reauth scalability documentation
2015-07-30 09:33:17 -06:00
Justin Findlay
a25d0eabef
update syndic doc to conform to style
2015-07-30 03:02:19 -06:00
Justin Findlay
5921461bb1
style and usage consistency in intro_scale
2015-07-30 01:11:22 -06:00
Justin Findlay
51dc7cacfb
whitespace adjustments in intro_scale
2015-07-29 23:28:27 -06:00
Justin Findlay
39a82467f1
expand minion reauth scalability documentation
...
Related to #25447 .
2015-07-29 23:26:51 -06:00
Justin Findlay
d377f42c48
rework deprecation documentation for release names
...
Fixes #25827 .
2015-07-29 15:50:33 -06:00
Mike Place
737fb1410c
Merge pull request #25796 from cachedout/debug_doc
...
Remove debug from docs
2015-07-28 11:35:58 -06:00
Mike Place
33bfdf3b0b
Remove debug from docs
2015-07-28 11:35:32 -06:00
Pedro Algarvio
df5aaeef61
Merge pull request #25772 from s0undt3ch/features/raas-5-salt-ssh
...
Salt-SSH Py3 thin & Config schema
2015-07-28 16:39:20 +01:00
Thomas S Hatch
20d4fbdd64
Merge pull request #25759 from rallytime/one-getting-started
...
Added Getting Started with OpenNebula docs
2015-07-28 09:32:06 -06:00
Nicole Thomas
13c2377e95
Merge pull request #25764 from gtmanfred/2015.8
...
allow use of cloudnetworks in ssh_interface
2015-07-27 20:40:06 -06:00
Pedro Algarvio
92e0e90e98
Remove duplicate entry
2015-07-28 00:42:54 +01:00
Daniel Wallace
51859396d4
add a note in the documentation for openstack
...
about the cloud networks in ssh_interfaces
2015-07-27 16:01:35 -05:00
rallytime
cb81050876
Add OpenNebula changes to Boron release notes
2015-07-27 13:12:48 -06:00
rallytime
4ea41a3b12
Added "Getting Started with OpenNebula" doc
2015-07-27 13:01:47 -06:00
Pedro Algarvio
1010eef5ff
Merge remote-tracking branch 'upstream/2015.8' into develop
2015-07-27 18:20:50 +01:00
David Ward
fbef34ca19
Merge remote-tracking branch 'upstream/develop'
2015-07-27 17:04:03 +10:00
David Ward
7b8096b945
Grammar fix.
2015-07-27 17:02:31 +10:00
Mike Place
0dc28ad3e4
Return to str
for master_type for 2015.5
2015-07-24 11:55:56 -06:00
Colton Myers
882d11836b
Update release candidate docs to 2015.8.0rc2
2015-07-23 14:29:09 -06:00
Justin Findlay
b27378b186
add 2015.8.0rc2 autogenerated changelog
2015-07-23 11:04:18 -06:00