From da4f1540dec64779c01f7d0258b1a748ace9b131 Mon Sep 17 00:00:00 2001 From: James Gu Date: Mon, 4 May 2020 13:57:29 -0700 Subject: Treasuremap 1.8 integration Upgrade pod 17 to Treasuremap 1.8 prime for CNTT RI-1. Added deploy script enhancement to include pregenesis, certs, and wrapper for shipyard cli command. Added clean-genesis script to properly clean genesis node for redeployment. Signed-off-by: James Gu Change-Id: I4c150ef216d5eb631a0980c72b3c6c80a55788d0 Signed-off-by: James Gu --- type/cntt/profiles/host/cp-intel-s2600wt.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'type') diff --git a/type/cntt/profiles/host/cp-intel-s2600wt.yaml b/type/cntt/profiles/host/cp-intel-s2600wt.yaml index 1eca33e..a5c49e4 100644 --- a/type/cntt/profiles/host/cp-intel-s2600wt.yaml +++ b/type/cntt/profiles/host/cp-intel-s2600wt.yaml @@ -22,6 +22,11 @@ metadata: path: . data: hardware_profile: intel-s2600wt + oob: + type: 'ipmi' + network: 'dmz' + # Not used. Keep for lint purpose + account: 'tier4' primary_network: dmz interfaces: @@ -44,6 +49,13 @@ data: networks: - private - management + sriov: + num_vfs: 32 + promisc: false + ovs_dpdk: + vf_index: 0 + pci_whitelist: + trusted: false data2: device_link: data2 slaves: @@ -51,6 +63,13 @@ data: networks: - storage - public + sriov: + num_vfs: 32 + promisc: false + ovs_dpdk: + vf_index: 0 + pci_whitelist: + trusted: false storage: physical_devices: -- cgit 1.2.3-korg