provisioning-catalog/components/fip/metadata.ncl

14 lines
535 B
Text
Raw Normal View History

{
name = "fip",
version = "1.0.0",
category = "networking",
description = "Hetzner floating IP attachment — configures /etc/network/interfaces.d and activates the IP immediately",
tags = ["networking", "floating-ip", "hetzner"],
modes = ["taskserv"],
dependencies = ["os"],
provides = [{ id = "floating-ip", version = "1.0", interface = "networking" }],
requires = [{ capability = "linux-node", kind = 'Required }],
conflicts_with = [],
best_practices = ["bp_001", "bp_021"],
}