|
|
|
@ -15,6 +15,8 @@ type Machine struct {
|
|
|
|
|
|
|
|
|
|
PublicAddresses []netip.Addr `toml:"public,omitempty" json:"public,omitempty" yaml:"public,omitempty"` |
|
|
|
|
Rings []*RingInfo `toml:"rings,omitempty" json:"rings,omitempty" yaml:"rings,omitempty"` |
|
|
|
|
|
|
|
|
|
CephMonitor bool `toml:"ceph_monitor,omitempty" json:"ceph_monitor,omitempty" yaml:"ceph_monitor,omitempty"` |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// revive:enable:line-length-limit
|
|
|
|
|