summaryrefslogtreecommitdiffstats
path: root/kubernetes/vid/templates
AgeCommit message (Expand)AuthorFilesLines
2021-11-16[VID] Use log templateMaciej Wereski2-29/+4
2021-03-24[VID] Create an empty dir for cacheSylvain Desbureaux<
<?xml version="1.0" encoding="UTF-8"?>
<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>
	<groupId>org.openecomp.portal</groupId>
	<artifactId>portal-project</artifactId>
	<packaging>pom</packaging>
	<!-- NOTE This value will not be picked from the property tag below, pass it as -Drelease.version="" when doing mvn deploy -->
	<version>1.1.0-SNAPSHOT</version>
	<name>Portal (parent)</name>
	<url>https://wiki/display/EcompPortal</url>
	<description>ECOMP Portal Open-Source</description>
	<scm>
		<connection>scm:git:https://todourl/</connection>
	</scm>

	<modules>
		<module>ecomp-portal-FE</module>
		<module>ecomp-portal-BE</module>
	</modules>
	<build>
		<plugins>
			<plugin>
				<groupId>org.sonatype.plugins</groupId>
				<artifactId>nexus-staging-maven-plugin</artifactId>
				<version>1.6.7</version>
				<extensions>true</extensions>
				<configuration>
					<nexusUrl>https://nexus.openecomp.org/</nexusUrl>
					<stagingProfileId>176c31dfe190a</stagingProfileId>
					<serverId>ecomp-staging</serverId>
				</configuration>
			</plugin>
		</plugins>

	</build>

	<distributionManagement>
		<!-- Publish jars to the Nexus Repository - public group -->
		
2019-02-22OOM-1373 Add missing label release to componentssushil masal1-0/+10
2018-12-21global image pull issuedkamdocs1-1/+1
2018-12-03Change template properties for AAIbiniek1-4/+2
2018-10-31Fix VID portal URLSonsino, Ofir (os0695)1-1/+1
2018-10-23Merge "Consistent naming for vid deployment"Borislav Glozman2-6/+6
2018-10-23Consistent naming for vid deploymentJulien Barbot2-6/+6
2018-10-18Set VID portal parametersSonsino, Ofir (os0695)1-2/+4
2018-10-05USe HTTP for SO endpoint in VIDPiotr Darosz1-1/+1
2018-09-25Updating charts to use common resource templateMandeep Khinda1-1/+1
2018-09-19Resource Limit for VIDvaibhavjayas1-1/+1
2018-09-18Merge "Vid Template alignment."Mandeep Khinda7-306/+42
2018-09-17Open http port and use correct logback.Piotr Darosz2-4/+6
2018-09-03Vid Template alignment.Mandeep Khinda7-306/+42
2018-08-29VID MSO client - enable HTTPSPiotr Darosz1-1/+1
2018-08-24Merge "License Task for VID,AAF,CLI,SNIRO"Mike Elliott6-0/+84
2018-08-23License Task for VID,AAF,CLI,SNIROvaibhavjayas6-0/+84
2018-08-14Add missing release labels to pod metadataHector Anapan-Lavalle1-0/+2
2018-06-06VID deployment bug fixSonsino, Ofir (os0695)1-1/+1
2018-06-04VID Resiliency & ScalabilitySonsino, Ofir (os0695)6-8/+296
2018-05-10Correcting VID so service nameMandeep Khinda1-1/+1
2018-05-06Fix inconsistent repository referencesBorislavG1-1/+1
2018-05-02Fix VID environment variablesRoger Maitland1-5/+5
2018-04-24Make all services independent of helm Release.NameBorislavG2-5/+5
2018-04-16VID Health Check failsmahendrr1-8/+8
2018-03-27Vid Standardization ConfigPriyanka9-331/+234
2018-03-22Fix license for PV and PVC yamlsMike Elliott1-0/+2
2018-03-22License addition in all yamlsvaibhav_16dec6-0/+84
2018-03-01Run all components in one namespaceBorislavG6-19/+19
2018-02-15Replica Scaling of Portal and Vid Containervaibhav_16dec2-0/+2