Jill R
9cda5819b9
Update AWS dev guide to recomment module_defaults and point to CI policy repo ( #63589 )
5 years ago
Gonéri Le Bouder
73febd4ea6
prepare_vmware_tests: use module_defaults ( #63209 )
5 years ago
Sandra McCann
bdd0fac606
add note about collection links ( #63346 )
5 years ago
thaim
021d095625
Fix broken link ( #63185 )
5 years ago
Chris Houseknecht
911aa6aab9
Default collection install path to first path in COLLECTIONS_PATHS ( #62870 )
5 years ago
Andreas Olsson
c8315bfd60
Prefer https:// links in the docs site ( #62939 )
...
This is a follow-up of last year's 1a11cec
. It deals with links which
at that point either were not present or did not support https://.
5 years ago
Gonéri Le Bouder
7ecfa4a471
vmware guidlines: adjust the location of cloud-config-vcenter.ini.template ( #62970 )
...
Update the location of the cloud-config-vcenter.ini.template template.
The file has been moved by: 2e7d36a3f9
.
5 years ago
mohamed chiheb ben jemaa
e7436e278f
Remove Latin phrases from the docs ( #62419 )
...
* add styleguide about avoiding use of latin words
5 years ago
Sloane Hertel
d41050b28b
Add some documentation about plugins in collections ( #62465 )
...
* Add some documentation about using plugins in collections
- FQCN requirements
- Sharing code in collections
- Limitations with inventory caching
5 years ago
Michael Prokop
b33ae14949
doc: fix typos ( #62852 )
5 years ago
Sandra McCann
7e01de96d7
add more anchors to collections docs ( #62827 )
5 years ago
Sandra McCann
1b3bf33bdf
add anchors to support galaxy links ( #62808 )
5 years ago
akcozine
09ac8c154a
Update developing_modules_general_windows.rst ( #62796 )
...
Use American spelling of favor.
5 years ago
James Mighion
679d3a46fa
doc: fix typo ( #62668 )
5 years ago
Sviatoslav Sydorenko
2969614c2c
Fix link syntax and a typo in dev collections doc ( #62650 )
5 years ago
Sandra McCann
7badeb6df0
[docs] split collections into user and dev guide sections ( #62363 )
...
* split collections into user and dev guide sections
* sentence case
5 years ago
Sam Doran
041c52d629
Add info about layering properties
5 years ago
Sam Doran
5deb01c84d
Remove suggestion to go caving
5 years ago
Sam Doran
9b348e690c
Improve documentation on doc fragments
...
Add information and examples on how to use additional properites from a doc fragment
5 years ago
Evgeni Golov
c1773d5d2b
document suboptions for type:list options too ( #62177 )
5 years ago
Evgeni Golov
740ec90688
sanity ignores for a collection need to go to tests/sanity/ ( #62182 )
...
collections use tests/ not test/ as the folder for tests
5 years ago
Evgeni Golov
48a39f5616
typo: missing-subption-docs → missing-suboption-docs ( #62180 )
...
updates the name of the test and all ignore.txt entries
5 years ago
Toshio Kuratomi
46f633598e
Add guidelines for when to use a doc_fragment ( #61828 )
5 years ago
Kevin Breit
f79d03d292
Elaborate on note that docker-priv only works with integration ( #62035 )
5 years ago
Toshio Kuratomi
f58899eef7
Update release name for 2.10
...
Add a list of previously used release names to make it easy to tell what
release names are no longer usable.
Add a test that new release names have been added to the used list.
Fixes #61616
5 years ago
ndclt
aadb192846
documentation: modify the link to the docker.txt listing all images ( #61838 )
...
The file was moved.
5 years ago
Jeff Geerling
f1180f3d3f
Fix documentation to reflect CLI usage for collections-path ( #60164 )
5 years ago
anshulbehl
bfaa29303b
adding a collection local try section ( #61626 )
5 years ago
Sebastián Estrella
615f9949c0
Update unit tests requirements/units.txt path ( #61656 )
5 years ago
Sam Doran
73248bf27d
validate-modules - Use error codes instead of numbers ( #60711 )
5 years ago
Felix Fontein
59ab4d9307
oVirt: rename _facts -> _info ( #61299 )
...
* Rename oVirt _facts -> _info
* Adjust PR #.
* Forgot update BOTMETA / ignore.txt for doc fragment.
* Compatibility for 3rd-party modules using module_utils or info doc fragment.
* Update note.
* Fix/improve docs.
* Update lib/ansible/modules/cloud/ovirt/ovirt_event_info.py
Co-Authored-By: Sloane Hertel <shertel@redhat.com>
* Fix variable.
* Fix return value documentation for ovirt_external_provider_info.
5 years ago
Jordan Borean
66f52b74b1
Change collection PS util import pattern ( #61307 )
...
* Change collection PS util import pattern
* Add changes for py2 compat
* fix up regex and doc errors
* fix up import analysis
* Sanity fix for 2.6 CI workers
* Get collection util path for coverage collection
5 years ago
Jay Carman
fabd912fa5
Fix typo in 'Ansible and Python 3' dev guide ( #61226 )
...
The underscore does not need to be escaped inside of the RST inline
literal.
5 years ago
Jordan Borean
e747487720
ansible-galaxy - define multiple galaxy instances in ansible.cfg ( #60553 )
...
* ansible-galaxy: support multiple servers on install
* Added docs for the server configuration file
* Fix up doc string for requirements file format
* Fix bugs after testing
* Fix kwarg doc and added version
* Fix typo and doc improvement
* Fix base64 encoding and allow --server to override list
5 years ago
Kevin Breit
543401f83b
Collections documentatation - Add information about semantic versioning ( #60969 )
5 years ago
Jeff Geerling
9c61ef10d1
Fix typo and uses more common role syntax in usage examples ( #60165 )
...
* Fix typo and use import_role in examples
5 years ago
Jiri Tyr
31d6d7ada5
Updating developing_inventory.rst ( #60647 )
5 years ago
Christian
49dea22467
Update developing_plugins.rst ( #60482 )
...
##### SUMMARY
documentation example-yaml for lookup-plugin seems to have an indent-error
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
5 years ago
James Cassell
8bca160363
add vfat to selinux special_context_filesystems ( #59823 )
...
vfat is the format of the /boot/efi partition on UEFI hosts and does
not support SELinux labels
add an environment variable for this config option
5 years ago
Jill R
1d6bce961c
VMware: Add writing new tests subsection to vmware_guidelines ( #60163 )
...
* Add writing new tests subsection to vmware_guidelines
Specifically address use of the prepare_vmware_tests role
Point to common vars for use by test writers
Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Matt Clay
5a50fb35df
Add sanity test for obsolete files.
...
This will help prevent accidental merging of content to recently obsoleted directories when adding new files.
It may also help contributors who have modified obsolete files understand where their changes should now be made.
5 years ago
Jeff Geerling
1405e48157
Fix documentation for collection build code example ( #60156 )
5 years ago
Matt Clay
df59f06d6a
Additional ansible-test path fixes. ( #60300 )
...
* Add missing ansible-test injector symlink.
* More ansible-test path fixes.
* Expand bin-symlinks docs.
5 years ago
Matt Clay
39b3fc0926
Update ansible-test layout and payload handling.
5 years ago
Sandra McCann
ed21aba442
add link to content collector tool ( #59881 )
5 years ago
Matt Clay
a93a0c8fd6
Relocate validate-modules for easier testing. ( #60214 )
...
* Relocate module validator code and tests.
* Fix validate-modules entry point and imports.
* Fix paths and test entry points.
* Fix up unit tests.
* Fix shebang and execute bit.
5 years ago
Matt Clay
18867847f4
Split up "code smell" sanity tests. ( #60174 )
...
* Relocate ansible-only sanity tests.
* Get "code smell" sanity tests from multiple dirs.
- `test/lib/ansible_test/_data/sanity/code-smell/` - General purpose tests used for both Ansible and Ansible Collections.
- `test/sanity/code-smell/` - Tests specific to Ansible, will not be used for Ansible Collections.
5 years ago
Matt Clay
d651bda123
Relocate ansible-test code. ( #60147 )
...
* Initial move of `test/runner/` content.
`test/runner/lib/` -> `test/lib/ansible_test/_internal/`
`test/runner/` -> `test/lib/ansible_test/_internal/data/`
* Initial move of `test/sanity/` content.
`test/sanity/` -> `test/lib/ansible_test/_internal/data/sanity/` (except `test/sanity/ignore.txt`)
* Initial move of `test/units/pytest/` content.
`test/units/pytest/` -> `test/lib/ansible_test/_internal/data/pytest/`
* Follow-up move of `test/runner/unit/` content.
`test/lib/ansible_test/_internal/data/unit/` -> `test/lib/ansible_test/tests/unit/`
* Initial move of `ansible.cfg` content.
`test/units/ansible.cfg` -> `test/lib/ansible_test/_internal/data/units/ansible.cfg`
`test/env/ansible.cfg` -> `test/lib/ansible_test/_internal/data/env/ansible.cfg`
* Follow-up move of `data` directory.
`test/lib/ansible_test/_internal/data/` -> `test/lib/ansible_test/_data/`
* Update import statements.
* Add missing __init__.py for unit tests.
* Fix path references and miscellaneous issues.
5 years ago
Matt Clay
71e607dceb
Update docs references for ansible-test. ( #60109 )
...
* Remove outdated info from azure-requirements docs.
* Correct validate-modules usage.
5 years ago
Matt Clay
2be2ae366e
Remove obsolete docs on pep8 sanity test.
5 years ago