Justin Findlay
4e48fec806
doc/topics/tutorials/http: update query decoding docs
...
Fixes #31614 .
2016-03-02 10:17:22 -07:00
Denys Havrysh
aebc48163d
Remove trailing white spaces in documentation files
2016-03-01 17:36:23 +02:00
rallytime
24505d2dcf
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- salt/client/ssh/state.py
- salt/fileclient.py
- salt/minion.py
2016-02-29 10:47:40 -07:00
Mike Place
95af21325f
Merge pull request #31536 from virtrnd/remove-jessie-backports-from-raspbian-install
...
Remove debian repo from raspbian installation
2016-02-29 08:32:52 -07:00
virtualguy
e48900ac55
Use python-tornado from jessie-backports for pure debian
2016-02-29 22:42:15 +13:00
virtualguy
6e338e2601
Remove debian repo from raspbian installation
...
Binary packages from stock debain repo (http://httpredir.debian.org/debian ) are not armv6 compatible so should not be installed on raspberry pi version 1. Rasbian doesn't have jessie-backports so safer just to install python-tornado from stretch.
2016-02-29 19:20:51 +13:00
LoveIsGrief
0eba4cdf17
Public documentation for salt-cloud virtualbox
2016-02-28 17:29:02 +01:00
Denys Havrysh
f7beeb69f2
Correct Salt Cloud documentation about updating Salt Bootstrap script
2016-02-27 22:43:07 +02:00
Mike Place
a4482c000f
Merge pull request #31492 from m03/add-source_hash-to-win_pkg
...
Add source_hash param to win_pkg
2016-02-26 08:06:27 -07:00
Denys Havrysh
50f3e072b1
Add instruction how to install salt-minion on Debian Jessie from Stretch
2016-02-26 15:10:37 +02:00
Denys Havrysh
abcd505178
Update Debian installation guide with information about Raspbian
2016-02-26 13:30:22 +02:00
rallytime
40cd0ac8fe
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/states/file.py
- tests/runtests.py
2016-02-25 16:21:15 -07:00
rallytime
83e6480d20
Remove duplicate "timeout" definition in Roster docs
2016-02-25 14:05:38 -07:00
rallytime
3b74d123af
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/modules/selinux.py
- salt/modules/zypper.py
- salt/pillar/__init__.py
- salt/states/dockerng.py
- tests/runtests.py
2016-02-25 12:36:22 -07:00
Morrie Winnett
8690188558
Add source_hash param to win_pkg
...
Addresses issues saltstack/salt#14872 , saltstack/salt-winrepo#492 , and
concerns raised in saltstack/salt#27093 and saltstack/salt#20737 .
2016-02-25 09:47:52 -08:00
Mike Place
e483978fc8
Merge pull request #31423 from twangboy/win_system_dev
...
Fix uppercase computer names
2016-02-25 09:15:58 -07:00
Nicole Thomas
2e9a705e75
Merge pull request #31475 from jacobhammons/2015.8
...
Assorted doc issues
2016-02-25 09:03:54 -07:00
Denys Havrysh
172f34a6ca
Correct headers in Debian/Ubuntu/SUSE install instructions
2016-02-25 11:51:40 +02:00
Denys Havrysh
4248f9ea0a
Add common packages installation section to Debian install guide
2016-02-25 11:04:11 +02:00
Denys Havrysh
8c6e179870
Add note about amd64
packages to Ubuntu install guide
2016-02-25 11:02:07 +02:00
Denys Havrysh
afaa24723a
Update Ubuntu install guide:
...
- remove duplicate sections
- add `salt-api` and `salt-cloud` to the example
2016-02-25 10:24:55 +02:00
Jacob Hammons
a72dc15720
Assorted doc issues
...
Fixes #10330
Fixes #31216
Fixes #30464
Fixes #29520
Fixes #30261
Fixes #29636
Fixes #29528
2016-02-24 16:56:52 -07:00
twangboy
36f63965ed
Add release notes.
2016-02-24 11:41:44 -07:00
Jacob Hammons
10bf7c3bdd
Fixes #31402
...
Added arguments to state `file.line` to fix issue where exe module uses `line` and state module uses `name`.
Reformatted parameters in exe module `file.line`
placeholder release notes for 2015.5.8
2016-02-24 10:30:34 -07:00
twangboy
eb457b9eb8
Fix typos
2016-02-24 10:15:01 -07:00
twangboy
78535f7306
Fix some formatting issues
2016-02-24 10:08:03 -07:00
twangboy
b0f2d3d9f6
Clarification for Windows Package Manger
...
Formatting issues
2016-02-24 10:08:03 -07:00
Denys Havrysh
42aa7eeafd
Add section about installation from the Debian Main Repository
2016-02-24 17:48:37 +02:00
Denys Havrysh
07dece2f8f
Remove duplicate post-installation section for Debian install guide
2016-02-24 17:30:51 +02:00
Nicole Thomas
b32dd6d332
Merge pull request #31452 from anandxoriant/develop
...
Updated win_organization_name default value for vmware driver
2016-02-24 08:27:27 -07:00
Denys Havrysh
10c05f6943
Add install section for Debian Stretch (Testing) from community repository
2016-02-24 17:26:20 +02:00
Denys Havrysh
b2c78e08dc
Add note about supported Debian architectures on SaltStack corp repo
2016-02-24 17:24:44 +02:00
Anand Nevase
a93c7e2ffa
change win_organization_name default value to Organization
2016-02-24 17:34:07 +05:30
Nicole Thomas
8f6c4be618
Merge pull request #31444 from jacobhammons/ddns-docs
...
Documentation updates - ddns state, file.line state/exe function, installation dependencies
2016-02-23 15:40:05 -07:00
Jacob Hammons
0b8fce1de4
Fixes #31402
...
Added arguments to state `file.line` to fix issue where exe module uses `line` and state module uses `name`.
Reformatted parameters in exe module `file.line`
placeholder release notes for 2015.5.8
2016-02-23 14:28:40 -07:00
Mike Place
42027e0d72
Merge pull request #31341 from twangboy/package_manager_docs
...
Clarification on Windows Package Manager docs
2016-02-23 09:09:18 -07:00
Mike Place
f833b6f5b6
Merge pull request #30891 from anandxoriant/develop
...
Support for windows VM network (static/dhcp) configuration for vmware driver.
2016-02-22 17:13:08 -07:00
Mike Place
08edcc0bb7
Merge pull request #31296 from kstreee/saltstack/salt#31194
...
[saltstack/salt#31194 ] Fix issue of running multiple salt-api instances.
2016-02-22 16:05:13 -07:00
twangboy
c16cfc6360
Fix typos
2016-02-22 14:15:49 -07:00
Anand Nevase
12a0c76448
Updated Windows Fullname and Organization for vmware driver
2016-02-22 18:50:42 +05:30
kstreee
53e0b56b13
[ saltstack/salt#31194 ] Add documentation about running multiple salt-api modules, advised by @whiteinge.
2016-02-22 11:35:16 +09:00
rallytime
38f89bf8fd
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/beacons/inotify.py
- salt/beacons/load.py
2016-02-21 15:23:24 -07:00
rallytime
4baea26c58
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- doc/topics/netapi/index.rst
- salt/modules/win_servermanager.py
- salt/modules/zypper.py
2016-02-20 12:27:41 -07:00
twangboy
8dff065cec
Fix some formatting issues
2016-02-19 16:56:35 -07:00
Nicole Thomas
8d0498eff4
Merge pull request #31368 from whiteinge/netapi-client-list
...
Update list of netapi clients for autoclass
2016-02-19 13:57:28 -07:00
Seth House
0cfe5d89a0
Update list of netapi clients for autoclass
2016-02-19 13:07:09 -07:00
Anand Nevase
b47799b17b
Merge branch 'develop' of https://github.com/saltstack/salt into develop
2016-02-20 01:16:49 +05:30
Anand Nevase
a697c1845c
Added windows vm changes as per review comments.
2016-02-20 01:12:47 +05:30
Joseph Hall
eea192a545
Add docs on how to actually use SDB
2016-02-19 11:55:39 -07:00
twangboy
dfef24f13b
Merge branch '2015.8' of https://github.com/saltstack/salt into 2015.8
2016-02-18 17:45:35 -07:00
twangboy
807257b138
Clarification for Windows Package Manger
...
Formatting issues
2016-02-18 17:45:06 -07:00
Jacob Hammons
7cd824ced9
Change latest release to 2015.8.7
2016-02-18 17:24:27 -07:00
Jacob Hammons
d4fb33939e
Release notes and versioning for 2015.8.7
2016-02-18 17:19:54 -07:00
Mike Place
078cbd6f9c
Merge pull request #31328 from edgan/develop
...
Adding documentation for salt-ssh agent forwarding support
2016-02-18 14:42:39 -07:00
Mike Place
b40c611d0d
Merge pull request #31067 from jfindlay/deprecate_env
...
Deprecate env
2016-02-18 14:42:10 -07:00
Mike Place
02f79dc2b3
Merge pull request #31322 from rallytime/merge-2016.3
...
[2016.3] Merge forward from 2015.8 to 2016.3
2016-02-18 14:28:02 -07:00
Nathan Grennan
024439186a
Adding documentation for salt-ssh agent forwarding support
2016-02-18 12:14:47 -08:00
rallytime
cc29092dcb
Merge branch '2016.3' into 'develop'
2016-02-18 11:33:24 -07:00
rallytime
7ea9dacbdd
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/beacons/inotify.py
- salt/beacons/load.py
- salt/minion.py
- salt/modules/win_update.py
- salt/modules/yumpkg.py
- salt/utils/pkg/rpm.py
2016-02-18 11:10:44 -07:00
Thomas S Hatch
2ef3918366
Add provisional statement to Thorium
2016-02-18 10:47:10 -07:00
Thomas S Hatch
56634682b2
sp
2016-02-18 09:32:23 -07:00
Thomas S Hatch
3ab8d21927
Add Thorium docs
2016-02-18 09:17:27 -07:00
Mike Place
7d8c2de090
Merge pull request #31281 from rallytime/bp-31218-and-31246
...
Back-port #31218 and #31246 to 2016.3
2016-02-17 13:27:41 -07:00
Mike Place
6fe4a7dc8a
Document new functionality for packaging external modules
...
Refs #31218
2016-02-17 12:15:43 -07:00
Justin Findlay
896bfb181f
carbon release notes: add note about env->saltenv deprecation
2016-02-16 21:37:30 -07:00
Justin Findlay
a260487298
carbon release notes: minor edits
2016-02-16 21:10:18 -07:00
Jacob Hammons
4640e819c8
Release notes updated
...
Updates to doc build template
2016-02-16 19:54:49 -07:00
Justin Findlay
4487d972f6
doc/topics/execution/remote_execution.rst: remove env support
2016-02-16 19:26:57 -07:00
Justin Findlay
bfc9982667
doc/topics/development/conventions/style.rst: remove env support
2016-02-16 19:26:57 -07:00
Mike Place
11bcac2635
Merge pull request #31246 from cachedout/document_31218
...
Document new functionality for packaging external modules
2016-02-16 19:23:57 -07:00
Jacob Hammons
3c4f8215c3
Fixes #30461
...
Credited Sebastian Kramer for finding CVE 2016-1866 in release notes
Added note about salt virt not working on KVM in a VM
2016-02-16 15:53:35 -07:00
Mike Place
93f84fe942
Document new functionality for packaging external modules
...
Refs #31218
2016-02-16 11:23:33 -07:00
rallytime
a19f7799e0
Rename Boron release notes to 2016.3.0
2016-02-16 11:16:09 -07:00
rallytime
8e3fd82718
Document onfail requisite bugfix behavior change
...
Refs #22370 and #31235
2016-02-16 10:44:42 -07:00
Mike Place
405d0aef1c
Merge pull request #31184 from cachedout/document_consul_change
...
Document change in consul pillars
2016-02-16 09:11:52 -07:00
Mike Place
4cc033f8b9
Document change in consul pillars
...
Refs #31165
2016-02-12 15:13:53 -07:00
rallytime
73d73e80c1
Merge branch '2016.3' into 'develop'
...
Conflicts:
- doc/topics/releases/2015.8.4.rst
- doc/topics/releases/2015.8.5.rst
- doc/topics/thorium/index.rst
- salt/cloud/clouds/opennebula.py
- salt/engines/thorium.py
- salt/loader.py
- salt/modules/archive.py
- salt/modules/boto_vpc.py
- salt/modules/data.py
- salt/modules/reg.py
- salt/pillar/mysql.py
- salt/runners/cache.py
- salt/states/archive.py
- salt/states/cron.py
- salt/states/file.py
- salt/states/glance.py
- salt/states/reg.py
- salt/thorium/__init__.py
- salt/thorium/check.py
- salt/thorium/file.py
- salt/thorium/reg.py
- salt/utils/jid.py
- salt/utils/parsers.py
- setup.py
2016-02-12 14:38:50 -07:00
Colton Myers
52bc740399
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-2016.3
...
Conflicts:
salt/cloud/clouds/libcloud_aws.py
salt/cloud/clouds/opennebula.py
2016-02-11 22:38:12 -07:00
Colton Myers
076b49a4ca
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-2016.3
...
Conflicts:
README.rst
doc/conf.py
doc/ref/index.rst
doc/ref/proxy/all/salt.proxy.ssh_sample.rst
doc/topics/installation/rhel.rst
doc/topics/releases/2015.8.4.rst
doc/topics/tutorials/states_pt5.rst
salt/cloud/clouds/ec2.py
salt/cloud/clouds/opennebula.py
salt/config/__init__.py
salt/modules/boto_dynamodb.py
salt/modules/boto_ec2.py
salt/modules/boto_elasticache.py
salt/modules/boto_elb.py
salt/modules/boto_iam.py
salt/modules/boto_rds.py
salt/modules/boto_sns.py
salt/modules/boto_sqs.py
salt/modules/dracr.py
salt/modules/git.py
salt/modules/mine.py
salt/modules/systemd.py
salt/modules/win_pkg.py
salt/modules/yumpkg.py
salt/pillar/__init__.py
salt/states/git.py
salt/states/rabbitmq_vhost.py
salt/states/saltmod.py
salt/utils/pkg/rpm.py
setup.py
tests/unit/modules/systemd_test.py
tests/unit/states/rabbitmq_vhost_test.py
2016-02-11 22:33:49 -07:00
Justin Findlay
b58783b895
add 2015.8.7 release notes
2016-02-11 17:04:34 -07:00
twangboy
ee3d70a37d
Add release notes
...
Also fixed some deprecation stuff that got lost in all the
rebasing and stuff
2016-02-11 15:09:56 -07:00
justinta89
f493423fbd
Updated doc for clarity
2016-02-11 11:25:44 -07:00
justinta89
db7136235a
Updated release doc with deprecations.
2016-02-11 11:25:44 -07:00
Mike Place
e76e472978
Include change on loadavg beacon in release notes
2016-02-11 09:42:45 -07:00
rallytime
742d0a6b04
Change all relevant Boron references to 2016.3.0
...
And more Boron deprecation warnings to Carbon
2016-02-10 15:45:28 -07:00
Marno van der Molen
76b6b5189c
Fix documentation for cores_per_socket
2016-02-10 14:13:32 +01:00
Marno van der Molen
cf70f06ade
add support for numCoresPerSocket parameter in vmware driver
2016-02-10 14:09:51 +01:00
Denys Havrysh
6370ddda9f
Update RHEL installation guide
2016-02-10 09:57:17 +02:00
Denys Havrysh
afdaefbf3d
Add systemctl
examples for RHEL 7 to the installation guide
2016-02-09 14:48:26 +02:00
Denys Havrysh
069a661eb1
Correct ZeroMQ4 repo install guide for RHEL
2016-02-09 14:33:18 +02:00
Denys Havrysh
d2a9d67b5b
Update installation instruction for community repos on RHEL
2016-02-09 13:57:58 +02:00
Andrew Pashkin
1f0c7496fc
Specify usage of lookup
key in formulas pillars
2016-02-09 13:41:35 +03:00
Denys Havrysh
bbdf2523c8
Add workaround for RHEL 7 systems mentioned in the issue #29094
2016-02-09 12:32:57 +02:00
Mike Place
5b0c7649c7
Merge pull request #30945 from cachedout/note_pillar_cli
...
Note that pillar cli args are sent via pub
2016-02-08 11:43:59 -07:00
rallytime
33eb6ba125
Remove overstate docs and a few references.
...
The overstate system was deprecated and removed in Beryllium, in
favor of orchestrate.
2016-02-08 09:28:32 -07:00
Mike Place
3ff7d49555
Note that pillar cli args are sent via pub
2016-02-05 10:54:16 -07:00
Jacob Hammons
fbb7605366
2015.8.5 release notes linking and clean up
2016-02-05 10:39:24 -07:00
Jacob Hammons
61ad242a89
Updated latest release to 2015.8.5, added a partial list of new modules and features to boron release notes
2016-02-04 18:16:01 -07:00
Jacob Hammons
93d47f8615
Versioned to 2015.8.5, added known issue #30300 to release notes
2016-02-04 18:10:59 -07:00
Mike Place
4372851ad9
Merge pull request #30895 from bdrung/2015.8
...
Fix various typos
2016-02-04 13:55:10 -07:00
Denys Havrysh
936c1ff6c8
Add explanation about N@
classifier. Inspired by #25292
2016-02-04 14:06:41 +02:00
Benjamin Drung
708f2ff8ea
Fix typo reponse -> response
2016-02-04 13:06:04 +01:00
Benjamin Drung
72c4eab6d7
Fix typo propogate -> propagate
2016-02-04 13:04:27 +01:00
Benjamin Drung
4912e365cb
Fix typo directores -> directories
2016-02-04 13:03:12 +01:00
Benjamin Drung
74c8aba03e
Fix typo exeption -> exception
2016-02-04 13:01:41 +01:00
Benjamin Drung
4692d84b07
Fix typos of improvement
2016-02-04 13:00:25 +01:00
Benjamin Drung
213fc2d858
Fix typo occuring -> occurring
2016-02-04 12:59:07 +01:00
Benjamin Drung
fe6124003b
Fix typo nonexistant -> nonexistent
2016-02-04 12:58:20 +01:00
Benjamin Drung
56ce7479b1
Fix typo catched -> caught
2016-02-04 12:57:20 +01:00
Benjamin Drung
821e690e65
Fix typo develoment -> development
2016-02-04 12:56:14 +01:00
Benjamin Drung
b51279e086
Fix typo overide -> override
2016-02-04 12:55:35 +01:00
Benjamin Drung
4f2f04ea7d
Fix typo relevent -> relevant
2016-02-04 12:54:45 +01:00
Benjamin Drung
bf92c3663b
Fix typo formating -> formatting
2016-02-04 12:45:19 +01:00
Benjamin Drung
cd72b12161
Fix typo thats -> that's
2016-02-04 12:39:41 +01:00
Benjamin Drung
6db9724ec7
Fix typo doesnt -> doesn't
2016-02-04 12:38:29 +01:00
Benjamin Drung
58d46a7e98
Fix typo certficate -> certificate
2016-02-04 12:34:50 +01:00
Thomas S Hatch
715d3e274f
clarify that this is not final for this release
2016-02-03 21:20:25 -07:00
Thomas S Hatch
5e5ced1c66
add initial thorium docs
2016-02-03 18:34:17 -07:00
Mike Place
b6d952cff6
Merge pull request #30880 from jfindlay/VMware
...
VMWare -> VMware
2016-02-03 15:50:58 -07:00
Thomas S Hatch
03a890429f
Merge pull request #30876 from cachedout/fixup_30830
...
Fixup 30830
2016-02-03 14:59:30 -07:00
Justin Findlay
b41850d9ed
add release note about VMWare -> VMware
2016-02-03 14:54:11 -07:00
Justin Findlay
543f0ca712
doc, conf, pkg: VMWare -> VMware
2016-02-03 14:27:28 -07:00
Colton Myers
984ad7ea8b
Add documentation for whitelist
2016-02-03 12:29:11 -07:00
Colton Myers
0c8e57852b
Add minion_blackout documentation
2016-02-03 12:13:15 -07:00
Denys Havrysh
6648fd4c62
Correct links to Fedora COPR repositories
2016-02-03 14:38:50 +02:00
Denys Havrysh
083037fccc
Remove duplicate post-installation tasks section
2016-02-03 14:29:25 +02:00
Jacob Hammons
6d0562ef86
Release notes for 2015.8.5
2016-02-02 17:02:50 -07:00
Jacob Hammons
ea520fd848
Added known issue #30820 to 2015.8.4 release notes
2016-02-02 15:37:17 -07:00
Jacob Hammons
29e12a7fef
Added known issue #30820 to release notes
2016-02-02 15:32:27 -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
jacobhammons
d24b9f1ea1
Merge pull request #30827 from jacobhammons/release-2015.8
...
Version to 2015.8.4, added CVE 2016-1866 to release notes
2016-02-02 13:03:31 -07:00
Thomas S Hatch
4ed5ba08b2
add initial thorium docs
2016-02-02 13:03:30 -07:00
Jacob Hammons
dfc1f7a57d
Version to 2015.8.4, added CVE 2016-1866 to release notes
2016-02-02 13:02:19 -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
anthony-shaw
a61e7fbef3
Documentation for the driver
2016-02-02 14:20:08 +11:00
twangboy
fe0747c14e
Fix another typo
2016-02-01 18:38:59 -07:00
twangboy
2815efc522
Fixes spelling
2016-02-01 18:36:23 -07:00
twangboy
6027e1ec53
Updates documentation to reflect new features
2016-02-01 18:32:56 -07:00
Jacob Hammons
b192a9ba38
Doc restructuring, organization, and cleanup. Updated the doc navigation.
2016-01-31 20:10:02 -07:00
Colton Myers
967e862027
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
...
Conflicts:
salt/loader.py
salt/modules/npm.py
salt/pillar/__init__.py
2016-01-29 15:51:52 -07:00
Mike Place
02d8ff626a
Pillar cache for master
...
Entry point for pillar cache
Working msgpack implementation along with in-memory
Remove debugging
Perms for pillar cache creation
Documentation and small typo fix
Additional documentation note in master config
A note on pillar caching in the documentation on scaling
Backport of pillar cache to 2015.8 branch
Fixed ext pillar with debug
Lint
2016-01-28 09:44:29 -06:00
Colton Myers
9b28b09fde
Merge pull request #30634 from MorphBonehunter/develop
...
Renaming salt-ssh option and documentation fix
2016-01-27 16:50:11 -07:00
Colton Myers
0ee078eaf1
Merge pull request #30647 from terminalmage/issue11304
...
Allow custom types to sync to the master
2016-01-27 15:35:01 -07:00
Erik Johnson
1aa7c611c8
Add additional clarification re: saltutil runner to boron release notes
2016-01-27 15:10:06 -06:00
Clark Perkins
bfec052e7d
Added some extra documentation
2016-01-27 11:45:22 -06:00
Erik Johnson
5b48362adb
Improve docstrings and instructions on how to sync
...
This also removes an unused argument from salt.modules.saltutil.sync_sdb().
2016-01-26 17:48:12 -06:00
rallytime
4fa80f2d5e
Merge branch '2015.8' into 'develop'
...
Conflicts:
- doc/ref/states/all/index.rst
- salt/cloud/__init__.py
- salt/minion.py
- salt/modules/file.py
- salt/modules/guestfs.py
- salt/modules/ipmi.py
- salt/modules/osquery.py
- salt/modules/parted.py
- salt/modules/seed.py
- salt/modules/virt.py
- salt/modules/yumpkg.py
- salt/modules/zypper.py
- salt/states/boto_elb.py
- salt/states/pkg.py
2016-01-26 16:19:39 -07:00
Erik Johnson
adaf3625c2
Add extension_modules change to Boron release notes
2016-01-26 14:41:39 -06:00
Daniel Wendler
e38f1fba3f
Renaming salt-ssh option and documentation fix
...
For consistency the wipe_ssh option is renamed in ssh_wipe as all other
options in the salt-ssh command are in this style.
The documentation was also adjusted to reflect the renaming.
There were also an wrong salt-ssh example in the documentation.
2016-01-26 08:36:13 +01:00
Justin Findlay
b5e2cff028
doc.topics.eauth: clarify client_acl vs eauth
...
Fixes #30587 .
2016-01-25 14:32:34 -07:00
Nicole Thomas
653292ec88
Merge pull request #30555 from twangboy/mac_brew
...
renamed brew.py to mac_brew.py
2016-01-25 12:30:31 -07:00
twangboy
9280603549
Updated release notes for boron to reflect filename changes
2016-01-25 11:32:57 -07:00
Nicole Thomas
05349071dc
Merge pull request #30503 from StackPointCloud/profitbricks-cloud-provider
...
Adds cloud provider support for ProfitBricks
2016-01-25 11:28:41 -07:00
Justin Findlay
e4043403e4
add 2015.8.4 release notes
2016-01-25 11:10:07 -07:00
Ethan Devenport
de7d1666f6
Updates made after PR review:
...
* Improved and cleaned up documentation.
* Removed unnecessary namespaces.
* Made to fail when no ssh_host is found.
* Cleared pylint violations.
2016-01-25 18:02:10 +00:00
Nicole Thomas
a7ba2df5e2
Merge pull request #30589 from terminalmage/2015.5-2015.8
...
Merge 2015.5 into 2015.8
2016-01-25 09:20:41 -07:00
Jonathan Ballet
4062c63b9f
Fix doc formatting for yaml_idiosyncrasies
2016-01-25 12:26:30 +01:00
Jonathan Ballet
276eb3a843
Fix GCE documentation
2016-01-25 12:19:21 +01:00
Erik Johnson
d649551fbf
Merge branch '2015.5' into 2015.5-2015.8
2016-01-24 11:55:09 -06:00
Roman Mohr
044fe44ae9
COPR project moved
...
Replace old url http://copr.fedoraproject.org with
https://copr.fedorainfracloud.org to fix broken bootstrap script.
2016-01-24 18:43:02 +01:00
Jacob Hammons
03c51bb54d
Added placeholder release notes for 2015.5.10
...
Changed old doc links from docs.saltstack.org to docs.saltstack.com
2016-01-22 10:48:08 -07:00
Colton Myers
cb8bf91944
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
...
Conflicts:
doc/ref/configuration/master.rst
doc/topics/cloud/linode.rst
salt/cloud/clouds/linode.py
salt/modules/rh_ip.py
salt/renderers/pyobjects.py
salt/states/file.py
2016-01-21 17:42:50 -07:00
Mike Place
587a03e1d8
Merge pull request #30466 from s0undt3ch/hotfix/stop-deprecating-and-fix-opts-id
...
Stop the deprecation path started in 0.17 about ext_pillar
2016-01-21 15:58:36 -07:00
Mike Place
15c7aedd46
Merge pull request #30508 from rallytime/linode-clone-fixes
...
Fix Linode driver cloning functionality
2016-01-21 15:53:36 -07:00
Ethan Devenport
44491f69cf
Adds cloud provider support for ProfitBricks Cloud Computing Infrastructure Services.
2016-01-21 22:52:25 +00:00
abednarik
4f8de47723
Updated dependencies documentation.
...
Added tornado and futures in Quick Install and Installing Salt for Development
sections.
Fixes #30467
2016-01-21 14:43:00 -03:00
rallytime
d26ed74bde
Make sure the correct profile parameters are being checked when cloning
2016-01-21 10:29:48 -07:00
Pedro Algarvio
bf7ce7c098
Stop the deprecation path started in 0.17 about ext_pillar
...
The ``ext_pillar`` functions **must** now accept a minion ID as the first argument.
This stops the deprecation path started in Salt 0.17.x. Before this minion ID first argument was introduced, the minion ID could be retrieved accessing ``__opts__['id']`` loosing the reference to the master ID initially set in opts.
This is no longer the case, ``__opts__['id']`` will be kept as the master ID.
2016-01-21 14:33:23 +00:00
rallytime
1d7e229377
Fix Linode driver cloning functionality.
...
Fixes #30432
Fixes #30444
- Various clean-up of the driver, particularly in the create function.
- Restores cloning functionality, as this was completely broken in 2015.8.3
- Changes the requirement to set a config_id for cloned VMs (not necessary
for clones as the config_id is already set via the to-be-cloned profile)
- Updates docs to use the -F bootstrap script arg in addition to -C when
cloning from a VM that already has salt installed on it.
2016-01-20 17:05:20 -07:00
Jacob Hammons
2b7f96bf0e
Fixed sphinx build warnings / errors, added autodoc entries for new modules added in Boron
2016-01-19 21:57:45 -07:00
Tim Harper
721c1c871b
make note of s3 role assumption in upcoming changelog
2016-01-19 20:38:21 -07:00
Niels Abspoel
b55625c42a
fix minor inconsistencies tampakrap suggested
2016-01-19 20:17:22 +01:00
Niels Abspoel
7ec32b2484
update suse information regarding to repositories
2016-01-16 12:16:10 +01:00
Colton Myers
19bc7b6ed4
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
2016-01-15 09:24:10 -07:00
Colton Myers
5b53bf2597
Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
...
Conflicts:
salt/cloud/clouds/linode.py
salt/states/rabbitmq_policy.py
2016-01-14 16:23:29 -07:00
rallytime
39b49621ad
Merge branch '2015.8' into 'develop'
...
Conflicts:
- salt/beacons/service.py
- salt/cloud/clouds/vmware.py
- salt/modules/file.py
- salt/modules/ipset.py
- salt/modules/npm.py
- salt/modules/rpm.py
- salt/states/file.py
- salt/utils/event.py
- salt/utils/schedule.py
- tests/unit/modules/state_test.py
2016-01-14 13:33:53 -07:00
rallytime
df70afdaa3
Merge #30231 with updates to dependency documentation
2016-01-13 16:41:29 -07:00
C. R. Oldham
03262c432c
Merge pull request #30347 from rallytime/merge-30231
...
Merge #30231 with updates to dependency documentation
2016-01-13 16:36:35 -07:00
rallytime
2beb75e49f
Merge #30231 with updates to dependency documentation
2016-01-13 14:10:00 -07:00
Jacob Hammons
53d17f1f85
Changed examples to use the "example.com" domain instead of "mycompany.com" or "company.com"
2016-01-12 13:37:09 -07:00
Mike Place
2121be88e7
Merge pull request #30225 from slav0nic/patch-2
...
fix salt-ssh debug doc
2016-01-12 12:45:28 -07:00
Mike Place
7908086044
Merge pull request #30228 from dmacvicar/dmacvicar_document_schedule_once
...
Document schedule `once` option
2016-01-12 12:42:57 -07:00
Mike Place
48d2bd9e78
Merge pull request #30303 from jacobhammons/pcre-match
...
Changed notes to indicate that functions are matched using regular ex…
2016-01-12 12:15:16 -07:00
Jacob Hammons
e5079ab4c9
Changed notes to indicate that functions are matched using regular expressions instead of minions
2016-01-12 11:55:36 -07:00
Justin Findlay
22c1129f02
modules.state.sls,highstate: mock versionadded
2016-01-11 14:29:00 -07:00
Justin Findlay
934de30939
add state mock to 2015.8.4 release notes
2016-01-11 14:24:51 -07:00
Justin Findlay
741f7aba31
add 2015.5.9 release notes
2016-01-08 16:08:03 -07:00
Duncan Mac-Vicar P
e7bbcb7988
Document schedule once
option
...
closes #23742
2016-01-08 11:35:44 +01:00
Sergey Maranchuk
4cce4a7c32
fix salt-ssh debug doc
...
SALT_ARGV visible only in trace mode
2016-01-08 11:33:39 +02:00
Colton Myers
17b919e9ec
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
...
Conflicts:
doc/topics/eauth/access_control.rst
salt/modules/state.py
salt/state.py
salt/states/boto_secgroup.py
tests/unit/modules/state_test.py
2016-01-07 16:36:40 -07:00
Jacob Hammons
0d2111d397
Assorted doc bug fixes
...
Refs #4381
Refs #8146
Refs #13036
Refs #6853
Refs #9319
Refs #13777
Refs #2229
Refs #14946
Refs #15042
2016-01-07 14:08:30 -07:00
Colton Myers
7f8e666b8c
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
...
Conflicts:
salt/states/user.py
2016-01-06 09:30:28 -07:00
Colton Myers
8bc5506c08
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
...
Conflicts:
doc/topics/installation/rhel.rst
salt/modules/pacman.py
salt/modules/pkgng.py
salt/modules/win_update.py
salt/states/boto_elb.py
salt/states/file.py
2016-01-05 16:19:32 -07:00
Colton Myers
d73a7d6c4d
Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
...
Conflicts:
doc/topics/ssh/index.rst
2016-01-05 16:11:20 -07:00
Stanislav Blokhin
d81f6f7206
Fix typo in gpgkey URL
...
Fixes following error on yum update:
Retrieving key from
https://repo.saltstack.com/yum/redhat/6/x86_64/latest/$releaseverSALTSTACK-GPG-KEY.pub
GPG key retrieval failed: [Errno 14] PYCURL ERROR 22 - "The requested
URL returned error: 404 Not Found"
2016-01-04 16:43:19 +01:00
Mike Place
040412b0b1
Merge pull request #30093 from zmalone/pillar-notes
...
Noting that file_roots and "state tree" should both be avoided
2015-12-30 15:40:05 -07:00
Zach Malone
cfbfd58afe
Noting that file_roots and "state tree" should both be avoided, because in some
...
environments, the actual states show up another level down. Adding notes about why this is undesirable.
2015-12-30 13:10:46 -07:00
Mike Place
8c29e2dd6a
Document that gitfs needs recent libs
...
Closes #29921
2015-12-30 12:00:33 -07:00
rallytime
c386d70742
Merge branch '2015.8' into 'develop'
...
Conflicts:
- salt/modules/alternatives.py
- salt/modules/boto_rds.py
- salt/modules/mount.py
- salt/states/boto_iam.py
2015-12-29 15:51:12 -07:00
Mike Place
60431e342a
Add documentation on debugging salt-ssh
...
Closes #27835
2015-12-29 15:22:03 -07:00
rallytime
6176f383e5
Spelling fixes
2015-12-29 11:57:18 -07:00
rallytime
83c05729d6
Add Syndic documentation to miscellaneous Salt Cloud config options
...
Fixes #30045
2015-12-29 11:53:49 -07:00
Jacob Hammons
32a352120a
updated spm docs
2015-12-28 14:29:02 -07:00
Mike Place
9e385369b7
Merge pull request #30034 from rallytime/bp-29893
...
Back-port #29893 to 2015.8
2015-12-28 13:20:51 -07:00
Mike Place
d8e1663ef1
Merge pull request #30031 from deuscapturus/patch-6
...
Update index.rst
2015-12-28 12:39:17 -07:00
Aditya Kulkarni
2fcf1590b8
Add info about VolumeType
2015-12-28 12:27:45 -07:00
rallytime
a257249789
Add versionadded to SSH Port docs
2015-12-28 12:24:04 -07:00
abednarik
0bb83e51aa
Updated Cloud msic section.
...
Added ssh_port section.
2015-12-28 12:11:16 -07:00
Nicole Thomas
548d887510
Merge pull request #30003 from marnovdm/develop
...
Adds thin provisioning support for new hard disks in VMware driver
2015-12-28 12:08:38 -07:00
Marno van der Molen
35bd10c5ba
Implement suggestions from rallytime, tries to adhere to same documentation style and fixes optional thin_provision configuration
2015-12-28 19:28:07 +01:00
Theodore Cowan
aa80bd2700
Update index.rst
...
Inform user that state module runs will return "Failed to authenticate!" when the timeout is reached. This should be fixed btw.
2015-12-28 10:47:40 -07:00
Marno
72a5f6b554
Update documentation for vmware driver
2015-12-24 18:48:19 +01:00
Seth House
7cc7a97b91
Clarified render step from worker pool step
2015-12-23 13:48:55 -07:00
Seth House
75a95f5154
Add to Reactor docs to illustrate the end-goal and use with Orchestrate
2015-12-22 15:17:44 -07:00
Seth House
028f000743
Update opening Reactor paragraph for conciseness
...
We're far removed from 0.11 now so the extra exposition is just noise.
2015-12-22 13:38:33 -07:00
Mike Place
c19782a184
Merge pull request #29853 from basepi/merge-forward-develop
...
Merge forward from 2015.8 to develop
2015-12-22 08:05:49 -07:00
Aditya Kulkarni
61a9293af9
Add info about VolumeType
2015-12-21 11:26:53 -05:00
Jonathan Ballet
5aa0e9b1e0
Fix documentation typo for pillars
2015-12-21 13:26:02 +01:00
Jonathan Ballet
f2b41d04d7
Fix rendering issues for Cherrypy netapi documentation.
2015-12-21 13:26:02 +01:00
Jonathan Ballet
6922da46dc
doc: fix warnings + some rendering issues
2015-12-21 13:26:02 +01:00
abednarik
b7e7bf5a29
Updated Cloud msic section.
...
Added ssh_port section.
2015-12-20 10:42:58 -03:00
Colton Myers
95fe811724
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
...
Conflicts:
salt/minion.py
salt/modules/network.py
salt/scripts.py
salt/states/file.py
salt/states/git.py
salt/utils/event.py
2015-12-18 15:00:24 -07:00
Mike Place
7eefaac58a
Merge pull request #29814 from basepi/multi-master.windows.29396
...
[2015.8][Windows] Fix multi-master on windows
2015-12-18 10:16:52 -07:00
Mike Place
fb4eb28645
Merge pull request #29819 from rallytime/esxi-docs
...
Add esxi module and state to docs build
2015-12-18 09:20:27 -07:00
rallytime
e7c5863468
Add esxi module and state to docs build
...
Also fixed some minor doc errors
2015-12-17 16:33:59 -07:00
Colton Myers
2405501d75
Add documentation for tcp ipc_mode and multi-master
2015-12-17 14:08:41 -07:00
Mike Place
c4f226f31e
Merge pull request #29773 from l2ol33rt/debian_install_docfix
...
Append missing wget in debian installation guide
2015-12-17 10:29:18 -07:00
Aditya Kulkarni
10bfcb8cb0
Add documentation about scopes (GCE)
2015-12-17 09:42:15 -07:00
Matthew X. Economou
f15a3648a4
Fix a typo in the gpgkey URL
2015-12-17 10:48:24 -05:00
Robert James Hernandez
64cb4b0540
Append missing wget in debian installation guide
2015-12-16 13:44:35 -08:00
Aditya Kulkarni
ae5fbe9046
Add documentation about scopes (GCE)
2015-12-16 15:21:51 -05:00
Simon A. Eugster
0ca82f27b8
Doc update on masterless mode: Move master config to minion config
2015-12-16 10:59:14 +01:00
rallytime
45080f3629
Add examples of using multiple matching levels to Pillar docs
...
Fixes #29091
2015-12-15 14:57:36 -07:00
Colton Myers
5ac96cc8ba
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
...
Conflicts:
salt/client/ssh/ssh_py_shim.py
salt/modules/tls.py
salt/states/git.py
salt/transport/tcp.py
2015-12-14 15:56:26 -07:00
Colton Myers
b51cba59c0
Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
2015-12-14 15:44:21 -07:00
Mike Place
fe0778dad5
Merge pull request #29644 from rallytime/esxi-fixes
...
Fixed a couple more ESXi proxy minion bugs
2015-12-14 11:36:28 -07:00
abednarik
221c11f7da
Updated documentation for Salt Development.
...
In order to install pip modules for salt development we need to make sure that python devel is installed.
Otherwise pip command will fail.
2015-12-14 13:57:51 -03:00
rallytime
577d5487a3
Fixed a couple more ESXi proxy minion bugs
...
- Don't log the salt.utils.vmware.esxcli command (shouldn't log password)
- Make sure we catch all ssh key changes possibilities in esxi state
- Provide a use-case example of why using a list of passwords for the host is a useful idea
2015-12-11 16:16:25 -07:00
Mike Place
9f83ab9cfc
Merge pull request #29611 from cachedout/lint_29350
...
Lint 29350
2015-12-10 16:05:10 -07:00
Colton Myers
0afa5b0d5d
Add cmd_umask to roster docs
2015-12-10 14:51:43 -07:00
rallytime
5a2bb260d3
Added ESXi Proxy Minion Tutorial
...
Also added some more documentation to other ESXi-related files
and fixed some related doc errors.
2015-12-09 18:00:20 -07:00
Joe Healy
b96d8ff1d9
Minor update to release notes for missing fix
...
Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
2015-12-09 12:30:52 +01:00
Benjamin Drung
e72354aac4
Fix typo specfic -> specific
2015-12-09 12:19:39 +01:00
Benjamin Drung
5708355762
Fix typo comparsion -> comparison
2015-12-09 12:17:49 +01:00
Adrian Heine né Lang
b765bd46dc
Update service manager info for Debian
...
Debian Jessie switched to `systemd` as default init system.
2015-12-09 08:49:02 +01:00
Colton Myers
7918736656
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
...
Conflicts:
salt/client/ssh/ssh_py_shim.py
salt/modules/dracr.py
salt/states/boto_vpc.py
tests/unit/states/file_test.py
2015-12-08 14:46:23 -07:00
Mike Place
25d3a75d8c
Merge pull request #29540 from basepi/merge-forward-2015.8
...
[2015.8] Merge forward from 2015.5 to 2015.8
2015-12-08 14:27:01 -07:00
Mike Place
f77c8e7baf
Merge pull request #29527 from jfindlay/2015.5
...
2015.5.7 notes: add note about not being released
2015-12-08 14:08:26 -07:00
Aditya Kulkarni
b3fdce7b75
Add docs
2015-12-08 15:58:38 -05:00
Colton Myers
9673fd0937
Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
...
Conflicts:
salt/cloud/clouds/ec2.py
tests/unit/states/file_test.py
2015-12-08 12:23:26 -07:00