forked from TrueCloudLab/frostfs-testcases
116 lines
4.8 KiB
YAML
116 lines
4.8 KiB
YAML
hosts:
|
|
- address: localhost
|
|
attributes:
|
|
sudo_shell: false
|
|
plugin_name: docker
|
|
healthcheck_plugin_name: basic
|
|
attributes:
|
|
skip_readiness_check: True
|
|
force_transactions: True
|
|
services:
|
|
- name: frostfs-storage_01
|
|
attributes:
|
|
container_name: s01
|
|
config_path: ../frostfs-dev-env/services/storage/.storage.env
|
|
wallet_path: ../frostfs-dev-env/services/storage/wallet01.json
|
|
local_wallet_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: frostfs-storage_02
|
|
attributes:
|
|
container_name: s02
|
|
config_path: ../frostfs-dev-env/services/storage/.storage.env
|
|
wallet_path: ../frostfs-dev-env/services/storage/wallet02.json
|
|
local_wallet_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: frostfs-storage_03
|
|
attributes:
|
|
container_name: s03
|
|
config_path: ../frostfs-dev-env/services/storage/.storage.env
|
|
wallet_path: ../frostfs-dev-env/services/storage/wallet03.json
|
|
local_wallet_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: frostfs-storage_04
|
|
attributes:
|
|
container_name: s04
|
|
config_path: ../frostfs-dev-env/services/storage/.storage.env
|
|
wallet_path: ../frostfs-dev-env/services/storage/wallet04.json
|
|
local_wallet_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: frostfs-s3_01
|
|
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_wallet_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: frostfs-http_01
|
|
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_wallet_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: frostfs-ir_01
|
|
attributes:
|
|
container_name: ir01
|
|
config_path: ../frostfs-dev-env/services/ir/.ir.env
|
|
wallet_path: ../frostfs-dev-env/services/ir/az.json
|
|
local_wallet_config_path: ./TemporaryDir/password-other.yml
|
|
local_wallet_path: ../frostfs-dev-env/services/ir/az.json
|
|
wallet_password: "one"
|
|
- name: neo-go_01
|
|
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_wallet_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-chain_01
|
|
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_wallet_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: coredns_01
|
|
attributes:
|
|
container_name: coredns
|
|
clis:
|
|
- name: frostfs-cli
|
|
exec_path: frostfs-cli
|