Skip to content

Commit

Permalink
updated versions to latest stable; changes in limit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mighty-sponge committed Mar 28, 2024
1 parent 4ac0ab2 commit 24eedac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion roles/any_sync_consensusnode/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
any_sync_consensusnode_user: any-sync-consensusnode
any_sync_consensusnode_group: any-sync-consensusnode

any_sync_consensusnode_version: 0.1.1
any_sync_consensusnode_version: 0.1.5
any_sync_consensusnode_release_system: amd64 # aarch64.rpm x86_64.rpm amd64.deb arm64.deb
any_sync_consensusnode_release_name_rhel: "any-sync-consensusnode-{{ any_sync_consensusnode_version }}-1.{{ any_sync_consensusnode_release_system }}.rpm"
any_sync_consensusnode_download_url_rhel: "https://github.com/anyproto/any-sync-consensusnode/releases/download/v{{ any_sync_consensusnode_version}}/{{ any_sync_consensusnode_release_name_rhel }}"
Expand Down
10 changes: 5 additions & 5 deletions roles/any_sync_coordinator/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
any_sync_coordinator_user: any_sync_coordinator
any_sync_coordinator_group: any_sync_coordinator

any_sync_coordinator_version: 0.3.10
any_sync_coordinator_version: 0.3.17
any_sync_coordinator_release_system: amd64 # aarch64.rpm x86_64.rpm amd64.deb arm64.deb
any_sync_coordinator_release_name_rhel: "any-sync-coordinator-{{ any_sync_coordinator_version }}-1.{{ any_sync_coordinator_release_system }}.rpm"
any_sync_coordinator_download_url_rhel: "https://github.com/anyproto/any-sync-coordinator/releases/download/v{{ any_sync_coordinator_version}}/{{ any_sync_coordinator_release_name_rhel }}"
Expand All @@ -25,10 +25,10 @@ any_sync_coordinator_config:
maxMsgSizeMb: 256
timeoutMilliseconds: 1000

fileLimit:
limitAlphaUsers: 10737418240
limitDefault: 1073741824
limitNightlyUsers: 53687091200
defaultLimits:
sharedSpacesLimit: 3
spaceMembersRead: 3
spaceMembersWrite: 3

log:
defaultLevel: ''
Expand Down
4 changes: 3 additions & 1 deletion roles/any_sync_filenode/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
any_sync_filenode_user: any-sync-filenode
any_sync_filenode_group: any-sync-filenode

any_sync_filenode_version: 0.5.4
any_sync_filenode_version: 0.6.1
any_sync_filenode_release_system: amd64 # aarch64.rpm x86_64.rpm amd64.deb arm64.deb
any_sync_filenode_release_name_rhel: "any-sync-filenode-{{ any_sync_filenode_version }}-1.{{ any_sync_filenode_release_system }}.rpm"
any_sync_filenode_download_url_rhel: "https://github.com/anyproto/any-sync-filenode/releases/download/v{{ any_sync_filenode_version}}/{{ any_sync_filenode_release_name_rhel }}"
Expand Down Expand Up @@ -55,6 +55,8 @@ any_sync_filenode_config:
endpoint: "http://{{ hostvars['minio'].ansible_host }}:9000" # only for self-hosted S3
forcePathStyle: true # only for self-hosted S3

defaultLimit: 1073741824

yamux:
dialTimeoutSec: 10
listenAddrs:
Expand Down
2 changes: 1 addition & 1 deletion roles/any_sync_node/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
any_sync_node_user: any-sync-node
any_sync_node_group: any-sync-node

any_sync_node_version: 0.3.20
any_sync_node_version: 0.3.25
any_sync_node_release_system: amd64 # available: aarch64.rpm x86_64.rpm amd64.deb arm64.deb
any_sync_node_release_name_rhel: "any-sync-node-{{ any_sync_node_version }}-1.{{ any_sync_node_release_system }}.rpm"
any_sync_node_download_url_rhel: "https://github.com/anyproto/any-sync-node/releases/download/v{{ any_sync_node_version}}/{{ any_sync_node_release_name_rhel }}"
Expand Down

0 comments on commit 24eedac

Please sign in to comment.