Capsul outage mitigation: audit the list of static DHCP assignment entities #12

Closed
opened 2021-09-18 07:40:23 +00:00 by j3s · 1 comment
Owner

I think this is the command??? virsh net-dumpxml public1

Just need to compare that with the capsuls mac addrs from

//root@baikal:/var/lib/libvirt/dnsmasq# cat virbr1.macs //root@baikal:/var/lib/libvirt/dnsmasq# cat virbr2.macs //root@baikal:/var/lib/libvirt/dnsmasq# cat virbr3.macs

And with the capsuls IPs from the capsul-flask DB:

sudo pipenv run flask cli sql -c "select id, network_name, public_ipv4 from vms where deleted is null order by public_ipv4"

I think this is the command??? virsh net-dumpxml public1 Just need to compare that with the capsuls mac addrs from //root@baikal:/var/lib/libvirt/dnsmasq# cat virbr1.macs //root@baikal:/var/lib/libvirt/dnsmasq# cat virbr2.macs //root@baikal:/var/lib/libvirt/dnsmasq# cat virbr3.macs And with the capsuls IPs from the capsul-flask DB: sudo pipenv run flask cli sql -c "select id, network_name, public_ipv4 from vms where deleted is null order by public_ipv4"
Owner

I think this can be closed? not sure.

I think this can be closed? not sure.
j3s closed this issue 2021-12-15 21:20:11 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cyberia/capsul-flask#12
No description provided.