Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Initial documentation update with the following changes:
* Remove last old release references
* Explain the "masterPassword" mandatory parameter
Issue-ID: OOM-2324
Issue-ID: OOM-1960
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ib3b1ba7c585c7e27793329ec5eb43d797e23da99
|
|
Issue-ID: AAI-2869
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I4a4b5f05ae149149137369cfb588b1c27e156281
|
|
AAF client cert moved to APPC
Helm chart, hence I added APPC
portion to the table
Issue-ID: APPC-1862
Change-Id: Ib84a66bbca8d818c36cfd9258d0dfbc1000f1265
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
Add additional labels to create consistency across
all docs.
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I6d3dd67adb6669fb897e4978cb88e3b7404d2897
|
|
|
|
New documentation generation system relies on disjoint documentations.
This patch adds an label for OOM release note with name being consistent
accross all ONAP components.
Issue-ID: CIMAN-33
Change-Id: I5e5fbe5d5038056a7a684828c9e02f082bfa7f0b
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
New documentation generation system relies on disjoint documentations.
This patch adds an label for OOM main index with name being consistent
accross all ONAP components.
Issue-ID: CIMAN-376
Change-Id: I1c13b2c478857c45a30ec5e5fb4881934e6f70f3
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
|
|
Making the charts consistent based on comments
Fixing oom gating issue related to busyBoxImage value not found
Moving and fixing cmso certs to this checkin
Adding oof-cmso to the hardcoded certificates list
Change-Id: Id48903ef7c38d69fcd8da5e067c2031359c94b56
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-720
|
|
Added the trust store provided by waqas to be included
with vnfm adapter jvm arguments.
Issue-ID: SO-2765
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Change-Id: Ifbe7bd54dcf1f79b49bed1f887e472ad9b7ac634
|
|
Use 6.0.0 in preparation for Frankfurt release
Issue-ID: OOM-2320
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I8ad82dfdf48b56c38c0e85d640b18cc13c8d9e67
|
|
|
|
|
|
Updated truststore/keystore password for sdc cert.
Added truststore/keystore password to chef AUTO.json.
Updated deployment.yaml files to mount the cert files.
Issue-ID: SDC-2855
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ifd0d45cc591a0624005f86d2e67e3c0bc490efd3
|
|
Workaround for retrieving ONAP root CA and keeping SO container being
run by no root user.
Issue-ID: SO-2730
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ib1b48c0a6fcca359a780640b8c705e75fd78dc1a
|
|
haproxy, resources, traversal, schema-service, graphadmin,
babel, model-loader, aai-search-data
Issue-ID: AAI-2821
Change-Id: I4304053534a20ea1b51e05e285f0829403d2b2db
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Issue-ID: VID-784
Change-Id: I2393279cce83191e75730caaff1b57802857f0e9
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Some people weren't sure on which machine we have to install it.
Issue-ID: OOM-2061
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ib46ac2211a716e04ce5b8d9394264bb7fd34a42c
|
|
Issue-ID: OOM-2204
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I1d17f027f81c2abc3fbf97973dd5076776b8499e
|
|
Current service and headlessService templates doesn't handle the fact
that out of cluster ports must be TLS encrypted only.
With a new (backward compatible) DSL, this is now possible.
In values.yaml, all ports in service part with port AND plain_port will
have the ability to be HTTP or HTTPS depending on the context.
Per default, they'll be HTTPS.
TLS choice will be done according this table:
| tlsOverride | global.tlsEnabled | global.serviceMesh.enabled | global.serviceMesh.tls | result |
|-------------|-------------------|----------------------------|------------------------|--------|
| not present | not present | not present | any | true |
| not present | not present | false | any | true |
| not present | not present | true | false | true |
| not present | not present | true | true | false |
| not present | true | any | any | true |
| not present | false | any | any | false |
| true | any | any | any | true |
| false | any | any | any | false |
Service template will create one or two service templates according to this table:
| serviceType | both_tls_and_plain | result |
|---------------|--------------------|--------------|
| ClusterIP | any | one Service |
| Not ClusterIP | not present | one Service |
| Not ClusterIP | false | one Service |
| Not ClusterIP | true | two Services |
If two services are created, one is ClusterIP with both crypted and plain
ports and the other one is NodePort (or LoadBalancer) with crypted port only.
Issue-ID: OOM-1936
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: If766dd73132022d1a6e578fd36113c461bb91ea5
|
|
Also add requirements for Frankfurt release
Issue-ID: OOM-1960
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Idaa4925515737221c90c4bf9141406fa1d428f15
|
|
Issue-ID: OOM-1966
Signed-off-by: ksinghn247 <kuldeepsinghn@hcl.com>
Change-Id: Iaff841695f0ef8513b202bc299ecc2785bf97ee0
|
|
Merging this will create
https://onap-oom.readthedocs.io
This build will run in parallel
to the current docs generation method
until we are ready to cut over.
Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I502ea73223a2fe2f7f8d235a3544a186ae3d45c1
|
|
Proposition of common templates to make service declaration and PV
declaration consistent accross OOM.
Propositions of templates for sub parties of resource definitions
such as metadatas, selector and containerPorts.
I've also made an example with cassandra.
Change-Id: I8b8aa8eb61dafba75e89add1979114a0eefce243
Issue-ID: OOM-1971
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
To improve readability and avoid confusion, this patch makes:
* all path names and package names - italics,
* all snippets as well as command names and arguments - fixed length.
Issue-ID: OOM-2207
Change-Id: Ib8075c25cb0479e56e3f7634639eb4d7556b36c7
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
Definition list syntax quick reference:
http://docutils.sourceforge.net/docs/user/rst/quickref.html#definition-lists
Issue-ID: OOM-2208
Change-Id: Iaab4b3befd92288813a70d4e1bac8c4c7bb6e4c6
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
This patch improves documentation readability by making all runnable
code snippets stand out.
Issue-ID: OOM-2207
Change-Id: I0ffd7892a6c3af4d91f5bdd9adb49c1e01a9c475
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
Literalinclude directive is not rendered as such unless separated from
the surrounding paragraphs by blank lines (like all paragraphs) [1].
[1] http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#literal-blocks
Issue-ID: OOM-1612
Change-Id: I51e7f8f2f99dfe157b24fe7c5ae4d62281d72e86
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
This patch resolves issue with including non existent file in OOM
documentation. Included file has been removed in [1] and seems to be
replaced by "kubernetes/onap/values.yaml" from [2] (91% similarity [3]).
[1] ed5ff714fac29651318868a65267030e3c31c3ee (Change-Id: Ia51db5f1489e8d63fd7e1f10e80174eb9f182f0f)
[2] ac281bd0798ae7308402f4d19d537546d101afba (Change-Id: I4b74a3a8a35a178298af7205762e2aca7c65dda3)
[3] Similarity measured with:
$ git checkout ed5ff714^
$ wdiff --no-deleted --no-inserted --no-common --statistics \
kubernetes/onap/values.yaml docs/onap_values.yaml
Issue-ID: OOM-2203
Change-Id: I9634797c75f4da4652194f72190b21e30c4feb21
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
Issue-ID: OOM-2102
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: Ic973542b48e721808284d1a9bd705c06c24bc29c
|
|
El Alto High defects that are pushed to Frankfurt.
Issue-ID: OOM-2103
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I2570d1e299072e1ac96dbc3fcbe19181cd568bd0
(cherry picked from commit f40ce5c9f5db76331d7aa895615c06a636d1940e)
|
|
Issue-ID: OOM-1577
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I8314d029ac9acc3a35488a57a8eecd3d53aa3845
|
|
|
|
Issue-ID: OOM-2103
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I9a378602c8d73df4df2fef4fcf52b88fa5000eb6
|
|
Issue-ID: OOM-1590
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I61b3531545b5a648fcfabb850ee85fa5f0a4a46a
|
|
Documentation updates.
Issue-ID: OOM-1590
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I4c87d295b140b4be39317b03527470bdd88ab3e9
|
|
Issue-ID: OOM-2023
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I5cab68dee9f4f07bcc009e7230c4ad0c41827b53
|
|
|
|
|
|
Updates for new variables to init cloud in SO
Issue-ID: OOM-1982
Change-Id: Icf4f6bafb1884bc3758fabe4072733526c79cc42
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
Reference: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#enumerated-lists
Issue-ID: OOM-1978
Change-Id: Id81a00c24a271d4e05546a29bf93b93c7aded954
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
Literal block is not rendered as such unless prefixed with two colons
("::") [1].
Sphinx "code-block" directive takes a language name as an argument [2]
and fails if none is supplied.
[1] http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#literal-blocks
[2] https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-code-block
Issue-ID: OOM-1612
Change-Id: Ibf5ddf9b50753206b5bcec0df83c8a19346e6ad9
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
It has been determined that, in certain environments, readiness and liveness probe values need to be increased.
This improves reliability on the initial deployment of ONAP.
Addressed documentation feedback.
Issue-ID: OOM-1959
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I8cfb30b52e4bdbd6bab7756ec247c9574efcb503
|
|
|
|
It has been determined that, in certain environments, readiness and liveness probe values need to be increased.
This improves reliability on the initial deployment of ONAP.
Issue-ID: OOM-1959
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I0d910608d6d72d58b9a981bfb30267c6b2233b46
|
|
Issue-ID: OOM-1939
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I66406dc202155879106d22f63c0fefae7e8e52fe
|
|
|
|
|