aboutsummaryrefslogtreecommitdiffstats
path: root/docs/example-integration-override-v3.yaml
blob: a55b1c08fcf22b8b8d3746be1449385e278530fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#################################################################
# This override file configures openstack parameters for ONAP
#################################################################
robot:
  enabled: true
  flavor: large
  appcUsername: "appc@appc.onap.org"
  appcPassword: "demo123456!"
  # KEYSTONE Version 3  Required for Rocky and beyond
  openStackKeystoneAPIVersion: "v3"
  # OS_AUTH_URL without the /v3 from the openstack .RC file
  openStackKeyStoneUrl: "http://10.12.25.2:5000"
  # tenantID=`openstack project show $tenantName | grep -w id | awk '{print $4}'`
  # where "tenantName" is OS_PROJECT_NAME from openstack .RC file
  openStackTenantId: "09d8566ea45e43aa974cf447ed591d77"
  # OS_USERNAME from the openstack .RC file
  openStackUserName: "OS_USERNAME_HERE"
  #  OS_PROJECT_DOMAIN_ID from the openstack .RC file
  #  in some environments it is a string but in other environmens it may be a numeric
  openStackDomainId:  "default"
  #  OS_USER_DOMAIN_NAME from the openstack .RC file
  openStackUserDomain:  "Default"
  openStackProjectName: "OPENSTACK_PROJECT_NAME_HERE"
  ubuntu14Image: "ubuntu-14-04-cloud-amd64"
  ubuntu16Image: "ubuntu-16-04-cloud-amd64"
  # From openstack network list output
  openStackPublicNetId: "971040b2-7059-49dc-b220-4fab50cb2ad4"
  # From openstack network list output
  openStackPrivateNetId: "83c84b68-80be-4990-8d7f-0220e3c6e5c8"
  # From openstack network list output
  openStackPrivateSubnetId: "e571c1d1-8ac0-4744-9b40-c3218d0a53a0"
  openStackPrivateNetCidr: "10.0.0.0/16"
  openStackOamNetworkCidrPrefix: "10.0"
  # From openstack security group list output
  openStackSecurityGroup: "bbe028dc-b64f-4f11-a10f-5c6d8d26dc89"
  dcaeCollectorIp: "10.12.6.109"
  # SSH public key
  vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
  demoArtifactsVersion: "1.4.0"
  demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
  scriptVersion: "1.4.0"
  # rancher node IP where RKE configired
  rancherIpAddress: "10.12.6.160"
  config:
    # use the python utility to encrypt the OS_PASSWORD for the OS_USERNAME
    openStackEncryptedPasswordHere: "XXXXXXXXXXXXXXXXXXXXXXXX_OPENSTACK_PYTHON_PASSWORD_HERE_XXXXXXXXXXXXXXXX"
    openStackSoEncryptedPassword:  "YYYYYYYYYYYYYYYYYYYYYYYY_OPENSTACK_JAVA_PASSWORD_HERE_YYYYYYYYYYYYYYYY"
so:
  enabled: true
  so-catalog-db-adapter:
    config:
      openStackUserName: "OS_USERNAME_HERE"
      # OS_AUTH_URL (keep the /v3) from the openstack .RC file
      openStackKeyStoneUrl: "http://10.12.25.2:5000/v3"
      # use the SO Java utility to encrypt the OS_PASSWORD for the OS_USERNAME
      openStackEncryptedPasswordHere: "YYYYYYYYYYYYYYYYYYYYYYYY_OPENSTACK_JAVA_PASSWORD_HERE_YYYYYYYYYYYYYYYY"
