Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/oom.git from branch 'master'
to d9a7efecd6b1960048911a2aadee3c6b8ec4ecc8
- Update git submodules
* Update kubernetes/robot from branch 'master'
to 091f164a832479cb40ad6f5d7e4960269e75f87f
- Merge "Adjust ETE runner for security tests"
- Adjust ETE runner for security tests
This patch adds gathering data which cannot be easily obtained from
within "robot" pod (without granting it access to "kubectl" tool and as
a side effect - cluster modifications).
It introduces dependency to python3 on operator's machine (to convert
"kubectl" tool filtered output to JSON).
Issue-ID: SECCOM-261
Change-Id: Ie5057f65f79337896191b51cfad1b3e06623f80b
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to b97b5b43213a4e211719482fd306a485f794fd66
- Merge "Revert "basic auth for so-monitoring""
- Revert "basic auth for so-monitoring"
This reverts commit 6f4cfe7a3b3c258ba21ca54402122b5df7579fff.
Issue-ID: OJSI-169
Signed-off-by: k.kazak <k.kazak@samsung.com>
Change-Id: Id40e44a91fcf6d5fa0dff542faae6d28b95cf867
|
|
* Update docs/submodules/oom.git from branch 'master'
to 9f694e1a22cefc96771bedd3733c6add368d3b2f
- Merge changes Ia6344de1,I642bdc7a
* changes:
VID: Update to version 6.0.2 (Frankfurt wave 1)
VID logging adjustments to portal-sdk 2.6.0
- VID: Update to version 6.0.2 (Frankfurt wave 1)
Issue-ID: VID-716
Change-Id: Ia6344de1aa524d25a8818e18bfe693cacffc26c8
Signed-off-by: Ittay Stern <ittay.stern@att.com>
- VID logging adjustments to portal-sdk 2.6.0
Issue-ID: VID-253
Issue-ID: VID-471
Change-Id: I642bdc7a3926bf3be897f959aa1886617b2978d6
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 69572f6a9694f9044dd3033f1351b510aabf3bcf
- Merge "Add VID to onap-vfw overrides"
- Add VID to onap-vfw overrides
Issue-ID: OOM-2266
Change-Id: I0c571c765cb099b1f2e7886bc686e24a436f290e
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 5998b3e8832767879b7642674870fd9a41136f1e
- Update git submodules
* Update kubernetes/aai from branch 'master'
to f636b1cc2bf7d391dc76956e906a6f497ef1b092
- Remove space from file name
Remove the awkward space from the file name and replace it with a
dash.
Issue-ID: OOM-2275
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ia0d55fae839d5ef865ac53659d93cbda5ba4212a
|
|
* Update docs/submodules/oom.git from branch 'master'
to 6f65ec4ac492de50805c91c1cb6f7a932544d7fc
- Merge "[AAF] Fix PVC for sshsm"
- [AAF] Fix PVC for sshsm
https://gerrit.onap.org/r/c/oom/+/98938 forgot to remove selectors for
PVC and prevent it to work with storage class.
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ieb45ecbe8c046d6c3bc72e47776df3c9d64de2e5
|
|
* Update docs/submodules/oom.git from branch 'master'
to ff02910af1fc203e342e621dd4547d51f87e9e9f
- Merge "[COMMON] Fix PV/PVC for postgres"
- [COMMON] Fix PV/PVC for postgres
When creating https://gerrit.onap.org/r/c/oom/+/99478, forgot to
backport storage class part of https://gerrit.onap.org/r/c/oom/+/98962.
Issue-ID: OOM-2234
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I3c42b28ad5bea67eda004b0209c8a21783b539f1
|
|
* Update docs/submodules/oom.git from branch 'master'
to 9c39401bac43746619482aee239b88db4d2d85e2
- Update git submodules
* Update kubernetes/aai from branch 'master'
to 69f85c4ba9f621e5f5172c0dd637048fe7ef3cfd
- Update charts for released containers
Issue-ID: AAI-2763
Change-Id: Ie005febc51040e1dd7fffb104171ee1ee2ccdd98
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to f5d9cf8756a272cbe46b92ca29e3db35d5ed1a92
- Merge "[COMMON] Add missing ! in db_init.sh script"
- [COMMON] Add missing ! in db_init.sh script
For some reason unknown to me I was stupid enough to forget to
put ! in a front of variable name in the final vesion of script.
Let's just quickly fix that so that not too many people notice;)
Issue-ID: OOM-2248
Change-Id: I0b8891b94856b21f4b1fad1d6731c461bae2c1aa
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 70fc0f2694d1353ea93437fc49415598f147d0ca
- Update git submodules
* Update kubernetes/robot from branch 'master'
to 4bd799e5dbcbf2131a685bf73319e962ace86f5c
- Move Storage access to RWO
Today when deploying Robot with OOM, the PersistentVolumeClaim needs the
"ReadWriteMany" (or "RWX") capability.
According to Kubernetes Documentation (https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes),
ReadWriteMany stands for "the volume can be mounted as read-write by many nodes".
That means that a particular PVC needs to be read and written from many pods.
That also means that your code takes that into account and do the work to avoid
write at the same place at the same time.
An issue on RWX mode is that most "official" storage driver from Kubernetes doesn't
support it (13 over the 19 drivers doesn't support it, espacially OpenStack, Amazon
and Google storage classes).
Robot PVC is used only for one Robot instance. Thus we don't need RWX.
Issue-ID: INT-1230
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I300e34a9d4be40b36153812d2a99c458cae6b2c9
|
|
* Update docs/submodules/oom.git from branch 'master'
to 7dc067bbca304601b56559cec5df56a2631d018c
- Merge "aaf auto cert generation"
- aaf auto cert generation
Add support for AAF init container for config and cert generation
Issue-ID: SDNC-755
Signed-off-by: Agarwal, Ruchira (ra1926) <ra1926@att.com>
Change-Id: I06ee7921b6dbb1b4b9ca64cf276a374256af3a45
Signed-off-by: Agarwal, Ruchira (ra1926) <ra1926@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to c9126b7496f720d8295190983551cd5944e88025
- Merge "Add CDS application properties for custom headers for aai calls"
- Add CDS application properties for custom headers for aai calls
Issue-ID: CCSDK-2020
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Ifebfdaef0907ce441e567d1ff1fc105e0be62243
|
|
* Update docs/submodules/oom.git from branch 'master'
to bfaf1a3759f77753b3171993804b6592a6de6895
- Merge "[COMMON] Improve mariadb-init job script"
- [COMMON] Improve mariadb-init job script
Replace two sets of commands with a simple loop.
Issue-ID: OOM-2248
Change-Id: I83a748cdad256e7206310d45a987530b4acc621b
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to e50e1b827a497d304db800fd3c5a1e18de1afdce
- Merge "Update SO-VNFM-Adapter override.yaml for ETSI"
- Update SO-VNFM-Adapter override.yaml for ETSI
Change-Id: I6b99ccf9bd50d2ec50693df9d4122417b22bcf7a
Issue-ID: SO-2575
Signed-off-by: rope252 <gareth.roper@est.tech>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 98611159fca5232391c770df340c96dce0f474b0
- Merge "[COMMON] Use deployment for postgresql"
- [COMMON] Use deployment for postgresql
Instead of statefulset + inner work in the container, use deployments in
order to be more reliable
Change-Id: Icf4fe1303ae3489c822558e28bb08b69af2d4970
Issue-ID: OOM-2234
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 2db9cc6b2889e527413ac9dd737c59786d036227
- Update git submodules
* Update kubernetes/robot from branch 'master'
to 80a8b8c11d94af39ed26701dc10f2d3fc9e9a042
- Merge "Add ingress controler support to ROBOT"
- Add ingress controler support to ROBOT
Issue-ID: OOM-2186
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: Id6b6f6d1a5d9ea83f73b914509098f7711a6418a
|
|
* Update docs/submodules/oom.git from branch 'master'
to 832ef0c7a8aea19c5565dcc073118672e92915db
- Update git submodules
* Update kubernetes/aai from branch 'master'
to c8663688eb2755ca5adc4f570c7acf76b6f9a077
- Merge "Remove the usage of uuidv4 since it was causing the deployment to change at every "helm deploy" causing AAI ha proxy pod to restart and cause AAI outage."
- Remove the usage of uuidv4 since it was causing the deployment
to change at every "helm deploy" causing AAI ha proxy
pod to restart and cause AAI outage.
Issue-ID: OOM-2226
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
Change-Id: I03aa47240251fe182ecd841a99a9b99a20c88d65
|
|
* Update docs/submodules/oom.git from branch 'master'
to 84d9d1e7c119335cf1e8195db1fe6b3bfafe2c40
- Update git submodules
* Update kubernetes/robot from branch 'master'
to ff678657c0fa534840d063131432e1994829f660
- Update DCAE username and password
Change-Id: I575be45bbbd2c53a897eac87f303e45cc2fce976
Issue-ID: INT-1375
Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 5d3e392fdf1f87b49c8b9df31324c61e88152716
- OOM-2261 readiness-check does not track DaemonSet
Issue-ID: OOM-2261
Signed-off-by: Avi Ziv<avi.ziv@amdocs.com>
Change-Id: I7f220f8b6b64165c33ed8d707834091240136199
Signed-off-by: Avi Ziv<avi.ziv@amdocs.com>
Change-Id: I7f220f8b6b64165c33ed8d707834091240136199
|
|
* Update docs/submodules/oom.git from branch 'master'
to 3a8cff593c057e7f1dbb5b94657cf71277776e5b
- Merge "Add ingress controler support to APPC"
- Add ingress controler support to APPC
Issue-ID: OOM-2173
Change-Id: I39aaba4a5b35dd82ffe9f5acc413a7dd93e451c2
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 60b0030d5b4ce786dc9aacac440277adf163a569
- [Contrib] Force version on AWX
As latest are buggy
Change-Id: I8bad9075bc7f4cbcb4bd8274bfbef3d24b15f843
Issue-ID: OOM-2260
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 0f550b7adc4a6db21639abc3f394a838a46ba759
- Update git submodules
* Update kubernetes/aai from branch 'master'
to d801a6ee395220b11bfac773c3111489282e735c
- Use the frankfurt release data router image
Issue-ID: AAI-2727
Change-Id: I85fc2b830156e913abc845b91348990ff2127b20
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to e2a1371f57721792f72811a3f8449f578ede9452
- Merge "VID: Update to version 6.0.1"
- VID: Update to version 6.0.1
Release 6.0.1 supports the current OOM chart setup (without
VID_KEYSTORE_PASSWORD workaround).
Issue-ID: VID-650
Issue-ID: VID-716
Change-Id: Ie326a9b0cc5c892f815470384b92938ab2312c62
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 3d6dc459a34a6e32088ea6732a056646142fe1d8
- Merge "[DMaaP] Wait for AAF locate before AAF config"
- [DMaaP] Wait for AAF locate before AAF config
AAF config needs to have aaf locate service up and running in order to
work properly (if not, it won't really crash but won't have done the
real work).
As per
https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#understanding-init-containers,
"Each init container must complete must complete successfully before the
next one starts".
Adding a wait for readiness container before aaf config init containers
should then do the job.
Change-Id: Ida047728e4f14320ada8052c707b458450f4923b
Issue-ID: DMAAP-1362
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 1069b0d633d562277754a0c26223a18fa331df60
- Merge "[POMBA] Use global storage templates for PVC"
- [POMBA] 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 couple for logs of ES as it was hardcoded in
the deployment.
Change-Id: Ic2da694da008803f5afc1a0e0de38a1428c5b40e
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 8dc8a90633d8dff9e7f02cd5de1bc28e0c00e8af
- Enabling logback file to be loaded using configmap for policy components
Change-Id: Ic73ad605ac3aca689221afed258eb3673398e425
Issue-ID: POLICY-2308
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
|
|
* Update docs/submodules/oom.git from branch 'master'
to ed0ae6bbf72985a50332a34b147a3bd2c6b25a11
- Merge changes I78e22429,Ic101f384,I8dd4128b
* changes:
Use common secret template in mariadb-galera
Improve common secret template
Add secret template to common templates
- Use common secret template in mariadb-galera
Instead of defining the secret in some custom way let's use the common
template (common.secret). To avoid some issues in ONAP components that
depend on this chart let's do not remove for now the default username
and password. We will do this when all services properly utylize
secrets to store mariadb credentials.
Issue-ID: OOM-2053
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I78e224299cccd9632192ee03a45cd077e6f0906f
- Improve common secret template
Improve common secret template by adding:
- ability to generate secrets if they are not provided
- ability to fail the deployment if marked secret is not provided
- support for using already existing secret instead of creating
a new one
Issue-ID: OOM-2053
Change-Id: Ic101f384f7c767702f646eb0e879ec80bf9a6334
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
- Add secret template to common templates
Separated from change:
I65f9891f1d3586c0633b252a47b461c887d5b8ad
to allow the template to be easily merged to master.
Issue-ID: OOM-1971
Change-Id: I8dd4128bfa6e614ba5ddd084c45ca008e4da87ad
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
[Separate from other changes, add license header,
update commit message]
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 769eebc4d0069f37625b2ac0a5564287e1163111
- Merge "Update Validation topic passwords for obfuscation"
- Update Validation topic passwords for obfuscation
Change the dummy password values to OBF: so that the properties files
will load correctly at application start-up.
Change-Id: I1903026ca57db460c41163e1f7dc42a02fd3c2e2
Issue-ID: AAI-2110
Signed-off-by: Leonard, Mark (ml401d) <ml401d@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to f5b2a468bfd4207aab52a476a6350561cbc6c95a
- Merge "Fix multicloud log message output issue"
- Fix multicloud log message output issue
The log config error results in log output failure
Change-Id: I6451e678c3ac509ed676699ac048200feebc6ab8
Issue-ID: MULTICLOUD-966
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 6361494bb4f7355187a5f82d652c9a22de57954d
- ignore tables case in policy galera mariadb
For compatibility reasons with the legacy pap, console, brmsgw
and pdp-x.
Issue-ID: POLICY-2320
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I4fa05e1862acccecb468045a5ff58a84d92b1c26
|
|
* Update docs/submodules/oom.git from branch 'master'
to 78211d7aabf6d7612e5c94cecbd40eb3c29a48d6
- Merge "Give user link to submodule instructions"
- Give user link to submodule instructions
Issue-ID: OOM-2245
Signed-off-by: Ubuntu <dgl@research.att.com>
Change-Id: Ie5e63a847904c67be1804e97afac8b2a058685a6
Signed-off-by: Ubuntu <dgl@research.att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 45af03afbe57b068ebffb45e91c230cc50d4344c
- Merge "[DMaaP] Use global storage templates for PVC"
- [DMaaP] 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 split the 3 PV from dr-node into 3 files and used range so the
number of PV is the same as number of PODs.
Change-Id: I46b4e62042ea8330bef8cdc1561fa8bbf3f25d12
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to aab7b218f456882edb50eb4b7f4358eadadb3df2
- Merge "VID: Remove VID_KEYSTORE_PASSWORD workaround"
- VID: Remove VID_KEYSTORE_PASSWORD workaround
Workaround is no longer needed, after CATALINA_OPTS
parameters are late-evaluated.
See commit https://gerrit.onap.org/r/c/vid/+/99583 (change
id Ife2a2e92b3745691cc45590d1afd1688d918048f).
Issue-ID: VID-650
Change-Id: Ibb27d050632e8ce9b96da6e4033840380d1f3f72
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 8e28f7b7d9f32e3c472a717a8a8c7874e5724f8b
- Merge "[SDNC] Use global storage templates for PVC"
- [SDNC] 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 used "range" for PV creation of the statefulset
I've created one file per PV (one for mdsal, one for certs).
sdnc-prom was using hostpath directly on deployment, move to a PV/PVC.
Change-Id: Id9eed3b13ac85595c386e380f41cfbc38b52c69f
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 1dd281fc7e5d96d585561dd9bdbb90173a698a6a
- Merge "Enable Cassandra for AAI in minimal ONAP environment"
- Enable Cassandra for AAI in minimal ONAP environment
Deployment of AAI component fails unless Cassandra is enabled in the
cluster [1].
This patch also adds Cassandra to the list of enabled components and
fixes minor typos in the documentation.
[1] https://git.onap.org/aai/oom/tree/requirements.yaml#n23
Issue-ID: INT-1402
Change-Id: I5cb57e1909f749bb8d28fac0e5eeb09f6cfe4b33
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 4a18669124ad341e06ffec59711a477d7223c873
- Merge "Secure FE communications to the workflow backend"
- Secure FE communications to the workflow backend
Update of the workflow fe and be charts to secure the communications and to start the backend server is https mode with a secured connection to SDC
Issue-ID: OOM-1954
Signed-off-by: IlanaP <ilanap@amdocs.com>
Change-Id: Ia3c4c714e317b8f8b6b4ee9245daa50eea50275f
Signed-off-by: IlanaP <ilanap@amdocs.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 448a16ef7f4816620fb45e842a664c6e6dc65c52
- Merge "Remove old nginx configurtion from the SDC"
- Remove old nginx configurtion from the SDC
Remove not longer suported and incompatibile option from
the SDC nginx ingress configuration
Issue-ID: OOM-2187
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I5bddbc8400569cc8a58c48cd15ca00991336e1c8
|
|
* Update docs/submodules/oom.git from branch 'master'
to 2b1c87f302e8b6ffef589036da49e66bc3e7d1c5
- Merge "VID logging adjustments"
- VID logging adjustments
Now using org.onap.logging libs, improved formatting, and
full MDC key/values dump.
Added outgoingRequests logging of upstream in-out traffic.
See also:
VID logs to Logging Specification v1.2 (Casablanca)
https://wiki.onap.org/pages/viewpage.action?pageId=28378955
Issue-ID: VID-253
Change-Id: If1378319d6c77fef0d08adc8e5e08c98cab50580
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 9037af96894f8995c6d03e6526b0d6260ff66aac
- Merge "DMaaP switch from HTTP to HTTPS"
- DMaaP switch from HTTP to HTTPS
ONAP projects using HTTP port to connect to DMaaP Message Router (MR), please start using HTTPS port
Issue-ID: EXTAPI-371
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
Change-Id: I965f57599bb11fe0ee85a1fa66a55bf292399c58
|
|
* Update docs/submodules/oom.git from branch 'master'
to 8501d7cee5a887f9e19d5fe3671ef8180bce526b
- Update git submodules
* Update kubernetes/robot from branch 'master'
to bc1480dc6c66d23ed04feaff93fca10da6a65a8f
- Merge "Use global storage templates for PVC"
- 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
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ie65e55bca92eb0ada674636f049ecb054b65c5da
|
|
* Update docs/submodules/oom.git from branch 'master'
to f817f1b029cbc719e44fafa41a7badc9f55c8ce2
- Update git submodules
* Update kubernetes/robot from branch 'master'
to dbb4ed7385a22871a0ffb719f04e0f0f257d0ab3
- Merge "Add distributeVCPE"
- Add distributeVCPE
Issue-ID: INT-1397
Change-Id: I172fc986207a61c91b2dc9b1efa5c58bd689ea06
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to f3a92b5028146cd4e3f4965533182ea355118ac5
- Update git submodules
* Update kubernetes/robot from branch 'master'
to a7e566c2c15914ad409ab4135891c0c092c300f0
- Add /etc/hosts
Issue-ID: PORTAL-782
Change-Id: I8f7abd28c357cf6525c3368f38035a45126bf2ae
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 45f718de8420b77cd5f2250f26bc4f9f73879b50
- Update git submodules
* Update kubernetes/aai from branch 'master'
to c56543fa8c464f839cde7d80ff2023d6448e4b28
- Fix the startup issue of data router liveness
so that the pod does die before it even had
a chance to start the application
Issue-ID: AAI-2727
Change-Id: I94246883cc5b46c7e9873e70214599653514d7d8
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 525447ad64582c9d8a94542cc32e89c9986d864d
- Merge "Mavenized image creation for readiness-check"
- Mavenized image creation for readiness-check
Issue-ID: INT-1045
Change-Id: I9c7b7fd26c8f376600aa7efc9c1d9e2eee001cde
Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 10ab5daccb4375ca8644ad9d738bbdb2efc7a650
- Merge "Example ingress configuration with vhosts"
- Example ingress configuration with vhosts
Example ingress configuration with vhosting
support.
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Issue-ID: OOM-2125
Change-Id: I62c818f8941871cbebdfbf1984e7b6eee7e1180d
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 0f15ec82c3ef94ac510350d43184299564a9fa85
- Merge "Add ingress configuration for so-monitoring"
- Add ingress configuration for so-monitoring
Add ingress configuration file for so-monitoring component.
Ingress configuration can be changed in onap-all.yaml
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I122e52fc1ed9db78bb0249715e8cd25a9d6318a3
Issue-ID: OOM-1508
|
|
* Update docs/submodules/oom.git from branch 'master'
to 73a2c25f2a9ea88e6bbce1175104ca46dd9a21d3
- Merge "[APPC] Use global storage templates for PVC"
- [APPC] 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
Change-Id: I04757c8fffc4987c4d49da9f474f3e20367de214
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 05942430664ddd4a35f830c5e7488ecd4122c83d
- Merge "[AAF] Use global storage templates for PVC"
- [AAF] 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 modified statefulset deployment so they can use their own PVC
instead of writing into a specific directory inside
I've also set to 'emptyDir' volumes when persistence is not enabled
(except for aaf-config-pvc and aaf-status-pvc, which means that AAF will
still not work when persistence is disabled).
Change-Id: I05f133f058ebd9678df9ac0b7ef32bb43689e94f
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 5145c61e87e1d73935d395abfba6b9becb5d3b87
- Merge "[Common] Use global storage templates for PVC"
- [Common] 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 aligned the PV creation of the different charts.
I've also aligned the PVC creation of the different charts.
I've removed unused mysql chart and (badly) used nfs-provisioner chart.
I've also make cassandra backup work with dynamic PV (but RWX only for
now).
Change-Id: I0ea3f8c7514ca648d94b6c682684c06b822bbe0a
Issue-ID: OOM-2229
Issue-ID: OOM-2228
Issue-ID: OOM-2227
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 9b5e461732ac47203a3fce5cef12700184b34021
- Merge "Adding sdclistener properties for health check"
- Adding sdclistener properties for health check
Issue-ID: CCSDK-1669
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: Id7343225f8c46c38d3c44c6c9ffdfe895742e5d6
|