diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-01-15 22:03:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-15 22:03:37 +0000 |
commit | 6233ce9048958f19f31ac07f9c88309591590b7f (patch) | |
tree | 4365cee36c197668f38c7b37c78e90dd5b462f34 /config/pdf/pod1.encrypted.yaml | |
parent | bd5656589b1b667bf4d8a2084370669a72b89be0 (diff) | |
parent | 0a2ae9f913482b0439a00ca9784d74065a3a0c7d (diff) |
Merge changes from topics 'pdf-spec-update', 'pdf-schema'
* changes:
[PDF] [SPEC] disk_interface: Add 'scsi', 'iscsi'
[PDF] [SPEC] Align interface keys for NIC names
[PDF] [SPEC] Extend disk_rotation enum with '0'
[PDF] Add schema validation
Diffstat (limited to 'config/pdf/pod1.encrypted.yaml')
-rw-r--r-- | config/pdf/pod1.encrypted.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/pdf/pod1.encrypted.yaml b/config/pdf/pod1.encrypted.yaml index 8693647d..5679de66 100644 --- a/config/pdf/pod1.encrypted.yaml +++ b/config/pdf/pod1.encrypted.yaml @@ -32,7 +32,7 @@ jumphost: # several disk types possible disk_type: {hdd|ssd|cdrom|tape} # several interface types possible - disk_interface: {sata|sas|ssd|nvme} + disk_interface: {sata|sas|ssd|nvme|scsi|iscsi} # define rotation speed of disk disk_rotation: {5400|7200|10000|15000} # second disk @@ -77,14 +77,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: |