Skip to content

Commit

Permalink
restart red
Browse files Browse the repository at this point in the history
  • Loading branch information
josedom24 committed Oct 23, 2023
1 parent 09eed8c commit 23b4a39
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions restart-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,21 @@
- neutron-linuxbridge-agent
- neutron-dhcp-agent
- neutron-metadata-agent

- hosts: controller_nodes
become: true
gather_facts: no
tasks:
- name: restart neutron-services
service: name={{ item }} state=restarted
loop:
- neutron-server
- nova-api
- hosts: compute_nodes
become: true
gather_facts: no
tasks:
- name: restart neutron-services
service: name={{ item }} state=restarted
loop:
- neutron-linuxbridge-agent

0 comments on commit 23b4a39

Please sign in to comment.