-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve e2e science, self-hosted test
Configure fine-grained resource management Fix fink startup script error management Use 3GB memory for raw2science Configure number of expected topics for e2e test output
- Loading branch information
Showing
19 changed files
with
85 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../finkconfig_noscience/finkctl.secret.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
apiVersion: v1alpha1 | ||
s3: | ||
endpoint: http://minio.minio:9000 | ||
use_ssl: "false" | ||
bucket: fink-broker-online | ||
# General parameter used to run fink tasks | ||
run: | ||
cpu: 0 | ||
memory: 466m | ||
fink_trigger_update: "2" | ||
# Can be set using --image option | ||
# image: gitlab-registry.in2p3.fr/astrolabsoftware/fink/fink-broker:2.7.1-33-ge27a2aa-dirty | ||
# Default to s3a://<s3.bucket> | ||
# online_data_prefix: s3a://fink-broker-online | ||
producer: sims | ||
log_level: INFO | ||
stream2raw: | ||
fink_alert_schema: /home/fink/fink-alert-schemas/ztf/ztf_public_20190903.schema.avro | ||
kafka_socket: kafka-cluster-kafka-bootstrap.kafka:9092 | ||
kafka_starting_offset: earliest | ||
kafka_topic: ztf-stream-sim | ||
raw2science: | ||
night: "20200101" | ||
distribution: | ||
# Comma-separated list of kafka servers, default to stream2raw.kafka_socket | ||
distribution_servers: "kafka-cluster-kafka-external-bootstrap.kafka:9094" | ||
distribution_schema: "/home/fink/fink-alert-schemas/ztf/distribution_schema_0p2.avsc" | ||
substream_prefix: "fink_" | ||
# Default to <stream2raw.night> | ||
# night: "20200101" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.