summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/distribution.xml
blob: 23a170acc09502699eed1d5c3c3c2cf717dca75c (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
<assembly
	xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
	<id>distribution</id>
	<formats>
		<format>zip</format>
	</formats>
	<includeBaseDirectory>false</includeBaseDirectory>
	<fileSets>
		<fileSet>
			<directory>${basedir}</directory>
			<outputDirectory />
			<excludes>
				<exclude>.classpath</exclude>
				<exclude>.project</exclude>
				<exclude>.settings/</exclude>
				<exclude>bin/</exclude>
				<exclude>target/</exclude>
				<exclude>distribution.xml</exclude>
				<exclude>**/WEB-INF/conf/system.properties.*</exclude>
			</excludes>
		</fileSet>
		<!-- Include common database scripts for partner convenience -->
		<fileSet>
			<directory>../epsdk-app-common</directory>
			<outputDirectory />
			<includes>
				<include>db-scripts/*</include>
			</includes>
		</fileSet>
	</fileSets>
</assembly>
https://jira.onap.org/browse/OOM-1995>`_] - Mariadb Galera cluster pods keep failing * [`OOM-2061 <https://jira.onap.org/browse/OOM-2061>`_] - Details Missing for installing the kubectl section * [`OOM-2075 <https://jira.onap.org/browse/OOM-2075>`_] - Invalid MTU for Canal CNI interfaces * [`OOM-2080 <https://jira.onap.org/browse/OOM-2080>`_] - Need for "ReadWriteMany" access on storage when deploying on Kubernetes? * [`OOM-2091 <https://jira.onap.org/browse/OOM-2091>`_] - incorrect release deployed * [`OOM-2132 <https://jira.onap.org/browse/OOM-2132>`_] - Common Galera server.cnf does not contain Camunda required settings **Security Notes** *Fixed Security Issues* *Known Security Issues* * In default deployment OOM (consul-server-ui) exposes HTTP port 30270 outside of cluster. [`OJSI-134 <https://jira.onap.org/browse/OJSI-134>`_] * Hard coded password used for all oom deployments [`OJSI-188 <https://jira.onap.org/browse/OJSI-188>`_] * CVE-2019-12127 - OOM exposes unprotected API/UI on port 30270 [`OJSI-202 <https://jira.onap.org/browse/OJSI-202>`_] *Known Vulnerabilities in Used Modules* OOM code has been formally scanned during build time using NexusIQ and no Critical vulnerability was found. Quick Links: - `OOM project page <https://wiki.onap.org/display/DW/ONAP+Operations+Manager+Project>`_ - `Passing Badge information for OOM <https://bestpractices.coreinfrastructure.org/en/projects/1631>`_ Version 5.0.0 (El Alto Early Drop) ---------------------------------- :Release Date: 2019-08-19 Summary ------- **Software Requirements** * Upgraded to Kubernetes 1.15.x and Helm 1.14.x