You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the templates for 5.4/OSP13, the service definition to restart the virtual-accelerator service looks like it has been renamed to avrs. There are multiple entries similar to this with name: avrs, but there is not an avrs service in 5.4.1uX.
- name: Restarting AVRS service
service:
name: avrs
state: restarted
enabled: yes
# Network Service tends to fail when all the interfaces that are up did not get ip address on restart. So, we are ignoring this failure
ignore_errors: yes
# avrs.service restarts network.service as well, so we need to wait till
# the computeavrs node is reachable from undercloud
The net effect is the virtual-acclerator service is not started on reboot.
The text was updated successfully, but these errors were encountered:
In the templates for 5.4/OSP13, the service definition to restart the virtual-accelerator service looks like it has been renamed to avrs. There are multiple entries similar to this with name: avrs, but there is not an avrs service in 5.4.1uX.
The net effect is the virtual-acclerator service is not started on reboot.
The text was updated successfully, but these errors were encountered: