diff options
Diffstat (limited to 'site/intel-pod18/baremetal/nodes.yaml')
-rw-r--r-- | site/intel-pod18/baremetal/nodes.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/site/intel-pod18/baremetal/nodes.yaml b/site/intel-pod18/baremetal/nodes.yaml index 1a9de66..b7c7fb4 100644 --- a/site/intel-pod18/baremetal/nodes.yaml +++ b/site/intel-pod18/baremetal/nodes.yaml @@ -29,6 +29,10 @@ # # TODO: Include the hostname naming convention # +# OVS-DPDK NOTE: Use the following host_profile for your nodes: +# For ovs kernel: cp-intel-s2600wt or dp-intel-s2600wt +# For ovs dpdk: cp-intel-s2600wt-dpdk or dp-intel-s2600wt-dpdk +# schema: 'drydock/BaremetalNode/v1' metadata: schema: 'metadata/Document/v1' @@ -102,7 +106,7 @@ data: # including Genesis. Note Genesis won't actually be listed in this file as a # BaremetalNode, but the rest are. # This is the second "primary" control plane node after Genesis. - host_profile: cp-intel-s2600wt + host_profile: cp-intel-s2600wt-dpdk metadata: tags: # NEWSITE-CHANGEME: See previous comment. Apply 'masters' tag for control @@ -141,7 +145,7 @@ data: address: 10.10.184.23 # NEWSITE-CHANGEME: The next node's host profile # This is the third "primary" control plane profile after genesis - host_profile: cp-intel-s2600wt + host_profile: cp-intel-s2600wt-dpdk metadata: # NEWSITE-CHANGEME: The next node's rack designation rack: pod18-rack @@ -176,7 +180,7 @@ data: address: 10.10.184.24 # NEWSITE-CHANGEME: The next node's host profile # This is the one and only appearance of the "secondary" control plane profile - host_profile: dp-intel-s2600wt + host_profile: dp-intel-s2600wt-dpdk metadata: # NEWSITE-CHANGEME: The next node's rack designation rack: pod18-rack @@ -210,7 +214,7 @@ data: - network: management address: 10.10.184.25 # NEWSITE-CHANGEME: The next node's host profile - host_profile: dp-intel-s2600wt + host_profile: dp-intel-s2600wt-dpdk metadata: # NEWSITE-CHANGEME: The next node's rack designation rack: pod18-rack |