From c63fafc2383afc4422b4af458639316eaf63c0fe Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Sat, 16 Mar 2019 18:18:14 +0100 Subject: Added DistributeTrafficCheck LCM command support 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 --- src/constants/app-constants.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/constants/app-constants.ts') diff --git a/src/constants/app-constants.ts b/src/constants/app-constants.ts index bd06feb..68ff6c4 100644 --- a/src/constants/app-constants.ts +++ b/src/constants/app-constants.ts @@ -64,6 +64,7 @@ export const appConstants = { "quiesceTraffic": "QuiesceTraffic", "resumeTraffic": "ResumeTraffic", "distributeTraffic": "DistributeTraffic", + "distributeTrafficCheck": "DistributeTrafficCheck", "upgradeBackout": "UpgradeBackout", "upgradeBackup": "UpgradeBackup", "upgradePostCheck": "UpgradePostCheck", -- cgit 1.2.3-korg