Bring up underlying interfaces

This commit is contained in:
Joshua Boniface 2019-07-08 14:40:02 -04:00
parent 75182b1570
commit 7d3ba8bbc3
1 changed files with 9 additions and 0 deletions

View File

@ -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