Matt Clay
22df4947e2
[stable-2.9] Switch from RHEL 8.0 & 8.1b to 8.1 in CI.
...
(cherry picked from commit 75646037dc
)
Co-authored-by: Matt Clay <matt@mystile.com>
5 years ago
Christian Adams
6c7fadd861
clarify vault warning and fix typo ( #64457 )
...
(cherry picked from commit 59eb966042
)
5 years ago
Sandra McCann
6d309f726d
Add note about large tarball sizes for collections ( #64411 ) ( #64416 )
...
* add note on collection tarball size
(cherry picked from commit 797397558e
)
5 years ago
Alicia Cozine
c486638e4e
add general facts-to-info paragraph ( #64293 ) ( #64297 )
...
(cherry picked from commit 6e07d4c1d9
)
5 years ago
Sandra McCann
0c6cb417e5
[Docs-Release-2.9] clean up porting guide links and network text ( #64124 ) ( #64290 )
...
* clean up porting guide links and network text
* fix shippable error
(cherry picked from commit 56d5fd34e3
)
5 years ago
Toshio Kuratomi
284be7456c
[stable-2.9] Exclude the ansible-test script from the main rpm package ( #64277 )
...
We want the script to live in the ansible-test rpm subpackage alongside
of its libraries
Fixes #64275
(cherry picked from commit 87de146038
)
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
5 years ago
Xu Yuandong
30bbbdbe33
action/ce.py:clear configuration candidate when return to user-view. ( #63513 )
...
* clear configuration candidate when return to user-view.
* add a changelog fragment for the pr.
* Update 63513-ce_action_wait_prompt_trigger_time_out.yaml
* Update 63513-ce_action_wait_prompt_trigger_time_out.yaml
(cherry picked from commit 47c31c201b
)
5 years ago
Sam Doran
0046d0be47
[temporary-2.9.1-branch-releng-only] lineinfile - use correct index value when inserting at the end ( #63696 )
...
(cherry picked from commit 92cd13a2cf
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
5 years ago
Sam Doran
96d304a894
[temporary-2.9.1-branch-releng-only] lineinfile - properly insert line when line exists and backrefs are enabled ( #63763 )
...
Use a separate variable for the boolean test rather than having the same variable sometimes be a boolean and sometimes be a regular expression match object
Add integration tests to cover this scenario
(cherry picked from commit 29d4d318a5
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
5 years ago
Xu Yuandong
c68507bcb0
Backport/2.9/62471 ce_link_status:update to fix a bug. ( #62417 ) ( #63423 )
...
* update to fix a bug. (#62417 )
(cherry picked from commit 7541dab1ef
)
* add a changelog fragment.
5 years ago
Felix Fontein
6446b70728
docker modules: improve return value list documentation ( #63145 )
...
* Improve type documentation.
* Also improve return values.
(cherry picked from commit 7f643690c7
)
5 years ago
Felix Fontein
67c02e5dee
[2.9] crypto modules: improve return value list documentation ( #63409 )
...
* crypto modules: improve return value list documentation (#62929 )
* Improve return value documentation by allowing entry for return values.
* Add docs formatting, adjust styling.
* Fix sample return value. (Taken from https://tools.ietf.org/html/rfc7517#appendix-A.1 .)
* Work around abuse of .
(cherry picked from commit 054285c34c
)
* Add changelog.
5 years ago
Felix Fontein
80233545cc
docker_node_info: improve error handling ( #63418 )
...
* Improve error handling for get_service_inspect().
* Add changelog fragment.
(cherry picked from commit d753168e9d
)
5 years ago
Sam Doran
23f5b3b635
[stable-2.9] user - fix shadow file parsing on AIX ( #62547 )
...
Initialize variables in case the shadow file is not found.
Handle IndexErrors if something goes wrong with file parsing.
(cherry picked from commit e9d10f94b7
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
5 years ago
yanzhangi
644f77f3ab
[Backport/2.9/63331]Update ce_facts to fix bugs ( #63457 )
...
* Update ce_facts to fix bugs
(cherry picked from commit 73e7da40ff
)
* Update ce_facts modified information
5 years ago
dgeo
a72a25d191
[backport 2.9] facts: detect FreeBSD jails guest ( #62857 ) ( #62913 )
...
* facts: detect FreeBSD jails guest (#62857 )
* facts: detect FreeBSD jails
* PEP8 fix
* changelog for pr62913
5 years ago
Sam Doran
a0fb10c2ab
[stable-2.9] package_facts - use AnsibleModule.warn() for warnings
...
(cherry picked from commit 2b1e24fc49
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
5 years ago
Felix Fontein
353c9cb99d
docker_image: fix option parameter so that warnings are issued ( #63345 )
...
* Fix option parameter so that warnings are issued.
* Add changelog.
(cherry picked from commit 61b3784131
)
5 years ago
Xu Yuandong
fc65941d86
Backport/2.9/63332 ce_netstream_global: bugs fix(list index out of range) ( #63332 ) ( #63389 )
...
* ce_netstream_global: bugs fix(list index out of range) (#63332 )
* update to fix bugs:index out of range
* list index out of range
* list index out of range
* update for bad-whitespace
* Update ce_netstream_aging.py
* Update ce_netstream_aging.py
* Update ce_netstream_global.py
* Update ce_netstream_global.py
* Update ce_netstream_global.py
* Update ce_netstream_template.py
* Update ce_netstream_global.py
* Update ce_netstream_global.py
* Update ce_netstream_template.py
* Update ce_netstream_aging.py
(cherry picked from commit b7f12f9ff3
)
* add a changelog fragment.
* Update 63389_ce_netsream_list_index_out_of_range.yml
empty-lines too many blank lines (1 > 0)
5 years ago
James Cassell
3c0ed8c02a
clean "changed" only after it has been processed ( #59958 )
...
* clean "changed" after it has been processed
without this change, a loop of `debug` tasks with `changed_when`
causes the "changed" status to get lost before output
* runme.sh tests for debug loop status
(cherry picked from commit bfd32c9b00
)
5 years ago
aliaksandr-dounar-epam
125f7e8db1
issue #61672 backporting in Ansible 2.9
5 years ago
Andrey Klychkov
cc244f4e03
lineinfile - fix bug with insertbefore/insertafter and firstmatch ( #63194 )
...
(cherry picked from commit 3b18337cac
)
5 years ago
Xu Yuandong
9d1f07dd03
Backport/2.9/62587 module_utils/network/cloudengine:fix get_nc_next. ( #62752 )
...
* fix plugins/netconf/ce.py for netconf/capability/exchange (#60569 )
(cherry picked from commit 037401b6e0
)
* for capability/exchange/1.0 (#60630 )
* for capability/exchange/1.0
* for capability/exchange/1.0
* update for shippable
* Update ce.py
* Update ce.py
(cherry picked from commit 28227c95a4
)
* module_utils-network-cloudengine: fix get_nc_next. (#62587 )
* fix get_nc_next.
* add a changelog fragment.
* upadte for changelgo fragment.
* merge two prs, one depens another.
* merge two prs, one depens another.
* update changelog.
(cherry picked from commit d6ef7c8530
)
5 years ago
yanzhangi
fb897c3f48
[Backport/2.9/62589]update ce_bgp_af to fix bugs ( #62652 )
...
* update ce_bgp_af to fix bugs (#62589 )
* update to fix bugs
* update to fix bugs
(cherry picked from commit 2a206f0e4c
)
* Update ce_bgp_af modified information
5 years ago
yanzhangi
c95f012ff6
[Backport/2.9/61442]Update ce_mtu to fix bugs ( #62684 )
...
* Update ce_mtu to fix bugs
(cherry picked from commit cb8a3a4c06
)
* Update ce_mtu modified information
5 years ago
kr3ator
91eacc0f2b
Bugfix for aggregate function in junos_user module ( #62833 )
...
* Update junos_user.py (#60459 )
(cherry picked from commit c226c1015e
)
* changelog fragment for junos_user bugfix
5 years ago
yanzhangi
d68a05414a
[Backport/2.9/61431]Update ce_interface_ospf to fix bugs ( #62686 )
...
* Update ce_interface_ospf to fix bugs
(cherry picked from commit b7e9bb8448
)
* Update ce_interface_ospf modified information
5 years ago
yanzhangi
59f33cde8b
[Backport/2.9/61283]Update ce_info_center_global to fix bugs ( #62688 )
...
* Update ce_info_center_global modified information
* Update ce_info_center_global to fix bugs (#61283 )
* Update ce_info_center_global to fix bugs
* Update ce_info_center_global to fix bugs
* Update ce_info_center_global to fix bugs
(cherry picked from commit 2d85cb3ded
)
5 years ago
yanzhangi
e9ef022b5d
[Backport/2.9/61168]Update ce_evpn_bgp_rr to fix bugs ( #62690 )
...
* Update ce_evpn_bgp_rr to fix bugs
(cherry picked from commit 2cb3da3fa6
)
* Update ce_evpn_bgp_rr modified information
5 years ago
yanzhangi
4f8fefa6c4
[Backport/2.9/61136]Update ce_evpn_bgp to fix bugs ( #62692 )
...
* Update ce_evpn_bgp modified information
* Update ce_evpn_bgp to fix bugs
(cherry picked from commit 05d984b180
)
5 years ago
yanzhangi
2355ba73a5
[Backport/2.9/61652]Update ce_netstream_export to fix bugs ( #62682 )
...
* Update ce_netstream_export to fix bugs (#61652 )
* Update ce_netstream_export to fix bugs
* Update ce_netstream_export to fix bugs
(cherry picked from commit 8233389446
)
* Update ce_netstream_export modified information
5 years ago
yanzhangi
ecf40c8275
[Backport/2.9/61653]Update ce_netstream_aging to fix bugs ( #62658 )
...
* Update ce_netstream_aging to fix bugs (#61653 )
* Update ce_netstream_aging to fix bugs
* Update ce_netstream_aging to fix bugs
(cherry picked from commit 80fa2a0816
)
* Update ce_netstream_aging modified information
5 years ago
yanzhangi
254d2552f5
[Backport/2.9/61654]Update ce_ntp to fix bugs ( #62656 )
...
* Update ce_ntp modified information
* Update ce_ntp to fix bugs
(cherry picked from commit afea7cc454
)
5 years ago
yanzhangi
d869985a4c
[Backport/2.9/61683]Update ce_vrf_af to fix bugs ( #62654 )
...
* Update ce_vrf_af to fix bugs
(cherry picked from commit 0c65db1a23
)
* Update ce_vrf_af modified information
5 years ago
yanzhangi
8c0e7bfb25
[Backport/2.9/61013]Update ce_evpn_global to fix bugs ( #62694 )
...
* Update ce_evpn_global modified information
* Update ce_evpn_global to fix bugs
(cherry picked from commit 9c6899a92f
)
5 years ago
yanzhangi
768bdeda0f
[Backport/2.9/60937]Update ce_bgp_neighbor_af to fix bugs ( #62696 )
...
* Update ce_bgp_neighbor_af modified information
* Update ce_bgp_neighbor_af to fix bugs (#60937 )
* Update ce_bgp_neighbor_af to fix bugs
* Update ce_bgp_neighbor_af to fix bugs
* Update ce_bgp_neighbor_af to fix bugs
(cherry picked from commit a260209098
)
5 years ago
yanzhangi
4725140514
[Backport/2.9/60634]Update ce_bgp_neighbor to fix bugs ( #62698 )
...
* Update ce_bgp_neighbor modified information
* Update ce_bgp_neighbor to fix bugs
(cherry picked from commit dc5f127086
)
5 years ago
zhangyan
71743d3456
Update ce_bgp modified information
5 years ago
yanzhangi
637933d433
update ce_bgp to fix bugs ( #60573 )
...
* update ce_bgp to fix bugs
* update ce_bgp to fix bugs
* update ce_bgp to fix bugs
* update ce_bgp to fix bugs
* Update ce_bgp to fix bugs
(cherry picked from commit 5f35916b22
)
5 years ago
Felix Fontein
9e211c64ce
docker_container: improve image finding / change detection ( #62971 )
...
* Improve image finding / change detection.
* Checked wrong object.
* Improve behavior. (Let docker daemon sort this out.)
* Add changelog.
* Add simple test.
* Fix image name.
* Use new docker_image params.
* Rewrite.
(cherry picked from commit 41eafc2051
)
5 years ago
Dag Wieers
9fd70e3f3c
Fix whitespace issue in filter (backport 2.9)
...
This fixes reported issue #60276
This is a backport of #62768
5 years ago
Felix Fontein
bdaa8baacb
docker_container: fix idempotency for network IP addresses ( #62928 )
...
* Specifying IP addresses needs API version 1.22 or newer.
* Simplify code.
* Use IPAMConfig.IPv*Address instead of IPAddress and GlobalIPv6Address.
* Add changelog.
* Fix syntax errors.
* Add integration test.
* Don't rely on netaddr.
* Normalize IPv6 addresses before comparison.
* Install netaddr, and use it.
(cherry picked from commit 62c0cae29a
)
5 years ago
Michael Scherer
25ff3d491a
Fix _validate_csr_subject and _validate_csr_signature ( #62790 )
...
On python 3, if there is no explicit "return True", the
function call will be seen as "False", thus failling the module
(cherry picked from commit 75c4e9ec05
)
5 years ago
Felix Fontein
de4d3dc34d
ACME modules: make compatible to Buypass ACME v1 CA, and fix bug in ACME v1 account update ( #61693 )
...
(cherry picked from commit c6dcf78f53
)
5 years ago
Alicia Cozine
d55f7a0d26
Backport/2.9/docs release ( #64173 )
...
* docs: update to latest 3 versions (#64109 )
(cherry picked from commit 409545825f
)
* update too old version to 2.4 (#64167 )
(cherry picked from commit c63ef6d911
)
* update backport instructions to use stable-2.9 (#64168 )
(cherry picked from commit f264e9cfca
)
* [Doc-Release-2.9] update release and maintenance page for 2.9 (#64166 )
* only 2.4 and earlier used the old changelog system
(cherry picked from commit 3f808d9ed6
)
5 years ago
Sandra McCann
e6751a2d2a
change 2.9 to lateset` ( #64266 )
5 years ago
Toshio Kuratomi
6cad5e3546
Update Ansible release version to v2.9.0.post0.
5 years ago
Toshio Kuratomi
24325a05df
New release v2.9.0
5 years ago
Sandra McCann
891d801905
fixed changelog spelling issues ( #64106 )
5 years ago
Alicia Cozine
381ca99de7
fix spelling issues ( #64103 ) ( #64107 )
...
(cherry picked from commit 26236f474b
)
5 years ago