aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2020-04-16[AAF] Use common secret in sms preloadKrzysztof Opasiak5-30/+273
Use common secret template and init container to fill config files for job that preloads secrets to SMS. Init container is prepared for temporary workaround required by the OOF team to encrypt passwords before storing them in sms. The only thing that has to be done is to instead of just assigning for example: export AAI_PASS=${AAI_PASS_PLAIN}; do export AAI_PASS=`awesomeEncryptCommand ${AAI_PASS_PLAIN}` Issue-ID: OPTFRA-720 Change-Id: I0ada7de0aa8710580ccf51cb9ab0822b81b4f46a Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-04-16Merge "[Contrib] Add EJBCA Server"Krzysztof Opasiak14-11/+363
2020-04-16[POLICY] Use common secret template in brmsgwDominik Mizyn3-6/+59
Use common secret template in brmsgw module instead of hardcoding them in config map. For now creds are hardcoded but this will be remove in further commits. Issue-ID: OOM-2342 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Ic6ea25004d87d993b40df838dd30a71e25386b2c
2020-04-16Update git submodulesBrian Freeman1-0/+0
* Update kubernetes/robot from branch 'master' to 431689c7879a92be54477f13f8e39908db5f07f2 - Handle less than /16 oam network Matching changes in testsuite and demo Issue-ID: INT-1527 Change-Id: Iac7cdb735c4544e0d6bc79c444ba9de32b79fc32 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-04-15[POLICY] legacy pdp health + new image versionsjhh10-10/+10
Issue-ID: POLICY-2471 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ia05d2c52e99757dafff4ac8bbcc7ef4269734707 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-04-15[Contrib] Add EJBCA ServerSylvain Desbureaux14-11/+363
EJBCA Server is used to test that CMPv2 Certificate handling is well done in ONAP. Issue-ID: AAF-1083 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I5e2d25b68b5cd80d3c7bf282ce871dd81e711ff6
2020-04-15Merge "[COMMON] Remove hardcoded mariadb-galera password"Sylvain Desbureaux1-1/+1
2020-04-15Merge "Updated SDNC version"Sylvain Desbureaux5-5/+5
2020-04-15Update VFC nslcm & vnflcm & gvnfm component version to 1.3.9yangyan3-3/+3
Change-Id: I7f432f2db6df8912b874a2bd11c0424ea9e2389d Issue-ID: VFC-1644 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2020-04-14Merge "[COMMON] Allow use of second Node Port Prefix"Krzysztof Opasiak1-1/+32
2020-04-14Merge "test DMaaP connection via https"Krzysztof Opasiak2-6/+3
2020-04-14Merge "Update Portal with release artifacts"Sylvain Desbureaux4-4/+4
2020-04-14[COMMON] Allow use of second Node Port PrefixSylvain Desbureaux1-1/+32
OOM uses two node port prefix. Templates were not able to use the second one. This patch allows templates to use the second node port prefix and also to override on a per chart basis the value of the node port prefix. Issue-ID: OOM-1971 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I05f43e3dad93d6f0fbf575657ea41082e7c91053
2020-04-14Merge "Add dmaap-listener prop files"Krzysztof Opasiak7-3/+117
2020-04-14Update git submodulesMorgan Richomme1-0/+0
* Update kubernetes/aai from branch 'master' to 0c4cd899d53538202c23030ab278984897aede94 - Merge "Use released schema-service 1.6.7 container" - Use released schema-service 1.6.7 container Issue-ID: AAI-2838 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Id996c09778a2209ed938cca4b64876e6221210d3
2020-04-14test DMaaP connection via httpsaosull012-6/+3
Issue-ID: EXTAPI-427 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: I2a35284b9de2153b473b4bdde1d77be6a015b620
2020-04-14[COMMON] Remove hardcoded mariadb-galera passwordKrzysztof Opasiak1-1/+1
The time has come! All ONAP charts use now common secret template at least for the mariadb-galera root password (and most of them also for user part). This means that it should be now safe to remove hardcoded mariadb-galera root password and depend on common secret template to generate it for every deployment. No more secretpassword!:D Issue-ID: OOM-2342 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ib9d8bbcc45bfd85a4d762c716c03dba23d901009
2020-04-14Merge "[POLICY] Use common secret template in whole policy module"Krzysztof Opasiak8-29/+110
2020-04-14Merge "Addressed openstack override file missing requestDB endpoint"Sylvain Desbureaux1-0/+4
2020-04-14Merge "dcae version revision"Sylvain Desbureaux2-2/+2
2020-04-13Update Portal with release artifactsstatta4-4/+4
Issue-ID: PORTAL-842 Signed-off-by: statta <statta@research.att.com> Change-Id: I240051c30b1b71c6e7fc47bdaebe36bc519dd3fb
2020-04-13Updated SDNC versionDan Timoney5-5/+5
Update to use version 1.8.1 of SDNC images, which contain fix for SDNC-1145 (pods still running as root) Issue-ID: SDNC-1145 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie596e45958d926e4742b688eec48b887326ddb60
2020-04-10[POLICY] Use common secret template in whole policy moduleKrzysztof Opasiak8-29/+110
All subcharts are ready so now we can remove hardcoded mariadb credentials in policy module and depend on common secret chart to generate them for us at the deployment time. Issue-ID: OOM-2342 Change-Id: I84bfc30511312be0b2e614ddff4676f36d85619b Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-04-10Addressed openstack override file missing requestDB endpointRamesh Parthasarathy1-0/+4
integration team reported that openstack is missing request db adapter endpoint from override file. This has been addressed here. Issue-ID: SO-2801 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: I1f67575fbea813587ec83c7ff88bc294c09eef71
2020-04-09dcae version revisionVijay Venkatesh Kumar2-2/+2
1.12.5 bootstrap DL 1.0.2 (non root) PMSH 1.0.3 (bug fixes) 1.0.3 MOD/runtime (bug fix) Change-Id: If5dba38f38dbafb18d310183d6ac2a481989b06f Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2194 Issue-ID: DCAEGEN2-2171 Issue-ID: DCAEGEN2-2181 Issue-ID: DCAEGEN2-2173 Issue-ID: DCAEGEN2-2175 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2020-04-09Changing log writes location to /var/log for oof/hasIkramullah, Ikram2-6/+6
The log locaitons that the processes write to should be a common place so that a non-root that starts the process can be setup to manage the writes to that location. Chaning all log locations to /var/log where user 'onap' has been given write access to. Issue-ID: OPTFRA-711 Signed-off-by: Ikramullah, Ikram <ikram@research.att.com> Change-Id: I524534179b98c29acaf697dabdddd63b213199ba
2020-04-09Update git submodulesKanagaraj Manickam1-0/+0
* Update kubernetes/robot from branch 'master' to a995fce78ae63d33a0c48d825001ed7faea3b18f - Robot HC CLI port setting Issue-ID: CLI-261 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Change-Id: I11ea69bf16f5e57b680c7a8260453c893a4bdd02
2020-04-09Enable NBI Module in 5G Network Slicing use case override filezhangqingjie1-1/+1
Issue-ID: OOM-2360 Enable NBI Module in 5G Network Slicing use case override file Signed-off-by: zhangqingjie <zhangqingjie@huawei.com> Change-Id: I05d53cd82a037b076b0935ad6a629d094415a3dc
2020-04-09Merge "[Contrib] Authorize choice of subcomponents"Sylvain Desbureaux67-1/+37
2020-04-09Merge "Portal chart missing image name"Sylvain Desbureaux2-0/+2
2020-04-08Update git submodulesKrzysztof Kuzmicki1-0/+0
* Update kubernetes/robot from branch 'master' to 4b3ce28d5c42f2bc8ca9445545895aa34ff09a03 - Enhance 5g bulk PM test case in order to use blueprints from DCAE inventory Issue-ID: INT-1521 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: Ia99231521dfb1755177a9ac1ad8c43771b4c8726
2020-04-08[Contrib] Authorize choice of subcomponentsSylvain Desbureaux67-1/+37
Instead of forcing installation of all contrib components, make the installation of these components enabled with a toggle, so each person can choose to install a subset, all or none. Issue-ID: OOM-2352 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie112fe1f1864587b9ac69f18967a3c28d16bdbbe
2020-04-08Portal chart missing image nameOndřej Šmalec2-0/+2
aafAgentImage is missing in values.yaml after recent change. Because of that only repository is visible in helm template. common/common/templates/_aafconfig.tpl: image: {{ (default $dot.Values.repository $dot.Values.global.repository) }}/ {{ $dot.Values.global.aafAgentImage }} Issue-ID: OOM-2358 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I9be639dfb57cbd1263f02a485d359e747707d48e
2020-04-08Merge "Release MSB discovery 1.2.6 docker"Sylvain Desbureaux3-3/+3
2020-04-08Merge "AAF OOM 2.1.20"Sylvain Desbureaux26-135/+275
2020-04-08Release MSB discovery 1.2.6 dockerHuabing Zhao3-3/+3
Issue-ID: MSB-456 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I0c2df32ead7254d0b243d5120afed66e78785045
2020-04-07Update git submodulesForsyth, James (jf2512)1-0/+0
* Update kubernetes/aai from branch 'master' to 9b27009ab70a2d4fccd43247f7dbb887cb944293 - Set model-loader release 1.6.2 Issue-ID: AAI-2580 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com> Change-Id: Ic4f6adfc052cd2a006ddfb3ee53d2c9dc98e5cae
2020-04-07Merge "Adding trust-store and trust-store-password params"Krzysztof Opasiak1-2/+6
2020-04-07Merge "Add healthcheck for legacy PAP"Krzysztof Opasiak3-0/+61
2020-04-07Merge "Portal-app auto cert gen"Krzysztof Opasiak13-151/+141
2020-04-07Add dmaap-listener prop filesDan Timoney7-3/+117
Add dmaap-listener properties files Issue-ID: SDNC-1138 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I534871a3d690bf86cb2e655f8fb6910a04a1a559
2020-04-07Merge "Add optf-cmso oom helm charts"Krzysztof Opasiak11-36/+67
2020-04-07Merge "[SDNC] Provide hardcoded aaiclient.properties file via helm"Krzysztof Opasiak2-0/+6
2020-04-07Merge "[SDNC] Correct config directories for ODL"Krzysztof Opasiak1-4/+5
2020-04-07Merge "Change DMaaP plugin to use https"Krzysztof Opasiak1-3/+2
2020-04-07Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to eb70b3f12b30d4d7ea010723707db8c3e2ef2354 - Update charts with release images Issue-ID: AAI-2580 Change-Id: Icd5f1a1b025defcc747cafa97bd65fd764392be6 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-04-07Adding trust-store and trust-store-password paramswaqas.ikram1-2/+6
for MSB Change-Id: I4a23fccbc50453969f1c1d0665933f88ea4971ff Issue-ID: SO-2574 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-07Merge "Added trust store for SOL003 Adapter & ETSI Catalog Manager"Sylvain Desbureaux4-6/+27
2020-04-07AAF OOM 2.1.20ChrisC26-135/+275
Cleaned up up configs, JDK11 fixes, Hello and Agent works, now a model for Apps non-root fix Issue-ID: AAF-1081, AAF-1102 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I4947075029db8abd7d2072b6b82064af8e2daa3e
2020-04-07Portal-app auto cert genChrisC13-151/+141
Migrate to auto cert gen using latest templates Minor updates to align portal-sdk to latest templates Issue-ID: PORTAL-847 Depends-On: Ie3f5ae5c2a37d816afc42d2c67ebe8e40e749c79 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ib457b0940d549168ebc173d9b1f953bb933088a1