Commit graph

18751 commits

Author SHA1 Message Date
Toshio Kuratomi
f323eb858e nv_por is needed later in the file
Fixes #14654
2016-03-24 06:58:56 -07:00
Toshio Kuratomi
c4a5cf174b Merge pull request #15009 from bcoca/py3_compat_fixes
Py3 compat fixes
2016-03-24 06:55:29 -07:00
James Cammarata
f427955640 Make default var lookup for tasks follow the dep chain
Related to #14296 (@jjshoe's follow-up example on that issue)
2016-03-24 09:51:36 -04:00
Brian Coca
5b11494437 python3 compatiblity
remove use of basestring
deal with configparser
2016-03-24 06:39:21 -07:00
James Cammarata
e11446490e Merge pull request #15132 from mattclay/travis-connection-tests
Run more connection tests in Docker.
2016-03-24 09:31:26 -04:00
Matt Clay
943e4d37f5 Run more connection tests in Docker.
Connection tests are now run before non_destructive to make sure
that the known_hosts file in our Docker image has not been removed.
2016-03-23 21:21:52 -07:00
Brian Coca
85cc3b734f Merge pull request #15124 from ansible/gregdek-community-patch-1
Add meeting info to Ansible community page
2016-03-23 12:26:57 -07:00
Brian Coca
bb45e23e5b added sofltayer vm module to changelog 2016-03-23 12:12:13 -07:00
Toshio Kuratomi
f56110a3f9 Merge pull request #15078 from ansible/module-permissions-fix
Don't create world-readable module and tempfiles without explicit user permission
2016-03-23 10:43:15 -07:00
Greg DeKoenigsberg
a083c4f5a7 Add meeting info to Ansible community page 2016-03-23 12:59:23 -04:00
Toshio Kuratomi
52e9209491 Don't create world-readable module and tempfiles without explicit user permission 2016-03-23 09:52:19 -07:00
Brian Coca
0cabef19ad updated man pages with imssing become option
also moved -K to become password to align with current code
fixes #15123
2016-03-23 09:30:48 -07:00
Brian Coca
fdb56e4bad avoid bad path entries 2016-03-23 09:30:48 -07:00
Toshio Kuratomi
1802e09b08 Exclude .tox from paths scanned for urlopen 2016-03-23 08:49:37 -07:00
Toshio Kuratomi
728bb7d85e Update submodule refs 2016-03-23 08:32:42 -07:00
Brian Coca
7cfdb23025 Merge pull request #15120 from dagwieers/patch-17
Update CONTRIBUTING.md to reflect new way of working
2016-03-23 08:11:32 -07:00
Brian Coca
0fbe42a60d Merge pull request #15122 from Shrews/changelog
Update CHANGELOG for new OpenStack modules
2016-03-23 08:06:15 -07:00
Toshio Kuratomi
d3583108ec Fix log_invocation test on python2 with hash randomization 2016-03-23 08:01:21 -07:00
Toshio Kuratomi
917da92e2b Get rid of extra trailing space in log messages 2016-03-23 08:01:21 -07:00
David Shrewsbury
21e70bbd83 Update CHANGELOG for new OpenStack modules 2016-03-23 10:58:03 -04:00
Dag Wieers
a4713db3b4 Update CONTRIBUTING.md with more recent developments
The file no longer reflects the new way of working (but was referenced at the top of the "new issue" interface).
2016-03-23 15:32:29 +01:00
Brian Coca
e42bb8df6c Merge pull request #15114 from djmattyg007/document_squash_actions_config_setting
Add documentation for squash_actions configuration setting
2016-03-23 07:15:26 -07:00
Brian Coca
5a639a6389 Merge pull request #15118 from dagwieers/github-dir
Various improvements to issue/pull-request templates
2016-03-23 07:05:03 -07:00
Dag Wieers
e4701b12ee One more improvement 2016-03-23 14:00:55 +01:00
Dag Wieers
2e9fc91844 Various improvements to issue/pull-request templates
- Instruct to verify if an issue/request already exists
- Use uppercase for titles (easier to parse as titles)
- Remove empty lines where it makes sense (instructions)
- Ensure that commit-message appears directly under summary (pull-requests)
2016-03-23 13:49:20 +01:00
Matthew Gamble
7b06ec79e3 Add documentation for squash_actions configuration setting 2016-03-23 20:38:12 +11:00
Abhijit Menon-Sen
72e111ecca Merge pull request #15112 from djmattyg007/comment_improvement
Small comment improvement in AnsibleModule class
2016-03-23 14:23:43 +05:30
Matthew Gamble
197e590d7c Small comment improvement in AnsibleModule class 2016-03-23 19:22:18 +11:00
Abhijit Menon-Sen
1b242ffb89 Merge pull request #15111 from xiaket/devel
complete the docstring. Fixed #14794
2016-03-23 13:13:42 +05:30
夏恺(Xia Kai)
f9a9e5e1b9 complete the docstring. Fixed #14794
Signed-off-by: 夏恺(Xia Kai) <xiaket@gmail.com>
2016-03-23 07:24:43 +00:00
Peter Sprygada
5bb876b0e2 fixes issue with getting value with . (dot) in key in netcfg
This commit addresses a problem when attempting to retrieve a value from
the result that includes a dict key using . (dot).
2016-03-23 02:36:48 -04:00
Matt Martz
ffc52a2767 Merge pull request #15105 from sivel/ovirt-and-run-tests
Ovirt indentation fix and ensure run_tests.sh fails fast
2016-03-22 22:05:16 -05:00
Matt Martz
ad30bad14f Skip test_module_utils_basic__log_invocation until we can figure out the cause of the failure 2016-03-22 21:59:03 -05:00
Matt Martz
a6d52ce098 Ensure that any command in run_tests.sh that fails results in immediate failure 2016-03-22 20:41:37 -05:00
Matt Martz
bb6e05a176 Fix indentation in ovirt.py inventory 2016-03-22 20:33:40 -05:00
Brian Coca
b4b44b2708 Merge pull request #15086 from robinro/patch-2
remove double read of "path" (/etc/SuSE-release) in facts.py
2016-03-22 16:14:51 -07:00
Toshio Kuratomi
c3548677de Add TEST_FLAGS to test_hash 2016-03-22 13:19:29 -07:00
James Cammarata
6afed7083a Revert "Use docker cp instead of docker volumes to allow for testing with remote docker servers"
This reverts commit 18599047cd.
2016-03-22 15:37:47 -04:00
Brian Coca
43f70d66a5 Merge pull request #15088 from robinro/patch-3
break after parsing SuSE-release in facts.py
2016-03-22 12:12:29 -07:00
Brian Coca
51c92236b5 Merge pull request #15094 from dblencowe/patch-1
Update the Mac warning in intro_installation.rst
2016-03-22 11:59:54 -07:00
Brian Coca
aa040a1be7 Merge pull request #15097 from wenottingham/patch-10
be brand-approved
2016-03-22 11:50:36 -07:00
Bill Nottingham
02e6ef2a81 be brand-approved 2016-03-22 14:48:15 -04:00
James Cammarata
90ffb8d8f0 Also remove volumes when removing containers 2016-03-22 13:53:54 -04:00
Toshio Kuratomi
3a8f3ece53 Add changelog entry for sorting of plugins 2016-03-22 10:24:20 -07:00
Toshio Kuratomi
2f118e546f Merge pull request #15095 from jjshoe/sort_plugins
Sort plugins by basename to support ordering callbacks
2016-03-22 10:15:42 -07:00
Joel
23a74eb125 Sort plugins by basename to support ordering callbacks 2016-03-22 12:12:51 -05:00
David Blencowe
941e31e968 Update the Mac warning in intro_installation.rst
A setting of 1024 here causes other issues such as VMware not being able to start Virtual Machines. Changing to just "unlimited" as the option resolves this
2016-03-22 16:49:03 +00:00
Toshio Kuratomi
06d77996da Update submodule refs 2016-03-22 09:21:49 -07:00
James Cammarata
9a2c1cf94d Force removal of docker container after test ends 2016-03-22 11:45:26 -04:00
Matt Martz
18599047cd Use docker cp instead of docker volumes to allow for testing with remote docker servers 2016-03-22 10:54:57 -04:00