ansible/test/units
Jakub Libosvar 6b81a39daa openvswitch_db: Make 'key' parameter optional (#42110) (#43552)
* openvswitch_db: Split key-value pairs correctly (#33335)

Map values can contain commas, e.g.
    - name: Configure OVN bridge mapping
      openvswitch_db:
        state: present                                                                                                                                                                                                                                table: open_vswitch                                                                                                                                                                                                                           record: .                                                                                                                                                                                                                                     col: external_ids                                                                                                                                                                                                                             key: ovn-bridge-mappings
        value: '"vmnet-static:br-vmnet-st,vmnet-dynamic:br-vmnet-dyn"'

Previous behaviour was splitting the value and raised an exception.
(cherry picked from commit 3c53e2f8ea)

* openvswitch_db: Make 'key' parameter optional (#42110)

The OVSDB schema consists of typed columns. The 'key' parameter is
required only for columns with type of a 'map'. This patch makes 'key'
an optional parameter to allow setting values for other column types
like int.

Fixes #42108

(cherry picked from commit 26b0908270)
(cherry picked from commit 01097715fd9466c64bfb37d7604d095275a5e9d8)
2018-08-08 16:01:42 +02:00
..
cli galaxy unit tests: add missing arg (#33766) 2018-01-04 09:16:56 -08:00
config additional configmanager tests 2017-10-13 20:25:12 -04:00
contrib
errors
executor module_common: handle None value for templar (#36651) 2018-04-18 10:01:31 -07:00
inventory_test_data/group_vars
mock avoid caching invetnory sources in loader (#38242) 2018-04-18 09:59:35 -07:00
module_utils facts: suse: Fix major version detection for SUSE (#41416) (#41650) 2018-07-03 11:58:00 -07:00
modules openvswitch_db: Make 'key' parameter optional (#42110) (#43552) 2018-08-08 16:01:42 +02:00
parsing Fix 'New Vault password' on vault 'edit' (#35923) (#38003) 2018-04-09 14:57:34 -07:00
playbook fix 'doas' become_method support, previously committed patch not submitted to devel branch (#37511) (#40896) 2018-05-30 16:03:58 -04:00
plugins Stop displaying kinit pass input on a failure (#41882) (#41923) 2018-07-03 12:08:26 -07:00
template Backport #37881 for 2.5.1 (#37937) 2018-03-28 11:04:44 -05:00
utils
vars Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
__init__.py
ansible.cfg Fix ansible-test config management. 2017-10-04 12:52:36 -07:00
conftest.py
test_constants.py