Hello from web-07

web-07.dc-ams.local · python 3.11.6 · provisioned 4h ago

This server was brought online today as part of the autumn capacity refresh. There is currently no user-facing application served at the public root. The host responds to your request as a courtesy so that liveness probes from the load balancer keep returning green during the bring-up window.

// first program

# /opt/sandbox/hello.py
def main():
    print("Hello, World!")
    import socket, platform
    print("host  :", socket.gethostname())
    print("py    :", platform.python_version())
    print("os    :", platform.system(), platform.release())

if __name__ == "__main__":
    main()
$ python3 hello.py
Hello, World!
host  : web-07.dc-ams.local
py    : 3.11.6
os    : Linux 6.1.0-15-amd64

// planned services

// inventory

hostname
web-07.dc-ams.local
datacenter
ams · row b · rack 14 · u9-u10
provider
colo-ams (lease #4421, renewed Q3 2024)
spec
4 vCPU · 16 GiB ram · 200 GiB ssd · 1 Gbps uplink
operator
m.varga (primary), j.koval (secondary)
kernel
linux 6.1.0-15-amd64 (debian 12 bookworm)

If you reached this page expecting something else, the application binding is still in progress and the dns record for the eventual virtual host is propagating. Returning visitors should retry in a few hours.

The placeholder will be removed once the production vhost replaces the catch-all rule at the edge proxy. Until then, kindly disregard.