summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2019-03-05Merge "Match pdp-d base.conf against image install vars"Alexis de Talhouët1-0/+10
2019-03-05Merge "Add helmchart for policy/api component"Alexis de Talhouët7-0/+272
2019-03-05Merge "Add CDS as new chart"Alexis de Talhouët28-1/+312
2019-03-04Add helmchart for policy/api componentChenfei Gao7-0/+272
Added helmchart for policy-api component. Issue-ID: POLICY-1270 Change-Id: I419f6ba38aaa8161199f09a3dfcc892c6a7bb952 Signed-off-by: Chenfei Gao <cgao@research.att.com> Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2019-03-04Match pdp-d base.conf against image install varsJorge Hernandez1-0/+10
Change-Id: Ib34d2d5e7f0e6a1199f4624ef6cef9542cf6fdde Issue-ID: POLICY-1558 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2019-03-04Merge "updated encrypted passwords with config"Mike Elliott8-63/+70
2019-03-04Add CDS as new chartSylvain Desbureaux28-1/+312
CDS (Common Design Studio) was put in common but with the arrival of a chart that hosts the UI, it seems better to have it into its own "root" chart. For now, CDS chart is being installed if it's set as enabled in SDNC. Change-Id: I73bdcfaeb29b796793374513e152244a41e82d52 Issue-ID: CCSDK-1015 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-03-02Improve override usabilityMike Elliott2-29/+102
Currently when you deploy onap with no override file, the behavior is to deploy everything. In order to deploy a subset of components, an override file must contain all components and then disable the ones you don't want. As we prepare to transfer helm chart ownership to the teams, it will simplify the creation of project specific development override files, if the default behavior for deploying onap was reversed. Allowing override files to only contain the components they care to enable (and configure) and ignore the rest as they would be disabled by default. From this point on, it will be necessary to use an override file (as integration uses for testing) to enable all components. This patch includes an onap-all.yaml override file that may be used for this purpose. helm deploy dev local/onap -f onap/overrides/onap-all.yaml No configuration is part of this override. Its purpose is only to enable the components and is intended to be used in combination with other override files that provide environment specific configuration. Change-Id: I4b74a3a8a35a178298af7205762e2aca7c65dda3 Issue-ID: OOM-1692 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2019-03-01updated encrypted passwords with configRamesh Parthasarathy8-63/+70
The config files have been updated with encrypted passwords using latest algorithm Change-Id: I6b931d106a3706ea76bb8477398bd838162849a2 Issue-ID: SO-1515 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-03-01Merge "[LOG-959] adding p-interface comparison rule"James MacNider1-0/+6
2019-02-28WF Ingress support for SDC deploymentpriyanshu2-0/+48
1. WF Ingress support for SDC deployment 2. By default the ingress is disabled Change-Id: I35943a0100cdee5a3b1dab4a37bb31998f2cbec9 Issue-ID: OOM-1686 Signed-off-by: priyanshua <pagarwal@amdocs.com>
2019-02-27[LOG-959] adding p-interface comparison rulePierre Rioux1-0/+6
Change-Id: I7f52cb8be1f34a7738cd47c0fd4cf7093975d001 Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com> Issue-ID: LOG-959
2019-02-27Merge "Instantiate common cassandra cluster"Borislav Glozman8-93/+119
2019-02-27Merge "Add filebeat sidecar container for dmaap-dr"Borislav Glozman10-0/+453
2019-02-27Merge "Adding helmchart for policy/pap component"Borislav Glozman8-0/+301
2019-02-27Merge "Increase DMAAP message-router-kafka timer"Borislav Glozman1-2/+2
2019-02-26Increase DMAAP message-router-kafka timerYang Xu1-2/+2
Change-Id: I39ff308acc074ed5e8f9e6805cbe273738296990 Issue-ID: INT-941 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-02-26Fix ControllerBlueprints Chartssteve1-3/+3
Change-Id: I182ec361b16ce037871534e16b07a9057684864e Issue-ID: CCSDK-957 Signed-off-by: ssteve <alphonse.steve.siani.djissitchi@ibm.com>
2019-02-26Merge "allign CB and BP containers to OOM"Alexis de Talhouët4-64/+40
2019-02-26allign CB and BP containers to OOMSteve Alphonse Siani4-64/+40
Change-Id: I9cb9c1ba231c2218df0cc857ea3b64f331dac13c Issue-ID: CCSDK-957 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-02-26Merge "Move dh and ph to Helm deployment"Mike Elliott24-174/+956
2019-02-25Merge "LOG-958: PNF comparison rule"James MacNider1-2/+56
2019-02-25Adding helmchart for policy/pap componentramverma8-0/+301
Change-Id: I134b9731bf5f72bd562d6abc3f759a9ef244bf27 Issue-ID: POLICY-1483 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-02-25Merge "Fix nodeSlector and Affinity for aai charts"Borislav Glozman14-48/+76
2019-02-25Merge "Ensure create database schema job logs stored"Borislav Glozman2-2/+7
2019-02-25Merge "OOM-1373 Add missing label release to components"Borislav Glozman21-0/+163
2019-02-25Merge "Add vfc catalog volumn"Borislav Glozman5-0/+115
2019-02-24Merge changes I52c33d1d,I162e4119Mike Elliott2-1/+1
* changes: Update fProxy keystore Update Babel image to latest STAGING
2019-02-23Ensure create database schema job logs storedHarish Venkata Kajur2-2/+7
in the host system so when the pod dies unsuccessfully, we can investigate the root cause of the problem Issue-ID: AAI-1958 Change-Id: Ia151f597f9cce643c0e250a119a5606525d99ee7 Signed-off-by: Harish Venkata Kajur <vk250x@att.com> (cherry picked from commit d497ce2e786598556501e0a6c65797e7085fa6b9)
2019-02-22Merge "Removed apih, bpmn, requestdb and sdc datasource"Mike Elliott5-72/+7
2019-02-22Merge "Add the schema service helm charts"Mike Elliott28-1419/+2027
2019-02-22LOG-958: PNF comparison ruleNorm Traxler1-2/+56
Issue-ID: LOG-958 Change-Id: Ib537cfa7b1bc75f12564bcb14165cb70632c1b63 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-02-22Merge "align pomba dr with aai dr 1.3.3 for CMR"James MacNider1-1/+1
2019-02-22OOM-1373 Add missing label release to componentssushil masal21-0/+163
Issue-ID: OOM-1373 Change-Id: Ifc6593a7e8f8622bfec29b942c5c75cdb59c997d Signed-off-by: sushil masal <sushil.masal@amdocs.com>
2019-02-22Removed apih, bpmn, requestdb and sdc datasourceRamesh Parthasarathy5-72/+7
The config files for apih, bpmn, requestdb and sdc have been removed of their data sources to address container errors we face with so pods and removed space in openstack override.yaml. Change-Id: I004e4455042d7e909361150831e55048816120c2 Issue-ID: SO-1515 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-02-21Update image to Dublin StagingBrian Freeman1-1/+1
Issue-ID: INT-829 Change-Id: I1e0ba4ea83941807aebfdc43da9312c3e4c11632 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-02-21Merge "[LOG-957] new generic compare rule; add netwrkList"James MacNider1-280/+198
2019-02-21Merge "ND Context Builder Updates for port/p-interface"James MacNider1-1/+2
2019-02-21align pomba dr with aai dr 1.3.3 for CMRMichael O'Brien1-1/+1
Change-Id: Idfc93d5900fbda6373576d47d20e5a37fa3f4f36 Issue-ID: LOG-982 Signed-off-by: Michael O'Brien <michael@obrienlabs.org> (cherry picked from commit 4b31147244a5ca652b76336c182a193423f79a06)
2019-02-21Move dh and ph to Helm deploymentJack Lucas24-174/+956
- patchset 2 fixes copyrights - patchset 2 removes unused config.json files Issue-ID: DCAEGEN2-1091 Issue-ID: DCAEGEN2-1092 Change-Id: I6e3ecadb3bb18771bc4d0f7deb0c2865c1e1e236 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-02-21Add filebeat sidecar container for dmaap-dreconwar10-0/+453
Change-Id: I3f81a683832ec37598e165c859944ab97a9ffc51 Issue-ID: DMAAP-853 Signed-off-by: econwar <conor.ward@est.tech>
2019-02-20Merge "Support version flag in helm deploy"Mike Elliott1-5/+11
2019-02-20Merge "Fix music-cassandra statefulset failing"Mike Elliott1-0/+2
2019-02-20Merge "Fix dmaap-dr-prov deployment failing"Mike Elliott1-2/+2
2019-02-20Merge "Fix dmaap-dr-node deployment failing"Mike Elliott1-2/+2
2019-02-20Update dates in LICENSEjmac1-2/+2
Change-Id: I3f682321434c2eef577041ecc207903a5a110262 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1665
2019-02-20Merge "Fix sdnc ansible server issue"Alexis de Talhouët1-0/+3
2019-02-20Merge "Add vFWDT and changeOpenECOMP_ETE install"Mike Elliott4-6/+100
2019-02-20Fix sdnc ansible server issueTimoney, Dan (dt5972)1-0/+3
Due to change by APPC to CCSDK ansible server, SDNC needs to add back the endpoint command for its ansible container (which it had been getting from the ENDPOINT defined in the Dockerfile. Change-Id: Iecaf32d59554ef8bb461f12aa84d3b2f10ebb85a Issue-ID: SDNC-639 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-20Merge "Fix contrib-netbox-app deployment failing"Mike Elliott1-1/+3