For perfomance/traffic optimization, we will have a cephfs deployment on a separate network in openstack. This mean that a second network will need to be attatche to login, compute and dtn nodes. I guess that this part all need to be done in this repos, not the puppet one.
I envision this as a config that would look like
subnet_id = {
main = <id>
secondary = <id>
}
or
subnet_id = <id>
secondary_subnet_id = <id>
or something else....
There is less refactoring the second case, but the first config looks better to me.
For perfomance/traffic optimization, we will have a cephfs deployment on a separate network in openstack. This mean that a second network will need to be attatche to login, compute and dtn nodes. I guess that this part all need to be done in this repos, not the puppet one.
I envision this as a config that would look like
or
or something else....
There is less refactoring the second case, but the first config looks better to me.