Seth House
ef84b91422
Moar misc rST fixes
2014-05-14 13:30:28 -06:00
Joseph Hall
24c4338ef6
Merge pull request #12772 from whiteinge/doc-misc-rst-fixes
...
Doc misc rst fixes
2014-05-14 12:03:41 -06:00
Seth House
59f2d07ffb
Bunch of misc rST fixes
2014-05-14 12:02:55 -06:00
Seth House
1577642b98
Removed NYC training link
2014-05-14 12:01:09 -06:00
C. R. Oldham
5cf4475000
Merge pull request #12767 from techhat/cloudssh
...
Allow user to specify known_hosts_file
2014-05-14 11:55:43 -06:00
Joseph Hall
2846e13512
Merge pull request #12773 from cachedout/7336
...
A more informative error message.
2014-05-14 11:46:38 -06:00
Joseph Hall
aa4933e776
Merge pull request #12775 from eliasp/doc-example-consistency
...
Consistency fixes for examples in documentation blocks
2014-05-14 11:44:48 -06:00
Joseph Hall
f7c5fbb26c
Merge pull request #12776 from gtmanfred/develop
...
Fixes #12774
2014-05-14 11:29:56 -06:00
Elias Probst
9d51e1eefc
Correct usage of 'Example' in documentation blocks
...
This mass-edit was done using the following shell command:
ack --python -l '^(\s*)Example::$' | xargs sed -i \
's/^\(\s*\)Example::/\1Example:\n\n\1.. code-block:: yaml/g'
2014-05-14 19:29:49 +02:00
Elias Probst
f57dce2224
Correct usage of 'CLI Example' in documentation blocks
...
This mass-edit was done using the following shell command:
ack --python -l '^(\s*)CLI Example::$' \
| xargs sed -i \
's/^\(\s*\)CLI Example::/\1CLI Example:\n\n\1.. code-block:: bash/g'
2014-05-14 19:29:49 +02:00
Elias Probst
33a6adbc7d
Correct code-block usage.
2014-05-14 19:29:49 +02:00
Daniel Wallace
1c2a2a719d
Fixes #12774
2014-05-14 12:22:59 -05:00
Joseph Hall
18e940b865
Merge pull request #12760 from gtmanfred/develop
...
Change password for cloud servers if instance already exists
2014-05-14 11:14:27 -06:00
Mike Place
a8684b6ed2
A more informative error message.
...
Closes #7336
2014-05-14 11:06:24 -06:00
Thomas S Hatch
7a0f05b74b
Merge pull request #12763 from plastikos/bug-run_wfunc_emulate_local
...
BUG: client.ssh.Single must emulate data structure of "salt-call --local".
2014-05-14 10:19:04 -06:00
Thomas S Hatch
0b40580f7d
Merge pull request #12762 from plastikos/bug-ssh_wrapper_must_use_argv
...
BUG: ssh.wrapper.FunctionWrapper was missed in move to argv
2014-05-14 10:16:54 -06:00
Joseph Hall
a7c27ce3f6
Add warning to doc
2014-05-14 10:16:13 -06:00
Thomas S Hatch
de0b23b0a9
Merge pull request #12731 from ranl/salt_mine_module
...
mine: extracted mine.get runner to a different python module for reuse
2014-05-14 10:14:12 -06:00
Joseph Hall
73023efe47
Document known_hosts_file
2014-05-14 10:13:37 -06:00
Joseph Hall
21a37e7c9d
Allow ec2 to look and use host keys
2014-05-14 10:06:26 -06:00
Seth House
3e51781ebd
Merge pull request #12771 from cachedout/docker_doc
...
Doc fix.
2014-05-14 10:06:20 -06:00
Mike Place
f5457f8c15
Doc fix.
...
Refs #12685
2014-05-14 09:57:04 -06:00
Daniel Wallace
ad40121e64
fix pylint error
2014-05-14 10:49:24 -05:00
Daniel Wallace
d5a5243abb
add change_password to openstack
2014-05-14 10:40:14 -05:00
Daniel Wallace
045d0cbdc1
Add change_password option for openstack providers
...
Document as well
2014-05-14 10:37:58 -05:00
Thomas S Hatch
ad1f92bdb5
Merge pull request #12769 from eliasp/states-reg_doc-fix
...
Correct quoting/code block of documentation for 'salt.states.reg.present()'
2014-05-14 09:37:12 -06:00
Elias Probst
087b5b70da
Correct quoting/code block of documentation for 'salt.states.reg.present()'.
2014-05-14 17:15:03 +02:00
Thayne Harbaugh
30ef40cd49
Correct var name res => result
2014-05-14 09:14:30 -06:00
Daniel Wallace
f1e2df5657
store the password for logging into the server
2014-05-14 10:06:15 -05:00
Joseph Hall
cb56c19762
Cleaning up debugs
2014-05-14 08:26:25 -06:00
Daniel Wallace
f5925f1fe5
nodelist is a dict already
2014-05-14 09:26:04 -05:00
Joseph Hall
78bf2b178f
Allow user to specify known_hosts_file
2014-05-14 08:23:30 -06:00
Thayne Harbaugh
925c745480
client.ssh.Single needs to emulate the data structure of "salt-call --local".
2014-05-14 06:30:13 -06:00
Thayne Harbaugh
3b1e7edad1
BUG: ssh.wrapper.FunctionWrapper was missed in moving to argv rather than an arg string.
2014-05-14 06:20:47 -06:00
ranl
a3fb193155
removing redundant import in utils/minions.py
2014-05-14 09:05:04 +03:00
ranl
3f72a7d188
moving mine.get into salt/utils/minions.py
...
adding output opion to mine.get runner
2014-05-14 09:02:33 +03:00
Daniel Wallace
a1edabfb63
pylint fixes
2014-05-14 00:49:28 -05:00
Daniel Wallace
3eebca77ef
change password if instance already exists Openstack
2014-05-14 00:49:28 -05:00
Daniel Wallace
e356416653
Set root password for nova vms
...
If the server is already created and just needs to be bootstrapped,
change the password using the api to something set by secure_password
2014-05-14 00:49:28 -05:00
Thomas S Hatch
a3affcaac8
Merge pull request #12757 from terminalmage/fix-redundant-import
...
Remove redundant import
2014-05-13 18:57:34 -06:00
Erik Johnson
24ddfeec47
Remove redundant import
2014-05-13 19:55:06 -05:00
Joseph Hall
e52ec54a55
Merge pull request #12753 from gtmanfred/develop
...
add cache_node_list to list_node_full
2014-05-13 18:18:30 -06:00
Daniel Wallace
2dd15163da
pass active provider name to cache_node_list
2014-05-13 18:57:23 -05:00
Daniel Wallace
b404c104ad
add cache_node_list to all drivers
2014-05-13 18:56:12 -05:00
Daniel Wallace
f7012a1733
Add salt.utils.cloud.cache_node_list to nova
2014-05-13 18:56:12 -05:00
Daniel Wallace
e0e3ad17c5
list_nodes_full should be returning dicts
2014-05-13 18:56:12 -05:00
Pedro Algarvio
7e9ddfcc8f
Merge pull request #12756 from techhat/cloudcachedir
...
Move the provider definition into the driver
2014-05-14 00:47:01 +01:00
Joseph Hall
388381dc79
Oops, it's __opts__ in the driver
2014-05-13 17:45:23 -06:00
Joseph Hall
e069e5aa70
Move the provider definition into the driver
2014-05-13 17:41:07 -06:00
Pedro Algarvio
6d2c4cc556
Merge pull request #12755 from techhat/cloudcachedir
...
Diff between live data and cloud cache
2014-05-14 00:27:26 +01:00