ATM I have a home-grown script that adds for a node my-db-worker1 (in your parlance) the following patches to its config.
- all/*
- worker/*
- db/*
- cloud-server/*
- node/my-db-worker1/*
Similarly for the node my-control-1:
- all/*
- control-plane/*
- dedicated-rootserver/*
- node/my-control-1
Of course the db "role" is only useful for workers, but the cloud-server and dedicated-rootserver "roles" can apply to any type of node.
How would you manage that with topf?
ATM I have a home-grown script that adds for a node my-db-worker1 (in your parlance) the following patches to its config.
Similarly for the node my-control-1:
Of course the
db"role" is only useful for workers, but thecloud-serveranddedicated-rootserver"roles" can apply to any type of node.How would you manage that with topf?