Joshua Boniface
52a9a0e075
Improve fence locking; use consistent ZK lock names
2018-11-20 21:21:23 -05:00
Joshua Boniface
3ff4e9da29
Remove some cruft
2018-11-20 21:11:23 -05:00
Joshua Boniface
6add44936a
Clean up some commented code
2018-11-20 21:07:31 -05:00
Joshua Boniface
38c9e71144
Fix last few options for DHCPv6
...
Closes #26
2018-11-20 20:59:48 -05:00
Joshua Boniface
78bde283bd
Formatting and typos in README
2018-11-19 22:30:36 -05:00
Joshua Boniface
f133f85a70
Large philosophical overview for README
2018-11-19 20:08:26 -05:00
Joshua Boniface
a6806ad5e0
Change router state name to coordinator
2018-11-18 20:00:40 -05:00
Joshua Boniface
8737124b36
Add cluster bridge interface
2018-11-18 18:31:02 -05:00
Joshua Boniface
766893f4c6
Remove obsolete schema file
2018-11-18 18:30:55 -05:00
Joshua Boniface
e2a1d9ad60
Set pvcd after mariadb.service
2018-11-18 18:30:35 -05:00
Joshua Boniface
37a0432281
Add cluster bridge on startup
2018-11-18 17:58:06 -05:00
Joshua Boniface
f0030ee5ed
Handle network printing with cluster net
2018-11-18 17:57:58 -05:00
Joshua Boniface
84b57ccc87
Add better output when AXFR fails
2018-11-18 17:34:51 -05:00
Joshua Boniface
a421bde679
Fix up a few more bugs
2018-11-18 17:29:35 -05:00
Joshua Boniface
e71ba42be0
Clean up some unneeded prints
2018-11-18 17:09:52 -05:00
Joshua Boniface
1f58d61cb0
Rewrite DNSAggregatorInstance to handle DNS well
...
Trying to directly AXFR from dnsmasq is a mess, since their zone is
barely compliant with spec, it doesn't support notifies, and it is
generally really messy.
This implements an advanced "AXFR parser" system, which looks at the
results of an AXFR from the local dnsmasq instances per-network, and
updates the real replicated MariaDB pdns backend cluster with the
changed data. This allows a sensible, transferable zone with its own
SOA that is dynamically reconfigured as hosts come and go from the
dnsmasq zone.
2018-11-18 16:45:52 -05:00
Joshua Boniface
b1d0b6e62f
Fix up the remaining DHCPv6 setup
2018-11-18 00:55:34 -05:00
Joshua Boniface
4c1e1b4622
Make everything work with dual-stack
2018-11-14 00:26:52 -05:00
Joshua Boniface
6fe06c31bb
Support more IPv6 stuff including list and info updates
2018-11-13 01:45:18 -05:00
Joshua Boniface
720469d389
Standardize the layout of lists (dynamic fields)
2018-11-02 00:42:44 -04:00
Joshua Boniface
2c2208ab07
Tweak some output formatting in lists
2018-11-01 23:24:38 -04:00
Joshua Boniface
a2f4102cb5
Add crush weight and reweight output
2018-11-01 23:17:38 -04:00
Joshua Boniface
9fcce4b09a
Support setting a CRUSH weight on new OSDs
2018-11-01 23:03:27 -04:00
Joshua Boniface
2ea8a14ba4
Support OSD out/in and commands
2018-11-01 22:08:11 -04:00
Joshua Boniface
41bedbae3c
Verify the pool exists before removing it
2018-11-01 19:55:13 -04:00
Joshua Boniface
99fcb21e3b
Support adding and removing Ceph pools
2018-10-31 23:38:17 -04:00
Joshua Boniface
922a3a9ee1
Actually remove the command data
2018-10-30 22:44:41 -04:00
Joshua Boniface
3e4a6086d5
Finish up Ceph OSD removal, add locking to commands
2018-10-30 22:41:44 -04:00
Joshua Boniface
89a3e0c7ee
Rename some entries for consistency
2018-10-30 09:17:41 -04:00
Joshua Boniface
9a271bda0a
Add OSD list function
2018-10-30 09:17:32 -04:00
Joshua Boniface
bfbe9188ce
Finish setup of Ceph OSD addition and basic management
2018-10-29 17:51:25 -04:00
Joshua Boniface
59472ae374
Fix up bad restart
2018-10-28 22:16:06 -04:00
Joshua Boniface
7f18c99172
Add OSD add and OSD remove commands
2018-10-28 22:15:25 -04:00
Joshua Boniface
3025772e6d
Fix bug in vni lists
2018-10-28 18:13:28 -04:00
Joshua Boniface
939532c293
Show ceph health status in keepalive message
2018-10-27 18:24:27 -04:00
Joshua Boniface
103ae95fb9
Add Ceph commands and status handling
2018-10-27 18:11:58 -04:00
Joshua Boniface
4422eb8941
Write Ceph status data to ZK
2018-10-27 18:04:55 -04:00
Joshua Boniface
b65472aa83
Add remote SSH-based command handling
2018-10-27 17:51:03 -04:00
Joshua Boniface
9f87321f10
Remove ending newline
2018-10-27 16:33:50 -04:00
Joshua Boniface
0c67812fc2
Fix shutdown secondary bug
2018-10-27 16:33:29 -04:00
Joshua Boniface
d8796fd6d6
Move IP creation/removal to common function
2018-10-27 16:31:31 -04:00
Joshua Boniface
a5be42908d
Handle verifyNode properly
2018-10-27 16:19:07 -04:00
Joshua Boniface
4b924e54d9
Fix children list typo
2018-10-27 16:03:01 -04:00
Joshua Boniface
8dca8c1cd2
Add paramiko to dependencies
2018-10-27 15:54:05 -04:00
Joshua Boniface
2b115160a2
Use zkhandler for everything; add delete operation
2018-10-27 15:51:52 -04:00
Joshua Boniface
29d44444e5
Add function to get primary node
2018-10-27 15:24:42 -04:00
Joshua Boniface
d727f91c06
Fix typo
2018-10-25 23:38:49 -04:00
Joshua Boniface
35eee2c498
Fix comment
2018-10-25 23:28:30 -04:00
Joshua Boniface
3e2a6b8e80
Better handle termination; remove cluster info from keepalive printout
2018-10-25 22:21:40 -04:00
Joshua Boniface
62b2718d7a
Remove kill signal
2018-10-25 22:09:42 -04:00