diff options
author | 2023-02-14 12:26:02 +0800 | |
---|---|---|
committer | 2023-02-14 06:45:11 +0000 | |
commit | 99fb7f7e6c0d23c390924593e1b9e93cceab1ba4 (patch) | |
tree | 1efd2d371fbfd82ebc5babd91df6f551c19c4fe2 /hw_config | |
parent | f845220cd17f89c8e1c68aecb3f0c7e82a56aa03 (diff) |
Fix the Doc lint, shellcheck and doc links Errors
Signed-off-by: xudan16 <xudan16@huawei.com>
Change-Id: I15b4cd15a17782999af30234b459f8aacf45e768
Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/73867
Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Diffstat (limited to 'hw_config')
-rw-r--r-- | hw_config/libvirt-vms/pdf.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
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 |