Commit Graph

5501 Commits

Author SHA1 Message Date
John Albietz
0055b69404 updated readme file for typos and clarity
fixed a few typos, but mainly altering the parallel execution paragraph.

Granular controls are possibly a clearer way to frame the parallel execution discussion.
In production, the parallel execution is less important than the flexibility to use
batch groups and powerful filtering.
2012-10-24 11:25:23 -07:00
John Albietz
3530285a78 fixed the lokkit example that I gave before. added new system-config-firewall-tui command. 2012-07-19 00:42:46 -07:00
John Albietz
374c1e333a added information on how to properly configure the firewall for salt-masters on CentOS 6 / RHEL. 2012-07-18 21:06:45 -07:00
John Albietz
f958ba9fbf Added example showing how to use pcre matching in salt pillar files. Sometimes the '*' glob doesn't seem to work perfectly. pcre always works as expected. imho, pcre matching should be the default for salt pillars. 2012-07-18 20:54:44 -07:00
Thomas S Hatch
8965400ee7 Add consist test to make sure swarm returns are all the same
This is a tool to help hunt down #1386
2012-07-18 13:24:16 -06:00
Thomas S Hatch
323d8aa537 Fix #1482 2012-07-18 11:37:38 -06:00
Thomas S Hatch
de30042127 Fix test bug in sysctl state 2012-07-18 11:28:54 -06:00
Thomas S Hatch
12de1cb2c0 Fix #1479 2012-07-18 11:23:50 -06:00
Thomas S Hatch
a09e7f29b8 Merge pull request #1649 from dcolish/develop
Fix log-level check for debug output in salt.cli.caller
2012-07-17 20:37:11 -07:00
Dan Colish
a1a5e7dbe2 Fix log-level check for debug output in salt.cli.caller 2012-07-17 20:17:19 -07:00
Thomas S Hatch
0097c399b5 Merge pull request #1644 from kvelarde/cd12c37092f56b483dccea51e103f9c5a90a79a6
Module to support building packages with poudriere.py
2012-07-16 20:13:18 -07:00
Thomas S Hatch
bd2adca812 Merge pull request #1643 from herlo/master
Updated salt.spec to latest release
2012-07-16 19:06:03 -07:00
Kurtis Velarde
cd12c37092 Adding better virtual def and version 2012-07-16 18:04:13 -07:00
Kurtis Velarde
3e1f080978 Adding valid virtual def 2012-07-16 17:31:48 -07:00
Kurtis Velarde
2bd17439c9 Adding first poudriere module commit 2012-07-16 17:18:30 -07:00
Clint Savage
53a03d8d59 updated spec to 0.10.1 2012-07-16 17:39:38 -06:00
Seth House
3aca1a7d0c Merge pull request #1642 from brianriley/develop
Documentation fixes
2012-07-16 16:07:30 -07:00
Brian Riley
eabba9030e Presentation link fix
The link on the doc homepage to presentations was broken. I changed it
as per whiteinge's instructions.
2012-07-16 16:04:17 -07:00
Brian Riley
a3c456f8cd Fix for bad installation link
The tutorials had a link to a non-existant installation page. I changed
this to link to the installation index document. I also removed the
unused installtion link from `conf.py`.
2012-07-16 15:55:23 -07:00
Brian Riley
425ce24e68 Remove :orphan: as per request
I removed the `:orphan:` element at the top as per whiteinge's request
on IRC.
2012-07-16 15:35:08 -07:00
Thomas S Hatch
ba516b0703 Merge pull request #1640 from grierj/contribute
Allow the passage of a timeout value to salt runners.
2012-07-16 12:45:22 -07:00
Grier Johnson
1baadea1df Fixing typo 2012-07-16 12:11:02 -07:00
Grier Johnson
7287ef5888 Allow the passage of a timeout value to salt runners.
This is needed in larger environments as 2-3k machines take about 8-9
seconds to all respond to a test.ping.  I've updated both runners that
set a default timeout value of 1 to accept the timeout from __opts__

Conflicts:

	salt/runners/jobs.py
