-
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.
Add support for fine-grained resource management
- Loading branch information
Showing
19 changed files
with
100 additions
and
26 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
File renamed without changes.
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
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" | ||
|
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,10 @@ | ||
s3: | ||
id: "minioadmin" | ||
secret: "minioadmin" | ||
distribution: | ||
kafka: | ||
username: "fink-producer" | ||
# If empty, password is set to "kubectl get -n kafka secrets/fink-producer --template={{.data.password}} | base64 --decode" | ||
# this is used for integration tests and CI which use a local kafka cluster | ||
password: "" | ||
|
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,34 @@ | ||
apiVersion: v1alpha1 | ||
s3: | ||
endpoint: http://minio.minio:9000 | ||
use_ssl: "false" | ||
bucket: fink-broker-online | ||
# General parameter used to run fink tasks | ||
run: | ||
cpu: 1 | ||
memory: 1Gi | ||
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 | ||
memory: 3Gi | ||
raw2science: | ||
night: "20200101" | ||
distribution: | ||
cpu: 2 | ||
memory: 2Gi | ||
# 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.