[15:39:43] volans: quick netbox/homer question for you -- T272675 says "change the circuit status to Decommissioning then run Homer" -- does that mean "Deprovisioning" or "Decommissioned"? I would guess the former? [15:40:05] cdanis: checking, but I never played with circuits [15:42:09] cdanis: from a quick grep in homer-public I think it doesn't matter [15:42:18] ok! [15:42:23] can't see those states explicitly controlled, maybe we check just if active or not [15:42:28] but not 100% sure [15:42:40] the closes is decommissioned, but I see your point that deprovisioning makes more sense here [15:42:42] it looks like that, although I only see even hits for 'active' in tests [15:43:31] interestingly it looks like the set of states for devices is different from that of circuits [15:43:42] devices has Active/Planned/Staged/Failed/Inventory/Decommissioning [15:43:56] circuits have Planned/Provisioning/Active/Offline/Deprovisioning/Decommissioned [15:43:56] yes, each model has its own [15:46:30] https://github.com/netbox-community/netbox/blob/master/netbox/dcim/choices.py [15:46:39] and similar for ipam [15:46:55] nod [15:47:04] I did not manage to find where in Homer we decide to care about the status field :) [15:47:21] me neither from a 3s grep [15:47:23] :D [15:47:23] ah [15:47:34] it's actually in the templates ahah [15:48:24] ... and circuit['status']['value'] == 'active' [15:48:28] in ospf.conf [15:48:55] so any will do