summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/resources
AgeCommit message (Expand)AuthorFilesLines
2019-04-17Merge "SDNC using shared mariadb-galera cluster"Alexis de Talhouët4-5/+5
2019-04-12SDNC using shared mariadb-galera clusterMahendra Raghuwanshi4-5/+5
2019-04-05Merge SDNR change to sdnc startODL scriptHerbert Eiselt1-2/+46
2019-03-25SDNC-665: Change to startODL for oam repoDarraghEgan1-0/+6
2018-11-19Fix SDNC initializationTimoney, Dan (dt5972)1-11/+17
2018-11-15Set lcm restconf user/passwordTimoney, Dan (dt5972)1-3/+5
2018-11-14Store .installed marker in persistent volumeTimoney, Dan (dt5972)1-2/+8
2018-11-07Update log config to log4js formatTimoney, Dan (dt5972)1-113/+100
2018-10-10Update bblueprint processor propsAlexis de Talhouët1-11/+11
2018-09-24Update AAI credentials for AAF integrationjmac1-2/+2
2018-09-21Add missing properties files to SDNCAlexis de Talhouët1-0/+35
2018-09-17Merge "update LCM DG config"Borislav Glozman1-1/+20
2018-09-14update LCM DG configAgarwal, Ruchira(ra1926)1-1/+20
2018-09-13Resource Limits for sdnctoshrajbhardwaj1-1/+1
2018-09-07fix sdnc.cluster script to use new NodePort prefixjmac1-1/+1
2018-08-28Added netbox.properties config file for SDNCAlexis de Talhouët1-0/+19
2018-08-01Fix feature config for clusteringjmac1-2/+3
2018-07-25Remove ODL restart from start scriptTimoney, Dan (dt5972)1-15/+7
2018-07-15SDN-C Multi-site High-availability - Auto-failoverMohammadreza Pasandideh7-86/+182
2018-07-01Merge "make sdnctl user db password configurable for SDNC"Borislav Glozman2-2/+2
2018-06-05Merge "Fix LCM-DG Configs"Mike Elliott1-3/+3
2018-05-30Remove foreign key in SDNC DBjmac1-0/+3
2018-05-30make sdnctl user db password configurable for SDNCjmac2-2/+2
2018-05-30Fix LCM-DG Configsjmac1-3/+3
2018-05-15Merge "Fix Geo Config"Mandeep Khinda2-14/+21
2018-05-14Fix Geo ConfigTrevor Tait2-14/+21
2018-05-11Add OOM chart for SDNC ansible server podjmac1-0/+18
2018-05-11General cleanup of SDNC chartsjmac2-8/+3
2018-05-10update aaiclient properties to match HEATjmac1-186/+19
2018-05-04Update to v13 A&AI APIs and correct service namejmac1-83/+83
2018-04-27Fix for UEB connectivity to SDCjmac1-1/+1
2018-04-20Fix startODL.shTrevor Tait1-5/+7
2018-04-16Fix SDN-C bundles that don't come up properlyjmac3-11/+34
2018-04-13Merge "Ensure sdnctl user/schema created on master MySQL"Mandeep Khinda4-7/+9
2018-04-11Fix to get main SDNC pod to come upjmac1-2/+6
2018-04-07Ensure sdnctl user/schema created on master MySQLjmac4-7/+9
2018-04-05Multi-site High-availability Manual Failover (PoC)Neha Jain4-0/+163
2018-04-02Add Standardized Configuration to SDN-C Chartjmac9-184/+365
2018-03-27Add standardized helm chart for logBorislavG1-1/+1
2018-03-01Run all components in one namespaceBorislavG5-11/+11
2018-02-01sdnc ueb config segrigationmayankg27031-0/+21
2018-02-01sdnc dmaap config segrigationmayankg27031-0/+35
2018-01-23sdnc stateful config segmayankg27034-0/+423
="nt"><plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <id>tests-jar</id> <goals> <goal>test-jar</goal> </goals> <configuration> <skip>false</skip> </configuration> </execution> <execution> <id>original</id> <configuration> <skip>false</skip> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>${springboot.version}</version> <configuration> <mainClass>org.onap.so.bpmn.infrastructure.MSOInfrastructureApplication</mainClass> </configuration> <executions> <execution> <goals> <goal>repackage</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>extract-docker-file</id> </execution> </executions> </plugin> <plugin> <groupId>io.fabric8</groupId> <artifactId>fabric8-maven-plugin</artifactId> <executions> <execution> <id>start</id> </execution> </executions> </plugin> </plugins> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> <excludes> <exclude>**/*.p12</exclude> <exclude>**/*.jks</exclude> </excludes> </resource> <resource> <directory>src/main/resources</directory> <filtering>false</filtering> <includes> <include>**/*.p12</include> <include>**/*.jks</include> </includes> </resource> </resources> </build> <dependencyManagement> <dependencies> <dependency> <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>${springboot.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.camunda.bpm.springboot</groupId> <artifactId>camunda-bpm-spring-boot-starter-rest</artifactId> <version>${camunda.springboot.version}</version> <exclusions> <exclusion> <groupId>org.camunda.bpmn</groupId> <artifactId>camunda-engine-rest-core</artifactId> </exclusion> <exclusion> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.camunda.bpm.springboot</groupId> <artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId> <version>${camunda.springboot.version}</version> <exclusions> <exclusion> <groupId>org.camunda.bpmn</groupId> <artifactId>camunda-engine-rest-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> <exclusions> <exclusion> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jdbc</artifactId> </exclusion> </exclusions> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>so-bpmn-infrastructure-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>MSOCommonBPMN</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>MSOCommonBPMN</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>so-bpmn-building-blocks</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>so-bpmn-infrastructure-flows</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-contract-wiremock</artifactId> <version>1.2.4.RELEASE</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.vorburger.mariaDB4j</groupId> <artifactId>mariaDB4j</artifactId> <version>2.2.3</version> <scope>test</scope> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-core</artifactId> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-prometheus</artifactId> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>so-bpmn-tasks</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>cxf-logging</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.camunda.bpm.extension.mockito</groupId> <artifactId>camunda-bpm-mockito</artifactId> <version>3.2.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.camunda.bpm.extension</groupId> <artifactId>camunda-bpm-assert</artifactId> <version>2.0-alpha2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>1.7.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> <version>2.1.9</version> <exclusions> <exclusion> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>