Dag Wieers
310b0a2521
Docs: Make docsite rebuilds smarter/faster ( #45062 )
...
* Make the following scripts idempotent so that we only have to rebuild changed docs, not all docs:
* plugin_formatter
* generate_man
* dump_keywords.py
* dump_config.py
* testing_formatter.sh
2018-09-12 13:50:36 -07:00
Alicia Cozine
6e68d77f6d
adds license details to dev guide pages ( #45574 )
...
* adds license details to dev guide pages
* fixes capitalization error
2018-09-12 16:10:38 -04:00
Tim Rupp
e266a24263
Fixes bugs in the bigip_software modules ( #45577 )
...
This patch makes hotfix code work, where before, only base images
were working
2018-09-12 15:56:43 -04:00
FloMiau
e35c4be1c1
Change "Defaulting Undefined Variables" ( #41379 )
...
Rewording the text for the second parameter of default because the original text was misunderstandable. +label: docsite_pr
2018-09-12 14:52:22 -05:00
Brian Coca
1ed57f1f64
moving from with_ff to just ff ( #44847 )
2018-09-12 15:35:04 -04:00
Evert
f7ef06e849
Added a note regarding the delegate_facts option. ( #25257 )
...
* Added a note regarding the delegate_facts option with a link to documentation
2018-09-12 14:30:05 -05:00
Sky Moore
d427df1ad8
Update README.md ( #37272 )
...
Update Arch packaging README.md with link and package mgr options
2018-09-12 14:02:14 -05:00
Richard Schwab
ea8924f744
Make it clear that recurse only applies to state=directory ( #40222 )
...
This would otherwise cause confusion as it could be interpreted as only changing attributes for directories (and not files inside).
+label: docsite_pr
2018-09-12 13:00:49 -04:00
Nathaniel Case
0b433b3ea9
Clean up after cnos tests ( #45564 )
2018-09-12 12:17:29 -04:00
Anil Kumar Muraleedharan
ac58c36ad0
Lenovo cli bugfixes ( #45278 )
...
* To change all CLIs present in the code to latest CNOS CLI. One bug of executing with Lenovo Jakku switch is also getting fixed.
* To change the file names as the commands have changed from display to show
* To change to new CLI in test_cnos_comand.py as well
2018-09-12 10:31:45 -04:00
Dag Wieers
cbf2c2a000
Fix integration tests ( #43847 )
...
I doubt this is the correct test, but until we have this fixed/improved
at least this works fine.
2018-09-12 19:34:50 +05:30
thetuxkeeper
11cfa96797
fixing bytes <-> str regexp issue in cloudengine ( #45285 )
2018-09-12 09:59:42 -04:00
abirami-n
06fd9820a3
Fixes handling of terminal_initial_prompt on dellos6 and dellos9 devices ( #45273 )
...
* Fix terminal initial prompt on dellos6 and dellos9
* Fix_pylint
2018-09-12 19:28:32 +05:30
Nathaniel Case
eaf01d321f
eos: Don't error on VLAN missing warning ( #45433 )
2018-09-12 09:55:23 -04:00
Ghilli3
6040175186
Initial commit of fmgr_sys_proxy.py ( #45518 )
2018-09-12 19:18:27 +05:30
Zim Kalinowski
73c8041ec0
Azure load balancer crash fix ( #45546 )
2018-09-12 16:25:35 +08:00
Martin Krizek
3e508aa271
BOTMETA: fix notified key ( #45419 )
2018-09-12 07:43:28 +02:00
Zim Kalinowski
111febe62e
extended vmss facts ( #45535 )
2018-09-12 13:22:47 +08:00
Brian Brooks
0198d93f68
Update keycloak_client.py ( #45505 )
...
Slightly improve wording about lack of input sanity checking on API calls.
+label: docsite_pr
2018-09-12 06:22:54 +02:00
Matt Clay
c50d6f1944
Update RHEL and FreeBSD versions used for tests:
...
- RHEL 7.4 -> 7.5
- FreeBSD 11.1 -> 11.2
2018-09-11 20:57:57 -07:00
Zim Kalinowski
821c27cefb
fixed tag support in autoscale facts ( #45533 )
...
* fixed tag support in autoscale facts
* forgot to add tags to arg spec
2018-09-11 23:00:58 -04:00
Deepak Agrawal
81214409cf
asa_config/ios_config: diff strict does not work with multiple parents ( #45150 )
...
* multiple parents issues in diff
* Integration tests for missing functionality
* add testcase for other platforms. vnxos does not support qos so need to find a command chain on v-nxos for multiple parets. junos uses on-device diff so should not need this.
* Fix for issue when any candidate parent did not meet the exact line in running-config
* DCI runs eos_config without become flag
2018-09-12 07:50:24 +05:30
Michael Scherer
004621ef8e
Fix useless comparaison between 2 constants ( #45524 )
...
Found with https://lgtm.com
2018-09-11 19:37:50 -04:00
Jose Delarosa
197059b4a2
Update the root URI to match the DMTF specification ( #45295 )
2018-09-11 19:15:59 -04:00
Alicia Cozine
228fee4f3a
lineinfile note belongs in changelog for 2.6, not 2.7 ( #45517 )
2018-09-11 22:00:40 +01:00
Brian Coca
e9c2695ce7
updated fbsd install instructions ( #45309 )
2018-09-11 15:55:21 -05:00
Kerry
bf90a44468
Clarify the creates and removes options ( #45485 )
...
* Clarify the creates and removes options
The description for the creates and removes options were worded poorly. This change improves readability and is easier to understand.
Double negatives are BAD
+label: docsite_pr
* Fix trailing whitespace
2018-09-11 15:45:19 -05:00
tterranigma
f68cd1acc6
Update implicit_localhost.rst ( #45455 )
...
Adds a clarification about `inventory_dir/file` magic variables when using implicit localhost as per #45385 . +label: docsite_pr
2018-09-11 15:17:50 -05:00
Matt Clay
d478a4c3f6
Update default container to version 1.2.0.
2018-09-11 13:17:11 -07:00
William
2ea9cfcd52
Fix python 3 compatibility for network id lookup ( #45467 )
...
Due to a change in python 3 filters return filter instead of list. This breaks the network name to id lookup for the docker_swarm_module. By wrapping it in list it ensures it is a list when returned and the id is extracted.
2018-09-11 15:45:42 -04:00
Sloane Hertel
e5269c047c
[AWS] cloudfront_distribution - fix method name from 'validate_distribution_id_from_caller_reference' to 'validate_distribution_from_caller_reference' and set distribution_id to the distribution's key 'Id' ( #45498 )
2018-09-11 15:08:30 -04:00
Matt Martz
5785de582f
Fix logic to not re-download existing files when force=no ( #45495 )
...
* Fix logic to not re-download existing files when force=no. Fixes #45491
* Reduce logic complexity
2018-09-11 13:56:13 -05:00
Nathaniel Case
b22b07e300
Fixup network connection documentation ( #45487 )
...
* Fixup network connection documentation similar to suggestions in #45224
* Another tpyo
2018-09-11 14:23:38 -04:00
Matt Clay
c0bf9815c9
Fix ACI unit test on Python 3.7.0.
...
The previous logic was only needed for pre-release versions of 3.7.
2018-09-11 10:58:46 -07:00
Matt Clay
ae4d5e3257
Avoid duplicate Azure storage account types.
2018-09-11 10:37:48 -07:00
Artem Goncharov
8ae14bebda
update porting guides ( #40784 )
...
* update porting guides
With PR #40532 `shade` library was retired and replaced with direct use
of `openstacksdk`. Porting guides and doc about dynamic inventory were
not updated.
2018-09-11 18:14:26 +01:00
Alicia Cozine
4264be2b18
Remove more docs build errors ( #45364 )
...
* orphans testing pages to avoid not-in-toctree errors
* orphans various pages pending reorg
* adds module_utils and special_vars to main TOC
* uses a glob for scenario_guide TOC
* normalize and Sentence-case headings on community pages, typos
* re-orgs community TOC, adds all pages to toctree
* removes scenario guides index page
* adds style guide to community index
* basic update to style guide
* fix typo that created a new error
* removes not-in-toctree from ignore errors list
* leave removing files for future cleanup task
2018-09-11 17:51:47 +01:00
David Rodríguez
600c7ac108
Fix remote checksums when paths have leading dots ( #45287 )
...
* Fix remote checksums with paths have leading dots
* Fix result recorded from the wrong file
* Add changelog fragment
2018-09-11 12:47:29 -04:00
Sam Doran
5d6f844eba
Add docs on how to write changelog fragments ( #42428 )
...
* Add docs on how to write changelog fragments
* Make recommended changes
* Restore lines and make recommended changes
* Add link to new style changelog
Remove redundant mention of old style changelog
2018-09-11 12:23:22 -04:00
Jose Delarosa
9d2c989337
Adding maintainers to Redfish modules
...
PR #45443
2018-09-11 17:54:09 +02:00
Sviatoslav Sydorenko
e8731a1f5b
Add a ticket stub for guiding GitHub newcomers
...
PR #45497
2018-09-11 17:51:54 +02:00
Michael Scherer
804d574d1f
Add documentation for the modify command, by giving a example ( #19699 )
2018-09-11 11:38:39 -04:00
Sam Doran
03414727ba
Add documentation about patterns with commas to find module ( #45360 )
...
Thanks @samdoran for the example and clarification!
2018-09-11 11:04:17 -04:00
Shuang Wang
c539308476
Promote ptux to a co-maintainer for copy
...
PR #45466
2018-09-11 16:53:09 +02:00
Yuwei Zhou
fa04387550
fix the autoscale resource id ( #45477 )
...
* fix the autoscale resource id
* Update main.yml
2018-09-11 18:52:43 +08:00
James Cassell
211aeebd0d
remove unused templar._clean_data() ( #42739 )
2018-09-11 09:11:03 +02:00
Zim Kalinowski
8a221d81dd
fixing facts for mysql server ( #45374 )
2018-09-11 14:27:50 +08:00
Harald Albers
796d8b5dc8
VMware: Fix wait_for_task backoff behavior ( #45429 )
...
Signed-off-by: Harald Albers <github@albersweb.de>
2018-09-11 09:58:53 +05:30
Jordan Borean
01398f61d5
Win deprecate 2.8 ( #45473 )
...
* Remove deprecated/expired functionality
* win:_msi: Remove the win_msi module
* removed some missed deprecated return options and added porting guide reference
Co-authored-by: dagwieers <dagwieers@users.noreply.github.com>
2018-09-11 14:23:48 +10:00
Jordan Borean
ec6d82435f
win_scheduled_task: add deprecation warning for repetition format ( #45468 )
...
* win_scheduled_task: add deprecation warning for repetition format
* fixed up sanity issues
2018-09-11 14:22:57 +10:00