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:
Mohammed Naser 2018-12-29 18:52:10 -05:00 committed by Jesse Pretorius (odyssey4me)
parent 053efb6142
commit cba3c437b8
4 changed files with 0 additions and 34 deletions

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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