aboutsummaryrefslogtreecommitdiffstats
path: root/src/constants/app-constants.ts
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07Add new actions DownloadNESw and ActivateNESw for CDTEnbo Wang1-1/+3
Issue-ID: APPC-1813 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I1eecaf465d2f9a5be2991dc8f055b8fd3da447c3
2020-02-05add new action configscalein for cdtLiu1-1/+2
Change-Id: I2f05079b7c2428351332ac84c1ea56f31d4a38d9 Issue-ID: APPC-1760 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-03-16Added DistributeTrafficCheck LCM command supportLukasz Rajewski1-0/+1
Proposed change adds support for new LCM API dedicated for traffic distribution pre- or post-checks that should assist DistributeTraffic LCM. Few small bugs fixed when multiple ansible server has been added and DistributeTraffic changes were not counted properly. Change-Id: I5606a2dd73e8f051f9a69a02bf7c51770f173263 Issue-ID: APPC-1470 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2018-09-17Added DistributeTraffic LCM command supportLukasz Rajewski1-0/+1
Proposed change adds support for new LCM API dedicated for traffic distribution accross different VNFs. Change-Id: Ib73a9dea6810163f504f5126b35640971eb7f87a Issue-ID: APPC-1170 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2018-08-14parameter-definition.service:removed hardcoded valArundathi Patil1-1/+3
Moved the hardcoded values from parameter-definition service to app-contants as variables. Issue-ID: APPC-1054 Change-Id: Ib61aea5eec6d9c87405179711a347a18e58b2c4a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-06Reference-dataform : Removed hardcoded valuesArundathi Patil1-4/+36
Moved few of the hardcoded values from reference-dataform component to app-constants file as variables Issue-ID: APPC-1054 Change-Id: Ib8afe569b7c669f50bf3eeec88deec27711c49a4 Signed-off-by: Arundathi patil <arundpil@in.ibm.com>
2018-07-30UtilityService: Removed hard coded valuesArundathi Patil1-0/+21
Moved the hard coded values from utility service file to app-contants file as variables. Issue-ID: APPC-1054 Change-Id: Iac62da47deeeb66402f413e90ee0ab50130ca185 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-24Removed hard coded valuesArundathi Patil1-49/+142
Moved all the constant values in parameter component to app-Constants file. Issue-ID: APPC-1054 Change-Id: I507cc0a4aa8ddc8d6d42e97129b21a235b96b225 Signed-off-by: Arundathi Patil<arundpil@in.ibm.com>
2018-07-16Moved the hard coded values to constant fileIBM602-PC0F1E3C\Arundathi1-0/+78
Created a constant file called app-contants and moved the harded coded values in builArtifact component to app-constant file Issue-ID: APPC-1054 Change-Id: I2641579cdb6b20f2c51ce4f4d3ca2bd0667d2e81 Signed-off-by: Arundathi <arundpil@in.ibm.com>