Commit Graph

26409 Commits

Author SHA1 Message Date
Erik Johnson
de5aff655d Reload modules when a ports state installs packages
Since ports states modify the package database, the pkg database should
be reloaded when a port is installed.
2014-02-16 22:02:26 -06:00
Pedro Algarvio
cfd89f4b84 Update to latest bootstrap script. v2014.02.16 2014-02-16 23:18:12 +00:00
Pedro Algarvio
2cd772cf59 Merge pull request #10491 from gtmanfred/glusterfs
Clean up lint changes
2014-02-16 18:12:33 +00:00
Daniel Wallace
0aa968ba62 Clean up lint changes
act_peer wasn't included enough.  Also cleared out **kwargs.
2014-02-16 11:59:06 -06:00
Joseph Hall
0332be8b48 Merge pull request #10489 from s0undt3ch/develop
Lint fixes
2014-02-16 10:03:13 -07:00
Pedro Algarvio
ab2506cb50 Remove un-used import. 2014-02-16 17:00:02 +00:00
Pedro Algarvio
43bdc4caf9 Remove unused import. Don't shaddow peer(). 2014-02-16 16:59:05 +00:00
Joseph Hall
8a3d0fa8f6 Merge pull request #10488 from s0undt3ch/develop
Unify the minimal libcloud version requirement.
2014-02-16 09:40:37 -07:00
Pedro Algarvio
67778949e0 The minimal requirement for apache-libcloud is now 0.14.0. 2014-02-16 16:38:02 +00:00
Pedro Algarvio
17c3d20974 Unify the minimal libcloud version requirement. 2014-02-16 16:32:19 +00:00
Joseph Hall
6692c242a9 Merge pull request #10486 from gtmanfred/glusterfs
Add glusterfs state and module
2014-02-16 09:26:08 -07:00
Daniel Wallace
0ac447f1e0 Clean up glusterfs module and state
Cleaning up a few small things.
2014-02-16 09:30:22 -06:00
Joseph Hall
7d6fcf8ff5 Merge pull request #10487 from obestwalter/develop
use the value of __virtualname__ instead of a string
2014-02-16 06:32:16 -07:00
Oliver Bestwalter
5d52a00f80 use the value of __virtual__ instead of a string 2014-02-16 14:02:02 +01:00
Pedro Algarvio
b046a6f4b1 Merge pull request #10483 from gtmanfred/fixlocal
[salt.cloud] master_minion_name referenced before assignment
2014-02-16 12:47:59 +00:00
Daniel Wallace
f73cba3e0b Fix lint errors for gluster modules 2014-02-16 06:07:52 -06:00
Daniel Wallace
a76f4343dd Make peers plural for glusterfs 2014-02-16 04:05:50 -06:00
Stas SUȘCOV
5c27696b49 Salt ssh will overwrite the minion ID based on gathered data.
This can result in a non-matching hostname.
2014-02-16 11:48:44 +02:00
Daniel Wallace
e510c287c2 Add peered status 2014-02-16 02:57:10 -06:00
Daniel Wallace
5308fd9119 Add gluster cluster state 2014-02-16 02:22:52 -06:00
Daniel Wallace
0085232d1d [salt.cloud] master_minion_name referenced before assignment
Fixes error caused by 42ca06c9

[ERROR   ] There was a query error: local variable 'master_minion_name' referenced before assignment
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/salt/cloud/cli.py", line 389, in run
    ret = mapper.run_map(dmap)
  File "/usr/lib/python2.7/site-packages/salt/cloud/__init__.py", line 1611, in run_map
    if name in (master_name, master_minion_name):
