diff options
author | James Gu <james.gu@att.com> | 2020-05-04 13:57:29 -0700 |
---|---|---|
committer | James Gu <james.gu@att.com> | 2020-10-05 21:25:18 +0000 |
commit | da4f1540dec64779c01f7d0258b1a748ace9b131 (patch) | |
tree | 47856f75607849dc848dadcbcb1a7d048f91f7f7 /site/intel-pod18 | |
parent | 05686a28172cd3e79c71987cf495e0e67e064eb1 (diff) |
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 <james.gu@att.com>
Change-Id: I4c150ef216d5eb631a0980c72b3c6c80a55788d0
Signed-off-by: James Gu <james.gu@att.com>
Diffstat (limited to 'site/intel-pod18')
-rw-r--r-- | site/intel-pod18/software/charts/osh/openstack-compute-kit/chart-group.yaml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/site/intel-pod18/software/charts/osh/openstack-compute-kit/chart-group.yaml b/site/intel-pod18/software/charts/osh/openstack-compute-kit/chart-group.yaml deleted file mode 100644 index 73396e7..0000000 --- a/site/intel-pod18/software/charts/osh/openstack-compute-kit/chart-group.yaml +++ /dev/null @@ -1,26 +0,0 @@ ---- -# OVS-DPDK NOTE: -# This replacement chartgroup deploys libvirt, openvswitch, neutron and nova -# that contains config changes needed to support ovs-dpdk deployment. -schema: armada/ChartGroup/v1 -metadata: - schema: metadata/Document/v1 - name: openstack-compute-kit - replacement: true - layeringDefinition: - abstract: false - layer: site - parentSelector: - name: openstack-compute-kit-chart-group-global - actions: - - method: merge - path: . - storagePolicy: cleartext -data: - description: Deploy Nova, Neutron, Openvswitch, and Libvirt for DPDK - chart_group: - - libvirt-ovsdpdk - - openvswitch-dpdk - - neutron-ovsdpdk - - nova-ovsdpdk -... |