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
Susant Sahani 2596ac196f nmcli: Introduce VxLan (#45932)
This work enables to add vxlan via nmcli module

```
  - nmcli:
      type: vxlan
      conn_name: vxlan_test1
      vxlan_id: 16
      vxlan_local: 192.168.1.2
      vxlan_remote: 192.168.1.5
```
ansible 2.8.0

revision 1: Added tests

Signed-off-by: Susant Sahani <susant@redhat.com>
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration VMware: Improve module vmware_host_vmnic_facts (#47278) 6 years ago
legacy Add support for adding custom query parameters to URL (#46390) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner ACME: add support for POST-as-GET if GET fails with 405. (#44988) 6 years ago
sanity Fix syntax error for Python 2.6 (#47635) 6 years ago
units nmcli: Introduce VxLan (#45932) 6 years ago
utils TEMP HACK: Avoid overloading codecov.io (#47515) 6 years ago