From 5fa02569c2047f2ffae1bdf69914d5dba1ad0443 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 10 Sep 2020 07:54:40 -0600 Subject: [PATCH] Add control vip to standalone playbook Since we've switched to pacemaker by default, we need to specify the control vip. Change-Id: I2ef813508fbb7cb54ca76a95c5c3997fce6a8b9d Related-Bug: #1889395 --- playbooks/standalone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/standalone.yml b/playbooks/standalone.yml index 6c19f1b..eb3a4db 100644 --- a/playbooks/standalone.yml +++ b/playbooks/standalone.yml @@ -17,6 +17,7 @@ - 8.8.8.8 standalone_hostname: 'standalone.localdomain' standalone_ip: 192.168.24.2 + standalone_control_virtual_ip: 192.168.24.3 standalone_cidr: 24 standalone_gateway: standalone_local_mtu: 1400