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