Commit Graph

8 Commits

Author SHA1 Message Date
Sean McGinnis 126bd4af7f
Retire repo and note new content in openstack/osops
Change-Id: Ibf7eab00a55cda9423663feb2dc3feea8ac3778a
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-09-10 20:00:52 -05:00
Jared King 82ad72f239 add net_blame.sh, which finds the top instances on a net node
Change-Id: I18eee0818ff1e142013c932ca1ef2f2998599035
2017-01-17 10:05:33 -05:00
Maciej Józefczyk 35ac7be514 Add cold stop, cold start, cold restart to dhcp_agents_balancer.py
Cold stop: remove all network to agent associations
Cold start: add network to agent associations
Cold restart: do stop and start

Change-Id: I2494f6a1603d89a048afb697931dd84197af88e9
2017-01-05 16:05:49 +01:00
Saverio Proto cc3ed99079 l3-agent-evacuate.py: evacuate a network node
Change-Id: I1dc363ef3d36fa92c7122852029a9ee81bd3d7af
2016-12-23 10:18:28 +01:00
Sławek Kapłoński 38a70fda49 Add script to balance load of Neutron DHCP agents
We found that sometimes in large deployments some
DHCP agents can be overloaded when others are almost
empty (especially if random scheduler is used for
DHCP agents).
That can cause issue with agents config syncronization
e.g. after agents restart.

This script can move some networks from overloaded agents
to less loaded and also remove network from some DHCP agents
if it is hosted on too many agents in same time.

Change-Id: Ib9ed1d75100ee66e04143eff4d30ccab1eb72abf
2016-11-15 21:36:01 +00:00
Matt Fischer 6b772641c7 A script to count the number of routers by host
This can be used during maintenance to ensure all routers have moved or
when you believe the number of routers is not balanced on your nodes. It
does not however count FIPs per router or factor traffic into the count,
so it can only be used to get a general idea of the balance.

Change-Id: I5003c578d338d34d09608a979eb469d0465c0af3
2016-01-14 11:52:55 -07:00
Christian Berendt 9b03642cdc Add script get_floating_pools.sh to neutron directory
This script will generate a list with all routers and
assigned external (gateway) and internal networks.

Change-Id: I66e8a881de87ed1876ce2b4307fb22c1a4d7bd24
2015-12-19 15:54:36 +01:00
David Wahlstrom a43743bf5a neutron/orphaned_ports.py: initial commit
The neutron/orphaned_ports.py script is a tool to search the neutron
database to determine if there are ports that exist in neutron who
belong to keystone tenants that no longer exist.

Change-Id: I04c3218bb745efa7182e9eb032a65c83119a2299
2015-11-19 14:44:41 -08:00