Skip to content

Commit

Permalink
commit 4f13ac6
Browse files Browse the repository at this point in the history
Merge: b0745e1 90d5ef3
Author: Willy Kloucek <34452982+wkloucek@users.noreply.github.com>
Date:   Thu Mar 24 13:08:15 2022 +0100

    Merge pull request #3192 from owncloud/nats-check-for-error

    [full-ci] use NATS JetStream
  • Loading branch information
wkloucek committed Mar 24, 2022
1 parent f482046 commit 6f62f2f
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion extensions/_includes/audit-config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ debug:
zpages: false
events:
endpoint: 127.0.0.1:9233
cluster: test-cluster
cluster: ocis-cluster
consumergroup: audit
auditlog:
logtoconsole: true
Expand Down
2 changes: 1 addition & 1 deletion extensions/_includes/audit_configvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| AUDIT_DEBUG_PPROF | bool | false | |
| AUDIT_DEBUG_ZPAGES | bool | false | |
| AUDIT_EVENTS_ENDPOINT | string | 127.0.0.1:9233 | the address of the streaming service|
| AUDIT_EVENTS_CLUSTER | string | test-cluster | the clusterID of the streaming service. Mandatory when using nats|
| AUDIT_EVENTS_CLUSTER | string | ocis-cluster | the clusterID of the streaming service. Mandatory when using nats|
| AUDIT_EVENTS_GROUP | string | audit | the customergroup of the service. One group will only get one vopy of an event|
| AUDIT_LOG_TO_CONSOLE | bool | true | logs to Stdout if true|
| AUDIT_LOG_TO_FILE | bool | false | logs to file if true|
Expand Down
2 changes: 2 additions & 0 deletions extensions/_includes/nats-config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ debug:
nats:
host: 127.0.0.1
port: 9233
clusterid: ocis-cluster
storedir: ~/.ocis/nats
4 changes: 3 additions & 1 deletion extensions/_includes/nats_configvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
| NATS_DEBUG_PPROF | bool | false | |
| NATS_DEBUG_ZPAGES | bool | false | |
| NATS_NATS_HOST | string | 127.0.0.1 | |
| NATS_NATS_PORT | int | 9233 | |
| NATS_NATS_PORT | int | 9233 | |
| NATS_NATS_CLUSTER_ID | string | ocis-cluster | |
| NATS_NATS_STORE_DIR | string | ~/.ocis/nats | |
2 changes: 1 addition & 1 deletion extensions/_includes/notifications-config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ notifications:
password: godisdead
events:
endpoint: 127.0.0.1:9233
cluster: test-cluster
cluster: ocis-cluster
consumergroup: notifications
revagateway: 127.0.0.1:9142
machineauthsecret: change-me-please
2 changes: 1 addition & 1 deletion extensions/_includes/notifications_configvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| NOTIFICATIONS_SMTP_SENDER | string | god@example.com | |
| NOTIFICATIONS_SMTP_PASSWORD | string | godisdead | |
| NOTIFICATIONS_EVENTS_ENDPOINT | string | 127.0.0.1:9233 | |
| NOTIFICATIONS_EVENTS_CLUSTER | string | test-cluster | |
| NOTIFICATIONS_EVENTS_CLUSTER | string | ocis-cluster | |
| NOTIFICATIONS_EVENTS_GROUP | string | notifications | |
| REVA_GATEWAY;NOTIFICATIONS_REVA_GATEWAY | string | 127.0.0.1:9142 | |
| OCIS_MACHINE_AUTH_API_KEY;NOTIFICATIONS_MACHINE_AUTH_API_KEY | string | change-me-please | |
2 changes: 1 addition & 1 deletion extensions/_includes/storage-config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ reva:
userstoragemountid: ""
events:
address: 127.0.0.1:9233
clusterid: test-cluster
clusterid: ocis-cluster
storageshares:
port:
maxcpus: ""
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/accounts/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.accounts.v0"
url: /grpc_apis/ocis_messages_accounts_v0
date: 2022-03-24T10:00:59Z
date: 2022-03-24T12:10:04Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/settings/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.settings.v0"
url: /grpc_apis/ocis_messages_settings_v0
date: 2022-03-24T10:00:59Z
date: 2022-03-24T12:10:04Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/store/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.store.v0"
url: /grpc_apis/ocis_messages_store_v0
date: 2022-03-24T10:00:59Z
date: 2022-03-24T12:10:04Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/thumbnails/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.thumbnails.v0"
url: /grpc_apis/ocis_messages_thumbnails_v0
date: 2022-03-24T10:00:59Z
date: 2022-03-24T12:10:04Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/accounts/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.accounts.v0"
url: /grpc_apis/ocis_services_accounts_v0
date: 2022-03-24T10:00:59Z
date: 2022-03-24T12:10:04Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/settings/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.settings.v0"
url: /grpc_apis/ocis_services_settings_v0
date: 2022-03-24T10:00:59Z
date: 2022-03-24T12:10:04Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/store/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.store.v0"
url: /grpc_apis/ocis_services_store_v0
date: 2022-03-24T10:00:59Z
date: 2022-03-24T12:10:04Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/thumbnails/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.thumbnails.v0"
url: /grpc_apis/ocis_services_thumbnails_v0
date: 2022-03-24T10:00:59Z
date: 2022-03-24T12:10:04Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down

0 comments on commit 6f62f2f

Please sign in to comment.