reorganized test hero

This commit is contained in:
2024-03-25 20:25:18 +00:00
parent c00f009240
commit 8839082066
1787 changed files with 51321 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# `gateway-fqdn-proxy` type
This create a proxy with the given fqdn to the given backends. In this case the user then must configure his dns server (i.e name.com) to point to the correct node public IP.
Full name-proxy workload data is defined [here](https://github.com/threefoldtech/zos/blob/main/pkg/gridtypes/zos/gw_fqdn.go)

View File

@@ -0,0 +1,5 @@
# `gateway-name-proxy` type
This create a proxy with the given name to the given backends. The `name` of the proxy must be owned by a name contract on the grid. The idea is that a user can reserve a name (i.e `example`). Later he can deploy a gateway work load with name `example` on any gateway node that points to specified backends. The name then is prefix by the gateway name. For example if the gateway domain is `gent0.freefarm.com` then your full QFDN is goint to be called `example.gen0.freefarm.com`
Full name-proxy workload data is defined [here](https://github.com/threefoldtech/zos/blob/main/pkg/gridtypes/zos/gw_name.go)