Gonéri Le Bouder
73febd4ea6
prepare_vmware_tests: use module_defaults ( #63209 )
2019-10-11 19:46:54 +05:30
Sandra McCann
bdd0fac606
add note about collection links ( #63346 )
2019-10-11 08:27:26 -05:00
thaim
021d095625
Fix broken link ( #63185 )
2019-10-09 14:36:43 -05:00
Chris Houseknecht
911aa6aab9
Default collection install path to first path in COLLECTIONS_PATHS ( #62870 )
2019-10-02 10:22:00 -04:00
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://.
2019-09-30 15:11:19 -04:00
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
.
2019-09-30 14:21:35 -04:00
mohamed chiheb ben jemaa
e7436e278f
Remove Latin phrases from the docs ( #62419 )
...
* add styleguide about avoiding use of latin words
2019-09-26 15:12:24 -04:00
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
2019-09-26 12:00:26 -04:00
Michael Prokop
b33ae14949
doc: fix typos ( #62852 )
2019-09-26 10:18:29 -04:00
Sandra McCann
7e01de96d7
add more anchors to collections docs ( #62827 )
2019-09-25 08:32:44 -04:00
Sandra McCann
1b3bf33bdf
add anchors to support galaxy links ( #62808 )
2019-09-24 16:23:32 -04:00
akcozine
09ac8c154a
Update developing_modules_general_windows.rst ( #62796 )
...
Use American spelling of favor.
2019-09-24 13:37:49 -04:00
James Mighion
679d3a46fa
doc: fix typo ( #62668 )
2019-09-20 22:10:52 +02:00
Sviatoslav Sydorenko
2969614c2c
Fix link syntax and a typo in dev collections doc ( #62650 )
2019-09-20 09:36:23 -04:00
Sandra McCann
7badeb6df0
[docs] split collections into user and dev guide sections ( #62363 )
...
* split collections into user and dev guide sections
* sentence case
2019-09-19 15:09:19 -05:00
Sam Doran
041c52d629
Add info about layering properties
2019-09-12 18:55:13 -07:00
Sam Doran
5deb01c84d
Remove suggestion to go caving
2019-09-12 18:55:13 -07:00
Sam Doran
9b348e690c
Improve documentation on doc fragments
...
Add information and examples on how to use additional properites from a doc fragment
2019-09-12 18:55:13 -07:00
Evgeni Golov
c1773d5d2b
document suboptions for type:list options too ( #62177 )
2019-09-12 16:00:06 -04:00
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
2019-09-12 15:55:19 -04:00
Evgeni Golov
48a39f5616
typo: missing-subption-docs → missing-suboption-docs ( #62180 )
...
updates the name of the test and all ignore.txt entries
2019-09-12 14:51:20 -05:00
Toshio Kuratomi
46f633598e
Add guidelines for when to use a doc_fragment ( #61828 )
2019-09-12 12:55:50 -04:00
Kevin Breit
f79d03d292
Elaborate on note that docker-priv only works with integration ( #62035 )
2019-09-11 08:20:49 -04:00
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
2019-09-05 18:36:06 -07:00
ndclt
aadb192846
documentation: modify the link to the docker.txt listing all images ( #61838 )
...
The file was moved.
2019-09-05 08:07:09 -05:00
Jeff Geerling
f1180f3d3f
Fix documentation to reflect CLI usage for collections-path ( #60164 )
2019-09-03 16:50:58 -04:00
anshulbehl
bfaa29303b
adding a collection local try section ( #61626 )
2019-09-03 11:33:32 -04:00
Sebastián Estrella
615f9949c0
Update unit tests requirements/units.txt path ( #61656 )
2019-09-03 15:49:15 +01:00
Sam Doran
73248bf27d
validate-modules - Use error codes instead of numbers ( #60711 )
2019-08-28 14:12:56 -07:00
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.
2019-08-28 21:01:46 +02:00
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
2019-08-27 16:02:27 -07:00
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.
2019-08-23 15:53:25 -04:00
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
2019-08-21 07:49:05 +10:00
Kevin Breit
543401f83b
Collections documentatation - Add information about semantic versioning ( #60969 )
2019-08-20 14:59:01 -04:00
Jeff Geerling
9c61ef10d1
Fix typo and uses more common role syntax in usage examples ( #60165 )
...
* Fix typo and use import_role in examples
2019-08-16 09:34:45 -05:00
Jiri Tyr
31d6d7ada5
Updating developing_inventory.rst ( #60647 )
2019-08-15 14:41:37 -05:00
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
2019-08-13 10:43:38 -05:00
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
2019-08-12 14:45:27 -04:00
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>
2019-08-12 11:13:21 +02:00
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.
2019-08-09 11:22:59 -07:00
Jeff Geerling
1405e48157
Fix documentation for collection build code example ( #60156 )
2019-08-09 11:05:05 -05:00
Matt Clay
df59f06d6a
Additional ansible-test path fixes. ( #60300 )
...
* Add missing ansible-test injector symlink.
* More ansible-test path fixes.
* Expand bin-symlinks docs.
2019-08-08 23:51:03 -07:00
Matt Clay
39b3fc0926
Update ansible-test layout and payload handling.
2019-08-08 21:34:38 -07:00
Sandra McCann
ed21aba442
add link to content collector tool ( #59881 )
2019-08-08 14:17:26 -05:00
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.
2019-08-07 09:34:11 -07:00
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.
2019-08-06 17:17:57 -07:00
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.
2019-08-06 14:43:29 -07:00
Matt Clay
71e607dceb
Update docs references for ansible-test. ( #60109 )
...
* Remove outdated info from azure-requirements docs.
* Correct validate-modules usage.
2019-08-05 14:56:05 -07:00
Matt Clay
2be2ae366e
Remove obsolete docs on pep8 sanity test.
2019-08-01 22:34:09 -07:00
Sandra McCann
9aa3130cd1
clarify what a namespace is or is not ( #59809 )
2019-07-31 10:58:16 -04:00