Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
Following patches into staging are included with corresponding released image tag
https://gerrit.onap.org/r/#/c/oom/+/91759/
https://gerrit.onap.org/r/#/c/oom/+/91832/
https://gerrit.onap.org/r/#/c/oom/+/90603/
https://gerrit.onap.org/r/#/c/oom/+/92569/
Change-Id: I369b8a3cb25476e466e61b6b23d3034f17a461b6
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1318
Issue-ID: DCAEGEN2-913
Issue-ID: DCAEGEN2-1685
Issue-ID: DCAEGEN2-1597
Issue-ID: DCAEGEN2-909
Issue-ID: DCAEGEN2-904
Issue-ID: DCAEGEN2-1513
Issue-ID: DCAEGEN2-1550
Issue-ID: DCAEGEN2-1701
Issue-ID: DCAEGEN2-1694
Issue-ID: DCAEGEN2-1695
Issue-ID: DCAEGEN2-1718
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
|
|
CM version update (new types)
TLS container version update (bbsep san)
Version update for bootstrap
Change-Id: I58342d527b8f58e52c65dad65fff51df4d45ea67
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1270
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
|
|
1) Add dashboard input for cloudify deployment
2) update ports for snmptrap
3) Include secure nodeport for ves
Change-Id: Iaf18b098957d062666d977ec68596d857729263e
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1270
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
|
|
- patchset 2 fixes copyrights
- patchset 2 removes unused config.json files
Issue-ID: DCAEGEN2-1091
Issue-ID: DCAEGEN2-1092
Change-Id: I6e3ecadb3bb18771bc4d0f7deb0c2865c1e1e236
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
DCAEGEN2-932:
- mode_of_operation: active or passive
= active is as before this change
= in passive mode the policy-handler
* closes the web-socket to PDP
* skips the periodic catch_ups
* still periodically checks for reconfigure
* still allows usig the web-server to retrieve policies from PDP
- default is active
- when mode_of_operation changes from passive to active,
the policy-handler invokes the catch_up right away
- config-kv contains the optional override field mode_of_operation
= changing the mode_of_operation in config-kv and invoking
POST /reconfigure will bring the new value and change the
mode of operation of the policy-handler if no service_activator
section is provided in consul-kv record
- reduced the default web-socket ping interval from 180 to 30
seconds because PDP changed its default timeout on the web-socket
from 400 seconds to 50 seconds
Change-Id: Iab66270dc4b1ee1ec422350be794ff161cd4a512
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-932
|
|
Change-Id: Ibc02516225eca75092600461eb9348bb75011720
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-853
Issue-ID: DCAEGEN2-903
Issue-ID: DCAEGEN2-929
Issue-ID: DCAEGEN2-930
Issue-ID: DCAEGEN2-1017
|
|
Allow nodeport values to be changed for ves and datafile collector
Change-Id: I6e837b91d9ee400a282c1fcb9ea38a12e1b42441
Issue-ID: DCAEGEN2-963
Signed-off-by: dgermain <daniel.germain@cgi.com>
|
|
Change-Id: Id522805a7caf59dccef6b8b87a25218b2bbeae38
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-892
|
|
Also change msb_host address to msb-iag for holmes.
Issue-ID: DCAEGEN2-796
Change-Id: I0f3785d26a4f7606ca053f57c6a356689bcb1e50
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
- changed the inputs to k8s policy-handler blueprint
to use https in url to deployment-handler
- using port 8443 instead of 8188
Change-Id: I7920b31853ef92716cacf7bbd45fa9e16387373b
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-851
|
|
Change-Id: I99f55db195521104ae182feb6d753b5f3d960257
Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com>
Issue-ID: DCAEGEN2-638
|
|
Change-Id: I5435d474d5cf67cb449d70a2c757724b4927b070
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DCAEGEN2-638
|
|
|
|
Revising version of InventoryAPI, DH and PH
REbased to resolve merge conflict
Change-Id: I049203f1c386f08060834d05136590ee3c2ed7fa
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-772
|
|
- all the latest config settings for policy-handler
- k8s specific routing to policy-engine by hostname "pdp"
- relying on dns to resolve hostname "pdp" to ip address
- expecting to find "pdp" as the hostname in server cert from pdp
- assuming that
"https://{{ .Values.config.address.policy_pdp }}.
{{include "common.namespace" . }}:8081"
is converted to "https://pdp:8081"
- intention to get
policy_engine :
url : "https://pdp:8081"
Change-Id: Ib4296e88a20d772591233c937aa5969667963057
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-611
|
|
|
|
Change-Id: I3dcf35c67bc7ded5902da25c700cfc306aa89098
Signed-off-by: Vijay venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-600
|
|
Issue-ID: OOM-1305
Change-Id: Idb6ad7004b7a4dc20ffafda72d60c8547eedfb9e
Signed-off-by: Durgpal <durgpal@amdocs.com>
|
|
Issue-ID: DCAEGEN2-507
Change-Id: Ice57d86f3353925c45beccdf7cdb85a4691cbb5b
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
|
|
Change-Id: I105ccd8798cfa49bc2ccf8dcb348ede650d63bbf
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-502
|
|
additional changes:
1. Delete dcae_ns setting in values files--forces
CM to deploy into the common namespace.
2. Conditionally set image name in k8s-inventory-inputs.yaml
3. Comment out componentImage setting--use image version
specified in blueprints.
4. Add missing "---" in CM templates/service.yaml
5. Update image versions for bootstrap, healtcheck
changes to values.yaml file:
1. update doker versions
2. use onap as namespace for DCAE pods
Chages to dcae-healthcheck values.yaml file
1. check health for DACE pods under namespace onap
Issue-ID: DCAEGEN2-479
Issue-ID: DCAEGEN2-490
Issue-ID: DCAEGEN2-493
Change-Id: I40d8f0b40b2b6bbf1407493a7d8c03cef856fd9c
Signed-off-by: Lusheng Ji <lji@research.att.com>
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
patchset #3 Add ExternalName service to provide alternate name
for consul in the common namespace. Needed for
compatibility with CM plugin.
patchset #2 Fix Holmes inputs to use correct postgres address.
Minor fixes for ves and tca.
Change-Id: Iacfef5a34ab5d2f365dcc6fc160816f80dfa7b69
Issue-ID: DCAEGEN2-477
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Change-Id: I6450145aced8d5e8d40a65ee32246e313e1d5160
Issue-ID: OOM-1010
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
** Changes to add readiness checks for all dependencies,
make copyright notices consistent.
This commit adds a job that is supposed to spin-up DCAE
Few problems:
Bootstrap fails looking for consul service,
which has Release.Name prefix. Release.Name will soon be removed
everywhere. Meanwhile can run helm insall/upgrade providing parameter:
--set dcaegen2.dcae-bootstrap.config.address.consul.host=<Release.Name>-consul-server
backoffLimit: 0 in the job does not seem to work on my environment
therefore left it in a comment
There are many TODO, which need to be cleaned-out (by DCAE team)
Change-Id: If54440544cb9c8f4ac9aff59ac6752023fb3e670
Issue-ID: OOM-854
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|