openvswitch: Stop using intermediate scripts
This will fix exit codes - details in bug. Basically openvswitch treats TERM as something fatal (exits with 143) and the only solution for graceful exit is using ovs-appctl and sending exit command, just like ovs-ctl utility does. Depends-On: https://review.opendev.org/c/openstack/kolla/+/905189 Partial-Bug: #2048130 Change-Id: I523018cb98944de60d7b95404deb7cebd641f33a
Showing
- ansible/roles/openvswitch/tasks/config.yml 0 additions, 28 deletionsansible/roles/openvswitch/tasks/config.yml
- ansible/roles/openvswitch/templates/openvswitch-db-server.json.j2 2 additions, 9 deletions...roles/openvswitch/templates/openvswitch-db-server.json.j2
- ansible/roles/openvswitch/templates/openvswitch-vswitchd.json.j2 2 additions, 9 deletions.../roles/openvswitch/templates/openvswitch-vswitchd.json.j2
- ansible/roles/openvswitch/templates/start-ovs.j2 0 additions, 2 deletionsansible/roles/openvswitch/templates/start-ovs.j2
- ansible/roles/openvswitch/templates/start-ovsdb-server.j2 0 additions, 11 deletionsansible/roles/openvswitch/templates/start-ovsdb-server.j2
Please register or sign in to comment