diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-13 20:29:16 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-14 21:58:42 +0100 |
commit | 351fc8c910b9830c2ecdd86a265e1e2a3c36f70d (patch) | |
tree | ae5e431753f5e2873edbdd68233aafb3f0733322 /config/pdf/pod1.yaml | |
parent | 2ae8d4462ce772f247bd899104e43cd50add8b33 (diff) |
[PDF] [SPEC] Align interface keys for NIC names
Jumpserver and cluster nodes use different keys for defining the NIC
name ('nic' vs 'name'), switch all of them to 'name' for uniformity.
Change-Id: I2d7720f5e5349ef59cf76a0e07749cfbd0d34d0b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'config/pdf/pod1.yaml')
-rw-r--r-- | config/pdf/pod1.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pdf/pod1.yaml b/config/pdf/pod1.yaml index 03ec9d12..2385d8af 100644 --- a/config/pdf/pod1.yaml +++ b/config/pdf/pod1.yaml @@ -58,14 +58,14 @@ jumphost: # physical interface list interfaces: # first interface - - nic: {nic#number} + - name: {nic#number} # ip address of nic address: 192.168.100.1 mac_address: "10:23:45:67:89:AC" # vlan tag, may have multiple tags vlan: {native|1-4095} # second interface - - nic: 'nic2' + - name: 'nic2' address: 10.20.0.1/24 mac_address: "10:23:45:67:89:5B" nodes: |