You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules
Tyler Ramer 6e9c928817 [2.8] Address regression causing bootproto=dhcp for manual IP addresses
Commit b7724fdf85
appears to have caused a regression, where `ip4`, `gw4`, `ip6`, `gw6`
were converted to `ipv4.address`, `ipv4.gateway` etc.

This causes bootproto (or `ipv4.method`) to remain `dhcp`, as noted in https://github.com/ansible/ansible/issues/36615

This commit only reverts the key-value pairs to the original names,
which is in line with both expectation (manual ip addr == no dhcp) and
the language used in the playbook, which is, for example, "ip4" not
"ipv4.address"

Co-authored-by: Stuart Pollock <spollock@pivotal.io>
Co-authored-by: Tyler Ramer <tramer@pivotal.io>
(cherry picked from commit 8d0f2e5725)
7 years ago
..
cloud [stable-2.8] Skip tests with unsatisfied deps (#55853) 7 years ago
crypto New LUKS devices management module (#48991) 7 years ago
files Fixes #34893 (#40166) 8 years ago
messaging Rabbitmq user permission fixes (#49404) 7 years ago
monitoring Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
net_tools [2.8] Address regression causing bootproto=dhcp for manual IP addresses 7 years ago
network Add support for vlan update on ovs bridges (#57168) 7 years ago
notification Add support for hex color in slack module (#49804) 7 years ago
packaging rename rhsm_repository_release to rhsm_release (#53430) 7 years ago
remote_management Fix test_oneview_ethernet_network unit test. 7 years ago
source_control [stable-2.8] Skip tests with unsatisfied deps (#55853) 7 years ago
storage Backport/2.8/57320 (#58009) 7 years ago
system pamd: fix idempotence issue when removing rules (#54105) 7 years ago
web_infrastructure Python 3.8 collections compatibility fixes. 7 years ago
__init__.py Some algorithmic unittests for the apt and docker modules 10 years ago
conftest.py fix missing attribs with dirct module execution (#53875) 7 years ago
utils.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago