summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/pmsh_service
AgeCommit message (Collapse)AuthorFilesLines
2020-09-10[PMSSH] Add sdnc model info to event publish1.1.1-pmshefiacor7-151/+193
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I89e25e99a2d541a29cf4a8dde986fab5b1812c9e Issue-ID: DCAEGEN2-2405
2020-09-08[PMSH] Enhance Filtering Mechanismegernug4-9/+22
Issue-ID: DCAEGEN2-2151 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Ib6c207ac08a54dea06346596ff11c980fa4cf5e8
2020-08-13Refactor and bug fixesefiacor9-157/+179
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I8fe91bfdd2f1a2c8a6ca914e52d82dce04bffc0e Issue-ID: DCAEGEN2-2146
2020-07-06[PMSH] Add enable_tls boolean flag to config1.1.0efiacor9-100/+129
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I19f71b690f743980eaa149c9b2c76fecb98a0120 Issue-ID: DCAEGEN2-2146
2020-06-30[PMSH] Improve Failure HandlingERIMROB5-31/+32
Signed-off-by: ERIMROB <robertas.rimkus@est.tech> Change-Id: I15d338321957a293e9f444a10cf3bb06f4212f3e Issue-ID: DCAEGEN2-2157
2020-06-17[PMSH] Improve CBS data handlingefiacor9-71/+98
# AppConfog object fetch priodically # AAI client to only fetch AAI data Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I78315f141c3bb7e8b0d9efa818d294415fa79918 Issue-ID: DCAEGEN2-2146
2020-06-05[PMSH] Replace own logging implementation with pylogERIMROB11-332/+126
Signed-off-by: ERIMROB <robertas.rimkus@est.tech> Issue-ID: DCAEGEN2-2155 Change-Id: I670c4fff8029a73075b651c2afe6237c08cf907c
2020-05-25[PMSH] Adding 'subscriptions' api endpointefiacor8-95/+187
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I837045b3b618a98d4aabe190359d0ad47f27ca9f Issue-ID: DCAEGEN2-2154
2020-04-22[PMSH] Adding cbs module supportefiacor6-87/+40
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ie711995a3c7a2111f6cb872952507f511c0de6dd Issue-ID: DCAEGEN2-2156
2020-04-02[PMSH] Fix bug of deactivation during undeploy1.0.3ERIMROB2-2/+26
Signed-off-by: ERIMROB <robertas.rimkus@est.tech> Issue-ID: DCAEGEN2-2175 Change-Id: I70998a0d643b899c1b4d3ba86346297271a9b276
2020-04-02[PMSH] Bug fix on aai_event_handlerefiacor1-0/+2
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I97e1137f10b28cd4d5d2d95860fbf7fc5306ae38 Issue-ID: DCAEGEN2-2181
2020-03-27Fix bug where PMSH pushes config to non-active pnfemartin3-10/+14
Issue-ID: DCAEGEN2-2173 Signed-off-by: emartin <ephraim.martin@est.tech> Change-Id: Ib93a71e825f621721b5acda059cadcb7824f997d
2020-03-25Handle graceful exit of PMSH1.0.2emartin4-11/+70
Issue-ID: DCAEGEN2-1832 Change-Id: If0362e1927f7013d25f0cf23ade5ce9d2bdea8e3 Signed-off-by: emartin <ephraim.martin@est.tech>
2020-03-23[PMSH] Refactor subscription processor and policy response handlerERIMROB9-160/+204
Signed-off-by: ERIMROB <robertas.rimkus@est.tech> Change-Id: I91964848df8f7455169650b138b46d8dfc326b6f Issue-ID: DCAEGEN2-1820
2020-03-18Commit pnf deletion to database in PMSH1.0.1AndyWalshe1-1/+3
Issue-ID: DCAEGEN2-2142 Signed-off-by: AndyWalshe <andy.walshe@est.tech> Change-Id: Ib4945174aec490d1149903c01f64fc5dd5e19496
2020-02-28Update PM subscription event for PMSHemartin4-18/+25
* Add control loop name * Remove invariant id reference Issue-ID: DCAEGEN2-2100 Signed-off-by: emartin <ephraim.martin@est.tech> Change-Id: I6bbb757e07f3d930ecd28bd3106df307a264ff65
2020-02-26Handle AAI Update and Delete events for PMSHemartin6-17/+150
Change-Id: I7f84e4429011bbaea4de23077ce23629b897fd7d Issue-ID: DCAEGEN2-1846 Signed-off-by: emartin <ephraim.martin@est.tech>
2020-02-21Add basic healthcheck for PMSHAndyWalshe4-7/+83
Signed-off-by: AndyWalshe <andy.walshe@est.tech> Issue-ID: DCAEGEN2-1842 Change-Id: Idef8542e9b063f457e402c25fdf369d885548674
2020-02-20Add Support for Activation and DeactivationERIMROB8-77/+270
* Add support for reconfiguration of the administrativeState field * Add support for policy feedback handling * Fix network function filter applying to non active network functions Signed-off-by: ERIMROB <robertas.rimkus@est.tech> Change-Id: Ic1cfc3207b2495c1d8d10acd0ed1c40114cf4643 Issue-ID: DCAEGEN2-1830
2020-02-13Fix PMHS logs dir setupefiacor2-15/+3
# Refactoring test|prod init Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ib073cb762a7750fca7bdf415cf5080d04f7bda51 Issue-ID: DCAEGEN2-2078
2020-02-10Adding DB Init and setupefiacor8-57/+347
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ie32efcf007c9b6fa25b0072019f4a91a841d9d0c Issue-ID: DCAEGEN2-1828
2020-01-20Adding AAI client and apply filterefiacor5-12/+382
# Adding Subscription class # Adding MR and Utils helper classes Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I791b506d8cf166737d67cef22052852256f8a811 Issue-ID: DCAEGEN2-1930
2020-01-07Pull config from CBSemartin2-1/+79
Signed-off-by: emartin <ephraim.martin@est.tech> Issue-ID: DCAEGEN2-1843 Change-Id: Id97960dc02aca5531be016d70ea388473b556683
2019-12-02Initial commit for PMSHefiacor4-0/+362
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DCAEGEN2-1837 Change-Id: I3b7d7d379df68f0f5984a3c4e0faa9c8ca0bcdf8