Farbod Saghafi
297c0e17ee
Solving naming issue of OVS ports for lxc
There is a limitation of 15 characters for ovs port names. So this role will use the 15 ending characters of the container name to generate port names(OVS and VNIC). But veth-cleanup script will consider this limitation only for OVS ports and not for the virtual interface. So I added a condition to also consider this limitation. Note that the actual virtual interface has the same name as OVS port and there is no problem in the role. Change-Id: I6a759c748469ce8c644727cb24bd4fa18cff3eda
Team and repository tags
OpenStack-Ansible LXC container create
- Documentation for the project can be found at:
-
https://docs.openstack.org/openstack-ansible-lxc_container_create/latest/
- Release notes for the project can be found at:
-
https://docs.openstack.org/releasenotes/openstack-ansible-lxc_container_create/
- The project source code repository is located at:
-
https://opendev.org/openstack/openstack/openstack-ansible-lxc_container_create/
- The project home is at:
- The project bug tracker is located at:
Description
Languages
Python
45.3%
Shell
27.7%
Jinja
27%