Add placement chart patch to openstack-helm

This commit adds helm charts of placement to openstack-helm
Related openstack-helm upstream change is
https://review.opendev.org/#/c/662229/

Below test pass on both AIO and multi setup
1) Openstack Application apply and reapply
2) VM creation and delete
3) Active controller switch and create vm after that

Story: 2005750
Task: 33418

Change-Id: I68ec2325af6b37393267d5898a49e75623728349
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
This commit is contained in:
zhipengl 2019-05-31 18:42:47 +08:00
parent 21ce9d1573
commit 835fc2d68d
2 changed files with 1117 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Patch11: 0011-Use-nova-s-ping-method-to-find-out-if-the-service-is.patch
Patch12: 0012-Add-internal-tenant-id-in-conf.patch
Patch13: 0013-cinder-allow-configuring-the-rbd-app-name.patch
Patch14: 0014-Cinder-Support-backup-driver-specification-by-module.patch
Patch15: 0015-Add-Placement-Chart.patch
BuildRequires: helm
BuildRequires: openstack-helm-infra
@ -57,6 +58,7 @@ Openstack Helm charts
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%build
# initialize helm and build the toolkit
@ -100,6 +102,7 @@ make magnum
make neutron
make nova
make panko
make placement
# terminate helm server (the last backgrounded task)
kill %1

File diff suppressed because it is too large Load Diff