Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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>
|
|
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>
|
|
Issue-ID: OOM-2059
Change-Id: I02bbdd5b06e7194434d761bcf1aebbd749c6f1d7
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
Nginx ingress controller configuration sample adopted
to the new ingress configuration common templates.
Issue-ID: OOM-1508
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I1e8f069dbcff8ae3c927bad763d1bc2595cc9311
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
|
|
Issue-ID: OOM-2085
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Iaabdf44581c6b0dc5e0600454a5ff9bcaeaba16c
|
|
Issue-ID: OOM-2085
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I21fed8c9cf33967f62f156cac96deefdcb4f8d47
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
|
|
Issue-ID: OOM-2076
Signed-off-by: Akansha Dua <akansha.dua@amdocs.com>
Change-Id: Ide894e27c417a3e2a010cbc24f18353ffe698ce5
|
|
RKE.
Issue-ID: OOM-2050
Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com>
Change-Id: I72802282d296c6e1f23f96112a6406ded18aa5ab
|
|
Add example nginx ingress controller configuration
overrides for testing purposes.
Change-Id: Ibac181c4e79fab4cd5b63b28bf4f25912bfe4724
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Issue-ID: OOM-1508
|
|
Add nginx ingress controller support to the OOM
nginx ingress controller is disabled by default.
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I97683ede7d99d2c8ca2f512c962d2d8d03467124
Issue-ID: OOM-1508
|
|
Issue-ID: OOM-1980
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I39ed586738aa1bb5c336973ce0ee55ebebd7f183
|
|
Updating all helm chart versions to 5.0.0 for the El Alto release.
Merge will be co-ordinated with the merge of a separate aai/oom patch.
Please do not merge until this coordination has completed.
Issue-ID: OOM-1980
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I31daaebeacea33565f13affd2fa28fb15fe948ba
|
|
|
|
Issue-ID: OOM-1959
Change-Id: I835be9a5eccf72e8e6534da1e5090f21d10c7a5a
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
The modeling generic parser needs to be enabled in general override
file onap/overrides/onap-all.yaml
Issue-ID: MODELING-175
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Change-Id: Ia175145b2c9a3c4ca4da1fe8cbf119b41fc9782a
|
|
The so mariadb was missing so prefix
from the name breaking convention.
Issue-ID: OOM-1921
Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
Change-Id: I5c26ab8943698e420fbdc198f0837e653a708185
|
|
Issue-ID: MODELING-165
Change-Id: I46419561fdc3f1b4fb7a7bcf19185ac6cbd99c1d
Signed-off-by: yangyanyj <yangyanyj@chinamobile.com>
|
|
Change-Id: Ibe57c857b4d9367b77878757821c2e9c44c61a7b
Issue-ID: OOM-1598
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Change-Id: I2a0428bfec238231b299c9f35364979b116a5d67
Issue-ID: OOM-1598
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Issue-ID: OOM-1500
Change-Id: I15dd98ea8042914220f1b6025e93f65224bb9adb
Signed-off-by: sushil masal <sushil.masal@amdocs.com>
|
|
Issue-ID: OOM-1747
Change-Id: I9a3a1751fdd4cae1ce48d56b4a1b202ba9c3de4b
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
|
|
Change-Id: Id3fbbc7ad639bfd03ddbfc931abf774407851d74
Issue-ID: OOM-1193
Signed-off-by: Pramod <pramod.kumarsharma@amdocs.com>
|
|
Currently when you deploy onap with no override file, the behavior is
to deploy everything. In order to deploy a subset of components, an
override file must contain all components and then disable the ones
you don't want. As we prepare to transfer helm chart ownership to the
teams, it will simplify the creation of project specific development
override files, if the default behavior for deploying onap was
reversed. Allowing override files to only contain the components
they care to enable (and configure) and ignore the rest as they
would be disabled by default.
From this point on, it will be necessary to use an override file
(as integration uses for testing) to enable all components. This
patch includes an onap-all.yaml override file that may be used for
this purpose.
helm deploy dev local/onap -f onap/overrides/onap-all.yaml
No configuration is part of this override. Its purpose is only to
enable the components and is intended to be used in combination with
other override files that provide environment specific configuration.
Change-Id: I4b74a3a8a35a178298af7205762e2aca7c65dda3
Issue-ID: OOM-1692
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Issue-ID: OOM-1198
Change-Id: Ie49a34cfbe5bdb2620312e8780dccbc0b86a0d6e
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
|
|
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release.
In addition the requirement.yaml files have been updated to allow for
chart versions that include timestamp suffix. A following on patch will
take care of changes to the OOM Makefiles to support injection of the
timestamp versions.
Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb
Issue-ID: OOM-1642
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
As part of the Dublin release, the web version of VVP is being
deprecated. A command-line script will remain, but there will
be no deployable, online version of the tooling. This change
removes the deprecated components from the OOM deployment and
management.
Issue-ID: VVP-136
Change-Id: Iea4e611d6b1a784be271982eb6a92099a944bd76
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
|
|
|
|
Updating release notes, Helm and K8s versions and
started documenting use of (un)deploy plugins.
Change-Id: Ia51db5f1489e8d63fd7e1f10e80174eb9f182f0f
Issue-ID: OOM-1497
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Change-Id: I248d11cab8b35b8b10b3c9bef7d49d5fb4182798
Issue-ID: LOG-860
Signed-off-by: root <frank.obrien@amdocs.com>
|
|
|
|
This override file is used to deploy a minmal configuration to
onboard and deploy a VNF. It includes the following components:
A&AI, DMAAP, Portal, Robot, SDC, SDNC, SO, VID
Some additional optimisations are set:
- replica set to one
- JVM reduced size
- resource requests reduced
Patch2 corrects:
- remove trailing white-space
- add all components with true:enabled
Patch3 corrects
- remane file name to minimal-onap.yaml
- remove oom-casa.txt introduced by error in patch2
Patch 4 corrects
- put enabled:true all components to be deployed
Change-Id: Iddf9b49a4af1567c5f9fdbb3e603a60428b56ca9
Issue-ID: OOM-1518
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
|
|
Change-Id: I38c8e0a8ee16c97e555de0264c0bd5ba89a04849
Issue-ID: DCAEGEN2-779
Signed-off-by: Julien Barbot <julien@barbot.org>
|
|
|
|
Issue-ID: OOM-1173
Change-Id: I11251d5729c057ebc2211c60ac973343c0aa01f3
Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
Signed-off-by: stark, steven <ss820f@att.com>
|
|
Change-Id: Id87b4675bf8e2f61e4b8f39e4eae0b5466fb68c1
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@ericsson.com>
Issue-ID: DMAAP-857
|
|
Invalid subchart override file (internal) was being created
for portal. This was caused by an incorrect match on subcharts
that included "portal as a prefix or suffix in its name.
Change-Id: I02d9564f573cf194940df7edc267079e2fb7eec2
Issue-ID: OOM-1344
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Change-Id: I7a96309d77fd303429f3710d1b919a4f35a52ebc
Issue-ID: OOM-1458
Signed-off-by: root <frank.obrien@amdocs.com>
|
|
Change-Id: I34627212ad2fb3797dd86c1bee1c2883308a3b25
Issue-ID: OOM-1451
Signed-off-by: Ubuntu <frank.obrien@amdocs.com>
|
|
* changes:
Add PNDA bootstrap job to dcaegen2 chart
Add PNDA mirror container to dcaegen2 chart
|
|
the default of small is creating issues as the resource request numbers
need to be better tuned.
setting to unlimited brings us back to where the containers are allowed
to request whatever they want and grow unbounded (the downside is that
this may allow for the containers to starve your K8s cluster!)
Issue-ID: OOM-1145
Change-Id: I123131bdfbd154cf02cfa9fa7d96597844e346ab
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Change-Id: I39974a948d261e3e6d80faf0219f67d4ffc8c90c
Issue-ID: DCAEGEN2-779
Signed-off-by: Donald Hunter <donaldh@cisco.com>
|
|
All Chart versions and requirement dependencies have been updated to 3.0 for Casablanca release.
Change-Id: Iea57e5da09ea8a8bac0a415b9a6196151cbea10b
Issue-ID: OOM-1354
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Change-Id: Ibca20f8ab51cc87458d18b0abf3de9d573895ea9
Issue-ID: CCSDK-366
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
Enable /contrib chart to package software leveraged by CDS usecase in
Casablanca. Packaged under /contrib as Netbox is not an ONAP component.
Issue-ID: CCSDK-366
Change-Id: Idd30db3b9e8865f64a269e628fbf7c365f125f06
Signed-off-by: Marc-Alexandre Choquette <m.a.choquette@bell.ca>
|
|
|
|
Issue-ID: INT-515
Change-Id: I11824c0e3424f153c413a2bee547423be80338a7
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
Change-Id: I7aaa10563a9008d4628534159b2064a5f51802ec
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: OOM-1379
|
|
Change-Id: I84b218452315c2026fb443c85a0cfce04098b29e
Issue-ID: OOM-1361
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
|
|
Change-Id: I5e2920607d6fd4e0cc4b9afaef48ca64362fc41d
Issue-ID: OOM-1299
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
|