-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.example-config-file
More file actions
48 lines (42 loc) · 1.82 KB
/
Copy pathREADME.example-config-file
File metadata and controls
48 lines (42 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This directory contains example config files
#
# The format should be a valid ansible inventory file
# Note, for now, the config directory should have a file called ssh_key, which will be used to connect to your edge device/gateway
all:
hosts:
my-server-hostname-or-ip:
ansible_user: myuser
ansible_port: 22
vars:
device_name: "myserver"
cyverse_user: my-cyverse-username
cyverse_pass: my-cyverse-password
cyverse_upload_dir: the-cyverse-upload-directory-for-processed-images
minio_version: RELEASE.2024-07-16T23-46-41Z
minio_storage_size: 200
minio_host_path: /opt/minio-data
minio_alias: myminio
minio_endpoint: minio-service.default:9001
minio_external_url: http://1.2.3.4:9001
minio_bucket_name: my-bucket
minio_access_key: minio-access-key
minio_secret_key: minio-secret-key
slack_webhook: https://hooks.slack.com/services/some-endpoint
models_path: /opt/models
# without the https or git
dvc_git_models_url: github.com/user/somerepo.git
dvc_git_token: some-github-token
dvc_model_path: some-dir/model.pt
dvc_remote_storage_name: eddie
dvc_branch: "main"
thingsboard_host: "thingsboard.host.edu"
thingsboard_mqtt_port: 1883
thingsboard_device_key: "key"
thingsboard_device_secret: "secret"
thingsboard_install_path: /opt/thingsboard
thingsboard_device_access_token_path: /opt/thingsboard/access_token
KUBECTL_VERSION: "v1.30"
ARGO_VERSION: "v3.4.8"
ULTRALYTICS_IMAGE: "ultralytics/ultralytics:8.1.14"
GOCMDS_IMAGE: "registry.gitlab.com/stack0/edge-images/gocmd:latest"
MQTT_CLIENTS_IMAGE: "registry.gitlab.com/stack0/edge-images/mqtt-clients:latest"