hosts:
- address: localhost
  attributes:
    sudo_shell: false
  plugin_name: docker
  services:
  - name: s01
    attributes:
      container_name: s01
      config_path: ../frostfs-dev-env/services/storage/.storage.env
      wallet_path: ../frostfs-dev-env/services/storage/wallet01.json
      local_config_path: ./TemporaryDir/empty-password.yml
      local_wallet_path: ../frostfs-dev-env/services/storage/wallet01.json
      wallet_password: ""
      volume_name: storage_storage_s01
      endpoint_data0: s01.frostfs.devenv:8080
      control_endpoint: s01.frostfs.devenv:8081
      un_locode: "RU MOW"
      http_hostname: ["no_hostname"]
      s3_hostname: ["no_hostname"]
  - name: s02
    attributes:
      container_name: s02
      config_path: ../frostfs-dev-env/services/storage/.storage.env
      wallet_path: ../frostfs-dev-env/services/storage/wallet02.json
      local_config_path: ./TemporaryDir/empty-password.yml
      local_wallet_path: ../frostfs-dev-env/services/storage/wallet02.json
      wallet_password: ""
      volume_name: storage_storage_s02
      endpoint_data0: s02.frostfs.devenv:8080
      control_endpoint: s02.frostfs.devenv:8081
      un_locode: "RU LED"
      http_hostname: ["no_hostname"]
      s3_hostname: ["no_hostname"]
  - name: s03
    attributes:
      container_name: s03
      config_path: ../frostfs-dev-env/services/storage/.storage.env
      wallet_path: ../frostfs-dev-env/services/storage/wallet03.json
      local_config_path: ./TemporaryDir/empty-password.yml
      local_wallet_path: ../frostfs-dev-env/services/storage/wallet03.json
      wallet_password: ""
      volume_name: storage_storage_s03
      endpoint_data0: s03.frostfs.devenv:8080
      control_endpoint: s03.frostfs.devenv:8081
      un_locode: "SE STO"
      http_hostname: ["no_hostname"]
      s3_hostname: ["no_hostname"]
  - name: s04
    attributes:
      container_name: s04
      config_path: ../frostfs-dev-env/services/storage/.storage.env
      wallet_path: ../frostfs-dev-env/services/storage/wallet04.json
      local_config_path: ./TemporaryDir/empty-password.yml
      local_wallet_path: ../frostfs-dev-env/services/storage/wallet04.json
      wallet_password: ""
      volume_name: storage_storage_s04
      endpoint_data0: s04.frostfs.devenv:8080
      control_endpoint: s04.frostfs.devenv:8081
      un_locode: "FI HEL"
      http_hostname: ["no_hostname"]
      s3_hostname: ["no_hostname"]
  - name: s3-gate01
    attributes:
      container_name: s3_gate
      config_path: ../frostfs-dev-env/services/s3_gate/.s3.env
      wallet_path: ../frostfs-dev-env/services/s3_gate/wallet.json
      local_config_path: ./TemporaryDir/password-s3.yml
      local_wallet_path: ../frostfs-dev-env/services/s3_gate/wallet.json
      wallet_password: "s3"
      endpoint_data0: https://s3.frostfs.devenv:8080
  - name: http-gate01
    attributes:
      container_name: http_gate
      config_path: ../frostfs-dev-env/services/http_gate/.http.env
      wallet_path: ../frostfs-dev-env/services/http_gate/wallet.json
      local_config_path: ./TemporaryDir/password-other.yml
      local_wallet_path: ../frostfs-dev-env/services/http_gate/wallet.json
      wallet_password: "one"
      endpoint_data0: http://http.frostfs.devenv
  - name: ir01
    attributes:
      container_name: ir01
      config_path: ../frostfs-dev-env/services/ir/.ir.env
      wallet_path: ../frostfs-dev-env/services/ir/az.json
      local_config_path: ./TemporaryDir/password-other.yml
      local_wallet_path: ../frostfs-dev-env/services/ir/az.json
      wallet_password: "one"
  - name: morph-chain01
    attributes:
      container_name: morph_chain
      config_path: ../frostfs-dev-env/services/morph_chain/protocol.privnet.yml
      wallet_path: ../frostfs-dev-env/services/morph_chain/node-wallet.json
      local_config_path: ./TemporaryDir/password-other.yml
      local_wallet_path: ../frostfs-dev-env/services/morph_chain/node-wallet.json
      wallet_password: "one"
      endpoint_internal0: http://morph-chain.frostfs.devenv:30333
  - name: main-chain01
    attributes:
      container_name: main_chain
      config_path: ../frostfs-dev-env/services/chain/protocol.privnet.yml
      wallet_path: ../frostfs-dev-env/services/chain/node-wallet.json
      local_config_path: ./TemporaryDir/password-other.yml
      local_wallet_path: ../frostfs-dev-env/services/chain/node-wallet.json
      wallet_password: "one"
      endpoint_internal0: http://main-chain.frostfs.devenv:30333
  - name: coredns01
    attributes:
        container_name: coredns
  clis:
  - name: frostfs-cli
    exec_path: frostfs-cli