Joshua Boniface
|
3eedfaa7d5
|
Collect database model error
|
2021-06-03 00:22:48 -04:00 |
Joshua Boniface
|
7de7e1bc71
|
Properly handle cluster networks in provisioner
|
2021-06-02 15:57:46 -04:00 |
Joshua Boniface
|
34ef055954
|
Adjust VNI column for provisioner to text
Allows the storing of the textual cluster labels (e.g. 'upstream') as
valid VNI values in the template.
|
2021-06-02 15:45:22 -04:00 |
Joshua Boniface
|
7dea5d2fac
|
Move logger to common, fix buffering
|
2021-06-01 18:50:26 -04:00 |
Joshua Boniface
|
3a5226b893
|
Add missing flushed output
|
2021-06-01 18:30:18 -04:00 |
Joshua Boniface
|
de2ff2e01b
|
Fix removed function args
|
2021-06-01 17:02:36 -04:00 |
Joshua Boniface
|
cd75413667
|
Increase initial lock timer
With the new library the reader seems to be a little too quick, so hold
the write lock for 1 second instead of 1/2 second to ensure it is
caught.
|
2021-06-01 17:00:11 -04:00 |
Joshua Boniface
|
9764090d6d
|
Merge node common with daemon common
|
2021-06-01 12:22:11 -04:00 |
Joshua Boniface
|
f73c433fc7
|
Remove useless try and import
|
2021-06-01 12:05:17 -04:00 |
Joshua Boniface
|
12ac3686de
|
Convert missed elements to new zkhandler
|
2021-06-01 11:57:21 -04:00 |
Joshua Boniface
|
5740d0f2d5
|
Remove obsolete zkhandler.py
|
2021-06-01 11:55:44 -04:00 |
Joshua Boniface
|
889f4cdf47
|
Convert common to new zkhandler
|
2021-06-01 11:55:32 -04:00 |
Joshua Boniface
|
8f66a8d00e
|
Fix missed zkhandler conversion
|
2021-06-01 11:53:33 -04:00 |
Joshua Boniface
|
6beea0693c
|
Convert fencing to new zkhandler
|
2021-06-01 11:53:21 -04:00 |
Joshua Boniface
|
1c9a7a6479
|
Convert VXNetworkInstance to new zkhandler
|
2021-06-01 11:49:39 -04:00 |
Joshua Boniface
|
790098f181
|
Convert VMInstance to new zkhandler
|
2021-06-01 11:46:27 -04:00 |
Joshua Boniface
|
8a4a41e092
|
Convert NodeInstance to new zkhandler
|
2021-06-01 11:27:35 -04:00 |
Joshua Boniface
|
a48bf2d71e
|
More gracefully handle none selectors
Allow selection of "none" as the node selector, and handle this by
always using the cluster default instead of writing it in.
|
2021-06-01 11:13:13 -04:00 |
Joshua Boniface
|
a0b9087167
|
Set Daemon migration selector in zookeeper
|
2021-06-01 10:52:41 -04:00 |
Joshua Boniface
|
33a54cf7f2
|
Move configuration keys to /config tree
|
2021-06-01 10:48:55 -04:00 |
Joshua Boniface
|
d6a8cf9780
|
Convert MetadataAPIInstance to new zkhandler
|
2021-05-31 19:55:09 -04:00 |
Joshua Boniface
|
abd619a3c1
|
Convert DNSAggregatorInstance to new zkhandler
|
2021-05-31 19:55:01 -04:00 |
Joshua Boniface
|
ef5fe78125
|
Convert CepnInstance to new zkhandler
|
2021-05-31 19:51:27 -04:00 |
Joshua Boniface
|
f6d0e89568
|
Properly add absent node type
|
2021-05-31 19:26:27 -04:00 |
Joshua Boniface
|
d3b5b5236a
|
Remove transactional delete
This just doesn't work due to the darn limit on recursive deletes in
transactions.
|
2021-05-31 19:22:01 -04:00 |
Joshua Boniface
|
8625e9bd3e
|
Update Delete to recursive method
|
2021-05-31 03:14:09 -04:00 |
Joshua Boniface
|
ede3e88cd7
|
Modify node daemon root to use updated zkhandler
|
2021-05-31 03:14:09 -04:00 |
Joshua Boniface
|
ed4f84a3ec
|
Add log handling and persistent listener
|
2021-05-31 03:14:09 -04:00 |
Joshua Boniface
|
a1969eb981
|
Allow overwrite during init command
|
2021-05-31 00:12:28 -04:00 |
Joshua Boniface
|
c7992000eb
|
Explicitly output JSON cluster data
|
2021-05-30 23:50:42 -04:00 |
Joshua Boniface
|
a1e8cc5867
|
Skip patroni tree during backups
|
2021-05-30 23:39:37 -04:00 |
Joshua Boniface
|
ac0c3b0ec9
|
Ensure temp_dir exists before starting
Otherwise some failures throw the wrong error.
|
2021-05-30 16:04:38 -04:00 |
Joshua Boniface
|
60db800d9c
|
Use full ZKHandler in provisioner
Required due to references to self from Celery that are replaced by the
ZKConnection self instance.
|
2021-05-30 15:59:37 -04:00 |
Joshua Boniface
|
9be426507a
|
Fix erroneous lock calls
|
2021-05-30 15:31:17 -04:00 |
Joshua Boniface
|
58a5b00aa1
|
Remove extraneous zkhandler reference
|
2021-05-30 01:01:40 -04:00 |
Joshua Boniface
|
73407e245f
|
Move startup code to an entrypoint function
Prevents further issues with startup.
|
2021-05-30 00:18:04 -04:00 |
Joshua Boniface
|
25f80a4478
|
Move API version string location to Daemon
Prevents a startup bug with pvcapid-manage.py.
|
2021-05-30 00:11:24 -04:00 |
Joshua Boniface
|
c23a53d082
|
Add daemon_lib symlink to pvcnoded
|
2021-05-30 00:00:07 -04:00 |
Joshua Boniface
|
b4f2cf879e
|
Rework vm library for new zkhandler
|
2021-05-29 21:17:19 -04:00 |
Joshua Boniface
|
3603b782c0
|
Rework node library for new zkhandler
|
2021-05-29 20:56:21 -04:00 |
Joshua Boniface
|
62cb72b62f
|
Rework network library for new zkhandler
|
2021-05-29 20:53:42 -04:00 |
Joshua Boniface
|
b186a75b4e
|
Rework common library for new zkhandler
|
2021-05-29 20:35:28 -04:00 |
Joshua Boniface
|
6205dba451
|
Rework cluster library for new zkhandler
|
2021-05-29 20:32:20 -04:00 |
Joshua Boniface
|
688d1a6ae2
|
Rework ceph library for new zkhandler
|
2021-05-29 20:29:51 -04:00 |
Joshua Boniface
|
163015bd4a
|
Port remaining helper functions to ZKConnection
|
2021-05-29 00:30:42 -04:00 |
Joshua Boniface
|
49bbad8021
|
Port provisioner to ZKConnection
|
2021-05-29 00:26:15 -04:00 |
Joshua Boniface
|
2c0bafc313
|
Port benchmark to ZKConnection
|
2021-05-29 00:24:53 -04:00 |
Joshua Boniface
|
1963f2c336
|
Convert OVA helper to ZKConnection
|
2021-05-29 00:22:06 -04:00 |
Joshua Boniface
|
9cd121ef9f
|
Convert remaining VM functions
|
2021-05-29 00:16:26 -04:00 |
Joshua Boniface
|
ea63a58b21
|
Port two more functions to new decorator
|
2021-05-28 23:38:53 -04:00 |