aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-03-27[SO] Use common secret template in so-mariadbKrzysztof Opasiak7-32/+98
When porting so-mariadb component I've not noticed a few DB credentials hardcoded in shell scripts... Let's fix this and move all of them to common secret template Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I8b42b22b1eb67ee8f15aebf0f4fccaa62cf6fde5
2020-03-27Merge "policy changes pre-1st policy release in frankfurt"Krzysztof Opasiak19-96/+280
2020-03-27Merge "[POLICY] Use common secret template in drools"Krzysztof Opasiak4-3/+17
2020-03-27Update git submodulesmrichomme1-0/+0
* Update kubernetes/robot from branch 'master' to a8e1918a02156ecec86409948d400669c2e67bb7 - Adapt CLI healthcheck test for HTTPS CLI provided a new docker version fixing the security issue consisting in exposing HTTP public port The code of the associated healthcheck must be updated Issue-ID: INT-1501 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I0b66afa3d77be490ddf914d3a0cc3adae0636da0
2020-03-27Merge "update releae version of vfc-nslcm & vfc-vnflcm"Sylvain Desbureaux2-2/+2
2020-03-27update releae version of vfc-nslcm & vfc-vnflcmyangyan2-2/+2
Change-Id: Iedfa51903c695ab29ee3060a85c1537c42335f6d Issue-ID: VFC-1644 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2020-03-26[POLICY] Use common secret template in droolsKrzysztof Opasiak4-3/+17
Use common secret template in drools module instead of putting db credentials in a single secret file to allow usage of external secret mechanism. For now db creds are hardcoded but will be remove in further commits. Issue-ID: OOM-2342 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I377b71d76b0b37e919ea841586bb6d5c22107952
2020-03-26Merge "[COMMON] Handle generic secrets in secretFast"Krzysztof Opasiak1-1/+4
2020-03-26Merge "[COMMON] Add annotations to resource metadata tpl"Krzysztof Opasiak1-1/+4
2020-03-26Update git submodulesJames Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 93f574789eee8a44d9e77b940e352a9c413d5819 - Merge "[AAI-2765]-Sparky cannot communicate with search-data-service (certificate issue)" - [AAI-2765]-Sparky cannot communicate with search-data-service (certificate issue) Issue-ID: AAI-2765 Change-Id: I06b024d7a9a30de13e5adb2b087a83414bd1a64e Signed-off-by: rajeevme<rajeev.mehta@amdocs.com> Change-Id: I0ac22f77c445747303961fb35266194d697046df
2020-03-26Merge "[MODELING] Use faster version of common secret template"Sylvain Desbureaux2-2/+2
2020-03-26Merge "update certs fix the issues while toggling the aaf and prometheus ↵Sylvain Desbureaux12-17/+85
flags add Prometheus monitoring to message router"
2020-03-26Merge "[DMAAP] Use faster version of common secret template"Sylvain Desbureaux6-13/+13
2020-03-26Merge "[VID] Use faster version of common secret templates"Sylvain Desbureaux3-5/+5
2020-03-26policy changes pre-1st policy release in frankfurtjhh19-96/+280
Miscellenous changes to keep up with all necessary oom modifications to support first set of released deliveries. PS1,PS6: PDP-D offline support. PS2: PDP-D PDP Group support. When PDPs register with PAP, they now have to specify their PDP group. Added the default group to the config file. PS3: PDP-A config file changes to add PDP group and native policy type. PS4, PS6: API add new preloaded policy types. PS5: Set snapshot versions for current release testing. PS[7-9]: https dmaap support for pap,pdp-x,distribution,pdp-a. PS10: PAP healthcheck configuration. PS11: Update LICENSE headers. PS12: Preload onap.policies.controlloop.operational.Common operational type. PS13: PDP-D drools base.conf remove JAVA_HOME PS14: add preloaded operational policies for apex in api component, and JDK 11 for legacy engine components. PS15: apex updated supported policy types, and remove duplicate preloaded policy type from api (operational Common). PS16: added api preloaded policy. PS17: distribution + more api preloaded policies PS18: amsterdam.pre.sh point to pdpd-cl-entrypoint.sh PS19: rebase and remove references to amsterdam in drools (deprecated) PS21: replace url with host/port for new actor design PS22: add trailing "/" to context URIs PS23: restore SO_URL as it may be needed for old actors/rules PS24: update to released images PS25: updated brmsgw.conf to latest images Issue-ID: POLICY-2296 Change-Id: I52232f65db19a50dd3c9baf052242c6d79675264 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Signed-off-by: Jim Hahn <jrh3@att.com> Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-03-26Update git submodulesmrichomme1-0/+0
* Update kubernetes/robot from branch 'master' to 656326e3073f9f8fd4139bb1e585722d8025cb75 - Adapt NBI robot healthcheck to HTTPS Issue-ID: EXTAPI-415 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I9caaf093c56bf6a6b0d7564dca7485cec811cb22
2020-03-26[COMMON] Handle generic secrets in secretFastSylvain Desbureaux1-1/+4
Generic secrets needs filePaths key in their dictionary which was not correctly handled by previous implementation of secretFast. Issue-ID: OOM-2051 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Idc1062db5867bd23d580fbe59c90c0ce410151ce
2020-03-26Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 19dac30852f1dcde2fbebbacad15852c8a9b1f34 - Replace expiring AAF cert Issue-ID: AAI-2842 Change-Id: I9c55ea4c472692bf3c335f277ff78834831c842b Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-03-26Merge "[APPC] Use faster version of common secret templates"Sylvain Desbureaux2-10/+10
2020-03-26Merge "[VFC] Use faster version of common secret template"Sylvain Desbureaux9-9/+9
2020-03-26Merge "[PORTAL] Use faster version of common secret template"Sylvain Desbureaux2-3/+3
2020-03-26Merge "[NBI] Use faster version of common secret template"Sylvain Desbureaux2-3/+3
2020-03-26Merge "[CDS] Use faster version of common secret template"Sylvain Desbureaux3-5/+7
2020-03-26Merge "[DCAEMOD] Use faster version of common secret template"Sylvain Desbureaux6-8/+9
2020-03-26[COMMON] Add annotations to resource metadata tplSylvain Desbureaux1-1/+4
Resource Metadata template can now have an optional "annotation" field in dict, which can be useful for post install job for example. Issue-ID: OOM-1971 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib25ce4e09a7a51a35cf878e1c1198370e6dd2b20
2020-03-26Merge "[SO] Use common secret template in so-sdnc-adapter"Sylvain Desbureaux3-16/+44
2020-03-26Merge "[SO] Use common secret template in so-sdc-controller"Sylvain Desbureaux3-16/+44
2020-03-25[APPC] Use faster version of common secret templatesKrzysztof Opasiak2-10/+10
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I8b6d8f649d8ae45d232cd853f4f194534f8031cf
2020-03-25[VID] Use faster version of common secret templatesKrzysztof Opasiak3-5/+5
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I87995de66dca0b3a6d159a09ee2dc8fca2989cce
2020-03-25[VFC] Use faster version of common secret templateKrzysztof Opasiak9-9/+9
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I26c3b15e837ead96477d95312cb450a623ec16ae
2020-03-25[PORTAL] Use faster version of common secret templateKrzysztof Opasiak2-3/+3
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ieb4027d738041e1bd8d8238b74c3615dce2971eb
2020-03-25[NBI] Use faster version of common secret templateKrzysztof Opasiak2-3/+3
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I84509f2b6eb04585055bb7a5b0cfd957785f53fb
2020-03-25[MODELING] Use faster version of common secret templateKrzysztof Opasiak2-2/+2
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I78da9c8786642531ce57475869eaeb6c21fd0376
2020-03-25[DMAAP] Use faster version of common secret templateKrzysztof Opasiak6-13/+13
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Id21c3e75c1e7a79066ac25c83c4788929412effd
2020-03-25[DCAEMOD] Use faster version of common secret templateKrzysztof Opasiak6-8/+9
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I0b497c942fed2d7f2e218b3879117ac272828d73
2020-03-25[CDS] Use faster version of common secret templateKrzysztof Opasiak3-5/+7
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ic54ae02070aad1ce5320cb319681c3c85271699b
2020-03-25update certssu622b12-17/+85
fix the issues while toggling the aaf and prometheus flags add Prometheus monitoring to message router Issue-ID: DMAAP-1411 Change-Id: I80cbaa4e9d7d015fd4976c2e672335b63f7426ca Signed-off-by: su622b <su622b@att.com>
2020-03-25VID: Update to version 6.0.4 (Frankfurt RC3)Ittay Stern1-1/+1
This build handle DB password special characters Issue-ID: VID-786 Issue-ID: VID-779 Change-Id: I48f3da564d1ea9314cb779021438241dd6113ba1 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-25Merge "Disable plain HTTP on production interface of HV-VES"Morgan Richomme1-1/+2
2020-03-25Merge "[SO] Use common secret template in so-vfc-adapter"Krzysztof Opasiak3-16/+44
2020-03-25Merge "[SO] Use common secret template in so-request-db-adapter"Krzysztof Opasiak3-16/+44
2020-03-25Merge "[SO] Use common secret template in so-openstack-adapter"Krzysztof Opasiak3-16/+44
2020-03-25Merge "[SO] Use common secret template in so-monitoring"Krzysztof Opasiak3-19/+45
2020-03-25Merge "[SO] Use faster version of common secret template"Krzysztof Opasiak6-14/+14
2020-03-25Merge "[COMMON] Optimize common secret template"Krzysztof Opasiak17-31/+263
2020-03-25Merge "Fix wrong underscore configuration"Sylvain Desbureaux1-1/+1
2020-03-25Merge "update ves collector version from 1.5.3 to 1.5.4"Sylvain Desbureaux1-1/+1
2020-03-25[SO] Use common secret template in so-vfc-adapterKrzysztof Opasiak3-16/+44
Use common secret template in so-vfc-adapter component. For now passwords are stil hardcoded but this will be removed in further commits. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I276e0814775ac68efe9df2f4d1ef5f919d3bef0f
2020-03-25[SO] Use common secret template in so-sdnc-adapterKrzysztof Opasiak3-16/+44
Use common secret template in so-sdnc-adapter component. For now passwords are stil hardcoded but this will be removed in further commits. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I57c88fcdbaded8fc73fd066f39519be0eae3d670
2020-03-25[SO] Use common secret template in so-sdc-controllerKrzysztof Opasiak3-16/+44
Use common secret template in so-sdc-controller component. For now passwords are stil hardcoded but this will be removed in further commits. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I87439d4a4fe545610a2d423180530d57c09ff376