Bring up underlying interfaces
This commit is contained in:
parent
75182b1570
commit
7d3ba8bbc3
|
@ -1,4 +1,13 @@
|
||||||
---
|
---
|
||||||
|
- name: bring up upstream interface
|
||||||
|
command: ifup {{ pvc_upstream_device }}
|
||||||
|
|
||||||
|
- name: bring up cluster interface
|
||||||
|
command: ifup {{ pvc_cluster_device }}
|
||||||
|
|
||||||
|
- name: brindg up storage interface
|
||||||
|
command: ifup {{ pvc_storage_device }}
|
||||||
|
|
||||||
- name: create cluster bridge interface
|
- name: create cluster bridge interface
|
||||||
command: brctl addbr brcluster
|
command: brctl addbr brcluster
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
Loading…
Reference in New Issue