From 1925e85fdb89bc72e8efef0d886f1e7a046f3f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Fri, 12 Feb 2021 15:23:52 +0100 Subject: [PATCH] CI - Add vip_data file Add a vip_data file for use in CI jobs. The OVB CI uses 10.0.0.5 as a fixed-ip for the external VIP. Related: blueprint network-data-v2-ports Depends-On: https://review.opendev.org/774857 Change-Id: I3c1f446417e5b718e9b3f0d1ea67d52d12a17e2b --- ci/vip_data.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ci/vip_data.yaml diff --git a/ci/vip_data.yaml b/ci/vip_data.yaml new file mode 100644 index 0000000000..653130bd1d --- /dev/null +++ b/ci/vip_data.yaml @@ -0,0 +1,6 @@ +- network: storage_mgmt +- network: internal_api +- network: storage +- ip_address: 10.0.0.5 # CI jobs rely on this fixed ip for the external VIP + network: external +- network: ctlplane