centerforaisafety / cerberus-cluster

HPC cluster code and configurations for running on OCI
Universal Permissive License v1.0
4 stars 0 forks source link

Separate oracle linux and ubuntu playbooks for billing iptables. #284

Closed andriy-safe-ai closed 4 months ago

andriy-safe-ai commented 4 months ago

Our current playbooks for iptables are for oracle linux. When we try to deploy the cluster with an ubuntu image those plays fail since they are still getting run. We should add logic to only run the oracle linux playbooks when we have an oracle linux image. Use other roles as an example.