From cba3c437b8582eba482b9eb5a6356e2870438b9d Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sat, 29 Dec 2018 18:52:10 -0500 Subject: [PATCH] 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 --- tasks/neutron_post_install.yml | 13 ------------- vars/redhat-7.yml | 7 ------- vars/suse.yml | 7 ------- vars/ubuntu.yml | 7 ------- 4 files changed, 34 deletions(-) diff --git a/tasks/neutron_post_install.yml b/tasks/neutron_post_install.yml index eafef3bb..71328205 100644 --- a/tasks/neutron_post_install.yml +++ b/tasks/neutron_post_install.yml @@ -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" diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index c6b1f341..2ceace2c 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -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 diff --git a/vars/suse.yml b/vars/suse.yml index b7ef8ddd..b6f1244a 100644 --- a/vars/suse.yml +++ b/vars/suse.yml @@ -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 diff --git a/vars/ubuntu.yml b/vars/ubuntu.yml index 4405f060..0821eb1f 100644 --- a/vars/ubuntu.yml +++ b/vars/ubuntu.yml @@ -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