also add a dependency on java before trying to manipulate the java keystore
Related to T2790
Paths
| Differential D4560 Authored by vsellier on Nov 23 2020, 4:07 PM.
Details
Diff Detail
Event Timelinevsellier created this revision. Harbormaster completed remote builds in B17401: Diff 16201.Nov 23 2020, 4:07 PM2020-11-23 16:07:17 (UTC+1) Comment Actions Fix wrong indentation on the storage service configuration The journal configuration was not at the right place Harbormaster completed remote builds in B17424: Diff 16225.Nov 24 2020, 9:21 AM2020-11-24 09:21:16 (UTC+1) Comment Actions The configuration seems to work pretty well in vagrant : root@journal0:/opt/kafka/bin# ./kafka-topics.sh --bootstrap-server 10.168.130.70:9092 --list | xargs -n1 -i{} ./kafka-run-class.sh kafka.tools.GetOffsetShell --broker-list 10.168.130.70:9092 --topic {} | grep -v consumer swh.journal.objects.content:0:898 swh.journal.objects.directory:0:1172 swh.journal.objects.origin:0:26 swh.journal.objects.origin_visit:0:55 swh.journal.objects.origin_visit_status:0:2 swh.journal.objects.release:0:0 swh.journal.objects.revision:0:209 swh.journal.objects.snapshot:0:1 I let the worker create the topics so there is only one partition. It will need to be adapted for the staging environment This revision is now accepted and ready to land.Nov 24 2020, 9:56 AM2020-11-24 09:56:47 (UTC+1) Harbormaster completed remote builds in B17430: Diff 16231.Nov 24 2020, 11:45 AM2020-11-24 11:45:22 (UTC+1) Comment Actions precision: the tests were only done on the internal plaintext listener without sasl authentication Closed by commit rSPSITEbf96179df42d: Ensure java is installed before trying to manipulate the java keystore (authored by vsellier). · Explain WhyNov 24 2020, 12:07 PM2020-11-24 12:07:02 (UTC+1) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 16225 data/deployments/staging/common.yaml
data/deployments/staging/vagrant.yaml
site-modules/profile/manifests/kafka/broker.pp
site-modules/role/manifests/swh_journal_allinone.pp
|