Michael DeHaan
da01eef4db
Move v2 out of the package tree so it does not yet appear.
11 years ago
Michael DeHaan
367f70fb17
Fix target in makefile
11 years ago
Michael DeHaan
1aa338a353
Make target for nosetests, no need to set library path for previous tests
11 years ago
Michael DeHaan
afe1409a6e
Have a parallel development and test tree.
11 years ago
Michael DeHaan
7fb55c7a9b
Some restructuring.
11 years ago
Michael DeHaan
7ebf246ff1
Some signature related things, prior to starting test scaffolding
11 years ago
Michael DeHaan
b8e4e59d6b
Signatures
11 years ago
Tadej Janež
49c463f98b
Added a note about escaping backreferences when using 'regex_replace' filter.
...
Users will often be puzzled why 'regex_replace' is not working as intended when used inside
YAML arguments. This note explains what they have to do to get it working.
11 years ago
James Cammarata
daab8e7ad4
Creating initial framework for refactoring core codebase
11 years ago
Brendan Jurd
93e398e447
Fix several it's/its errors in the documentation.
11 years ago
Jim Kleckner
93ea369540
Add doc of @filename in intro_patterns.rst
...
I noticed that the @filename notation for the --limit argument was not
conveniently described.
This patch adds a simple example to the intro_patterns.rst file.
11 years ago
James Cammarata
43eb821d3f
Merge pull request #9209 from franckcuny/gce-doc
...
Update the GCE guide with a working configuration.
11 years ago
James Cammarata
8f75b961ea
Merge pull request #9207 from rasputnik/patch-2
...
Update guide_gce.rst
11 years ago
James Cammarata
7b31ddc360
Merge pull request #9234 from gamename/patch-1
...
Update developing_modules.rst
11 years ago
James Cammarata
ba603d5926
Merge pull request #9229 from wjimenez5271/patch-1
...
broken link in developing_modules.rst
11 years ago
James Cammarata
0e52f19a23
Merge pull request #9228 from wsuff/patch-1
...
Small typo in galaxy.rst
11 years ago
James Cammarata
d99e4f15c8
Merge pull request #9220 from jlaska/devel
...
Resolve issue where repo_path contains multiple '.git' strings
11 years ago
Marc Abramowitz
7cc5ecae52
nova.ini: Distinguish between required and optional settings
...
Put them in separate sections of config to make it more clear what is
essential and what is not. Also comment out the optional settings.
And remove duplicate mention of `service_type`.
11 years ago
Marc Abramowitz
1560b963aa
nova.py: Support OS_AUTH_SYSTEM and OS_REGION_NAME
11 years ago
Marc Abramowitz
cd5edc416c
nova.py: Set defaults for OpenStack settings
...
- auth_system
- region_name
- service_type
These are config settings that could be left out in many scenarios, but
the current code is requiring them. In particular, "service_type" is a
new one in PR #7444 so if we add that and don't set a default, then
existing .ini files won't work:
```
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py",
line 618, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'service_type' in section:
'openstack'
```
11 years ago
Carson Gee
eccb48c8da
Improvements to OpenStack inventory script
11 years ago
James Cammarata
8ac4a844e7
Merge pull request #9214 from nmadhok/patch-1
...
Update community.rst
11 years ago
Toshio Kuratomi
e6fcd90342
Merge pull request #9224 from drawks/iss9223
...
Resolve #9223 Fix test for python 2.6
11 years ago
Toshio Kuratomi
e00d657362
Make unittest compatible with python <= 2.6
11 years ago
gamename
4dea5c34ab
Update developing_modules.rst
...
The existing description does not make 2 things clear.
1) This is an environment variable
2) It must be set on the _controlling_ host, not the remote host.
11 years ago
William Jimenez
adc238c80b
broken link in developing_modules.rst
...
link to core modules source is broken since restructuring of public ansible repos
11 years ago
wsuff
d5bab777cb
Small typo in galaxy.rst
...
other SCM sourced in line 96
11 years ago
James Cammarata
313f26f866
Fix issue with vars precedence from roles
...
Fixes #9219
11 years ago
Dave Rawks
5f54b57b6d
Corrected indentation
11 years ago
Chris Church
997ea78b1f
Add integration tests for the win_feature module.
11 years ago
Michael DeHaan
c6bfd05c81
Document pattern ranges on the patterns page.
11 years ago
Toshio Kuratomi
664fa1e942
Changelog entry for #9182 specifying the sudo command.
11 years ago
Toshio Kuratomi
0af750e3e5
Merge pull request #9182 from bbasleeper/feature_sudo_exe_from_inventory
...
Add a new inventory parameter (ansible_sudo_exe) to specify sudo command...
11 years ago
Dave Rawks
c070ab69f7
Resolve #9223 Fix test for python 2.6
...
* trivial test refactor to allow for python 2.6 compat
11 years ago
James Cammarata
05994cd900
Don't clear paths when adding a new directory path in PluginLoader
11 years ago
James Laska
684352926b
Resolve issue where repo_path contains multiple '.git' strings
...
If the repo_path contained multiple '.git' strings, the _git_repo_info()
call resulted in a traceback. This change removes the trailing '.git'
and resolves the traceback.
11 years ago
Nitin Madhok
0a0b741c32
Update playbooks_roles.rst
...
Fixes https://github.com/ansible/ansible/issues/7241
11 years ago
Nitin Madhok
f6bd0d4841
Update community.rst
...
Fixes https://github.com/ansible/ansible/issues/9202
11 years ago
Franck Cuny
cc6f10b6ac
Update the GCE guide with a working configuration.
...
Also remove a few whitespaces, improve the bash script and fix a typo.
11 years ago
Dick Davies
fafa44a375
Update guide_gce.rst
...
Clarify which of the options to pick.
11 years ago
Toshio Kuratomi
cf548baeab
Fix missing strip() in a1809a371a
11 years ago
Michael DeHaan
2211ae113c
Update rst.j2
...
typo fix
11 years ago
Toshio Kuratomi
a1809a371a
Target unnecessary templating warning at lines consisting of a single variable
...
Fixes #6407
11 years ago
Michael DeHaan
5e0121e11b
Update _module_pr_move.md
11 years ago
Michael DeHaan
92dd3cb840
Update _module_issue_move.md
11 years ago
Toshio Kuratomi
9bc114e948
Minor grammar fixes
11 years ago
Toshio Kuratomi
92f4b09a9b
Spelling in ticket stubs
11 years ago
Michael DeHaan
8cadfc2743
Add ticket stubs to be used in the great ticket move.
11 years ago
Bruno BAILLUET
4e5dc754fa
Added a comment to mention that ansible_sudo_exe is available from version 1.8 and beyond
11 years ago
Michael DeHaan
6a5a81a311
Merge pull request #9200 from jlaska/devel
...
Remove references to old module dir from .spec
11 years ago