Updating a1-adapter version to 1.1.6
[ccsdk/distribution.git] / odlsli / odlsli-alpine / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4
5     <parent>
6         <groupId>org.onap.ccsdk.distribution</groupId>
7         <artifactId>distribution-odlsli</artifactId>
8         <version>1.1.7-SNAPSHOT</version>
9     </parent>
10
11     <artifactId>distribution-odlsli-alpine</artifactId>
12     <packaging>pom</packaging>
13
14     <name>ccsdk-distribution :: odlsli-alpine</name>
15     <description>Creates Alpine-based ODLSLI Docker container</description>
16     <organization>
17         <name>openECOMP</name>
18     </organization>
19
20     <properties>
21         <base.image.name>onap/ccsdk-odl-aluminum-alpine-image</base.image.name>
22         <image.name>onap/ccsdk-odlsli-alpine-image</image.name>
23
24         <ccsdk.project.version>${project.version}</ccsdk.project.version>
25         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
26         <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp>
27
28         <docker.verbose>true</docker.verbose>
29
30         <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
31         <opendaylight.root>opt/opendaylight</opendaylight.root>
32
33         <ansible.gpg.key>93C4A3FD7BB9C367</ansible.gpg.key>
34         <odl.features.extra>odl-restconf-all,odl-mdsal-all,odl-mdsal-apidocs, odl-daexim-all, odl-restconf-nb-rfc8040</odl.features.extra>
35         <ccsdk.odl.features>
36             ccsdk-sli-core-all,ccsdk-sli-adaptors-all,ccsdk-sli-northbound-all,ccsdk-sli-plugins-all,ccsdk-features-all
37         </ccsdk.odl.features>
38         <odl.boot.features.extra>${odl.features.extra},${ccsdk.odl.features}</odl.boot.features.extra>
39         <ccsdk.oran.a1adapter.version>1.1.6</ccsdk.oran.a1adapter.version>
40         <docker.autoCreateCustomNetworks>true</docker.autoCreateCustomNetworks>
41     </properties>
42
43     <dependencies>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>dependencies</artifactId>
47             <version>${project.version}</version>
48             <type>zip</type>
49             <classifier>repo</classifier>
50         </dependency>
51
52         <dependency>
53             <groupId>org.onap.ccsdk.sli.core</groupId>
54             <artifactId>dblib-installer</artifactId>
55             <version>${ccsdk.sli.version}</version>
56             <type>zip</type>
57             <classifier>repo</classifier>
58         </dependency>
59         <dependency>
60             <groupId>org.onap.ccsdk.sli.core</groupId>
61             <artifactId>filters-installer</artifactId>
62             <version>${ccsdk.sli.version}</version>
63             <type>zip</type>
64             <classifier>repo</classifier>
65         </dependency>
66         <dependency>
67             <groupId>org.onap.ccsdk.sli.core</groupId>
68             <artifactId>sli-installer</artifactId>
69             <version>${ccsdk.sli.version}</version>
70             <type>zip</type>
71             <classifier>repo</classifier>
72         </dependency>
73         <dependency>
74             <groupId>org.onap.ccsdk.sli.core</groupId>
75             <artifactId>sliapi-installer</artifactId>
76             <version>${ccsdk.sli.version}</version>
77             <type>zip</type>
78             <classifier>repo</classifier>
79         </dependency>
80         <dependency>
81             <groupId>org.onap.ccsdk.sli.core</groupId>
82             <artifactId>sliPluginUtils-installer</artifactId>
83             <version>${ccsdk.sli.version}</version>
84             <type>zip</type>
85             <classifier>repo</classifier>
86         </dependency>
87         <dependency>
88             <groupId>org.onap.ccsdk.sli.core</groupId>
89             <artifactId>utils-installer</artifactId>
90             <version>${ccsdk.sli.version}</version>
91             <type>zip</type>
92             <classifier>repo</classifier>
93         </dependency>
94         <dependency>
95             <groupId>org.onap.ccsdk.sli.core</groupId>
96             <artifactId>slicore-features-installer</artifactId>
97             <version>${ccsdk.sli.version}</version>
98             <type>zip</type>
99             <classifier>repo</classifier>
100         </dependency>
101         <dependency>
102             <groupId>org.onap.ccsdk.sli.adaptors</groupId>
103             <artifactId>aai-service-installer</artifactId>
104             <version>${ccsdk.sli.version}</version>
105             <type>zip</type>
106             <classifier>repo</classifier>
107         </dependency>
108         <dependency>
109             <groupId>org.onap.ccsdk.sli.adaptors</groupId>
110             <artifactId>ansible-adapter-installer</artifactId>
111             <version>${ccsdk.sli.version}</version>
112             <type>zip</type>
113             <classifier>repo</classifier>
114         </dependency>
115         <dependency>
116             <groupId>org.onap.ccsdk.sli.adaptors</groupId>
117             <artifactId>base-http-installer</artifactId>
118             <version>${ccsdk.sli.version}</version>
119             <type>zip</type>
120             <classifier>repo</classifier>
121         </dependency>
122         <dependency>
123             <groupId>org.onap.ccsdk.sli.adaptors</groupId>
124             <artifactId>mdsal-resource-installer</artifactId>
125             <version>${ccsdk.sli.version}</version>
126             <type>zip</type>
127             <classifier>repo</classifier>
128         </dependency>
129         <dependency>
130             <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId>
131             <artifactId>publisher.installer</artifactId>
132             <version>${ccsdk.sli.version}</version>
133             <type>zip</type>
134             <classifier>repo</classifier>
135         </dependency>
136         <dependency>
137             <groupId>org.onap.ccsdk.sli.adaptors</groupId>
138             <artifactId>netbox-client-installer</artifactId>
139             <version>${ccsdk.sli.version}</version>
140             <type>zip</type>
141             <classifier>repo</classifier>
142         </dependency>
143         <dependency>
144             <groupId>org.onap.ccsdk.sli.adaptors</groupId>
145             <artifactId>resource-assignment-installer</artifactId>
146             <version>${ccsdk.sli.version}</version>
147             <type>zip</type>
148             <classifier>repo</classifier>
149         </dependency>
150         <dependency>
151             <groupId>org.onap.ccsdk.sli.adaptors</groupId>
152             <artifactId>saltstack-adapter-installer</artifactId>
153             <version>${ccsdk.sli.version}</version>
154             <type>zip</type>
155             <classifier>repo</classifier>
156         </dependency>
157         <dependency>
158             <groupId>org.onap.ccsdk.sli.adaptors</groupId>
159             <artifactId>sql-resource-installer</artifactId>
160             <version>${ccsdk.sli.version}</version>
161             <type>zip</type>
162             <classifier>repo</classifier>
163         </dependency>
164         <dependency>
165             <groupId>org.onap.ccsdk.sli.adaptors</groupId>
166             <artifactId>sliadaptors-features-installer</artifactId>
167             <version>${ccsdk.sli.version}</version>
168             <type>zip</type>
169             <classifier>repo</classifier>
170         </dependency>
171         <dependency>
172             <groupId>org.onap.ccsdk.sli.northbound</groupId>
173             <artifactId>asdcApi-installer</artifactId>
174             <version>${ccsdk.sli.version}</version>
175             <type>zip</type>
176             <classifier>repo</classifier>
177         </dependency>
178         <dependency>
179             <groupId>org.onap.ccsdk.sli.northbound</groupId>
180             <artifactId>dataChange-installer</artifactId>
181             <version>${ccsdk.sli.version}</version>
182             <type>zip</type>
183             <classifier>repo</classifier>
184         </dependency>
185         <dependency>
186             <groupId>org.onap.ccsdk.sli.northbound</groupId>
187             <artifactId>lcm-installer</artifactId>
188             <version>${ccsdk.sli.version}</version>
189             <type>zip</type>
190             <classifier>repo</classifier>
191         </dependency>
192         <dependency>
193             <groupId>org.onap.ccsdk.sli.northbound</groupId>
194             <artifactId>slinorthbound-features-installer</artifactId>
195             <version>${ccsdk.sli.version}</version>
196             <type>zip</type>
197             <classifier>repo</classifier>
198         </dependency>
199         <dependency>
200             <groupId>org.onap.ccsdk.sli.plugins</groupId>
201             <artifactId>properties-node-installer</artifactId>
202             <version>${ccsdk.sli.version}</version>
203             <type>zip</type>
204             <classifier>repo</classifier>
205         </dependency>
206         <dependency>
207             <groupId>org.onap.ccsdk.sli.plugins</groupId>
208             <artifactId>restapi-call-node-installer</artifactId>
209             <version>${ccsdk.sli.version}</version>
210             <type>zip</type>
211             <classifier>repo</classifier>
212         </dependency>
213         <dependency>
214             <groupId>org.onap.ccsdk.sli.plugins</groupId>
215             <artifactId>template-node-installer</artifactId>
216             <version>${ccsdk.sli.version}</version>
217             <type>zip</type>
218             <classifier>repo</classifier>
219         </dependency>
220         <dependency>
221             <groupId>org.onap.ccsdk.sli.plugins</groupId>
222             <artifactId>restconf-client-installer</artifactId>
223             <version>${ccsdk.sli.version}</version>
224             <type>zip</type>
225             <classifier>repo</classifier>
226         </dependency>
227         <dependency>
228             <groupId>org.onap.ccsdk.sli.plugins</groupId>
229             <artifactId>sshapi-call-node-installer</artifactId>
230             <version>${ccsdk.sli.version}</version>
231             <type>zip</type>
232             <classifier>repo</classifier>
233         </dependency>
234         <dependency>
235             <groupId>org.onap.ccsdk.sli.plugins</groupId>
236             <artifactId>sliplugins-features-installer</artifactId>
237             <version>${ccsdk.sli.version}</version>
238             <type>zip</type>
239             <classifier>repo</classifier>
240         </dependency>
241         <dependency>
242             <groupId>org.onap.ccsdk.features</groupId>
243             <artifactId>features-installer</artifactId>
244             <version>${ccsdk.features.version}</version>
245             <type>zip</type>
246             <classifier>repo</classifier>
247         </dependency>
248         <dependency>
249             <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
250             <artifactId>sdnr-wt-feature-aggregator-installer</artifactId>
251             <version>${ccsdk.features.version}</version>
252             <type>zip</type>
253             <classifier>repo</classifier>
254         </dependency>
255         <dependency>
256             <groupId>org.onap.ccsdk.features</groupId>
257             <artifactId>aafshiro-installer</artifactId>
258             <version>${ccsdk.features.version}</version>
259             <type>zip</type>
260             <classifier>repo</classifier>
261         </dependency>
262         <dependency>
263             <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
264             <artifactId>sdnr-northbound-features-installer</artifactId>
265             <version>${ccsdk.features.version}</version>
266             <type>zip</type>
267             <classifier>repo</classifier>
268         </dependency>
269         <dependency>
270             <groupId>org.onap.ccsdk.oran</groupId>
271             <artifactId>a1-adapter-northbound-installer</artifactId>
272             <version>${ccsdk.oran.a1adapter.version}</version>
273             <type>zip</type>
274             <classifier>repo</classifier>
275         </dependency>
276         <dependency>
277             <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
278             <artifactId>oofpcipoc-installer</artifactId>
279             <version>${ccsdk.features.version}</version>
280             <type>zip</type>
281             <classifier>repo</classifier>
282         </dependency>
283         <dependency>
284             <groupId>org.onap.ccsdk.oran</groupId>
285             <artifactId>a1-adapter-installer</artifactId>
286             <version>${ccsdk.oran.a1adapter.version}</version>
287             <type>zip</type>
288             <classifier>repo</classifier>
289         </dependency>
290         <dependency>
291             <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
292             <artifactId>CMNotify-installer</artifactId>
293             <version>${ccsdk.features.version}</version>
294             <type>zip</type>
295             <classifier>repo</classifier>
296         </dependency>
297         <dependency>
298             <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
299             <artifactId>ranSlice-installer</artifactId>
300             <version>${ccsdk.features.version}</version>
301             <type>zip</type>
302             <classifier>repo</classifier>
303         </dependency>
304     </dependencies>
305
306     <build>
307         <plugins>
308             <plugin>
309                 <groupId>org.codehaus.groovy.maven</groupId>
310                 <artifactId>gmaven-plugin</artifactId>
311                 <version>1.0</version>
312                 <executions>
313                     <execution>
314                         <phase>validate</phase>
315                         <goals>
316                             <goal>execute</goal>
317                         </goals>
318                         <configuration>
319                             <source>${basedir}/../../src/main/scripts/TagSnapshotVersion.groovy</source>
320                         </configuration>
321                     </execution>
322                 </executions>
323             </plugin>
324             <plugin>
325                 <artifactId>maven-resources-plugin</artifactId>
326                 <version>2.6</version>
327                 <executions>
328                     <execution>
329                         <id>copy-dockerfile</id>
330                         <goals>
331                             <goal>copy-resources</goal>
332                         </goals><!-- here the phase you need -->
333                         <phase>validate</phase>
334                         <configuration>
335                             <outputDirectory>${basedir}/target/docker-stage</outputDirectory>
336                             <resources>
337                                 <resource>
338                                     <directory>src/main/docker</directory>
339                                     <includes>
340                                         <include>Dockerfile</include>
341                                     </includes>
342                                     <filtering>true</filtering>
343                                 </resource>
344                             </resources>
345                         </configuration>
346                     </execution>
347                     <execution>
348                         <id>copy-scripts</id>
349                         <goals>
350                             <goal>copy-resources</goal>
351                         </goals><!-- here the phase you need -->
352                         <phase>validate</phase>
353                         <configuration>
354                             <outputDirectory>${basedir}/target/docker-stage/opt/onap/ccsdk/bin</outputDirectory>
355                             <resources>
356                                 <resource>
357                                     <directory>../src/main/scripts</directory>
358                                     <includes>
359                                         <include>*.sh</include>
360                                     </includes>
361                                     <filtering>false</filtering>
362                                 </resource>
363                             </resources>
364                         </configuration>
365                     </execution>
366                     <execution>
367                         <id>copy-odl-resources</id>
368                         <goals>
369                             <goal>copy-resources</goal>
370                         </goals><!-- here the phase you need -->
371                         <phase>validate</phase>
372                         <configuration>
373                             <outputDirectory>${basedir}/target/docker-stage</outputDirectory>
374                             <resources>
375                                 <resource>
376                                     <directory>../src/main/resources</directory>
377                                     <includes>
378                                         <include>idmlight.db.mv.db</include>
379                                         <include>org.ops4j.pax.logging.cfg</include>
380                                         <include>install_ccsdk.yml</include>
381                                         <include>ansible-sources.list</include>
382                                     </includes>
383                                     <filtering>false</filtering>
384                                 </resource>
385                             </resources>
386                         </configuration>
387                     </execution>
388                     <execution>
389                         <id>copy-config</id>
390                         <goals>
391                             <goal>copy-resources</goal>
392                         </goals><!-- here the phase you need -->
393                         <phase>validate</phase>
394                         <configuration>
395                             <outputDirectory>${basedir}/target/docker-stage</outputDirectory>
396                             <resources>
397                                 <resource>
398                                     <directory>../src/main/resources</directory>
399                                     <includes>
400                                         <include>org.ops4j.pax.logging.cfg</include>
401                                     </includes>
402                                     <filtering>false</filtering>
403                                 </resource>
404                             </resources>
405                         </configuration>
406                     </execution>
407                     <execution>
408                         <id>copy-data</id>
409                         <goals>
410                             <goal>copy-resources</goal>
411                         </goals><!-- here the phase you need -->
412                         <phase>validate</phase>
413                         <configuration>
414                             <outputDirectory>${basedir}/target/docker-stage/opt/onap/ccsdk/data</outputDirectory>
415                             <resources>
416                                 <resource>
417                                     <directory>../src/main/resources</directory>
418                                     <includes>
419                                         <include>*.dump</include>
420                                     </includes>
421                                     <filtering>false</filtering>
422                                 </resource>
423                             </resources>
424                         </configuration>
425                     </execution>
426                     <execution>
427                         <id>copy-properties</id>
428                         <goals>
429                             <goal>copy-resources</goal>
430                         </goals><!-- here the phase you need -->
431                         <phase>validate</phase>
432                         <configuration>
433                             <outputDirectory>${basedir}/target/docker-stage/opt/onap/ccsdk/data/properties
434                             </outputDirectory>
435                             <resources>
436                                 <resource>
437                                     <directory>../src/main/properties</directory>
438                                     <includes>
439                                         <include>*.properties</include>
440                                         <include>*.vt</include>
441                                     </includes>
442                                     <filtering>false</filtering>
443                                 </resource>
444                             </resources>
445                         </configuration>
446                     </execution>
447                     <execution>
448                         <id>copy-keystores</id>
449                         <goals>
450                             <goal>copy-resources</goal>
451                         </goals><!-- here the phase you need -->
452                         <phase>validate</phase>
453                         <configuration>
454                             <outputDirectory>${basedir}/target/docker-stage/opt/onap/ccsdk/data/stores</outputDirectory>
455                             <resources>
456                                 <resource>
457                                     <directory>../src/main/stores</directory>
458                                     <includes>
459                                         <include>*.jks</include>
460                                     </includes>
461                                     <filtering>false</filtering>
462                                 </resource>
463                             </resources>
464                         </configuration>
465                     </execution>
466                 </executions>
467             </plugin>
468             <plugin>
469                 <groupId>org.apache.maven.plugins</groupId>
470                 <artifactId>maven-dependency-plugin</artifactId>
471                 <version>3.0.2</version>
472                 <executions>
473                     <execution>
474                         <id>unpack features</id>
475                         <phase>generate-sources</phase>
476                         <goals>
477                             <goal>unpack-dependencies</goal>
478                         </goals>
479                         <configuration>
480                             <outputDirectory>${basedir}/target/docker-stage</outputDirectory>
481                             <excludeTransitive>true</excludeTransitive>
482                         </configuration>
483                     </execution>
484                     <execution>
485                         <id>unpack dgs</id>
486                         <phase>generate-sources</phase>
487                         <goals>
488                             <goal>unpack</goal>
489                         </goals>
490                         <configuration>
491                             <outputDirectory>${basedir}/target/docker-stage/opt/onap/ccsdk</outputDirectory>
492                             <artifactItems>
493                                 <artifactItem>
494                                     <groupId>${project.groupId}</groupId>
495                                     <artifactId>platform-logic-installer</artifactId>
496                                     <version>${project.version}</version>
497                                     <type>zip</type>
498                                 </artifactItem>
499                             </artifactItems>
500                         </configuration>
501                     </execution>
502                 </executions>
503             </plugin>
504             <plugin>
505                 <groupId>org.apache.maven.plugins</groupId>
506                 <artifactId>maven-antrun-plugin</artifactId>
507                 <version>1.8</version>
508                 <executions>
509                     <execution>
510                         <id>change-shell-permissions</id>
511                         <phase>process-sources</phase>
512                         <configuration>
513                             <target>
514                                 <chmod dir="${basedir}/target/docker-stage/opt/onap/ccsdk" perm="+x" includes="**/*.sh"/>
515                             </target>
516                         </configuration>
517                         <goals>
518                             <goal>run</goal>
519                         </goals>
520                     </execution>
521                 </executions>
522             </plugin>
523             <plugin>
524                 <groupId>org.apache.maven.plugins</groupId>
525                 <artifactId>maven-failsafe-plugin</artifactId>
526                 <executions>
527                     <execution>
528                         <goals>
529                             <goal>integration-test</goal>
530                             <goal>verify</goal>
531                         </goals>
532                     </execution>
533                 </executions>
534                 <configuration>
535                     <skipITs>true</skipITs>
536                 </configuration>
537             </plugin>
538         </plugins>
539         <extensions>
540             <extension><!-- this extension is required by wagon in order to pass the proxy -->
541                 <groupId>org.apache.maven.wagon</groupId>
542                 <artifactId>wagon-http-lightweight</artifactId>
543                 <version>2.2</version>
544             </extension>
545         </extensions>
546     </build>
547
548     <profiles>
549         <profile>
550             <id>docker</id>
551             <build>
552                 <plugins>
553                     <plugin>
554                         <groupId>org.apache.maven.plugins</groupId>
555                         <artifactId>maven-failsafe-plugin</artifactId>
556                         <executions>
557                             <execution>
558                                 <goals>
559                                     <goal>integration-test</goal>
560                                     <goal>verify</goal>
561                                 </goals>
562                             </execution>
563                         </executions>
564                         <configuration>
565                             <skipITs>false</skipITs>
566                             <environmentVariables>
567                                 <ODLSLI_PORT>${odlsli.port}</ODLSLI_PORT>
568                             </environmentVariables>
569                         </configuration>
570                     </plugin>
571                     <plugin>
572                         <groupId>io.fabric8</groupId>
573                         <artifactId>docker-maven-plugin</artifactId>
574                         <version>0.34.0</version>
575                         <inherited>false</inherited>
576                         <configuration>
577                             <images>
578                                 <image>
579                                     <name>${image.name}</name>
580                                     <build>
581                                         <cleanup>try</cleanup>
582                                         <contextDir>${basedir}/target/docker-stage</contextDir>
583                                         <dockerFile>Dockerfile</dockerFile>
584                                         <tags>
585                                             <tag>${project.docker.latestminortag.snapshot.version}</tag>
586                                             <tag>${project.docker.latestfulltag.snapshot.version}</tag>
587                                             <tag>${project.docker.latesttagtimestamp.snapshot.version}</tag>
588                                         </tags>
589                                     </build>
590                                 </image>
591                             </images>
592                             <verbose>${docker.verbose}</verbose>
593                             <skipRun>${docker.skip.run}</skipRun>
594                             <skipPush>${docker.skip.push}</skipPush>
595                         </configuration>
596                         <executions>
597                             <execution>
598                                 <id>build-images</id>
599                                 <phase>package</phase>
600                                 <goals>
601                                     <goal>build</goal>
602                                 </goals>
603                             </execution>
604                             <execution>
605                                 <id>start-it-instance</id>
606                                 <phase>pre-integration-test</phase>
607                                 <goals>
608                                     <goal>start</goal>
609                                 </goals>
610                                 <configuration>
611                                     <images>
612                                         <image>
613                                             <name>mariadb:10.5</name>
614                                             <alias>odlsli-db</alias>
615                                             <run>
616                                                 <env>
617                                                     <MYSQL_ROOT_PASSWORD>itsASecret</MYSQL_ROOT_PASSWORD>
618                                                     <!-- Below are not required as installSdncDb.sh handles same -->
619                                                     <!--
620                                                     <MYSQL_USER>sdnctl</MYSQL_USER>
621                                                     <MYSQL_PASSWORD>gamma</MYSQL_PASSWORD>
622                                                     <MYSQL_DATABASE>sdnctl</MYSQL_DATABASE>
623                                                     -->
624                                                 </env>
625                                                 <network>
626                                                     <mode>custom</mode>
627                                                     <name>onap</name>
628                                                     <alias>dbhost</alias>
629                                                     <alias>sdnctldb01</alias>
630                                                     <alias>sdnctldb02</alias>
631                                                 </network>
632                                                 <ports>
633                                                     <port>odlslidb.port:3306</port>
634                                                 </ports>
635                                                 <log>
636                                                     <enabled>true</enabled>
637                                                 </log>
638                                             </run>
639                                         </image>
640                                         <image>
641                                             <name>${image.name}:${project.docker.latesttagtimestamp.snapshot.version}</name>
642                                             <alias>ccsdk_odlsli_container</alias>
643                                             <run>
644                                                 <env>
645                                                     <MYSQL_ROOT_PASSWORD>itsASecret</MYSQL_ROOT_PASSWORD>
646                                                     <SDNC_DB_USER>sdnctl</SDNC_DB_USER>
647                                                     <SDNC_DB_PASSWORD>gamma</SDNC_DB_PASSWORD>
648                                                     <SDNC_DB_DATABASE>sdnctl</SDNC_DB_DATABASE>
649                                                     <SDNC_CONFIG_DIR>/opt/onap/ccsdk/data/properties</SDNC_CONFIG_DIR>
650                                                     <KARAF_CONSOLE_LOG_LEVEL>INFO</KARAF_CONSOLE_LOG_LEVEL>
651                                                 </env>
652                                                 <dependsOn>
653                                                     <container>odlsli-db</container>
654                                                 </dependsOn>
655                                                 <network>
656                                                     <mode>custom</mode>
657                                                     <name>onap</name>
658                                                     <alias>odlsli</alias>
659                                                 </network>
660                                                 <ports>
661                                                     <port>odlsli.port:8181</port>
662                                                 </ports>
663                                                 <wait>
664                                                     <log>all warp coils are now operating at peak efficiency</log>
665                                                     <time>150000</time>
666                                                 </wait>
667                                                 <log>
668                                                     <enabled>true</enabled>
669                                                 </log>
670                                             </run>
671                                         </image>
672                                     </images>
673                                 </configuration>
674                             </execution>
675                             <execution>
676                                 <id>stop-it-instance</id>
677                                 <phase>post-integration-test</phase>
678                                 <goals>
679                                     <goal>stop</goal>
680                                 </goals>
681                             </execution>
682                             <execution>
683                                 <id>push-images</id>
684                                 <goals>
685                                     <!--<goal>build</goal>-->
686                                     <goal>push</goal>
687                                 </goals>
688                             </execution>
689                         </executions>
690                     </plugin>
691                 </plugins>
692             </build>
693         </profile>
694     </profiles>
695 </project>