2012-07-16 12:09:37 -07:00
Thomas S Hatch
1d7f668d57 Merge pull request #1639 from dekkers/show-diff
Show diff with test=True
2012-07-16 11:34:57 -07:00
Jeroen Dekkers
fba8a2bc9f When using the test interface, call cp.cache_file on files that are
different so that we are able to calculate the diff. Closes GH-1480.
2012-07-16 19:25:16 +02:00
Thomas S Hatch
ea4f6d8f62 Merge pull request #1637 from dekkers/normalize-all-privilege
normalize ALL to ALL PRIVILEGES, so that grant_exists and grant_create ALL work correctly
2012-07-16 07:30:34 -07:00
Thomas S Hatch
4d646e0563 Merge pull request #1636 from intchanter/develop
Fixed typo
2012-07-16 07:29:47 -07:00
Jeroen Dekkers
00f6ecea09 normalize ALL to ALL PRIVILEGES, so that grant_exists and grant_create
ALL work correctly
2012-07-16 16:18:42 +02:00
Intchanter
cf39fc7ad8 Fixed typo 2012-07-16 08:15:49 -06:00
Seth House
eabfcbc8d7 Merge pull request #1634 from pau/develop
Fixed bug were the minimum keysize could be greater than 2048.
2012-07-15 17:30:18 -07:00
Paulo Tioseco
a3ba6d1643 Fixed bug were the minimum keysize could be greater than 2048.
Looks like this was introduced in saltstack/salt@4981752f1d
2012-07-15 17:16:53 -07:00
Thomas S Hatch
b95b9fd1e1 Merge pull request #1633 from dekkers/docstring-typo
Fix typo in mysql.user_create docstring
2012-07-15 15:54:01 -07:00
Seth House
58d36b186d Check if dir_mode is passed before trying to change the mode
Thanks again to @Mistobaan for walking me through this fix. Fixes #1631
2012-07-15 14:53:10 -07:00
Jeroen Dekkers
7b6bdd7be2 Fix typo in mysql.user_create docstring 2012-07-15 23:52:56 +02:00
Seth House
9b9c8dbe51 Use the built in salt function to set the dir perms
Thanks to @Mistobaan for walking me through this fix. Fixes #1629
2012-07-15 14:49:04 -07:00
Thomas S Hatch
7ee76850e9 Merge pull request #1632 from jre/so-reuseaddr
Set the SO_REUSEADDR option when performing the bind() test.
2012-07-15 14:46:55 -07:00
Thomas S Hatch
c163c62397 Merge pull request #1630 from jre/service
OpenBSD service module improvements
2012-07-15 14:46:14 -07:00
Joshua Elsasser
5212351177 Set the SO_REUSEADDR option when performing the bind() test.
Make failure of this test fatal again as well.
2012-07-15 14:26:07 -07:00
Joshua Elsasser
b0bbb0db92 Disable the systemd service module on non-Linux systems. 2012-07-15 13:50:40 -07:00
Seth House
2fc0b0610f Added hacking to the TOC 2012-07-15 11:37:41 -07:00
Seth House
45937c02c0 Added a "See also" for the hacking doc to the install page 2012-07-15 11:36:51 -07:00
Seth House
dd0f6910cc Added development env installation instructions to HACKING 2012-07-15 11:18:38 -07:00
Seth House
3791d3ba0a Added path checking to setup.py 2012-07-15 11:18:38 -07:00
Seth House
6e7afc0d0e Changed setuptools opt-in to be more explicit; added a quick explanation 2012-07-15 11:18:38 -07:00
Seth House
983ef87626 Change setup.py shebang to point to python instead of python2 2012-07-15 11:18:38 -07:00
Joshua Elsasser
81b4344d3f Disable OpenBSD service module on 5.0, it won't work reliably there. 2012-07-15 10:05:06 -07:00
Thomas S Hatch
24df88cb87 Merge pull request #1628 from jre/grains
Grain fiddling on OpenBSD (second try)
2012-07-15 08:38:54 -07:00
Joshua Elsasser
c4524819e4 Insure num_cpus grains is an int on BSD systems, for consistency with Linux. 2012-07-15 07:53:55 -07:00
Joshua Elsasser
de41270818 On OpenBSD, set cpuarch grain to the application architecture, not kernel.
OpenBSD has the concept of a separate application architecture and
kernel architecture. The former may be shared between several
platforms while the latter is unique.

For example, a PowerPC Macintosh computer will have application and
kernel architectures of 'powerpc' and 'macppc', respectively.  Certain
PowerPC-based NAS hardware will have the same application architecture
but have a kernel architecture of 'socppc'. This allows them to have
different kernels and base systems while sharing the same set of
packages.
2012-07-15 07:53:47 -07:00
Joshua Elsasser
47c237dc50 Rename and refactor the BSD cpudata grains function. 2012-07-15 07:53:24 -07:00