Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/oom.git from branch 'master'
to 72c71c0b832a169c03bcdbaa5997956e30f62c7c
- Update git submodules
* Update kubernetes/aai from branch 'master'
to 18747ec29947084c571d66f37f1a0fe85fbe4702
- Use global storage templates for PVC
OOM has now templates in order to create the needed PVC, using:
* a PV with a specific class when using a common nfs mount path between
nodes (sames as today use) --> is the default behavior today
* or a storage class if we want to use dynamic PV.
On this case, we use (in order of priority):
- persistence.storageClassOverride if set on the chart
- global.persistence.storageClass if set globally
- persistence.storageClass if set on the chart
I've also created a PV/PVC for elasticsearch has it was hardcoded to
hostPath.
I've also removed hostPath for job logs (aai-traversal logs were not put
into the desired hostPath)
And I moved the 3 jobs of aai-graphadmin into 3 files as it's a better
practice (several object in the same file can lead to unexpected
behavior).
Behavior is supposed to be exactly the same as before.
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I71c6cee8d7c33ef7bd39c40a43c26b377d4ceec3
|
|
* Update docs/submodules/oom.git from branch 'master'
to 9f713a2f32b1adffcfe7f454904217be212b9dc0
- Merge "Update prh to 1.3.2"
- Update prh to 1.3.2
Issue-ID: INT-1181
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I13888ca2334cfb1f59bbcf195726996cd8a79e54
|
|
* Update docs/submodules/oom.git from branch 'master'
to 3535b96cf6c7aa17c4663fce9e070f14c219d4a9
- Merge changes I3a419138,Id4c67943,I9767e8ff,I15359ebc,I131e8153
* changes:
Add ingress controler support to MSB
Add ingress controler support to DCAE
Add ingress controler support to VNFSDK
Add ingress controler support to CLAMP
Add ingress controler support to CLI
- Add ingress controler support to MSB
Issue-ID: OOM-2181
Change-Id: I3a419138e4e553719f7f9f9b958d448f6c5cea24
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
- Add ingress controler support to DCAE
Issue-ID: OOM-2178
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: Id4c679431d5d5e0362acbd08757250f1bb5a0616
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
- Add ingress controler support to VNFSDK
Issue-ID: OOM-2192
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I9767e8ffaa27c68ecdb3a8882d4f718af1488ab0
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
- Add ingress controler support to CLAMP
Issue-ID: OOM-2175
Change-Id: I15359ebc3116bf453c2a2b3ce706ead6024797bf
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
- Add ingress controler support to CLI
Issue-ID: OOM-2176
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I131e8153024f18ff5a08fa29966ed9be8c850946
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to ac242707c66ff4d6c83e1258a6f9402d2b8fa838
- Add ingress controler support to Consul
Issue-ID: OOM-2177
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: Icf30714776cb038f10377c16d40585280910f9d7
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to d6322c8e3038291b8a4029d10b0bf2de93c13cc6
- Add ingress controler support to LOG
Issue-ID: OOM-2180
Change-Id: I18a2f724216a3946a40e0c4f166a3a4eeeca522b
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 672e49683b77bfbc8bc1cbc14c9180a4575eedc7
- Merge "Vhosts support to the common ingress template"
- Vhosts support to the common ingress template
Add virtual hosting support to the ingress
common template
Added support for global configuration path
or virtual host based
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I6b1a0c9cfd0eb5c90a090058d5db70f8ee33731e
Issue-ID: OOM-2125
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to cf7df6be28306495b412a34168a8195db7c0608c
- Merge "Nginx ingress controller configuration"
- Nginx ingress controller configuration
Add Nginx ingress postinstall helm
chart. It should be applied after
cluster initial setup.
Issue-ID: OOM-2099
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: Ic942b03d6e754c2fca72316cde0d2e65eba9d0d7
|
|
* Update docs/submodules/oom.git from branch 'master'
to e21978408ab1bee4c571bbb6cc58904d3ee36472
- Merge "Add password generation template"
- Add password generation template
Currently there is a number of hardcoded passwords in OOM helm charts
that are reused for almost all ONAP deployments in different labs.
One possible solution for this issue could be to generate a random
password for every deployment but this may cause number of issues
while doing helm upgrade.
That's why instead of generating a random password we generate a
password for particular use case, based on chart name, master
password provided by the deployer and additional UID. This is done
using derivePassword function so check its documentation for more
details how this password is derived.
From a user perspective, the most important fact is that he or she can
achieve reproductible deployment. Every time when ONAP is deployed
with the same masterPassword all derived passwords are going
to be also the same.
Issue-ID: OOM-2052
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I666d597e6daab8b79e630917ad75f17cc70f897b
|
|
* Update docs/submodules/oom.git from branch 'master'
to b16e8fe5947741d6c6c7f3458a87a6efa6a22859
- Merge "[NBI] Use the common galera cluster of ONAP"
- [NBI] Use the common galera cluster of ONAP
Instead of having our "own" galera cluster, use the common one already
proposed by OOM.
If a local cluster is needed, you just need to set
global.mariadbGalera.localCluster to True.
Also create a common chart that create the needed values for the
database.
Change-Id: I9ad551b76a40732b4ab3fc34ba7cde6ca90fe432
Issue-ID: EXTAPI-348
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 6c1984839109f1dea6514998018f7c10f1dae764
- Update SDNC helm charts to use latest stable version 1.7.6
Update SDNC helm charts to use latest stable version (1.7.6)
Change-Id: I98a360cd16e14d8da914278da2509e2c07c2cf5c
Issue-ID: SDNC-992
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 41041fce7009965f5a0da872d5efa4ab1c937f38
- Merge "Typo fix for cds-ui chart."
- Typo fix for cds-ui chart.
Issue-ID: CCSDK-1953
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Id2ce253ab0ecee2c2fccb18589e76160fbf10853
|
|
* Update docs/submodules/oom.git from branch 'master'
to 9b0adea0769b026875ee312d223960c559c700bb
- Merge "Create templates for global storage use"
- Create templates for global storage use
Two helper functions are defined:
- common.storageClass: will print the right storage class according to
properties set or not:
* if no storage class set --> use previous behavior (storage class
named `common.fullname-data`.
* if a "persistence.storageClassOverride" is set for this specific chart,
we use it (if it's "-", we set to default one)
* if a "global.persistence.storageClass" has been set (and no
storageClassOverride for this chart), we use it (same specificity than
storageClassOverride)
* if a "persistence.storageClass) has been set (and no
storageClassOverride nor global one), we use it (same specificity
than storageClassOverride)
- common.needPV: will print "True" if we need a PV (no storageClass and
storageClassOverride being set).
an implementation example with mariadb-galera is provided.
Issue-ID: OOM-1500
Change-Id: I20a667e17b00c255c4b828e3c66f9c0df7c8755c
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to a362d9ba0fd2ece5cd39d4b43ae92ea88486db35
- Merge "[Policy] Use common mariadb galera chart"
- [Policy] Use common mariadb galera chart
Instead of using "own" galera chart, reuse chart placed in common part
of OOM installation.
Will ease move to common galera cluster (which is not done by this
commit).
Change-Id: I2d7c1e5cdc9289cfb55e288b1697373239ef96e3
Issue-ID: POLICY-1467
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to d13409e21b17ec8e01d9176f0399c58f14e528bb
- Update git submodules
* Update kubernetes/robot from branch 'master'
to 6e38b492acd3ec44a869055092399b6f18c659b8
- Merge "Add Inventory and Deployment Global property needed for Bulkpm"
- Add Inventory and Deployment Global property needed for Bulkpm
Change-Id: I9839bc2937446f4062ae922f7d287b1150a1b224
Issue-ID: INT-1375
Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 52c30fbd77243de5428d2e46203569dd69bc02d2
- Merge "Docker changes for dmaap microservice"
- Docker changes for dmaap microservice
-Add script to start dmaap microservice.
-Add new properties
-Renaming the DCAE.dmaap properties so that all of the
properties share the same prefix (DCAE.dmaap.event) instead
of some having a different prefix (DCAE.dmaap.appc). This is
required since all dmaap properties are now being read by the
a common java class.
Change-Id: I66b7cb466ec03f3357ecc473748a54a3a090ef16
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1744
|
|
* Update docs/submodules/oom.git from branch 'master'
to 388698c56ea6ddc4156c20ce8bfe89c6c2f8cad6
- Merge "[VID] Use mariadb galera common chart"
- [VID] Use mariadb galera common chart
Instead of using "own" galera chart, reuse chart placed in common part
of OOM installation.
Will ease move to common galera cluster (which is not done by this
commit).
Change-Id: I843c89ed4899055e9502268089d0e01f28fe37ae
Issue-ID: VID-704
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to d0abd4d917abd225e9e3e73faf85e2fe3e8f28a4
- Update git submodules
* Update kubernetes/robot from branch 'master'
to eb01b0f5e5f9919499d76e5aaff997c9fafdda93
- Update MSB end point to https
change protocol from http to https
and port from 80 to 443
impacted healthcheck tests: msb, multicloud, vfc
Issue-ID: VFC-1591
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I44d03d14df43b6e1df81b27da0ee455cc9045ce4
|
|
* Update docs/submodules/oom.git from branch 'master'
to 17804e20a22090d3c0b2333528dd6f0ca7809567
- Merge changes Ib8075c25,Iaab4b3be,I0ffd7892,I51e7f8f2,I9634797c
* changes:
docs: Mark filenames and inline code
docs: Use definition list syntax to clarify terms
docs: Enclose all snippets in code blocks
docs: Ensure literalinclude directive rendering
docs: Replace include directives for non existent file
- docs: Mark filenames and inline code
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>
- docs: Use definition list syntax to clarify terms
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>
- docs: Enclose all snippets in code blocks
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>
- docs: Ensure literalinclude directive rendering
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>
- docs: Replace include directives for non existent file
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>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 4db798b119f1bcb608d69aabe6663f3cef7f11de
- Merge "Attempt 2 at chart restructure"
- Attempt 2 at chart restructure
Helm value override file now supports component-specific settings:
dcae-bootstrap:
enabled: true
dcae-cloudify-manager:
enabled: true
dcae-config-binding-service:
enabled: true
dcae-healthcheck:
enabled: true
dcae-redis:
enabled: true
dcae-servicechange-handler:
enabled: true
dcae-inventory-api:
enabled: true
dcae-deployment-handler:
enabled: true
dcae-policy-handler:
enabled: true
dcae-dashboard:
enabled: true
Issue-ID: OOM-1574
Signed-off-by: Ubuntu <dgl@research.att.com>
Change-Id: I85e0fe6ae19e176d954611549ec954a5fe662307
Signed-off-by: Ubuntu <dgl@research.att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to f687c4a528e3ee8330f956f9aa1f6994510b10dc
- Remove charts for multicloud-lenovo
Remove charts for multicloud-lenovo
Issue-ID: MULTICLOUD-737
Signed-off-by: Changjun Wang <310397125@qq.com>
Change-Id: Id0ddd57ef620be7b03c524289efb70163d0f8828
|
|
* Update docs/submodules/oom.git from branch 'master'
to 774dc0a2816d604fedd6410c1d8119ac6f09eeb8
- Merge "Added 'pdpGroup' to policy-xacml-pdp parameters config file"
- Added 'pdpGroup' to policy-xacml-pdp parameters config file
Issue-ID: POLICY-2229
Change-Id: Iffb9f40b174eae1e3b714e4ec5e8997c58d01a35
Signed-off-by: HOCKLA <ah999m@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 3fba946d6df58589afbd2ec1a4443b6bd6e1aa70
- Merge "Remove plain HTTP endpoint 30281"
- Remove plain HTTP endpoint 30281
Issue-ID: OJSI-140
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I84f3272cbf2307a8015259842f30cc4e1b77c552
|
|
* Update docs/submodules/oom.git from branch 'master'
to 4f66dfdffd036030d8b0f167713af83242285890
- Merge "Remove plain HTTP endpoint 30285"
- Remove plain HTTP endpoint 30285
Issue-ID: OJSI-186
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I2e6e422e500ab84c48f6d6fa6acefc8feb826783
|
|
* Update docs/submodules/oom.git from branch 'master'
to 892854faba326a4a0508331f5097d5f5ed70cb88
- Merge "Remove plain HTTP nodeport 30282"
- Remove plain HTTP nodeport 30282
Issue-ID: OJSI-141
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I9d510ca293b7e43eecddd75fbfaa0e5acf74077e
|
|
* Update docs/submodules/oom.git from branch 'master'
to e2e59c57c151e015eb9eedf827d565abfebd8721
- Merge "Remove plain HTTP endpoint 30280 from Nodeport"
- Remove plain HTTP endpoint 30280 from Nodeport
Issue-ID: OJSI-139
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I643c4c7a51b05b462d280c903363d2372d3664db
|
|
* Update docs/submodules/oom.git from branch 'master'
to eb727ebb7d8a08cf93a414db70d7385f3396c8f3
- correct cds-ui helm chart
Issue-ID: OOM-2206
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I5a66830a7aa128a0d75ed44ff5a06ae989be1d70
|
|
* Update docs/submodules/oom.git from branch 'master'
to 0b844c9a74e29e2046c96f4635c429eb4dc8d677
- Update git submodules
* Update kubernetes/robot from branch 'master'
to 31450dcb11d18b81098b43d0d0b7ecdb0d69e238
- SO VNFM HTTPS
Issue-ID: SO-2517
Change-Id: I86c59908271b6a0686162c127edd6eb256b3ce6b
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 41a8c1ebd178fd7420a8127a4c8156ef50a0b3a1
- Merge "VNFM-adapter health check failing"
- VNFM-adapter health check failing
Configured the VNFM adapter to support https as is being used by the health check request
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SO-2517
Change-Id: I2076a02788c2f74b90939a9e3684f917079cf7b2
|
|
* Update docs/submodules/oom.git from branch 'master'
to d56c7fdc84ae5c78ef9e7670a6952e31fd06d043
- Merge "change readiness logic for APPC docker"
- change readiness logic for APPC docker
change to poke 8181 port
Issue-ID: APPC-1792
Change-Id: I16160dde01c11c6625b407a1f5db4a24bc291df5
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 5bdb14011023be31471622a92b98493a04da0281
- Merge "Fix the nginx config"
- Fix the nginx config
Fix nginx config so that AAF can work through it
Issue-ID: CLAMP-519
Change-Id: Ica2d3ea6f6c4b19e019f3e7cf30e5b1372f07255
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to f1b86032285298313a0cf071ae02d60e2b4c2188
- Merge "NBI to SDC: API is HTTPS with port 8443"
- NBI to SDC: API is HTTPS with port 8443
Issue-ID: EXTAPI-341
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
Change-Id: I94b41e338d80939934c7d42fd518d0984cf89b92
|
|
* Update docs/submodules/oom.git from branch 'master'
to 303ba789e58c1f1a425f7c8b8bcfbbe5cbcffb9e
- Merge "Remove unused properties from config files"
- Remove unused properties from config files
DB and auth credentials are never extracted from this file thus it's
better to remove them to avoid confusion.
Issue-ID: OOM-2051
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I66b0cb61b17439496ed0e0c8d9529ad730823d61
|
|
* Update docs/submodules/oom.git from branch 'master'
to d3159350259da704adb8cedb0df597d5003068ae
- Update git submodules
* Update kubernetes/robot from branch 'master'
to 5526182fa60a7a61c8158c98b6be8dfc66c8330b
- Revert VNFM https
Issue-ID: OOM-2163
Change-Id: Ib5d07e2ddecbe8cdaf6d5e3ac7ae195cf6d33db4
Signed-off-by: bdfreeman1421 <bf1936@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to c2e3446ef0d55c61bbdcd22aa24ba08f12542e04
- Merge "[Portal] Adjust Pods Requests/Limits"
- [Portal] Adjust Pods Requests/Limits
I've adjusted the Requests / Limits of portal pods according to real
usage of "Orange Openlab" and "Onap daily master".
Calculation is the following:
per deployment:
* CPU/Mem requests is max of average from the two deployments
* CPU/Mem limits is (max of max from the two deployments) * 1.2
Moved portal-widget CPU limit to 1 as it's not starting if set to lower
than that.
Full values are available on jira ticket
(https://jira.onap.org/browse/PORTAL-517).
Change-Id: Ic02fef386e05351a6fa9e47bf47d5c2046f490e3
Issue-ID: PORTAL-517
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Signed-off-by: Lorraine Welch <lb2391@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 685380e4597129b620665110b8b32207b493f1a9
- Merge "add properties for username and password"
- add properties for username and password
Issue-ID: OOM-2164
Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com>
Change-Id: Iace0b322d5d1a02ca25c0791936b0fc1a1e950e3
|
|
* Update docs/submodules/oom.git from branch 'master'
to 8ce0071e5b4a9f3e5688149fd89cf5b36c769785
- Merge "[CLAMP] set Mariadb PVC to RWO"
- [CLAMP] set Mariadb PVC to RWO
Forgot Mariadb PVC in previous commit
(https://gerrit.onap.org/r/c/oom/+/94610).
Change-Id: I9e3d96eab8b6d6ada7d2ab406a8e72249c909aa4
Issue-ID: CLAMP-488
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 5755f13fbf3db5f6f051da43050d9642ca72e6b2
- Merge "[LOG] Move Elasticsearch PVC to RWO"
- [LOG] Move Elasticsearch PVC to RWO
Elasticsearch PVC is only used by elasticsearch POD. As ES doesn't
support several writes per different instances on the same folder, RWO
PVC is sufficient
Change-Id: Ie2cb4eadf8ee0c8ff1acf7e2ba172763c89583f3
Issue-ID: LOG-1114
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to b1bda0e5fd074cab1edeefc2f80ce2ea65e7e5c9
- Merge "[POMBA] Move Elasticsearch PVC to RWO"
- [POMBA] Move Elasticsearch PVC to RWO
Elasticsearch PVC is only used by elasticsearch POD. As ES doesn't
support several writes per different instances on the same folder, RWO
PVC is sufficient.
Change-Id: I6b7c91174f4f485dc6e3b6e34111fe4fc2bb0469
Issue-ID: LOG-1114
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 79be5f1bfa8fd06fbff46fcd5e4ac6fe93425483
- Merge "[POMBA] Move Data Router logs PVC to RWO"
- [POMBA] Move Data Router logs PVC to RWO
Data Router pods writes logs directly in the PVC within generic name
files:
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/application.log
-rw-r--r-- 1 root root 125 Nov 5 09:56 /dockerdata-nfs/onap-pomba/pomba/data-router/logs/application.log
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/
total 4
drwxr-xr-x 2 root root 76 Nov 5 09:56 AAI-DR
-rw-r--r-- 1 root root 125 Nov 5 09:56 application.log
drwxr-xr-x 3 root root 18 Nov 5 09:54 data-router
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/data-router/
total 0
drwxrwxrwx 2 root root 6 Nov 5 09:54 logs
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/data-router/logs/
total 0
debian@control01-onap-master:~$ ls -l /dockerdata-nfs/onap-pomba/pomba/data-router/logs/AAI-DR/
total 12
-rw-r--r-- 1 root root 0 Nov 5 09:56 audit.log
-rw-r--r-- 1 root root 0 Nov 5 09:56 debug.log
-rw-r--r-- 1 root root 7519 Nov 5 09:56 error.log
-rw-r--r-- 1 root root 666 Nov 5 09:56 metrics.log
Thus if two pods were writing, there would be issue as each one would
want to write.
Then this PVC must be used by one POD only and RWO is sufficent
Change-Id: I0087487fba715b4b0804de51544238f08fed1d3c
Issue-ID: LOG-1114
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to aeb93c696c1a9ccf345706e606cfb2098ab0b8d4
- Merge "[APPC] Move Ansible server PVC to RWO"
- [APPC] Move Ansible server PVC to RWO
As ansible server is a statefulset with PVC
template written in the statefulset, you'll
have one PVC per ansible server.
Thus ReadWriteMany (RWX) is not necessary and
RWO is sufficient.
Change-Id: I735891be2a098303ce85e21da7c8dc8b1ea20371
Issue-ID: APPC-1710
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 9fbac2ec6c8a4e6b958848610efe18011a4763fd
- Merge "Remove controller blueprint chart"
- Remove controller blueprint chart
With the consolidation of designer API within blueprint
processor, we no longer need this micro-service.
It is getting removed completely from backend code.
Change-Id: If0b3191998f37fea53bb6e4ac7a6410b7204d828
Issue-ID: CCSDK-1663
Signed-off-by: Alexis de Talhouƫt <adetalhouet89@gmail.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 55625677baeff1e32fd3f25b3526f2010323cb6f
- Update git submodules
* Update kubernetes/aai from branch 'master'
to 81954e51ef4c04fb08182d779f4871dfca766221
- Update schema service to use v17 to v19
Issue-ID: AAI-2607
Change-Id: Ia49109e37af5092a5394d69a69dd9ad0fb14e2d7
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 83d278baef5b1de142c29935438bac38372fc888
- Merge "[NBI] Use mariadb-galera from common"
- [NBI] Use mariadb-galera from common
Instead of using "homegrown" mariadb chart, move to use the common
mariadb-galera chart in order to be aligned with most of the other users
of mariadb and eventually to move into the common mariadb galera
instance.
Change-Id: I0c8ed6adfea0d64f97e7d9378464039915d389c7
Issue-ID: EXTAPI-347
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 7102af90c8c37f8c9c196d79920453fdc6db2da1
- Merge "[Music] Adjust Pods Requests/Limits"
- [Music] Adjust Pods Requests/Limits
I've adjusted the Requests / Limits of portal pods according to real
usage of "Orange Openlab" and "Onap daily master".
Calculation is the following:
per deployment:
* CPU/Mem requests is max of average from the two deployments
* CPU/Mem limits is (max of max from the two deployments) * 1.2
Change-Id: I3fce54e6be495a7014bf346d66721976fa2dab8b
Issue-ID: MUSIC-533
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 5459713dc2d29f399ceb274390161d4b95011c7b
- Merge "bump the SO version to 1.5.3"
- bump the SO version to 1.5.3
Issue-ID: SO-2328
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I694a53807d071e3ff14c4f013ec43a33af95f2ec
|
|
* Update docs/submodules/oom.git from branch 'master'
to b6ebe18c6bab9c30311400a16aae99c259a4f0f9
- Merge "Updated The Version of Holmes"
- Updated The Version of Holmes
Change-Id: I0f93684d1af27665e5a3fedc48ac2ca1648f4bfe
Issue-ID: HOLMES-268
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
|
|
* Update docs/submodules/oom.git from branch 'master'
to e3806913b0551c6bc5d5d66538f6bb59cd33fd2a
- Merge "AAF cert dist for DMaaP DR"
- AAF cert dist for DMaaP DR
Change-Id: I0bca8c7a16f8b19a266d9961715b8a04971d7b73
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1269
|
|
* Update docs/submodules/oom.git from branch 'master'
to 8766da998da3ddcdeec17abd91ca2c17685c4ea8
- Merge "Add policy update notification topic to OOM"
- Add policy update notification topic to OOM
Issue-ID: POLICY-1841
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I2ab0b7f40a9b60531dccd6175c76d0a18726816e
|
|
* Update docs/submodules/oom.git from branch 'master'
to 2edc638d7350677bd163ffbb468b575fee1dc07c
- Merge "Enabled HTTPS for sdc-workflow-designer"
- Enabled HTTPS for sdc-workflow-designer
-Enabled HTTPS for frontend and backend
-Updated paths and passwords for a certificates
Issue-ID: SDC-2479
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ic4b379bc2eb73a984221fa06ddc0fe8f0fa2116b
|
|
* Update docs/submodules/oom.git from branch 'master'
to 67970a7f24418383af8c408c1126e3f0125b7ae0
- Merge "Move AWX postgres and Netbox posgtres PVC to RWO"
- Move AWX postgres and Netbox posgtres PVC to RWO
postgres doesn't support that many posgtres instances write into the
same folder so moving to RWO mode is harmless
Change-Id: I3faf715606a7bb479917faf022efbf6635d602f8
Issue-ID: OOM-2080
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|