summaryrefslogtreecommitdiffstats
path: root/auth/auth-cass/cass_init/push.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-02-26Improve Batch Bulk LoadInstrumental1-5/+1
Issue-ID: AAF-775 Change-Id: Ib2d6ff3607a30c6e8d74ff24498e5907237d6ff2 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-25Fix: AAF timing issuesroot1-1/+5
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>
2018-11-05Missing LicensesInstrumental1-0/+18
Issue-ID: AAF-607 Change-Id: Ibd6c50104af69c4164d53aa0f8709520020ce7a5 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-08fix push/pullInstrumental1-1/+2
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-09-25More install to ContainerInstrumental1-0/+24
Issue-ID: AAF-517 Change-Id: I102f0214b077fca0c4f2712e3005bbe5569475bd Signed-off-by: Instrumental <jonathan.gathman@att.com>