Commit Graph

36188 Commits

Author SHA1 Message Date
Thomas S Hatch
dc68835866 Merge pull request #16743 from s0undt3ch/hotfix/repetitive-random-ssh-remote-dir
Improve default randomness of thin directory
2014-10-19 19:56:55 -06:00
Thomas S Hatch
f49282b0e8 Merge pull request #16747 from s0undt3ch/hotfix/add-last-EOF-to-shim
Add last `EOF` to shim deployment code
2014-10-19 19:50:01 -06:00
Pedro Algarvio
45604d7f77 Merge pull request #16749 from terminalmage/gitfs-docs
Add further clarification that gitfs auth is pygit2-only
2014-10-19 23:03:43 +01:00
Erik Johnson
13a92bde69 Add further clarification that gitfs auth is pygit2-only 2014-10-19 17:01:13 -05:00
Pedro Algarvio
c05f42e54a Add last EOF to shim deployment code 2014-10-19 19:21:10 +01:00
Thomas S Hatch
3f239422e5 Merge pull request #16742 from terminalmage/fix-broken-gitfs
Fix bad auth param handling in gitfs
2014-10-18 20:01:15 -06:00
Pedro Algarvio
3654294512 Improve default randomness of thin directory
This will reduce the usage of ``--rand-thin-dir` since the FQDN of the
machine is also included in the remote temporary directory name.
2014-10-18 23:53:40 +01:00
Erik Johnson
90ba9b8a43 Add notice that per-remote auth params are not supported in GitPython 2014-10-18 17:36:51 -05:00
Erik Johnson
9c9884f800 Be more explicit about auth only being supported in pygit2
Also, don't let Salt use a badly-configured remote.
2014-10-18 17:13:58 -05:00
Erik Johnson
f9d9e1ab8c Revert "gitfs: accept per-remote auth params (fixes #16698)"
This reverts commit 751b582b45.
2014-10-18 16:40:03 -05:00
Pedro Algarvio
ab40ca804f Merge pull request #16736 from thatch45/cp_ssh
Add cp module to ssh
2014-10-18 21:00:15 +01:00
Pedro Algarvio
9db814db2f Merge pull request #16737 from thatch45/notes_2014.7
Add salt-ssh to release notes
2014-10-18 20:59:22 +01:00
Thomas S Hatch
809a277fdb lint 2014-10-18 09:29:19 -06:00
Thomas S Hatch
2e9b63ed31 Add notes on cp module and -W/w 2014-10-18 09:24:31 -06:00
Thomas S Hatch
6257538236 Merge branch '2014.7' into notes_2014.7 2014-10-18 08:52:50 -06:00
Thomas S Hatch
71f9687364 clean up returns and fix shell ref 2014-10-18 08:47:51 -06:00
Thomas S Hatch
c34e5e51c7 fill out basic cp functions 2014-10-18 08:21:07 -06:00
Thomas S Hatch
a06ed6d151 Merge pull request #16733 from thatch45/ex_file_refs
Allow extra file refs to be defined in opts and saltfile per #9878
2014-10-17 18:28:03 -06:00
Thomas S Hatch
ac9c3fe479 Merge pull request #16563 from mzdaniel/16271-ssh-SLS-custom-module
Added salt-ssh integration test for custom module within SLS
2014-10-17 17:36:07 -06:00
Thomas S Hatch
a107592e2b Add initial cp module wrapper for ssh 2014-10-17 17:29:28 -06:00
Daniel Mizyrycki
e421aff68d Fix lint 2014-10-17 15:39:49 -07:00
Daniel Mizyrycki
54738d0ff5 Added salt-ssh integration test for custom module within SLS 2014-10-17 15:39:49 -07:00
Thomas S Hatch
63f3f6ab8d Merge branch '2014.7' into ex_file_refs
Conflicts:
	salt/client/ssh/wrapper/state.py
2014-10-17 15:56:21 -06:00
Thomas S Hatch
d8bb9488ec Merge pull request #16732 from thatch45/ssh_cache_rm
remove option for now defunct --no-minion-cache
2014-10-17 15:54:51 -06:00
Thomas S Hatch
77fae8821b Merge pull request #16731 from thatch45/mod_agg_prop
Send the state_aggregate option down
2014-10-17 15:53:55 -06:00
Thomas S Hatch
0abcbb437d Merge pull request #16730 from thatch45/wipe_on_rand
Add -W option to --rand-thin-dir making it easier
2014-10-17 15:53:41 -06:00
Thomas S Hatch
13557d3fa2 Merge pull request #16724 from etuttle/gitfs-auth-params
gitfs: accept per-remote auth params (fixes #16698)
2014-10-17 15:52:54 -06:00
Thomas S Hatch
aca65c0bca Merge pull request #16721 from thatch45/16702
Add error checks to highstate per #16702
2014-10-17 15:52:09 -06:00
Thomas S Hatch
b37cc43a89 one star, and lint! 2014-10-17 15:48:23 -06:00
Thomas S Hatch
45a8334a9a Allow extra file refs to be defined in opts and saltfile per #9878 2014-10-17 15:44:27 -06:00
Thomas S Hatch
87bbf089f4 Merge pull request #16728 from cachedout/issue_16271
Don't refresh in state.pkg
2014-10-17 15:28:20 -06:00
Thomas S Hatch
18e17ac817 remove option for now defunct --no-minion-cache 2014-10-17 15:26:59 -06:00
Thomas S Hatch
84a7d247a5 send down the state_aggregate opts durring state runs 2014-10-17 15:08:12 -06:00
Thomas S Hatch
dcced9a566 pack in the state_aggregate option 2014-10-17 15:05:21 -06:00
Thomas S Hatch
f80a420947 Add -W option to --rand-thin-dir making it easier
Also make the rand-thin-dir wipe up after itself
2014-10-17 14:42:52 -06:00
Mike Place
52d5c886e7 Don't refresh in state.pkg
Fixes #16271
2014-10-17 13:51:52 -06:00
Thomas S Hatch
5a00ba04d2 Merge pull request #16725 from thatch45/ssh_ext_pillar
salt-ssh ext_pillar is a go!
2014-10-17 13:31:56 -06:00
Thomas S Hatch
e0a8bdd425 Pass pillar dirs into compile_pillar 2014-10-17 12:31:07 -06:00
Thomas S Hatch
07652ed0e6 Add raw check for errors in pkg lowstate 2014-10-17 11:34:47 -06:00
Thomas S Hatch
f5ac985c96 check for errors in wrapper highstate compiled state 2014-10-17 11:28:00 -06:00
Thomas S Hatch
f8956fca55 Merge pull request #16716 from rallytime/bp-16613
Backport #16613 to 2014.7
2014-10-17 11:00:24 -06:00
Thomas S Hatch
d18e5c4b29 Merge pull request #16715 from whiteinge/reactor-cmd-local-method
Rename the cmd method in the Reactor to local for consistency
2014-10-17 10:59:16 -06:00
Thomas S Hatch
b4db08e4b9 Merge pull request #16706 from whiteinge/salt-api_gen-keys-download
Added convenience URL to generate minion keys and download as a tarball
2014-10-17 10:57:04 -06:00
Thomas S Hatch
9abe02fad4 Merge pull request #16703 from whiteinge/orchestrate-runner-wheel
Added functions to execute runner and wheel functions from orchestrate
2014-10-17 10:53:23 -06:00
Thomas S Hatch
d8b9aa3335 Merge pull request #16646 from garethgreenaway/16618_2014_7_mount_hash_notation
Fixes to mount state
2014-10-17 10:40:37 -06:00
Thomas S Hatch
f1bebf20da Merge pull request #16521 from cachedout/gen_jid
Add prep_jid to returners
2014-10-17 10:33:38 -06:00
Mike Place
342f356ef3 More lint 2014-10-17 09:40:40 -06:00
Mike Place
4ec8876379 Lint 2014-10-17 09:40:40 -06:00
Mike Place
bf695c413f New onchanges/onfail failure types for requisite resolver
Refs #16370
2014-10-17 09:40:40 -06:00
Seth House
4846dcebbd Update the Reactor docs to use the local method instead of cmd 2014-10-17 09:17:34 -05:00