Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into pre-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
zinal committed Mar 7, 2024
2 parents c2988d3 + 726e293 commit d7d1eda
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions files/config-9nodes.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ domains_config:
- "root"
- "ADMINS"
- "DATABASE-ADMINS"
table_service_config:
sql_version: 1
blob_storage_config:
service_set:
groups:
Expand Down Expand Up @@ -161,8 +163,6 @@ grpc_config:
ca: "/opt/ydb/certs/ca.crt"
services_enabled:
- legacy
table_service_config:
sql_version: 1
bootstrap_config:
shared_cache_config: {memory_limit: '4294967296'}
audit_config:
Expand Down
36 changes: 18 additions & 18 deletions hosts.example
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[ydbd_static]
ycydb-s1 ansible_ssh_host=ycydb-s1 ansible_ssh_user=yc-user
ycydb-s2 ansible_ssh_host=ycydb-s2 ansible_ssh_user=yc-user
ycydb-s3 ansible_ssh_host=ycydb-s3 ansible_ssh_user=yc-user
ycydb-s4 ansible_ssh_host=ycydb-s4 ansible_ssh_user=yc-user
ycydb-s5 ansible_ssh_host=ycydb-s5 ansible_ssh_user=yc-user
ycydb-s6 ansible_ssh_host=ycydb-s6 ansible_ssh_user=yc-user
ycydb-s7 ansible_ssh_host=ycydb-s7 ansible_ssh_user=yc-user
ycydb-s8 ansible_ssh_host=ycydb-s8 ansible_ssh_user=yc-user
ycydb-s9 ansible_ssh_host=ycydb-s9 ansible_ssh_user=yc-user
ycydb-s1 ansible_host=ycydb-s1 ansible_user=yc-user
ycydb-s2 ansible_host=ycydb-s2 ansible_user=yc-user
ycydb-s3 ansible_host=ycydb-s3 ansible_user=yc-user
ycydb-s4 ansible_host=ycydb-s4 ansible_user=yc-user
ycydb-s5 ansible_host=ycydb-s5 ansible_user=yc-user
ycydb-s6 ansible_host=ycydb-s6 ansible_user=yc-user
ycydb-s7 ansible_host=ycydb-s7 ansible_user=yc-user
ycydb-s8 ansible_host=ycydb-s8 ansible_user=yc-user
ycydb-s9 ansible_host=ycydb-s9 ansible_user=yc-user

[ydbd_dynamic]
ycydb-s1 ansible_ssh_host=ycydb-s1 ansible_ssh_user=yc-user ydb_node_dc=zone-a ydb_node_rack=1 ydb_node_body=1
ycydb-s2 ansible_ssh_host=ycydb-s2 ansible_ssh_user=yc-user ydb_node_dc=zone-a ydb_node_rack=2 ydb_node_body=1
ycydb-s3 ansible_ssh_host=ycydb-s3 ansible_ssh_user=yc-user ydb_node_dc=zone-a ydb_node_rack=3 ydb_node_body=1
ycydb-s4 ansible_ssh_host=ycydb-s4 ansible_ssh_user=yc-user ydb_node_dc=zone-b ydb_node_rack=1 ydb_node_body=1
ycydb-s5 ansible_ssh_host=ycydb-s5 ansible_ssh_user=yc-user ydb_node_dc=zone-b ydb_node_rack=2 ydb_node_body=1
ycydb-s6 ansible_ssh_host=ycydb-s6 ansible_ssh_user=yc-user ydb_node_dc=zone-b ydb_node_rack=3 ydb_node_body=1
ycydb-s7 ansible_ssh_host=ycydb-s7 ansible_ssh_user=yc-user ydb_node_dc=zone-c ydb_node_rack=1 ydb_node_body=1
ycydb-s8 ansible_ssh_host=ycydb-s8 ansible_ssh_user=yc-user ydb_node_dc=zone-c ydb_node_rack=2 ydb_node_body=1
ycydb-s9 ansible_ssh_host=ycydb-s9 ansible_ssh_user=yc-user ydb_node_dc=zone-c ydb_node_rack=3 ydb_node_body=1
ycydb-s1 ansible_host=ycydb-s1 ansible_user=yc-user ydb_node_dc=zone-a ydb_node_rack=1 ydb_node_body=1
ycydb-s2 ansible_host=ycydb-s2 ansible_user=yc-user ydb_node_dc=zone-a ydb_node_rack=2 ydb_node_body=1
ycydb-s3 ansible_host=ycydb-s3 ansible_user=yc-user ydb_node_dc=zone-a ydb_node_rack=3 ydb_node_body=1
ycydb-s4 ansible_host=ycydb-s4 ansible_user=yc-user ydb_node_dc=zone-b ydb_node_rack=1 ydb_node_body=1
ycydb-s5 ansible_host=ycydb-s5 ansible_user=yc-user ydb_node_dc=zone-b ydb_node_rack=2 ydb_node_body=1
ycydb-s6 ansible_host=ycydb-s6 ansible_user=yc-user ydb_node_dc=zone-b ydb_node_rack=3 ydb_node_body=1
ycydb-s7 ansible_host=ycydb-s7 ansible_user=yc-user ydb_node_dc=zone-c ydb_node_rack=1 ydb_node_body=1
ycydb-s8 ansible_host=ycydb-s8 ansible_user=yc-user ydb_node_dc=zone-c ydb_node_rack=2 ydb_node_body=1
ycydb-s9 ansible_host=ycydb-s9 ansible_user=yc-user ydb_node_dc=zone-c ydb_node_rack=3 ydb_node_body=1

0 comments on commit d7d1eda

Please sign in to comment.