aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/config/onap-parameters.yaml
blob: 6f84d0f354037da24a96e5aeed9493aae4372c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OPENSTACK_UBUNTU_14_IMAGE: ""
OPENSTACK_PUBLIC_NET_ID: ""
OPENSTACK_OAM_NETWORK_ID: ""
OPENSTACK_OAM_SUBNET_ID: ""
OPENSTACK_OAM_NETWORK_CIDR: ""
OPENSTACK_USERNAME: ""
OPENSTACK_API_KEY: ""
OPENSTACK_TENANT_NAME: ""
OPENSTACK_TENANT_ID: ""
OPENSTACK_REGION: ""
OPENSTACK_KEYSTONE_URL: ""
OPENSTACK_FLAVOUR_MEDIUM: ""
OPENSTACK_SERVICE_TENANT_NAME: ""
DMAAP_TOPIC: ""
DEMO_ARTIFACTS_VERSION: ""
<parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>3.0.1</version> <relativePath /> </parent> <groupId>org.onap.usecase-ui</groupId> <artifactId>usecase-ui-parent</artifactId> <version>3.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>usecase-ui-parent</name> <description>parent project for usecase-ui</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sonar.projectVersion>${project.version}</sonar.projectVersion> <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>content/repositories/releases/</releaseNexusPath> <siteNexusPath>content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/</siteNexusPath> <tomcat.version>9.0.36</tomcat.version> </properties> <!--distributionManagement> <repository> <id>onap-releases</id> <url>${nexusproxy}/${releaseNexusPath}</url> </repository> <snapshotRepository> <id>onap-snapshots</id> <url>${nexusproxy}/${snapshotNexusPath}</url> </snapshotRepository> <site> <id>onap-site</id> <url>dav:${nexusproxy}${siteNexusPath}</url> </site> </distributionManagement--> <modules> <module>usecaseui-portal</module> <module>distribution</module> </modules> <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat</artifactId> <version>${tomcat.version}</version> <type>zip</type> </dependency> </dependencies> </dependencyManagement> </project>