Adam Miller
e857157072
Improve dnf group output for clarity
...
Add note about group removal bug upstream dnf
Signed-off-by: Adam Miller <admiller@redhat.com>
6 years ago
Matt Clay
576700a8a1
Remove obsolete default container.
...
(cherry picked from commit 4173a30941
)
6 years ago
Matt Clay
e47f53e4ff
Switch default test container to quay.io.
...
(cherry picked from commit 3f8edb440a
)
6 years ago
Matt Clay
b73a7bbf39
Fixes for ansible-test sanity import test. ( #45249 )
...
* Fix import test on Python 3.7.
* Fix path processing in import sanity test.
(cherry picked from commit 6fb333faff
)
6 years ago
Matt Clay
3514a5d1b9
Fix ansible-test virtualenv use in import test.
...
(cherry picked from commit 998badbda5
)
6 years ago
Matt Clay
cc5d880a61
Skip ipaddr test that fails on Python 3.7+.
...
(cherry picked from commit f7979e4938
)
6 years ago
Matt Clay
f9cf4b2d8a
Update test constraints. ( #44975 )
...
- Limit virtualenv version on Python 2.6.
- Limit pyopenssl version on Python 2.6.
- Pin pyfmg version to keep unit tests passing.
(cherry picked from commit b3a3e8ba7b
)
6 years ago
Felix Fontein
07161cf6d3
Fixing typo in acme_certificate docs. ( #45082 ) ( #45084 )
6 years ago
kujiraitakahiro
bebda470a1
Update porting_guide_2.7.rst ( #45215 )
...
changing changelogs url link
6 years ago
Ryan Brown
6586d6faff
Add rds_instance to AWS module_defaults group ( #45168 )
...
(cherry picked from commit 617b8df5e6
)
6 years ago
Sandra McCann
0a7d5ebd73
fixed formatting ( #45164 ) ( #45174 )
...
(cherry picked from commit 58ca82fa1c
)
(cherry picked from commit fe119c18ef
)
6 years ago
Rémy Léone
1d06a86481
Add licence and boilerplate to Online module_utils
6 years ago
Rémy Léone
4fff85d66f
[stable-2.7] Add an user facts module for Online ( #44709 )
...
(cherry picked from commit 5cf9644003
)
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
6 years ago
Toshio Kuratomi
8a8da98546
Change release for the period until 2.7.0rc1
6 years ago
Toshio Kuratomi
097aaeb733
Update changelogs for 2.7.0b1
6 years ago
Toshio Kuratomi
77ed7545fa
Add a summary for 2.7.0b1
6 years ago
Toshio Kuratomi
8323524e9f
Rename the 2.7.0a1 summary.
...
I didn't realize these summary files need to be created unique for the
minor releases too
6 years ago
Toshio Kuratomi
9376c41c61
Update version number for 2.7.0beta1
6 years ago
Toshio Kuratomi
f414424735
Update the docsite Version to 2.7
6 years ago
Sam Doran
d257095976
Change Mac OSX to macOS in installation docs ( #44971 )
...
* Change Mac OSX to macOS in docs
* Lowercase via
6 years ago
S. Veyrié
60af5ab962
maven_artifact: enforce required params ( fixes #44823 ) ( #44967 )
6 years ago
Cédric Roger
a30785058a
Fix autostart description 'network' instead of 'storage pool' ( #28515 )
6 years ago
Matt Clay
771768966f
Flush output from timing script.
6 years ago
Yanis Guenane
857a553fa1
Vultr: Create the Vultr Guide ( #44515 )
6 years ago
Anil Kumar Muraleedharan
fbf55a09cc
Lenovo image refactor ( #44953 )
...
* Refactoring code to adhere to persistence connection.
* Update cnos_rollback.py
* Updating license for the refactored method
* Update cnos_rollback.py
* Removing the BSD License as suggested by Legal
* Adding cnos_image after testing on sftp. Test code is also added
* Removing debug comments
* adding space
6 years ago
Ganesh Nalawade
c0326aea2f
Fix cli_command multiple prompt issue ( #44922 )
...
* Add check in network_cli to handle all prompts
* Add check_all flag to mandatory handle all the command prompt
in prompts list. By default if any one prompt is handled
remaining prompts are ignored.
* Fix cli_command multiple prompt issue
* If multiple prompt and answers are given as input network_cli
handles only the first prompt that matched by default
* If a command execution results in muliple prompt the fix
add support to set a boolean option C(check_all) to indicate
network_cli to wait till all the prompts and answers are processed.
* Update cli_command
* Update api doc
* Fix unit test failure
* Fix CI failure
* Update network_cli
* Fix review comment
6 years ago
Brian Coca
cbd54a4b2c
added more reasons to avoid dot notation ( #43724 )
6 years ago
Ganesh Nalawade
005233f814
Fix iosxr_config integration test failure ( #44969 )
...
* Check for commands presence in case running config
is used as base config for diff
* Correct the fixtures
6 years ago
James Polley
7988266bb7
Improve clarity of precedence when command-line parameters are used. ( #39059 )
...
* Improve clarity of precedence when command-line parameters are used.
* Add command-line values into the precedence list.
* Several sample config snippets were included without any explanation
of how those snippets would be processed. Added descriptions so that
the reader can understand what each snippet will (or won't) accomplish.
* Don't focus on inventory as much
Expand on the fact that it's the fact that a variable is set that
matters, not the source of the variable.
6 years ago
Sandra McCann
cccf5e6e77
fixed grammar and spelling issues ( #44931 )
...
* fixed grammar and spelling issues
* fixed autocorrect mistake and sanity test errors
6 years ago
Brian Coca
3f657ca28f
clarify priority setting ( #44865 )
...
* clarify priority setting
* updated as per fb
6 years ago
Deepak Agrawal
50c7702e46
cisco firepower : Make API endpoints configurable via hostvars ( #44952 )
...
* httpapi host vars
* Make configurable end-points for firepower
* pep8 fix
6 years ago
Alex Stephen
276ad32a45
removing libcloud secrets support for legacy gcp modules ( #44932 )
...
* removing libcloud secrets support for legacy gcp modules
* test fixes
6 years ago
S. Veyrié
5b358db83f
maven_artifact: download with shutil.copyfileobj to a temp file ( #44956 )
...
* maven_artifact: replace homemade chunked download with shutil.copyfileobj
* maven_artifact: copy to temp file first
6 years ago
Ganesh Nalawade
b0d6867fbb
Fix netconf_config module default_operation issue ( #44958 )
...
* Pass parameters as dict to edit_config api
as either dict or args can be passed over
jsonrpc 2.0 and not combination of args and
kwargs
6 years ago
bonzi316
eee406dfd2
Fix maven_artifact md5 checksum check with archiva repository ( #43250 )
6 years ago
Matt Davis
2822fd8d9b
initial commit of azure_rm inventory plugin ( #44944 )
...
* crusty refactor of azure_rm to support auth from non-modules
6 years ago
Martin Nečas
c2fa0d2c4b
recator uploading disk and downloading ( #43635 )
6 years ago
Matt Clay
1b54af068d
Disable azure_rm_virtualmachine_scaleset test.
...
Temporary solution to avoid quota issues.
6 years ago
Martin Nečas
d5ebc3e0ec
add quota_name to ovirt permition module ( #44713 )
6 years ago
Martin Nečas
c65c841ef3
add ovirt attach host devic ( #44714 )
6 years ago
Matt Clay
debc1e229e
Split Azure tests into 8 groups.
6 years ago
Nilashish Chakraborty
0f268e70a1
Fix ios_user issues ( #44904 )
...
* Fix ios_user issues
* Modify regex and fix unittests
6 years ago
Ubuntu
7d81de2516
updates to azure_rm_sqlfirewallrule
...
updates to azure_rm_sqlfirewallrule
small fixes
move sql client to common
adding state
fixed sample
fixed sanity
fixed aliases
removed unnecessary object
removed unused resource_group
changed group to less crowdy
tags
no tags on firewall rule
6 years ago
Yuwei Zhou
b7d614df78
add auto scale module ( #41533 )
...
* add autoscale modules
* add test alias
6 years ago
Yunge Zhu
f6fa5a11bb
azure vm test: async second vm deletion ( #44887 )
...
* async second vm deletion
* fix typo
* random resource names, comment out disable steps
* fix syntax
* fix syntax error again
* fix test
* fix typo
6 years ago
Roman Belyakovsky
4f70eb3e26
ec2_vol_facts: moved to boto3 ( #43348 )
...
* ec2_vol_facts: moved to boto3
* vol_facts: formatting fixes
* vol_facts: formatting fixes
* vol_facts: added integration tests
* vol_facts: improved integration tests
* vol_facts: integration tests, fixed ami
* vol_facts: integration tests, fixed ami
* vol_facts: refactor, post-review update
* vol_facts: implemented pagination
* vol_facts: pep8 style fix
* CI IAM policy requirements fix
* Tests fixed, added to unsupported, removed empty files
* removed shippable alias
6 years ago
Dag Wieers
d71670655b
Fix small typo
6 years ago
Matt Clay
abdd6a6475
Fix pslint issues.
6 years ago
Zim Kalinowski
59a302152a
added missing alias in container registry tests ( #44936 )
6 years ago