Remove tripleo_ovn_mac_port_name port tag

The tripleo_ovn_mac_port_name can become very
long in case a very long role name is used.
For example, the following role name triggered
the maximum length of 60 characters error:
  "DistributedComputeHCIScaleOut"

The tags are used for ideompetency in:
tripleo_ansible/ansible_plugins/modules/tripleo_ovn_mac_addresses.py

However the tripleo_ovn_mac_port_name tag is
not actually used.

Related Bug: #1921713

Change-Id: I5b6124210aec0c25ffa7daf82a9c6e944bdb4966
(cherry picked from commit d8475ede4a)
This commit is contained in:
Harald Jensås 2021-12-10 14:07:37 +01:00
parent f24ae3eae6
commit c7fb01baff
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ resources:
network: {get_param: OVNMacAddressNetworkName}
fixed_ips: []
tags:
- str_replace:
template: tripleo_ovn_mac_port_name=$PORT_NAME
params:
$PORT_NAME: {get_param: PortName}
- str_replace:
template: tripleo_ovn_mac_net=$NET_NAME
params: