Skip to content

Commit

Permalink
playbooks: configure Open vSwitch for observer
Browse files Browse the repository at this point in the history
Cluster network now use an Open vSwitch bridge, so we also need to
configure Open vSwitch for the observer.

Signed-off-by: Mathieu Dupré <[email protected]>
  • Loading branch information
dupremathieu authored and insatomcat committed Nov 22, 2022
1 parent 1f86bc4 commit f88f365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/cluster_setup_network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
command: "/usr/bin/ovs-vsctl -- --if-exists del-port {{ team0_1 }} -- add-port team0 {{ team0_1 }}"

- name: Configure OVS
hosts: hypervisors
hosts: cluster_machines
vars:
apply_config: "{{ apply_network_config | default(false) }}"
tasks:
Expand Down

0 comments on commit f88f365

Please sign in to comment.