From 99fb7f7e6c0d23c390924593e1b9e93cceab1ba4 Mon Sep 17 00:00:00 2001 From: xudan16 Date: Tue, 14 Feb 2023 12:26:02 +0800 Subject: Fix the Doc lint, shellcheck and doc links Errors Signed-off-by: xudan16 Change-Id: I15b4cd15a17782999af30234b459f8aacf45e768 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/73867 Tested-by: jenkins-ci --- hw_config/libvirt-vms/pdf.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'hw_config/libvirt-vms/pdf.yaml') diff --git a/hw_config/libvirt-vms/pdf.yaml b/hw_config/libvirt-vms/pdf.yaml index 6686e02..4626d82 100644 --- a/hw_config/libvirt-vms/pdf.yaml +++ b/hw_config/libvirt-vms/pdf.yaml @@ -30,13 +30,13 @@ jumphost: disk_rotation: os: ubuntu1804 interfaces: - # NOTE (fdegir): The IPs listed below actually belong to the libvirt bridges - # we create & configure since this is virtual POD and its real IP has nothing - # to do with the deployment itself. - # interface connected to admin/pxe network - - address: 10.1.0.1 - # interface connected to public network - - address: 10.2.0.1 + # NOTE (fdegir): The IPs listed below actually belong to the libvirt bridges + # we create & configure since this is virtual POD and its real IP has nothing + # to do with the deployment itself. + # interface connected to admin/pxe network + - address: 10.1.0.1 + # interface connected to public network + - address: 10.2.0.1 ############################################################################## nodes: - name: node1 -- cgit 1.2.3-korg