summaryrefslogtreecommitdiffstats
path: root/settings.xml
blob: 03047a3b58fb5f4852e2a452f566a1a40642e3ec (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!--
================================================================================
Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
============LICENSE_END=========================================================

ECOMP is a trademark and service mark of AT&T Intellectual Property.
-->
<?xml version="1.0" encoding="UTF-8"?>

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">

	<profiles>
		<profile>
			<id>open-ecomp</id>
			<activation>
				<activeByDefault>true</activeByDefault>
			</activation>
			<repositories>
				<repository>
					<id>osecomp-nexus-releases</id>
					<name>OSECOMP Release Repository</name>
					<url>https://ecomp-nexus:8443/repository/maven-releases</url>
				</repository>
				<repository>
					<id>osecomp-nexus-snapshots</id>
					<name>OSECOMP Snapshot Repository</name>
					<url>https://ecomp-nexus:8443/repository/maven-snapshots</url>
				</repository>
				<repository>
					<id>eclipse</id>
					<url>https://repo.eclipse.org/content/repositories/releases</url>
					<releases>
						<enabled>true</enabled>
						<updatePolicy>daily</updatePolicy>
					</releases>
					<snapshots>
						<enabled>false</enabled>
					</snapshots>
				</repository>
			</repositories>
		</profile>

	</profiles>

	<activeProfiles>
		<activeProfile>open-ecomp</activeProfile>
	</activeProfiles>

	<servers>
		<server>
			<id>osecomp-nexus</id>
			<username>${openecomp.nexus.user}</username>
			<password>${openecomp.nexus.password}</password>
		</server>
		<server>
			<id>osecomp-nexus-releases</id>
			<username>${openecomp.nexus.user}</username>
			<password>${openecomp.nexus.password}</password>
		</server>
		<server>
			<id>osecomp-nexus-snapshots</id>
			<username>${openecomp.nexus.user}</username>
			<password>${openecomp.nexus.password}</password>
		</server>
			<server>			
			<username>${openecomp.nexus.user}</username>			
			<password>${openecomp.nexus.password}</password>			
			<id>dcae-javadoc</id>		
		</server>
	
	</servers>	
	
</settings>
an> `OOM-2706 <https://jira.onap.org/browse/OOM-2706>`_ CDS Blueprint Processor does not work with local DB - `OOM-2713 <https://jira.onap.org/browse/OOM-2713>`_ Problem on onboarding custom cert to SDNC ONAP during deployment - `OOM-2698 <https://jira.onap.org/browse/OOM-2698>`_ SO helm override fails in for value with multi-level replacement - `OOM-2697 <https://jira.onap.org/browse/OOM-2697>`_ SO with local MariaDB deployment fails - `OOM-2538 <https://jira.onap.org/browse/OOM-2538>`_ strange error with CertInitializer template - `OOM-2547 <https://jira.onap.org/browse/OOM-2547>`_ Health Check failures seen after bringing down/up control plane & worker node VM instances on which ONAP hosted - `OOM-2699 <https://jira.onap.org/browse/OOM-2699>`_ SO so-mariadb readinessCheck fails for local MariaDB instance - `OOM-2705 <https://jira.onap.org/browse/OOM-2705>`_ SDNC DB installation fails on local MariaDB instance - `OOM-2603 <https://jira.onap.org/browse/OOM-2603>`_ [SDNC] allign password for scaleoutUser/restconfUser/odlUser Deliverables ------------ Software Deliverables ~~~~~~~~~~~~~~~~~~~~~ OOM provides `Helm charts <https://git.onap.org/oom/>`_ that needs to be "compiled" into Helm package. see step 6 in :doc:`quickstart guide <oom_quickstart_guide>`. Documentation Deliverables ~~~~~~~~~~~~~~~~~~~~~~~~~~ - :doc:`Project Description <oom_project_description>` - :doc:`Cloud Setup Guide <oom_cloud_setup_guide>` - :doc:`Quick Start Guide <oom_quickstart_guide>` - :doc:`Setup Ingress Controller <oom_setup_ingress_controller>` - :doc:`Developer Guide <oom_developer_guide>` - :doc:`Hardcoded Certificates <oom_hardcoded_certificates>` Known Limitations, Issues and Workarounds ========================================= Known Vulnerabilities --------------------- - Hard coded password used for all OOM deployments [`OJSI-188 <https://jira.onap.org/browse/OJSI-188>`_] - :doc:`Hard coded certificates <oom_hardcoded_certificates>` in Helm packages Workarounds ----------- - `<https://github.com/bitnami/bitnami-docker-mariadb-galera/issues/35>`_ Workaround is to generate a password with "short" strenght or pregenerate passwords without single quote in it. Default deployment is using "short" password generation for mariadb. Security Notes -------------- **Fixed Security Issues** References ========== For more information on the ONAP Frankfurt release, please see: #. `ONAP Home Page`_ #. `ONAP Documentation`_ #. `ONAP Release Downloads`_ #. `ONAP Wiki Page`_ .. _`ONAP Home Page`: https://www.onap.org .. _`ONAP Wiki Page`: https://wiki.onap.org .. _`ONAP Documentation`: https://docs.onap.org .. _`ONAP Release Downloads`: https://git.onap.org