Commit Graph

21385 Commits (0036108c595ad15fadde925286e8341f4462bb59)
 

Author SHA1 Message Date
René Moser b08ef44da0 cloudstack: extend support for VPC (#18434) 8 years ago
Chris Church 534bd12ae9 Increment changed stat for a failed task if changed. (#18014) 8 years ago
James Cammarata 4f06a86161 Alternately track listening handlers by uuid if no name is set
Fixes #17846
8 years ago
Adrien Vergé 527d8307c1 Lint YAML files under test/
This commit extends YAML linting by enabling standard rules from the
`yamllint` tool [1]. Since syntax errors and key duplicates are already
checked since 4d48711, this change only adds detection for cosmetic
problems. It also narrows checks to the test/ dir only.

The main goal is to prevent future problems to enter the code base
without being noticed. While it would be a huge effort to be PEP8
compliant, it is relatively easy to have correct YAML style *now* and
prevent future errors by enabling linting.

Note: for those (like me) caring about code attribution: use `git blame
-w` to ignore whitespace-only changes.

Note: I disabled some linting checks (such as indentation), they can be
enforced in the future if needed. Similarly, current checks can also be
disabled. See the `.yamllint` file.

[1]: https://yamllint.readthedocs.io/
8 years ago
Adrien Vergé 0e834fc9e4 Fix cosmetic problems in YAML source
This change corrects problems reported by the `yamllint` linter.

Since key duplication problems were removed in 4d48711, this commit
mainly fixes trailing spaces and extra empty lines at beginning/end of
files.
8 years ago
Trond Hindenes 8874c1dc39 Improved Get-PendingRebootStatus 8 years ago
John R Barker de13f91a50 Update docker-setup-rht.yml 8 years ago
Matt Davis 39dcafe23f bump submodule refs 8 years ago
James Cammarata bd4f7fca27 Fixing incorrect use of version_compare in docker integration test 8 years ago
Tom Melendez b9e07c8dd7 [GCE] updates to gce integration test (#18097)
* Added test for sequenced-name instance generation (num_instances)
* Added param-check tags to tests that only do argument checking
Should be merged AFTER ansible/ansible-modules-core#4276
8 years ago
Brian Coca 3fd03b764b removed core import template 8 years ago
John R Barker 3d428da445 ROADMAP updates (#18435)
* ROADMAP updates

* Formatting - Especially the first section
* Reno Release notes is out of scope (I believe?)
* Change "Speed up make webdocs to stretched Goal - As I don't believe we currently know *how* we can achieve this
* Removed the word `Hardening` as it implies security, which isn't something we are actively working on in 2.3
8 years ago
James Cammarata 5b87951d6c Don't copy the parent block of TaskIncludes when loading statically
When loading an include statically, we previously were simply doing a
copy() of the TaskInclude object, which recurses up the parents creating
a new lineage of objects. This caused problems when used inside load_list_of_blocks
as the new parent Block of the new TaskInclude was not actually in the list
of blocks being operated on. In most circumstances, this did not cause a
problem as the new parent block was a proper copy, however when used in
combination with PlaybookInclude (which copies conditionals to the list of
blocks loaded) this untracked parent was not being properly updated, leading
to tasks being run improperly.

Fixes #18206
8 years ago
Samuel Boucher b17149f3bf Update ansible.1.asciidoc.in (#18464)
* Update ansible.1.asciidoc.in

fix typo to match ansible --help
--su-user and not --se-user

* Update ansible.1.asciidoc.in
8 years ago
René Moser 80af461178 cloudstack: add additional CLOUDSTACK_VPC env var (#18467) 8 years ago
Matt Clay 3f785ee173 Remove unnecessary file. 8 years ago
Matt Clay c955688772 Move ansible ad-hoc tests to integration targets. 8 years ago
Brian Coca c880c1a78d added sysv functions 8 years ago
Matt Clay ac8842eee8 Fix unit test dirs to match code under test. 8 years ago
jctanner 05f02371ce Add a check for type() instead of isinstance() (#18439) 8 years ago
Jason McKerr e9b193d6ae Update ROADMAP_2_3.rst 8 years ago
Matt Clay 2ab2e709b0 Update submodule refs. 8 years ago
Abhijit Menon-Sen be8dd049ee Merge pull request #18455 from agaffney/bare_variable_docs
Fix bare variable references in docs
8 years ago
Andrew Gaffney a625bfc8db Fix bare variable references in docs 8 years ago
John R Barker 947e0f264e Network Tests - Extend examples (#18451) 8 years ago
scottb abc9133cb6 Merge pull request #12712 from ananyacleetus/patch-1
Update DOCUMENTATION.yml
8 years ago
scottb d3c44fa98f Merge pull request #17988 from samdoran/docs-fix
Change ie to i.e. and add a bit more clarity
8 years ago
scottb 73a5fa2ddd Update playbooks_roles.rst
Minor edit.
8 years ago
scottb 8681ae4224 Merge pull request #15673 from wenottingham/patch-11
Update faq.rst
8 years ago
scottb 1d8bb62c9f Merge pull request #18134 from gmella/devel
fix hosts.yml filename for inventory
8 years ago
scottb ba757dc480 Merge pull request #18424 from dmsimard/patch-1
Update the link to the os-client-config repository
8 years ago
Abhijit Menon-Sen 3072d75bcc Fix doc typos and one entirely incorrect assertion 8 years ago
Rene Moser 1327230ebf changelog: add FreeIPA modules 8 years ago
Matt Clay 8552ad6bf1 Fix docker connection unit tests.
- Use assertRaisesRegexp to make sure correct exceptions are raised.
- Set docker_command to avoid docker dependency (skips find_executable).
- Use a fake path for docker_command to make sure mock.patch is working.
8 years ago
Matt Clay 65f019fe82 Fix handling of ReaderError in validate-modules. 8 years ago
scottb d1b41d8f9c Merge pull request #18422 from evgeni/fix-dynamic_inventory_intro-rst
fix formating on the intro_dynamic_inventory page
8 years ago
scottb 94239141bc Merge pull request #18244 from Yannig/devel_doc_json_query
json_query documentation.
8 years ago
scottb 8e27dc49a7 Update playbooks_filters.rst
Edited for grammar, spelling, mechanical.
8 years ago
scottb 3f2dbea1df Merge pull request #18249 from bwlz/install_doc_updates
Installation document updates
8 years ago
scottb c58d8dab05 Update intro_installation.rst
Minor edits for readability.
8 years ago
scottb 3afc15a013 Merge pull request #18306 from zerOnepal/HEAD
improving readme on dynamic inventory for ec2.ini options
8 years ago
Matt Davis 96158cc999 add connection var delegation/lookup fix to roadmap 8 years ago
John R Barker e52ce12ba4 Update ROADMAP_2_3.rst (#18426) 8 years ago
Adrian Likins 51e3ef89a9 Add error info if tabs are found in the yaml (#18343)
If a yaml file fails to load because of tabs being used
for formatting, detect that and show a error message
with more details.
8 years ago
Jason McKerr e8e09f3df6 Ansible Core 2.3 Roadmap (#18421)
* initial checkin. needs annotation at the top, dates, and review

* Update ROADMAP_2_3.rst

cleanup and add notes at the top

* Update ROADMAP_2_3.rst

fix indentation
8 years ago
Ievgen Khmelenko 619f2fd210 ansible-logstash-callback (#18282)
* ansible-logstash-callback

* GPL v3 license preamble, ImportError

* Update logstash.py
8 years ago
James Tanner 20fb74b1b1 ini lookup: add 'default' to the list of parsed keys
Fixes #18369
8 years ago
Brian Coca 5dd195b52f restore play_hosts variables to not show removed
Also adds ansible_play_hosts_all with original list of hosts the play targeted
8 years ago
David Moreau Simard c53db300b8 Update the link to the os-client-config repository
This is a trivial change -- os-client-config has moved from /stackforge/ to /openstack/ a long time ago.
8 years ago
Evgeni Golov de646243a2 fix formating on the intro_dynamic_inventory page
* don't mark `./ec2.py --refresh-cache` as a comment
* format `./openstack.py --refresh --list` as code
* format `--refresh` as code
8 years ago