aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat
AgeCommit message (Collapse)AuthorFilesLines
2021-01-04cleanup.sh does not delete AAI cassandra keyspacemrichomme1-0/+6
Issue-ID: INT-1510 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I74a0e0ddd6d023f6e18ebc41b1affb244a27c0b1
2020-11-02Update rke config for windriver deploymentmrichomme1-1/+4
Issue-ID: INT-1763 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Idde89623869a98ba625a1ee7ffd09596fbb9b62d
2020-08-31update policy staging imagesjhh2-16/+10
Issue-ID: POLICY-2794 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Id9ee90bf303f77c1e6db91ae2ce6a7166934c64d
2020-08-24update policy staging imagesjhh1-11/+7
Issue-ID: POLICY-2794 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I2d4cffc3350a28ed17ec3aedafd78691c1e11808
2020-08-06Manual revert of kubernetes version in rke scriptsmrichomme1-1/+1
- 1.15.11 not supported - 1.15.3 is OK on Nokia lab - OOM reco is 1.15.x up to frankfurt Impossible to revert through gerrit Do it manually Issue-ID: INT-1677 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I67f8f65aab4d77f8c341b10c195c86a2f8be8901
2020-08-05Update Kubernetes rke versionmrichomme1-1/+1
it remained in 1.15.3 on windriver lab It shall be 1.15.11 Issue-ID: INT-1677 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I889cb52ec4d41929b56ae8416584d73430a5bd59 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-06-08Update helm and kubectl versionsBrian Freeman1-2/+2
Issue-ID: OOM-2331 Change-Id: Ie97218cd7df55c6819f1bb01db52a140870f641a Signed-off-by: Brian Freeman <bf1936@att.com>
2020-05-22add uuid image overridejhh1-0/+5
Issue-ID: INT-1599 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I6b5f14c6abf594d7947d08939476358cf16f35e8
2020-05-07Add policy and sdc staging images overridesjhh2-0/+32
Issue-ID: INT-1585 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ia2682bc293ea403b56d3f4d27d6a1c219e6e90eb
2020-04-02Update SO and VID docker versionMarco Platania1-11/+11
Issue-ID: INT-1462 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I49d3fc837e58c9e2f8b879c04c84317e8bd320ba
2020-04-01Update SDC and Portal docker image versionMarco Platania1-12/+12
Issue-ID: INT-1462 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ib50de36def25dd4b4330c8a5bcccf453b767efe8
2020-03-27Set SKIP_LINT=TRUE to speed up installationMarco Platania1-1/+1
Issue-ID: OOM-2335 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I803781947a9fe84e153cdbd6f94d9f21b8bcdb6f
2020-03-25corrected the hardcoded DB pod-namesandreasgeissler1-3/+3
Issue-ID: INT-1484 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: I7f1670a79db751087f722a1196e2de23448f7a2a
2020-03-24misnaming of pap componentjhh1-1/+1
Issue-ID: POLICY-2296 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I3addd7de51fa2ca4b1e76e95a9f0e91d1e1ca3e9 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-03-13Update image versions in integration overrideMarco Platania1-18/+17
Issue-ID: INT-1462 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ib14e88d854bc36c7ca16997a1f26d232bcd97ce4
2020-02-28Update integration-overrideMarco Platania1-2/+6
Issue-ID: INT-1462 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ia9774f37b8b5288d4cdf59cd5457c6f1ad318f6c
2020-02-25Update docker image versions in override fileMarco Platania1-26/+31
Issue-ID: INT-1414 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I1132f9d4938338868eac75f8a092de9e560950ae
2020-02-21Fix YAML linter indentation errors in yaml filesBartek Grzybowski2-10/+10
Change-Id: I5548de0d7afb0e249ab8b6dbc93c102a2a2ac648 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1451
2020-02-21Fix YAML files linter errors for superfluous spaces/new linesBartek Grzybowski2-3/+1
Change-Id: Id2b6b0966e07104b32c98053de04bd359dfef803 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1451
2020-02-21Fix YAML files linter errors for trailing-spaces ruleBartek Grzybowski1-1/+1
Fixed files that had trailing spaces. Change-Id: I40782bc3a934846372653a0086f1c1fe50bc02c3 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1451
2020-02-14[INT-1437] : Incorrect characters causing issuesDarraghEgan1-84/+85
The policy section in the file ~/integration/deployment/heat/onap-rke/staging-image-override.yaml has the wrong space characters/tabs that is causing some issues for parsing the yaml file. Issue-ID: INT-1437 Signed-off-by: DarraghEgan <darragh.egan@est.tech> Change-Id: I5cc683e12e4bca29f8740ad6b43b2ee8a8414fa1
2020-02-11Fix invalid dash character for verbose flagBin Yang1-2/+2
Change-Id: I0c816265c88e28a2f32e5c53afae51c18aa14b10 Issue-ID: INT-1217 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2020-01-29Update APPC image tagMarco Platania1-2/+2
Issue-ID: INT-1414 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Id532a57a1be0207cca90a9c2b3c111f191f0062e
2020-01-16Update docker images in integration overrideMarco Platania1-21/+21
Issue-ID: INT-1414 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Iabc25330dd803bedcaa8c321b5ff45619782884e
2019-12-11add k8s ip variableBrian Freeman1-0/+1
Issue-ID: PORTAL-782 Change-Id: If5418a0445a322c5c6b88237bdfab38826f3c988 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-12-11Add AAI section to image override fileMarco Platania1-0/+19
Issue-ID: INT-1217 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I4c4ba5bdc24b4e2594bdc2b3d1d272c1c3a6c3bb
2019-12-11update staging overrideBrian Freeman1-1/+1
Issue-ID: INT-1217 Change-Id: I3c740af530e990dc1e74746c7ecc33f1101e7b1c Signed-off-by: Brian Freeman <bf1936@att.com>
2019-12-04Fix cds image refBrian Freeman1-2/+2
Issue-ID: INT-1217 Change-Id: I3a12608189a0489ecd19585fca157f03db13d4fa Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-18Added missing parameters for cleanup.sh callandreasgeissler1-2/+2
Fixed trailing space Issue-ID: INT-1368 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: I72e6fc1133a16cb2cd33e44666f11f9919620bbe
2019-11-14Fix verbose flagBrian Freeman1-2/+2
Issue-ID: INT-1217 Change-Id: I231786a0f58475920e339d201824859d9932e037 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-01add env variableBrian Freeman1-0/+4
Issue-ID: INT-1217 Change-Id: Ibc46dc631edc2738b730d77c2a1c045c17d24dee Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-01Fix if/fi on stack createBrian Freeman1-1/+4
Issue-ID: INT-1217 Change-Id: I94a9d2a4f3e98a2c08ee7dc2af40c6fc718c23f4 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-10-31Fix for staging override deploymentBrian Freeman3-5/+23
Issue-ID: INT-1217 Change-Id: I35f14f04b6e11b22747c9fb71d11ad4d3c1ddcf9 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-10-30Frankfurt Staging overrideBrian Freeman2-46/+156
Add script to automatically generate the file as a test Issue-ID: INT-1217 Change-Id: I9e1dc9b4b2d409ce162e098c90786e3ddce72146 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-10-15Update demo artifacts version number to 1.6.0-SNAPSHOTMarco Platania1-2/+2
Issue-ID: INT-1073 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Idbbebf9984f091c32347cdea2faf82ffa90918dd
2019-09-30Loosen sdc liveness readiness probeBrian Freeman1-0/+18
Issue-ID: INT-1290 Change-Id: Iac5a16dae644a61de04bca00f49f14ae98dac995 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-16Fix DCAE cleanup processMarco Platania1-1/+1
Issue-ID: INT-479 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I360d9887842ac8e86e3a52f7a549367dc63ccb7d
2019-09-13Add sdc keyspaces and longer timeoutBrian Freeman2-3/+4
Issue-ID: INT-1244 Change-Id: I5bc0f4e02ac3d2d8df867f76327e588353c76da8 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-11Deploy CDS in integration-overrideAbdelmuhaimen Seaudi1-0/+3
Issue-ID: OOM-2085 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I324b58868286971c93a54ae269517e20b954d759
2019-09-09Update robot imageBrian Freeman1-0/+2
Issue-ID: INT-1217 Change-Id: I5d7802def53d986a0bed16151afa806cba96becb Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-04Update latest staging portal docker imagesWelch, Lorraine (lb2391)1-1/+9
update to 2.6.0-STAGING-latest for now to test Issue-ID: PORTAL-685 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: I5a49caa40c05569a1a5fea2f3378c2a9fd2c064f Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-09-04Update SDNC/CCSDK staging versionsTimoney, Dan (dt5972)1-11/+11
Update staging versions of CDS and dgbuilder to 0.6-STAGING-latest and of SDNC to 1.7-STAGING-latest Change-Id: I4a2a5f3ecdc2ed6085aa31c9e16fe1352e52dbe1 Issue-ID: SDNC-874 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-29Bump infra components version upMarco Platania3-6/+6
Issue-ID: INT-1231 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I3b883ed67e7c34ddf6d92f7069c859a4496ae31f
2019-08-23Add SO STAGINGBrian Freeman1-0/+21
Issue-ID: INT-1217 Change-Id: Id19619f999dbe00e8501cdc029a0bf5788efd28f Signed-off-by: Brian Freeman <bf1936@att.com>
2019-08-22Add staging image overrideBrian Freeman1-0/+68
Issue-ID: INT-1217 Change-Id: I3b4f83552856d8551bba4787899d8901845fc4e6 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-08-16Make cleanup script more genericMarco Platania2-15/+46
- Fix usage instructions - Correct wrong input sequence Issue-ID: INT-1073 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ic01eb302d92d893d17eb71a9341be514cb12dc3f
2019-08-15add -n onap and job to cleanupBrian Freeman1-4/+4
Issue-ID: INT-1204 Change-Id: I907bb48c2eee62d9448c99a49e4446771113ceff Signed-off-by: Brian Freeman <bf1936@att.com>
2019-08-14Revert zfs and ceph volumeBrian Freeman2-4/+13
Issue-ID: SDC-2502 Change-Id: Ief0bfdc02b05dca33a99d6a041ba905fb3cfd780 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-07-30Correct minor issues in onap deployment scriptsKonrad Bańka3-5/+11
Generated by deploy.sh heat template has been fixed to allow provisioning onap without proxy. Some minor fixes have been also implemented in openstack resources checks and git operations. Issue-ID: MULTICLOUD-708 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: Ie97b1845e217068a1c5634fbf8f2864cd4a4da29
2019-07-30change flavor for longer live migration timeoutBrian Freeman1-3/+3
Issue-ID: INT-835 Change-Id: I40ba07a98e9b57d9d7ba6232dc8836a0899c3366 Signed-off-by: Brian Freeman <bf1936@att.com>