summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17Merge "ELK version bump"Mike Elliott3-6/+6
2018-05-17Merge "Fix clamp changing persistence permissions"Mike Elliott1-0/+1
2018-05-17Merge "enable pooling and liveness in pdp-d"Mike Elliott6-3/+28
2018-05-17Merge "sdc <-> vnf sdk integration"Borislav Glozman2-2/+1
2018-05-17sdc <-> vnf sdk integrationMichael Lando2-2/+1
update sdc config map json to use the service for vnfsdk Change-Id: Ie6de2f5841155850bced87946186b4b0437cd54b Issue-ID: SDC-1332 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-17Fix clamp changing persistence permissionsBorislavG1-0/+1
There is a missing parameter in clamp values.yaml: persistence.mountSubPathLogs, which causes /dockerdta-nfs/ReleaseName directory to be come with permissions 777. Issue-ID: OOM-1086 --- modified: clamp/charts/clamp-dash-es/values.yaml Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: Iddd80f77e7e42b06dd4b55c302d4d45127ea1b72
2018-05-17enable pooling and liveness in pdp-dJorge Hernandez6-3/+28
Change-Id: I4b29367fd419f4ae31cf455a21b8df80c231c3fa Issue-ID: POLICY-795 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-05-17ELK version bumpac25503-6/+6
Issue-ID: CLAMP-162 Change-Id: I7174d1a18452e444d6806564662ab3d2ba0bc252 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-05-17Merge "Dmaap and Clamp nsPrefix Changes"Borislav Glozman2-2/+0
2018-05-17Merge "nsPrefix Changes for Log"Borislav Glozman1-1/+0
2018-05-17nsPrefix Changes for LogPriyanka1-1/+0
Issue-ID: OOM-1028 Change-Id: I1923cbbf75bdf7eead3da506a1c2bb3766f83d31 Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
2018-05-17Dmaap and Clamp nsPrefix ChangesPriyanka2-2/+0
Issue-ID: OOM-1029 Change-Id: I13d44d09bce42250b434d459612c0be6b46239c0 Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
2018-05-17OOF nsPrefix ChangesPriyanka1-1/+0
Issue-ID: OOM-1059 Change-Id: Ib718cfc8c9b8645dc31456a14f27dc99d783bb98 Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
2018-05-16Merge "Add robot-ete to list of realtime clients"Mandeep Khinda2-2/+2
2018-05-16Merge "Update appc.properties file for vCPE failure"Mandeep Khinda1-0/+1
2018-05-16Add robot-ete to list of realtime clientsJimmy Forsyth2-2/+2
Issue-ID: AAI-1144 Change-Id: I5deb2152a1ff783ab2e6311517e76709c76ba60a Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-16Update appc.properties file for vCPE failureAaron Hay1-0/+1
The appc.properties change for APPC-900 needs to be ported over to the OOM version of the appc.properties file. Change-Id: I854e3fc6e80bd610fe8bf33240a28ead4c7b4e63 Issue-ID: OOM-1088 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-05-16Increase portal-db initial liveness probe timeGary Wu1-2/+2
The initial liveness probe against portal-db was too quick, causing the container to be terminated in the middle of DB schema initialization and leaving the DB in a corrupted state. This change increases the initial delay before the liveness probe. Change-Id: I2f428ea33b60c3a99ca1e49dc8e59405aa4d824c Issue-ID: PORTAL-283 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-16Merge "SDN-C db schema/sdnctl not reliably being created"Mandeep Khinda1-1/+1
2018-05-16Merge "Enable https endpoint for SMS"Mike Elliott6-18/+24
2018-05-16Merge "Correct variable references for namespace shift"Borislav Glozman1-20/+20
2018-05-16Merge "policy healthcheck"Borislav Glozman2-0/+125
2018-05-15Fix docker tag for CDAP TCALusheng Ji1-1/+1
Issue-ID: DCAEGEN2-510 Change-Id: I9af79ea0eea57dfe81ddd6936e00aef2d0657247 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-15Correct variable references for namespace shiftBrian Freeman1-20/+20
Issue-ID: OOM-794 Change-Id: Id7bcd5aa90444cd3f5e9292f3daf7e9722722442 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-05-15Enable https endpoint for SMSKiran Kamineni6-18/+24
SMS got a new SAN certificate and we are using that in this deployment now. Applications will now query on https://aaf-sms.onap This should also fix the failing healthcheck for SMS -P3: Changing liveness and readiness probes to use https instead of tcp which was throwing up TLS error spam on the server Issue-ID: AAF-284 Change-Id: I654eced0bb75c8b5c807c45773f308d824dfb571 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-05-15SDN-C db schema/sdnctl not reliably being createdMohammadreza Pasandideh1-1/+1
Change-Id: I7fa43e090c11956eb68f89ec65bfe0ee7922c78e Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> Issue-ID: OOM-887
2018-05-15fix node port conflict btw sdnc geo/aai gizmoMandeep Khinda1-1/+1
Issue-ID: OOM-1084 Change-Id: I20d569a288d10c564a34fc1a5bad3c8249ecd718 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-15Merge "Fix Geo Config"Mandeep Khinda7-33/+43
2018-05-15Merge "Fix inconsistency in OPENSTACK_PASSWORD value"Mike Elliott1-1/+1
2018-05-15Merge "Add separate PV for each SDN-C MYSQL pod"Mandeep Khinda8-73/+68
2018-05-15Merge "Add OOM chart for SDNC ansible server pod"Mandeep Khinda11-0/+362
2018-05-15Fix inconsistency in OPENSTACK_PASSWORD valueBrian Freeman1-1/+1
Issue-ID: OOM-1083 Change-Id: I7ea80b9ecdb5911cbe84e587a2a60c19ab5389b1 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-05-15Merge "Fix dcae posgres pv location"Mandeep Khinda1-1/+3
2018-05-15Merge "VNFSDK - use common postgres"Mandeep Khinda8-187/+19
2018-05-15policy healthcheckmayankg27032-0/+125
Change-Id: I470e2727ac907ac297839ecc1bf3b53de7f67750 Issue-ID: OOM-30 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-05-15Add clamp dashboard chartsac255025-0/+1455
Change-Id: I851750c2c394fad4c5187e2a18cfa0460a16c729 Issue-ID: CLAMP-154 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-05-15Merge "Removed 'mock' from TOSCA deployment"Borislav Glozman1-3/+3
2018-05-15Removed 'mock' from TOSCA deploymentHong Guan1-3/+3
Change-Id: I2d81636df7d36c2585d0a7997531cf4d9248cb7d Issue-ID: OOM-1081 Signed-off-by: Hong Guan <hg4105@att.com>
2018-05-15Fix dcae posgres pv locationBorislavG1-1/+3
Change-Id: I07277804989d46f010252655f8c497887f317a32 Issue-ID: OOM-1082 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> modified: dcaegen2/charts/dcae-bootstrap/values.yaml
2018-05-15Remove k8s version enforceBorislavG1-3/+1
This commit reduces commit 47271 to check only tiller version. k8s version check fails on all environments. Change-Id: Ic58955fddec4cdd174a0e1a5038665e992ef8ff6 Issue-ID: OOM-1075 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-15Merge "enforcing helm and kubernetes version requirements"Borislav Glozman1-0/+3
2018-05-15Merge "Correcting message-router topic seeding"Borislav Glozman4-28/+47
2018-05-15VNFSDK - use common postgresjasmineWen8-187/+19
Issue-ID: OOM-751 Change-Id: I099bd717fb488fab9ab1af78f8f445202fd1f117 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-05-15Consul Stateful SetPriyanka Jain6-36/+101
Issue-ID: OOM-1032 Change-Id: I911085dffc35067d844b5dcb286581fa0897a27a Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
2018-05-14Correcting message-router topic seedingMandeep Khinda4-28/+47
It was using amsterdam topics from the config-init image that isn't maintained in Beijing. Dynamically clone the first time the PV/PVC is created and files are copied then See the JIRA for verification logs etc. Issue-ID: OOM-1073 Change-Id: I6856267574189b98eb7642599ab0276ee70f453b Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-14Fix Geo ConfigTrevor Tait7-33/+43
Issue-ID: SDNC-290 Change-Id: I68776259f5950d07e3b2c76b046d2b8b596bbc34 Signed-off-by: Trevor Tait <rtait@amdocs.com>
2018-05-14Merge "Fix robot preload"Mike Elliott2-3/+7
2018-05-14Merge "Config Changes in Consul"Mike Elliott6-16/+16
2018-05-14Fix robot preloadBrian Freeman2-3/+7
Issue-ID: OOM-1079 Change-Id: Ie45882ce193e73b91c13c03ef1a3fdc731002124 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-05-14Merge "Added license to blueprints and scripts"Jun (Nicolas) Hu8-0/+136