Open DCAE deployment in all cases 83/88783/1
authorDeterme, Sebastien (sd378r) <sebastien.determe@intl.att.com>
Wed, 29 May 2019 15:41:44 +0000 (17:41 +0200)
committerDeterme, Sebastien (sd378r) <sebastien.determe@intl.att.com>
Wed, 29 May 2019 15:41:44 +0000 (17:41 +0200)
Let the user deploys his micro service on DCAE even if policy check
returns 4XX

Issue-ID: CLAMP-399
Change-Id: Ib38eb33c9692fcc2cea6e2c655be82f48d4046af
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
src/main/resources/clds/camel/rest/clamp-api-v2.xml

index 8dfc068..da856e9 100644 (file)
                                                <otherwise>
                                                        <log
                                                                loggingLevel="INFO"
-                                                               message="Loop is in state ${exchangeProperty[policyStatus]}, it can only be deployed when in state SUBMIT" />
+                                                               message="POLICY status ${exchangeProperty[policyStatus]}/DCAE status ${exchangeProperty[dcaeStatus]}, DCAE deployment will be started anyway" />
                                                        <to
-                                                               uri="bean:org.onap.clamp.loop.log.LoopLogService?method=addLog('Loop is in state ${exchangeProperty[policyStatus]}, it can only be deployed when in state SUBMIT','ERROR',${exchangeProperty[loopObject]})" />
+                                                               uri="bean:org.onap.clamp.loop.log.LoopLogService?method=addLog('POLICY status ${exchangeProperty[policyStatus]}/DCAE status ${exchangeProperty[dcaeStatus]}, DCAE deployment will be started anyway','ERROR',${exchangeProperty[loopObject]})" />
+                                                       <to uri="direct:deploy-loop" />
                                                </otherwise>
                                        </choice>
                                        <log