summaryrefslogtreecommitdiffstats
path: root/auth/auth-cass/cass_init
AgeCommit message (Collapse)AuthorFilesLines
2020-04-25Add StandAlone Unix ConfigurationsJonathan Gathman1-0/+59
Include scripts, podman starts, minor code changes. Issue-ID: AAF-1137 Signed-off-by: Jonathan Gathman <jgonap@stl.gathman.org> Change-Id: Ief72d93e607dbe62875f592978ee15084c8310d2
2020-03-26AAF Services non root, all platforms2.1.20Instrumental3-4/+7
adjust Agent for JDK 11 Included redoing Config and Agent Init Containers refit for "hello" (sample) Issue-ID: AAF-1102 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: Ia957b1ccce34d164580ccb0a6d02d7b800e4887e
2020-03-24AAF non-rootChrisC2-7/+8
update AAF service dockerfiles to run as user AAF, reusing existing script infra Issue-ID: AAF-1102 Signed-off-by: ChrisC <christophe.closset@intl.att.com>, JulienBe <jb3179x@att.com> Change-Id: I2d9feef65a98d4545e407825533cd1741f891b45
2020-03-19minor 2.1.20 changesInstrumental1-1/+1
Update versions to 2.1.20 Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I1a8706d87f7aceffcc96980cebea6722d20cf11e
2020-03-19Fix standalone Batch JarsInstrumental3-15/+13
Issue-ID: AAF-1114 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I6ceb7ef714b3c7c2b33371abfca9202746151231
2020-03-18Fix Cass, then to Version 2.1.19Instrumental2-7/+7
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I5ca5779813b6120dfb6c13768abab4855ad26c35
2019-04-13Improve Upload BatchInstrumental1-1/+1
Issue-ID: AAF-811 Change-Id: Ia2289c764d0c5a14627d58349397a121f1960703 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-29Refine Container StartupInstrumental1-1/+1
Issue-ID: AAF-773 Change-Id: Ia198a11eceb9bfacafde26cde97d15949a3fe78c Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-13Batch Test improvementsInstrumental2-4/+15
Issue-ID: AAF-776 Change-Id: Ia12106331a1db608955abd353785ab2e765b3c41 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-07Improve BatchesInstrumental2-0/+4
Issue-ID: AAF-740 Change-Id: Ib3e8a3f977964eed2e992dc02154dd3bc90492df Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-26Improve Batch Bulk LoadInstrumental2-7/+3
Issue-ID: AAF-775 Change-Id: Ib2d6ff3607a30c6e8d74ff24498e5907237d6ff2 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-26mv cqlsh check to wait_startInstrumental1-10/+19
Move the check on Cassandra responsiveness to wait_start, and increase new timeout on CQL loads. Issue-ID: AAF-773 Change-Id: I14f2dd4efe6eb8bb150334a28ff4a9a5e63bf964 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-25Fix: AAF timing issuesroot2-3/+15
We wait until the cassandra DB comes up and listen on TCP 9042 before running any cqlsh commands. Also we increse cqlsh --request-timeout to 60 seconds and in order to prevent coordinator write timeouts we increase write_request_ timeout_in_ms to 20 seconds. So that Cassandra DB comes up in all different setpups without any failures. Change-Id: Idf2e1080a0ec39d6a594888f13625ef173aa5467 Issue-ID: AAF-773 Signed-off-by: kranthi.guttikonda@att.com Signed-off-by: root <kranthi.guttikonda@att.com>
2019-02-22Refine Local Agent.sh useInstrumental1-9/+0
Issue-ID: AAF-770 Change-Id: Ic6593bde1e16db35cf538cb1d2caa152016f3a82 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-20fix new openssl, data, etcInstrumental3-2/+2
Issue-ID: AAF-667 Change-Id: Ic87c5159c453c293d845abea6be0c4cfb3164fc1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-10Add Cred Reporting MailerInstrumental1-0/+3
Issue-ID: AAF-740,AAF-753,AAF-754 Change-Id: If2efc6ffbfa9897581ea00eb148fa61d793b058e Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-07Refine properties for non-rootInstrumental1-2/+3
Issue-ID: AAF-698 Change-Id: I266f0e36842fb506dbb3e412e12eedf64e24418a Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-01-22Public and Private Locate entriesInstrumental1-3/+3
Issue-ID: AAF-723 Change-Id: I9dcd2e732ce64b39aaa57a6e9404f275f7ad540c Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-28Expire, Remove Batch, restoreInstrumental2-4/+12
Issue-ID: AAF-641 Change-Id: I3d36005d59eb466141154fb729d48d5e2763fa9d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-21Batch upgrades for ONAPInstrumental2-0/+78
Issue-ID: AAF-641 Change-Id: I7b5e8b97d8c6c484418c995b6e51507af78fc765 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-05Missing LicensesInstrumental6-1/+115
Issue-ID: AAF-607 Change-Id: Ibd6c50104af69c4164d53aa0f8709520020ce7a5 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-31Move to 2.1.17Instrumental1-8/+14
Also, fix inconsistent startup of AAF Cass Issue-ID: AAF-598 Change-Id: I9300812ec8d2869e92621473ebd5933c9345f283 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-24Cass threadInstrumental1-1/+1
Issue-ID: AAF-571 Change-Id: I10fc1bfc60460b47bbf74ed8701aaa9ece99bfa6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-24Cass threadInstrumental1-1/+1
Issue-ID: AAF-571 Change-Id: I2bdf582e5ccd84a27d451589c7975380232b6cf5 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-16Repo ScrubInstrumental1-0/+1
Issue-ID: AAF-557 Change-Id: Ibc72e79a2ee314dfe4337d45a55f420a0ad0276c Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-16Version Cass to etcInstrumental1-2/+2
Issue-ID: AAF-557 Change-Id: Ic35dfd133be8e74ba223902d9262daf62703aa57 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-16Version CassInstrumental1-1/+1
Issue-ID: AAF-557 Change-Id: Id9d61ca2abb429718c6b010cd894d71d4a83ccae Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-16Old but Existing NFSInstrumental1-6/+12
Issue-ID: AAF-557 Change-Id: Ifb3ad67f7aa285222d216faf10ab050298f80777 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-16Change to 2.1.5Instrumental1-0/+3
Issue-ID: AAF-557 Change-Id: I3a6bccde89b7d869a9f54e7bf9461352ab64f377 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-08fix push/pullInstrumental2-2/+3
Issue-ID: AAF-543 Change-Id: Iaf2956866befcf0b1229c2146ebf138b3aa78513 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-08Fix DB pushInstrumental1-2/+2
Issue-ID: AAF-543 Change-Id: I5e2bef6bc228906f221cb13433b8813387a1144d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-08Artifacts to BootstrapInstrumental4-103/+23
Issue-ID: AAF-543 Change-Id: I95d11b11c21ddeb63e393528c2504af673d27a6f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-03Cass Ready Pattern->HEATInstrumental1-8/+20
Came up with a good Cassandra ready pattern for HELM/OOM. HEAT was having problem as well, so applied there too. Issue-ID: AAF-517 Change-Id: I2a8f2d1efd27c55e0c2c3bf60115c7abba17202b Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-03Adjust start scriptsInstrumental1-1/+3
Issue-ID: AAF-517 Change-Id: I487c2e8adb76bc85d54755a650e0a499a6425a8c Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-03Change FQDN RegisterInstrumental1-10/+34
Issue-ID: AAF-517 Change-Id: I816e7a18f94e7f7fcfc269b29328d7009fc8f858 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-03Create Helm InstantiationInstrumental1-9/+40
Issue-ID: AAF-517 Change-Id: I67c8408baa62a779fe5f7fa945dab2f8f9919f39 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-09-25More install to ContainerInstrumental13-0/+639
Issue-ID: AAF-517 Change-Id: I102f0214b077fca0c4f2712e3005bbe5569475bd Signed-off-by: Instrumental <jonathan.gathman@att.com>