aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat
AgeCommit message (Collapse)AuthorFilesLines
2019-04-11Go back to 12 x 16 GB k8s VMsGary Wu2-1/+481
Change-Id: I22804fbb20ebe707773928ba08abe2e122f0d3e1 Issue-ID: INT-993 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-04-11Change windriver k8s VM flavorGary Wu1-10/+12
Also re-enable dev-cassandra and increase cassandra liveness and readiness probe intervals. Change-Id: I63f049756974db44fc6d30b5bbf1179db9f9533c Issue-ID: INT-993 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-04-10Enable Cassandra liveness probeYang Xu1-2/+4
Change-Id: Ic21b7ea1c7e69106a594d9a7efd97fb590e28fc9 Issue-ID: INT-993 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-04-10Reduce Cassandra CPU usage by less probeYang Xu1-0/+8
Change-Id: If922b4c078ceb3775d266f1e19382b45f51810e5 Issue-ID: INT-993 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-04-09Disable cassandra cluster in integration overrideYang Xu1-5/+8
Change-Id: I14f2c5ae49395b46d8fd7a5731928d8f23d18adb Issue-ID: INT-994 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-04-08Workarounds to reduce CPU consumptionGary Wu1-5/+10
Change-Id: I94d68cdf58acc03763f18081516aafe2ae9f1efc Issue-ID: INT-994 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-04-05Use Robot password workaround also for RKEGary Wu2-2/+5
Apply the same workaround in 469b46f7230d9a2512c7c2103f51c7e85f69eb5a to the RKE deployment script as well. Change-Id: I9741b3ad52e5bd60cc6c45ae6958898a744409d7 Issue-ID: INT-1016 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-04-04Create OpenStack encrytped pwd for robotMarco Platania2-4/+4
- The new encryption mechanism provided by SO is not compatible with robot decryption algorithm. We create a new environment variable that contains the OpenStack encrypted password in a format that robot can decrypt. Change-Id: Ibce3f17742facb20aff51a2d7e023dcd8351109e Issue-ID: INT-1016 Signed-off-by: Marco Platania <platania@research.att.com>
2019-04-03Remove comment lines in integration_overrideGary Wu1-15/+0
The lines commented out in commit 87c3c73130a15f3084a3576fad8fc0b941afb467 apparently cause issues after translation by HEAT. Removing them completely for now. Change-Id: I14bf726acccc88f9a855970248758e476f5149eb Issue-ID: INT-1014 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-04-03Renable log and pomba to pass health checksGary Wu1-2/+2
Change-Id: Idfbefbfeb65219192986e3037904cb0db41e1a5b Issue-ID: INT-993 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-29Temporarily disable portal URL overrideGary Wu2-18/+18
Temporarily disable portal URL override to debug portal login issues Change-Id: Icbbc702dd2e0a44e2f8506eea4b2174b6a9a9e25 Issue-ID: INT-658 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-29Change k8s to 6 x 32 GB VMsGary Wu2-457/+1
Try 6 x 32 GB deployment instead of the previous 12 x 16 GB to cut down on the coordination traffic. Change-Id: I7228f034b7d1c8c1b075ddf5e1d6a5db8187b29b Issue-ID: INT-993 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-27Clean up RKE scriptsGary Wu5-186/+55
Change-Id: I1508fc314df9a80f09f2dc86194832401f0a7652 Issue-ID: INT-993 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-26First draft of k8s deployment using RKEGary Wu32-0/+2811
Change-Id: Ifa0eb52b64438df64692aaf58b9ef8e5dd7fd32c Issue-ID: INT-993 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-25Temporary workaround to debug rancher CPU issueGary Wu1-5/+5
Change-Id: Id508b3a02f8453a2800787a12787ad201dea0717 Issue-ID: INT-993 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-22Update rancher k8s template IDGary Wu3-3/+3
Change-Id: Ia2afe01c97812ae74faf9945451a00a84c93aa15 Issue-ID: INT-993 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-22Upgrade rancher server to 1.6.26Gary Wu2-4/+4
Change-Id: I898c8261058cc5ccba0e90d4d127c823d9d2ef87 Issue-ID: INT-993 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-19Update cloud pwd encryption mechanismMarco Platania2-1/+90
Change-Id: I7a311d62d7d5cd5d38dc01250a7e327a9eeac267 Issue-ID: INT-988 Signed-off-by: Marco Platania <platania@research.att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-07Override so-catalog-db paramsMarco Platania3-6/+7
- Replace so-openstack-adapter with so-catalog-db Change-Id: I2a7e32eb14b11b71e0ab6d9588603fa08d97c40e Issue-ID: INT-950 Signed-off-by: Marco Platania <platania@research.att.com>
2019-03-04Add enabled flag to integration-overrideMarco Platania3-0/+104
Change-Id: Ifb13c03e0611d86ab10b9262e27ec2490277a4ea Issue-ID: INT-946 Signed-off-by: Marco Platania <platania@research.att.com>
2019-02-18Add redeploy-module.sh scriptYang Xu1-0/+25
Change-Id: Ie082ff0ebfe57bc85febc5edbc49f61a509513c5 Issue-ID: INT-888 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-12-12Upgrade Rancher and k8s versionsGary Wu3-5/+5
Upgrade Rancher and k8s versions to address k8s vulnerability CVE-2018-1002105. Change-Id: I0d6c937f0d30578f2904ccf620fbdae64d8b5d7c Issue-ID: INT-776 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-12-11Support custom hostname for Portal UIGary Wu7-3/+66
Change-Id: If315051577a3bf1367f779d6d1385b17e57c5dc3 Issue-ID: INT-774 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-27Workaround for AAI crashloop issuesGary Wu2-0/+18
Change-Id: I9910cb0e957da6b38f905423fe50c3bad0e72f22 Issue-ID: INT-584 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-27Change settings to allow deployment under loadGary Wu2-1/+7
Change-Id: I2969a7f7accf5bbda61d082bcb60f21dc0f8b685 Issue-ID: INT-584 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-21Use "half-CPU" flavors in TLABGary Wu1-2/+2
Change-Id: I447559c547aaf6f5dd7a1e63c2adfea83757f410 Issue-ID: INT-584 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit 660ea2be6d66bef5aa94e62f551f5f101be12754)
2018-11-20Use 1.3.0 release demo artifactsGary Wu2-4/+6
Change-Id: I7f055ef0c502ed8bb6a8b210cf3baf109ab29a19 Issue-ID: INT-723 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-20Make gerrit_refspec parameters optionalGary Wu5-8/+16
Change-Id: If3dbd009d59f75d9b9f9556c5ece32a40890a383 Issue-ID: INT-584 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-17Add mtu parameter to OOM heat templateGary Wu6-2/+45
Change-Id: Ia478de1f3484fa9b32fe34cf0ec8a5defe118f2e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-14Merge "Refactor k8s VM init script to use cloud-init"Yang Xu5-233/+916
2018-11-14Refactor k8s VM init script to use cloud-initGary Wu5-233/+916
Refactor k8s VM init script to use cloud-init to do apt dist-upgrade and reboot first before installing rancher agent. Change-Id: Id3d58d276673aff1d0d14bee103d1cdd9f7a3d3e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-14Enable AAF for APPCGary Wu2-10/+4
Change-Id: Ibebf7d82c4b07b1484efe79f4e4e05c68f45c261 Issue-ID: APPC-1237 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-14Revert "Enable VVP for daily deployment tests"Gary Wu2-4/+0
Change-Id: Idaf901162475de97a5af4c2ca41f1d73272f0b77 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-13Reduce sizes of etcd and orch VMsGary Wu4-5/+42
Reduce sizes of etcd and orch VMs. Also add one more orch VM for resilience. Change-Id: I8947e0fb6af7e788146e6a67f165b9dbc879dcf6 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-13Enable APPC SDNC clustering for deployment testsGary Wu2-8/+8
Change-Id: I1feb95528968f86136ddd3e48ca3672605d21c71 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-13Enable VVP for daily deployment testsGary Wu2-0/+4
Change-Id: I5a6fefe08f0c6e8af42b9dca5836689a67ea9c6f Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-12Extend security group for VNF scale outMarco Platania2-0/+8
Change-Id: I4ad17efdd59b773e1a1196b62d653f1c960d8cf1 Issue-ID: INT-696 Signed-off-by: Marco Platania <platania@research.att.com>
2018-11-08Tweak k8s deployment footprintGary Wu3-4/+51
Further reduce sizes of Rancher and orchestration VMs, and use the savings to add another k8s compute VM. Change-Id: Ie4976765d4ad3e2954886c746160f650ff9312ea Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-09Merge "Alleviate startup disk contention issues"Yang Xu9-119/+203
2018-11-08Alleviate startup disk contention issuesGary Wu9-119/+203
Add tuneable parameters in the heat template to try to alleviate startup disk contention issues. Also turn off use of RAM disk by default, reduce size of Rancher VM, and use the RAM saved for an extra k8s compute VM. Change-Id: Ic638f33479338ebb9339b249ced9d6fa684935fa Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-08Use non-AAF appc credentials for RobotGary Wu2-4/+4
Change-Id: I53ea2ebf3b406e135618770d8cdda2c217eecaf8 Issue-ID: APPC-1237 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-08Disable AAF for APPCGary Wu2-2/+6
Change-Id: Iaf3cd8acd451eb15703b6ac0c9637e282f936e2a Issue-ID: APPC-1237 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-02Set default namespace to onap for kubectlGary Wu1-1/+4
Change-Id: I531b3a902a91c5b5965f4241bc7d85b3b8707ed6 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-01Run k8s orchestration plane in dedicated VMGary Wu3-4/+44
Running the orchestration plane in the Rancher VM seems less stable. Go back to running the orchestration plane in a separate, dedicated VM instead. Change-Id: Iaf110ad9d433fd716732d881e627841f923ed55e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-31Merge "Reduce OOM k8s footprint further"Gary Wu5-57/+44
2018-10-31Enable AAF credentials for APPCGary Wu2-2/+8
Change-Id: I18e927aa5f5912058b37899061e637ab1f0bfde8 Issue-ID: APPC-1225 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-31Reduce OOM k8s footprint furtherGary Wu5-57/+44
Reduce OOM k8s footprint by using the Rancher VM as the orchestration node. Also cleaned up the rancher deployment script. Change-Id: Ic5594eac2830d83d58d2b0a1fa5eee770d97063d Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-31Merge "APPC OpenStack params for integration-override"Yang Xu2-0/+16
2018-10-31Bug fix in redeploy.shGary Wu1-3/+3
Change-Id: I261e2629e5ab7d71752c41d8ce8175e8919c549e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-31APPC OpenStack params for integration-overrideGary Wu2-0/+16
Change-Id: I94718fae4f309dcd7e457ff60084ad112cd3cc15 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>