Remove hostname cludges #213
2 changed files with 0 additions and 9 deletions
|
@ -20,8 +20,6 @@ hosts:
|
||||||
endpoint_data0: s01.frostfs.devenv:8080
|
endpoint_data0: s01.frostfs.devenv:8080
|
||||||
control_endpoint: s01.frostfs.devenv:8081
|
control_endpoint: s01.frostfs.devenv:8081
|
||||||
un_locode: "RU MOW"
|
un_locode: "RU MOW"
|
||||||
http_hostname: ["no_hostname"]
|
|
||||||
s3_hostname: ["no_hostname"]
|
|
||||||
- name: frostfs-storage_02
|
- name: frostfs-storage_02
|
||||||
attributes:
|
attributes:
|
||||||
container_name: s02
|
container_name: s02
|
||||||
|
@ -34,8 +32,6 @@ hosts:
|
||||||
endpoint_data0: s02.frostfs.devenv:8080
|
endpoint_data0: s02.frostfs.devenv:8080
|
||||||
control_endpoint: s02.frostfs.devenv:8081
|
control_endpoint: s02.frostfs.devenv:8081
|
||||||
un_locode: "RU LED"
|
un_locode: "RU LED"
|
||||||
http_hostname: ["no_hostname"]
|
|
||||||
s3_hostname: ["no_hostname"]
|
|
||||||
- name: frostfs-storage_03
|
- name: frostfs-storage_03
|
||||||
attributes:
|
attributes:
|
||||||
container_name: s03
|
container_name: s03
|
||||||
|
@ -48,8 +44,6 @@ hosts:
|
||||||
endpoint_data0: s03.frostfs.devenv:8080
|
endpoint_data0: s03.frostfs.devenv:8080
|
||||||
control_endpoint: s03.frostfs.devenv:8081
|
control_endpoint: s03.frostfs.devenv:8081
|
||||||
un_locode: "SE STO"
|
un_locode: "SE STO"
|
||||||
http_hostname: ["no_hostname"]
|
|
||||||
s3_hostname: ["no_hostname"]
|
|
||||||
- name: frostfs-storage_04
|
- name: frostfs-storage_04
|
||||||
attributes:
|
attributes:
|
||||||
container_name: s04
|
container_name: s04
|
||||||
|
@ -62,8 +56,6 @@ hosts:
|
||||||
endpoint_data0: s04.frostfs.devenv:8080
|
endpoint_data0: s04.frostfs.devenv:8080
|
||||||
control_endpoint: s04.frostfs.devenv:8081
|
control_endpoint: s04.frostfs.devenv:8081
|
||||||
un_locode: "FI HEL"
|
un_locode: "FI HEL"
|
||||||
http_hostname: ["no_hostname"]
|
|
||||||
s3_hostname: ["no_hostname"]
|
|
||||||
- name: frostfs-s3_01
|
- name: frostfs-s3_01
|
||||||
attributes:
|
attributes:
|
||||||
container_name: s3_gate
|
container_name: s3_gate
|
||||||
|
|
|
@ -233,7 +233,6 @@ class TestHttpPut(ClusterTestBase):
|
||||||
path=file_path,
|
path=file_path,
|
||||||
headers=headers,
|
headers=headers,
|
||||||
endpoint=http_endpoint,
|
endpoint=http_endpoint,
|
||||||
http_hostname=self.cluster.default_http_hostname[0],
|
|
||||||
)
|
)
|
||||||
if get_epoch(self.shell, self.cluster) + 1 <= valid_until:
|
if get_epoch(self.shell, self.cluster) + 1 <= valid_until:
|
||||||
oids_to_be_valid.append(oid)
|
oids_to_be_valid.append(oid)
|
||||||
|
|
Loading…
Reference in a new issue