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
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 01097715fd)
8 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration openvswitch_db: Make 'key' parameter optional (#42110) (#43552) 8 years ago
legacy exo_dns_record: remove limitation for multiple records only for A type (#35173) 8 years ago
results Collect data from integration test runs. (#28650) 9 years ago
runner Update Shippable integration test groups. (#43118) 8 years ago
sanity Update Shippable integration test groups. (#43118) 8 years ago
units openvswitch_db: Make 'key' parameter optional (#42110) (#43552) 8 years ago
utils Update Shippable integration test groups. (#43118) 8 years ago