From db3198aadc73104260d68584adcb76459ee9653e Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:21 -0400 Subject: [PATCH] Bring up underlying interfaces --- roles/pvc/tasks/common/add_cluster_ips.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/pvc/tasks/common/add_cluster_ips.yml b/roles/pvc/tasks/common/add_cluster_ips.yml index 28b3f8e..b649e68 100644 --- a/roles/pvc/tasks/common/add_cluster_ips.yml +++ b/roles/pvc/tasks/common/add_cluster_ips.yml @@ -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 command: brctl addbr brcluster ignore_errors: yes