Skip to content

Возможность переопряделять параметры на нужных мне хостах #182

Description

@alrsorokin

я как пользователь genin хочу задавать параметры на конкретном хосте такие как memtx_memory и другие

например:

topology:
  - name: router
    replicaset_count: 1
    roles:
      - router
      - failover-coordinator
  - name: storage
    replicaset_count: 2
    replication_factor: 2
    roles:
      - storage
    config:
      memtx_memory: 128
    failure_domains: [datacenter-2]
hosts:
  - name: datacenter-1
    ....   
  - name: datacenter-2
    config:
      http_port: 8081
      binary_port: 3031
    hosts:
      - name: server-1
        config:
          http_port: 8081
          binary_port: 3031
          address: 192.168.17.11
      - name: server-2
        config:
          http_port: 8081
          binary_port: 3031
          address: 192.168.17.12
          memtx_memory: 256

сейчас config хоста игнорируется

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions