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
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
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
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
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
Daniel Wallace
f5925f1fe5
nodelist is a dict already
2014-05-14 09:26:04 -05: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
Thomas S Hatch
a3c58e6fe8
Remove id dep from the master config with raet
2014-05-13 17:26:35 -06:00
Thomas S Hatch
d711082463
don't require the id in the master config
2014-05-13 17:26:35 -06:00
Joseph Hall
b5754dc147
Merge pull request #12749 from gtmanfred/nova
...
Split request_instance into it's own function for nova and openstack drivers
2014-05-13 17:05:14 -06:00
Joseph Hall
aedee335e0
Document new cloud event diffs
2014-05-13 17:01:50 -06:00
Joseph Hall
a9175df6e7
Diff between live data and cloud cache
2014-05-13 16:50:06 -06:00
Thomas S Hatch
17e47d5aba
Merge pull request #12748 from jaloren/develop
...
updated documentation for salt.states.cmd concerning exit code handling.
2014-05-13 15:31:15 -06:00
Joseph Lorenzini
1d1622c156
adding the salt.states.cmd doc change to the write source file.
2014-05-13 16:23:50 -05:00
Joseph Lorenzini
16400aa414
Revert "updated documentation for salt.states.cmd concerning exit code handling."
...
This reverts commit 68055916a6
. I edited machine generated code oops.
2014-05-13 16:21:39 -05:00
Daniel Wallace
58fdd447d0
fixing lint issues
2014-05-13 16:17:29 -05:00
Thomas S Hatch
76a0ef07e7
Fix #10140 Fix #12705
2014-05-13 15:05:58 -06:00
Joseph Lorenzini
68055916a6
updated documentation for salt.states.cmd concerning exit code handling.
2014-05-13 16:05:17 -05:00
Daniel Wallace
9078eb1687
Add documentation for the new function
2014-05-13 15:59:32 -05:00
Daniel Wallace
f4754b4109
split out request_instance for openstack
2014-05-13 15:59:32 -05:00
Daniel Wallace
b87764a834
Fix up nova driver
2014-05-13 15:59:32 -05:00
Daniel Wallace
dcd973a72a
split out create into request_instance
2014-05-13 15:59:32 -05:00