cfdf251140
This is a bit of a hack, but allows installation of openvswitch for testing the multinode roles. Official CentOS 8 RDO builds are still a work in progress, but this will let us get a head-start on any multi-node testing. Change-Id: I2eb1a16e9995a19d61e309aa59b232577184b527
9 lines
167 B
YAML
9 lines
167 B
YAML
---
|
|
ovs_package: >-
|
|
{% if ansible_distribution_major_version|int >= 8 -%}
|
|
rhosp-openvswitch
|
|
{%- else -%}
|
|
openvswitch
|
|
{%- endif %}
|
|
ovs_service: "openvswitch"
|