Commit Graph

27087 Commits

Author SHA1 Message Date
Forrest Alvarez
1799ba1ab9 Added a note regarding the supported hash types. 2014-03-04 04:40:01 +00:00
Thomas S Hatch
4e09b7f859 LocalFuncs does not need the master key 2014-03-03 21:35:24 -07:00
Thomas S Hatch
66296ad1d9 Load up the local user access keys in ioflo master 2014-03-03 21:32:12 -07:00
Thomas S Hatch
c406e05827 ioflo does not like __init__ to be called it seems... 2014-03-03 21:18:40 -07:00
pengyao
bae9053f6f Return list without newlines character
For better display like `salt '*' ip.get_interface eth0`
2014-03-04 11:41:02 +08:00
Erik Johnson
803d197f34 hgfs: log full traceback caught during fetch 2014-03-03 19:55:48 -06:00
Erik Johnson
9474b1ba31 gitfs: log full traceback caught during fetch 2014-03-03 19:55:42 -06:00
Erik Johnson
8fda2fe288 Log tracebacks caught in fileserver updates
When a traceback is triggered in a fileserver update, it is caught and
printed. However, all that is printed is the result of exc.__str__(),
which is not helpful when debugging, and makes it harder to track down
fileserver update issues. This commit changes the behavior and writes
the full text of the exception to the master log.
2014-03-03 19:50:36 -06:00
Daniel Wallace
3884308dbf Clean up pylint 2014-03-03 19:34:57 -06:00
Daniel Wallace
55c485c81c Fix pep8 spacing 2014-03-03 19:23:25 -06:00
Daniel Wallace
bd102cd503 Comment all functions 2014-03-03 19:16:08 -06:00
Thomas S Hatch
8ef2fce934 Add raet LocalClient - just starting 2014-03-03 17:58:00 -07:00
Samuel Smith
7ee1732705 Merge pull request #10919 from SmithSamuelM/sam_raet_15
Sam raet 15 Some refactoring in preparation for more reliability in transactions
2014-03-03 17:42:41 -07:00
Samuel M Smith
6ec37b0aff run both tests by default 2014-03-03 17:41:03 -07:00
Samuel M Smith
f6e3ff808c Merge remote-tracking branch 'upstream/develop' into sam_raet_15
Conflicts:
	salt/daemons/flo/master.flo