UnboundLocalError: local variable 'master_minion_name' referenced before assignment
2014-02-16 01:27:08 -06:00
Daniel Wallace
1d08acb98b Add start method to glusterfs module 2014-02-16 01:07:09 -06:00
Daniel Wallace
927af32d3e Add initial glusterfs module 2014-02-16 00:51:06 -06:00
Joseph Hall
519ceec54c Merge pull request #10465 from gtmanfred/filesystems
Allow formatting of partitions
2014-02-15 19:46:21 -07:00
Daniel Wallace
c32e34fc31 Allow formatting partitions
Be able to have a partition as a specific filesystem state.  Only
included inode_size because that is the one I need right now.  We can
add more later.
2014-02-15 18:46:44 -06:00
Leonids Maslovs
79150a84e0 saltstack/salt#9851 salt-ssh fileserver operations support warning
`salt-ssh` index page updated to contain warning note explaining what not
all `salt` commands are supported at the moment (especially file
operations)
2014-02-16 01:07:49 +02:00
Erik Johnson
d2354e6261 Fix for when dulwich-managed repos get in bad state
This commit logs an error and deletes the master cachedir if the repo
cachedir gets into a bad state.
2014-02-15 16:25:17 -06:00
Arnold Bechtoldt
05bebb5f3c fixing bond and bridge config templating in debian_ip module 2014-02-15 23:10:51 +01:00
David Boucha
c9ebb2dcf9 Merge pull request #10476 from s0undt3ch/hotfix/jinja-sequence-filter
Jinja's sequence filter does not need to be an extension.
2014-02-15 11:22:28 -07:00
Pedro Algarvio
7a42bf24fc Jinja's sequence filter does not need to be an extension. 2014-02-15 17:26:35 +00:00
Joseph Hall
da6f73fbb2 Merge pull request #10474 from s0undt3ch/hotfix/lint
PyLint quietly ignore it!
2014-02-15 09:37:13 -07:00
Pedro Algarvio
197966ca58 Tell PyLint not to complain about ignored files 2014-02-15 16:30:42 +00:00
Pedro Algarvio
a009d6b80a Make Pylint ignore file 2014-02-15 16:30:23 +00:00
Joseph Hall
50f3df8114 Merge pull request #10460 from s0undt3ch/hotfix/make-master-local-minion
Allow the new master's minion to answer to local master
2014-02-15 07:22:26 -07:00
Pedro Algarvio
4f6a3e36af Remove first person reference 2014-02-15 14:17:21 +00:00
Pedro Algarvio
3436863f41 Add exmaple of any minion responding to local master 2014-02-15 14:17:21 +00:00
Pedro Algarvio
c27bb8b4a0 Remove extra space 2014-02-15 14:17:21 +00:00
Pedro Algarvio
2db72c519b Allow any of the minions to say they're local 2014-02-15 14:17:21 +00:00
Pedro Algarvio
5d77e5244d Document make master's minion answer to local master. 2014-02-15 14:17:21 +00:00
Pedro Algarvio
42ca06c90a Allow the new master's minion to answer to local master 2014-02-15 14:17:21 +00:00
Joseph Hall
c8729d8870 Merge pull request #10472 from obestwalter/develop
fixed typos: recieved -> received
2014-02-15 06:30:34 -07:00
Oliver Bestwalter
72d4f55270 fixed typos: recieved -> received 2014-02-15 12:50:20 +01:00
Erik Johnson
bccd82aacf Added additional docs on gitfs mountpoints and per-remote params 2014-02-15 01:19:02 -06:00
Erik Johnson
e24554e188 Make file.recurse work with gitfs_mountpoint
When a file.recurse state is specified for salt://foo, and there is a
gitfs_remote mounted at salt://foo/bar, when the fileserver is queried
for the list of directories on the master, 'foo' will not be among them,
causing a pre-flight check to fail and keeping the state from running.
This commit modifies that pre-flight check to also look for paths that
start with 'foo/' as well, allowing salt://foo to be properly matched
when a mountpoint is used.
2014-02-15 00:32:04 -06:00
Erik Johnson
b24af2c8b3 Add gitfs_mountpoint master conf parameter to docs 2014-02-15 00:30:47 -06:00
Erik Johnson
f6cd9288ad Add default value for gitfs_mountpoint 2014-02-15 00:26:40 -06:00
Erik Johnson
68dfc708e2 Add gitfs "mountpoint" feature, and per-remote root/mountpoint 2014-02-15 00:25:15 -06:00
Thomas S Hatch
14e79ea857 Merge pull request #10379 from johnnoone/jinja-filter
fix jinja SequenceExtension
2014-02-14 22:39:30 -07:00
Joseph Hall
20b9511a76 Merge pull request #10464 from hulu/remove_mentions_of_0_18_0
Replace mentions of 0.18.0 with 2014.1.0
2014-02-14 19:36:38 -07:00
David Lindquist
9c91539de7 Replace mentions of 0.18.0 with 2014.1.0 2014-02-14 17:01:57 -08:00