cleanup: remove metadata checksum fixes tasks
We installed tasks which resolved plenty of checksum issues and those should have been ran by Rocky. We can now drop those out of our role. Change-Id: I4087093a91f94e1b14fc656f13e6e187bbc32189
This commit is contained in:
parent
053efb6142
commit
cba3c437b8
@ -175,16 +175,3 @@
|
||||
- Restart neutron services
|
||||
when:
|
||||
- "'bgpvpn' in neutron_plugin_base"
|
||||
|
||||
# NOTE: Remove this in S
|
||||
# This option has been removed with the implementation of networkd within the
|
||||
# host and container. Additionally the execution of this script is now
|
||||
# controlled by a systemd oneshot service so the legacy configs are no longer
|
||||
# needed.
|
||||
- name: Remove checksum fix scripts
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
state: absent
|
||||
with_items:
|
||||
- "{{ neutron_checksum_script }}"
|
||||
- "/usr/local/bin/post-up-metadata-checksum"
|
||||
|
@ -13,13 +13,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# NOTE: Remove this in S
|
||||
# This option has been removed with the implementation of networkd within the
|
||||
# host and container. Additionally the execution of this script is now
|
||||
# controlled by a systemd oneshot service so the legacy configs are no longer
|
||||
# needed.
|
||||
neutron_checksum_script: /etc/sysconfig/network-scripts/ifup-post-metadata-checksum
|
||||
|
||||
neutron_ovs_distro_packages:
|
||||
- openvswitch
|
||||
|
||||
|
@ -14,13 +14,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# NOTE: Remove this in S
|
||||
# This option has been removed with the implementation of networkd within the
|
||||
# host and container. Additionally the execution of this script is now
|
||||
# controlled by a systemd oneshot service so the legacy configs are no longer
|
||||
# needed.
|
||||
neutron_checksum_script: /etc/sysconfig/network/scripts/ifup-post-metadata-checksum
|
||||
|
||||
neutron_ovs_distro_packages:
|
||||
- openvswitch
|
||||
|
||||
|
@ -13,13 +13,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# NOTE: Remove this in S
|
||||
# This option has been removed with the implementation of networkd within the
|
||||
# host and container. Additionally the execution of this script is now
|
||||
# controlled by a systemd oneshot service so the legacy configs are no longer
|
||||
# needed.
|
||||
neutron_checksum_script: /etc/network/if-up.d/post-up-metadata-checksum
|
||||
|
||||
neutron_ovs_distro_packages:
|
||||
- openvswitch-common
|
||||
- openvswitch-switch
|
||||
|
Loading…
Reference in New Issue
Block a user