summaryrefslogtreecommitdiffstats
path: root/kubernetes/modeling
AgeCommit message (Expand)AuthorFilesLines
2020-12-14[COMMON][MARIADB] Upgrade Mariadb DB galera versionSylvain Desbureaux1-7/+10
2020-11-30[COMMON][DOC] Bump version GuilinSylvain Desbureaux4-8/+8
2020-11-23[MODELING] Uses new tpls for repos / imagesSylvain Desbureaux16-43/+106
2020-11-04[Modeling] Update image of etsicatalogdyh1-1/+1
2020-10-26[MODELING]Add environment variables in OOM chartdengyh2-4/+18
2020-10-21[MODELING] change comment styleJakub Latusek4-2/+10
2020-10-16Update makefiles to use specific helm versionJakub Latusek1-1/+2
2020-10-09[MODELING] Refactor Modeling environment variablesdengyh2-4/+5
2020-09-30Merge "[MODELING]Mysql DB migrate to MariaDB Galera Cluster"Sylvain Desbureaux4-30/+69
2020-09-28[MODELING] Change yaml comment to helm commentJakub Latusek1-1/+2
2020-09-09[MODELING]Mysql DB migrate to MariaDB Galera Clusterdengyh4-30/+69
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux2-4/+3
2020-07-23[MODELING] Make MODELING compatible with Kubernetes v1.17Grzegorz-Lis1-1/+4
2020-07-15[MODELING]Modify the owner of static directory to onap instead of rootdengyh2-0/+11
2020-05-13update release version of modeling-etsicatalogdyh1-1/+1
2020-04-21Register API to MSB via HTTPSdyh3-1/+11
2020-04-02Bump chart versionSylvain Desbureaux4-5/+5
2020-03-31update release version of modeling-etsicatalogdyh1-1/+1
2020-03-25[MODELING] Use faster version of common secret templateKrzysztof Opasiak2-2/+2
2020-02-20update msbPortdyh1-1/+1
2020-02-05 t;execution> <id>copy-dependencies</id> <goals> <goal>copy-dependencies</goal> </goals> <phase>prepare-package</phase> <configuration> <transitive>false</transitive> <outputDirectory>${project.build.directory}/assembly/system</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> <overWriteIfNewer>true</overWriteIfNewer> <useRepositoryLayout>true</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> <includeGroupIds>org.onap.ccsdk.sli.plugins</includeGroupIds> <scope>provided</scope> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> <executions> <execution> <id>copy-version</id> <goals> <goal>copy-resources</goal> </goals><!-- here the phase you need --> <phase>validate</phase> <configuration> <outputDirectory>${basedir}/target/stage</outputDirectory> <resources> <resource> <directory>src/main/resources/scripts</directory> <includes> <include>install-feature.sh</include> </includes> <filtering>true</filtering> </resource> </resources> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>