appc:
  enabled: true
  replicaCount: 3
  config:
    enableClustering: true
    openStackType: "OpenStackProvider"
    openStackName: "OpenStack"
    # OS_AUTH_URL from the openstack .RC file
    openStackKeyStoneUrl: "http://10.12.25.2:5000/v3"
    openStackServiceTenantName: "OPENSTACK_PROJECT_NAME_HERE"
    openStackDomain: "OPEN_STACK_DOMAIN_NAME_HERE"
    openStackUserName: "OS_USER_NAME_HERE"
    openStackEncryptedPassword: "OPENSTACK_CLEAR_TEXT_PASSWORD_HERE"
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END========================================================= --> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>ONAP-SDK-APP</artifactId> <packaging>war</packaging> <properties> <encoding>UTF-8</encoding> <epsdk.version>2.1.0-SNAPSHOT</epsdk.version> <springframework.version>4.2.0.RELEASE</springframework.version> <hibernate.version>4.3.11.Final</hibernate.version> <!-- Skip assembling the zip; assemble via mvn -Dskipassembly=false .. --> <skipassembly>true</skipassembly> <!-- Tests usually require some setup that maven cannot do, so skip. --> <jackson.version>2.6.0</jackson.version> <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/**/*</sonar.exclusions> <!-- Version number gets stored only here --> <tomcat.download.path>http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.37/bin</tomcat.download.path> <tomcat.download.name>apache-tomcat-8.0.37</tomcat.download.name> </properties> <profiles> <!-- disable doclint, a new feature in Java 8, when generating javadoc --> <profile> <id>doclint-java8-disable</id> <activation> <jdk>[1.8,)</jdk> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.4</version> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> </plugins> </build> </profile> </profiles> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.2</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skipTests>${skiptests}</skipTests> <includes> <include>**/Test*.java</include> <include>**/*Test.java</include> <include>**/*TestCase.java</include> </includes> <additionalClasspathElements> <additionalClasspathElement>${basedir}/war</additionalClasspathElement> </additionalClasspathElements> <systemPropertyVariables> <container.classpath>classpath:</container.classpath> </systemPropertyVariables> </configuration> </plugin> <!-- add version number to manifest --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>2.1</version> <configuration> <attachClasses>true</attachClasses> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> <manifestEntries> <Build-Number>${project.version}</Build-Number> <Build-Time>${maven.build.timestamp}</Build-Time> </manifestEntries> </archive> <overlays> <overlay> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-app-overlay</artifactId> <excludes> <exclude>static/fusion/raptor/uigrid/vfs_fonts.js</exclude> </excludes> </overlay> <overlay> <groupId>org.onap.policy.engine</groupId> <artifactId>POLICY-SDK-APP</artifactId> </overlay> </overlays> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>3.0.0</version> <configuration> <skipAssembly>${skipassembly}</skipAssembly> <descriptors> <descriptor>${basedir}/distribution.xml</descriptor> </descriptors> </configuration> <executions> <execution> <id>make-assembly</id> <phase>package</phase> <goals> <goal>single</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <!-- parent specifies the<version>2.8</version> --> <configuration> <skip>true</skip> </configuration> </plugin> <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> <version>0.22.0</version> <configuration> <verbose>true</verbose> <images> <image> <name>onap/portal-sdk:${project.version}</name> <build> <from>frolvlad/alpine-oraclejdk8:slim</from> <assembly> <descriptorRef>artifact</descriptorRef> </assembly> <runCmds> <!-- must be all on one line; use CDATA to turn off the Eclipse formatter --> <run><![CDATA[wget -q ${tomcat.download.path}/${tomcat.download.name}.tar.gz]]></run> <run>tar -xzf ${tomcat.download.name}.tar.gz</run> <run>rm -f ${tomcat.download.name}.tar.gz</run> <run>rm -fr ${tomcat.download.name}/webapps/[a-z]*</run> <run>mkdir -p /opt</run> <run>mv ${tomcat.download.name} /opt</run> <run><![CDATA[mv /maven/*.war /opt/${tomcat.download.name}/webapps/ONAPPORTALSDK.war]]></run> </runCmds> <cmd> <shell>/opt/${tomcat.download.name}/bin/catalina.sh run</shell> </cmd> </build> </image> </images> </configuration> </plugin> </plugins> </build> <dependencies> <!-- Policy overlay war --> <dependency> <groupId>org.onap.policy.engine</groupId> <artifactId>POLICY-SDK-APP</artifactId> <version>${project.version}</version> <type>war</type> <exclusions> <exclusion> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.onap.policy.engine</groupId> <artifactId>POLICY-SDK-APP</artifactId> <version>${project.version}</version> <type>jar</type> <classifier>classes</classifier> <exclusions> <exclusion> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineUtils</artifactId> <version>${project.version}</version> <exclusions> <exclusion> <groupId>com.att.aft</groupId> <artifactId>dme2</artifactId> </exclusion> </exclusions> </dependency> <!-- SDK overlay war --> <dependency> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-app-overlay</artifactId> <version>${epsdk.version}</version> <type>war</type> </dependency> <dependency> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-app-common</artifactId> <version>${epsdk.version}</version> <type>jar</type> </dependency> <!-- SDK components --> <dependency> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-core</artifactId> <version>${epsdk.version}</version> <exclusions> <exclusion> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-analytics</artifactId> <version>${epsdk.version}</version> <exclusions> <exclusion> <groupId>com.oracle</groupId> <artifactId>ojdbc6</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-workflow</artifactId> <version>${epsdk.version}</version> </dependency> <dependency> <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> <version>0.0.1</version> </dependency> <!-- bridge to implement commons-logging using slf4j --> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>1.7.12</version> </dependency> <dependency> <groupId>com.mchange</groupId> <artifactId>c3p0</artifactId> <version>0.9.5.2</version> </dependency> <!-- Maria DB --> <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> <version>1.2.3</version> </dependency> <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <version>1.4</version> </dependency> <!-- Quartz --> <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <version>2.2.1</version> <exclusions> <!-- exclude 0.9.1.1 to avoid dupe of com.mchange:c3p0:0.9.2.1 --> <exclusion> <groupId>c3p0</groupId> <artifactId>c3p0</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency> </dependencies> </project>