forked from TrueCloudLab/frostfs-testlib
[#281] add hostname to HostConfig
Signed-off-by: m.malygina <m.malygina@yadro.com>
This commit is contained in:
parent
1c2ed25929
commit
6926c09dbe
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
hosts:
|
||||
- address: localhost
|
||||
hostname: localhost
|
||||
attributes:
|
||||
sudo_shell: false
|
||||
plugin_name: docker
|
||||
|
|
|
@ -60,6 +60,7 @@ class HostConfig:
|
|||
"""
|
||||
|
||||
plugin_name: str
|
||||
hostname: str
|
||||
healthcheck_plugin_name: str
|
||||
address: str
|
||||
s3_creds_plugin_name: str = field(default="authmate")
|
||||
|
|
Loading…
Reference in a new issue