2014-03-03 17:39:43 -07:00
Daniel Wallace
b57c21ca0a Make sure the util can import novaclient 2014-03-03 18:35:10 -06:00
Samuel M Smith
25b449898a Added extra check to help make yard names unique
But not guaranateed
2014-03-03 17:20:23 -07:00
Samuel M Smith
139f76685b Added test for Yid being passed in matching next Yid 2014-03-03 16:40:34 -07:00
Erik Johnson
76f581104a Fix gitfs regression
This was introduced when I added the gitfs whitelists feature recently.
If the base environment is requested, it will not be matched since the
branch name is passed to the _get_tree_* functions.
2014-03-03 17:37:29 -06:00
Samuel M Smith
cb315f8a9d finished refactor rnaming device to estate and all vestiges 2014-03-03 16:33:42 -07:00
Thomas S Hatch
3d07a59d84 Factor out payload_kwargs generation from the LocalClient.pub 2014-03-03 16:24:55 -07:00
Samuel M Smith
7f32e0fc42 More refactoring rnaming 2014-03-03 16:19:43 -07:00
Samuel M Smith
08599fe7eb renamed stack.devices to stack.estates 2014-03-03 16:10:25 -07:00
Darrel Clute
414bcfd723 Add initial support for user expiry via user state 2014-03-03 16:03:34 -07:00
Samuel M Smith
e9886657b0 Change device to estate to be consistent with new metaphor 2014-03-03 16:01:02 -07:00
Nathan Rini
16db34af6c Add options '--force-color' and '--no-color' to salt-run
Add salt-run help to include new commands
```
  Output Options:
    Configure your preferred output format

    --no-color, --no-colour
                        Disable all colored output
    --force-color, --force-colour
                        Force colored output
```
2014-03-03 15:29:25 -07:00
Thomas S Hatch
89f2d03828 Lint fixes 2014-03-03 15:23:51 -07:00
Thomas S Hatch
5b76e81104 Add uxdrouter and local cmd to the master flosrcipt 2014-03-03 15:18:40 -07:00
Michal Bicz
e381b0c781 make DefaultOrderedDict more sane 2014-03-03 14:11:29 -08:00
Daniel Wallace
131cf5dca9 I forgot how to python 2014-03-03 16:10:47 -06:00
Thomas S Hatch
976bac1b97 Merge pull request #10913 from cvrebert/patch-1
rm trailing whitespace from salt/states/file.py
2014-03-03 14:09:31 -08:00
Chris Rebert
65deed0365 rm trailing whitespace from salt/states/file.py
************* Module salt.states.file
salt/states/file.py:954: [C0303(trailing-whitespace), ] Trailing whitespace
2014-03-03 14:08:16 -08:00
Samuel M Smith
43dcaa08a1 deleted raet.py now obsolete 2014-03-03 14:49:08 -07:00
Samuel M Smith
c24b74223d updated master minion to use the latest ioflo.app.run.start
put salt specific raet behaviors for testing in salting.py
2014-03-03 14:47:36 -07:00
Thomas S Hatch
6d23350d85 Merge pull request #10910 from rallytime/brew_test
A couple more brew tests
2014-03-03 13:44:55 -08:00
Thomas S Hatch
f2762fe1c5 Merge pull request #10909 from joshk0/known_hosts_file_2
Check that known_hosts file is a real file before inserting into SSH con...
2014-03-03 13:44:27 -08:00
Thomas S Hatch
17d9161a15 Merge pull request #10908 from basepi/proxylog
Clarify proxy log (not a problem in 99% of cases)
2014-03-03 13:43:53 -08:00
Thomas S Hatch
a017c4d8c3 Merge pull request #10907 from mgwilliams/lxc1.0
add support for lxc 1.0 (deprecating < 1.0)
2014-03-03 13:43:11 -08:00
Darrel Clute
6cdd1187c4 added versionchanged 2014-03-03 14:42:55 -07:00
Daniel Wallace
742ecfa53b add to setup.py 2014-03-03 15:04:52 -06:00
Darrel Clute
93daf22a7e Merge remote-tracking branch 'upstream/develop' into shadow-module-updates 2014-03-03 13:55:20 -07:00
rallytime
25c77b2559 A couple more brew tests 2014-03-03 13:51:42 -07:00
Joshua Kwan
a858f2d584 Check that known_hosts file is a real file before inserting into SSH config 2014-03-03 15:46:18 -05:00
Colton Myers
b5da175628 Clarify proxy log (not a problem in 99% of cases) 2014-03-03 13:40:20 -07:00
Darrel Clute
d7ffcd1988 Add account expire support through chage 2014-03-03 13:35:11 -07:00
Darrel Clute
7aaa2b6ae6 Fix docstring on set_date 2014-03-03 13:30:17 -07:00
Thomas S Hatch
fa593c9284 Initial alpha of the UXDRouter on the master 2014-03-03 13:23:55 -07:00
Samuel M Smith
9467f9dc18 fixed indexes so that they use 127.0.0.1 instead of 0.0.0.0 when boostrapping joining a Road with sd or dd == 0 2014-03-03 13:16:33 -07:00
Samuel Smith
909286ed0e Merge pull request #10904 from SmithSamuelM/sam_raet_14
Sam raet 14  Fixed naming a couple of places also tested with new ioflo
2014-03-03 12:50:47 -07:00
Samuel M Smith
efdce44252 Merge remote-tracking branch 'upstream/develop' into sam_raet_14 2014-03-03 12:47:49 -07:00