Commit Graph

2628 Commits

Author SHA1 Message Date
Tsu-ba-me
6711b65151 fix(cgi-bin): include command when logging shell calls 2021-08-04 13:34:57 -04:00
Tsu-ba-me
699400a62c fix(cgi-bin): add missing field when recording VNC pipe 2021-08-04 13:34:57 -04:00
Tsu-ba-me
d2b43f1d59 fix(cgi-bin): add missing host_uuid param to start SSH tunnel 2021-08-04 13:34:57 -04:00
Tsu-ba-me
424fdd70dd fix(cgi-bin): try SIGTERM before SIGKILL when stopping processes 2021-08-04 13:34:57 -04:00
Tsu-ba-me
0f4198155f fix(cgi-bin): prevent start-websockify-in-background from hanging 2021-08-04 13:34:57 -04:00
Tsu-ba-me
3adbd8bca1 fix(cgi-bin): add missing server_uuid variables 2021-08-04 13:34:57 -04:00
Tsu-ba-me
6ba6819078 chore(cgi-bin): rename manage_vnc_ports->manage_vnc_pipes 2021-08-04 13:34:57 -04:00
Tsu-ba-me
5208332b2d fix(cgi-bin): complete draft of open and close VNC pipes 2021-08-04 13:34:57 -04:00
Tsu-ba-me
154b4a7e15 fix(cgi-bin): default function return to undefined 2021-08-04 13:34:57 -04:00
Tsu-ba-me
9603974c24 fix(cgi-bin): complete draft for clean up 2021-08-04 13:34:57 -04:00
Tsu-ba-me
df33c2d193 fix(cgi-bin): draft logic for websockify setup and clean up 2021-08-04 13:34:57 -04:00
Tsu-ba-me
39ecca7eaf fix(cgi-bin): draft function to setup websockify 2021-08-04 13:34:57 -04:00
Tsu-ba-me
ad01ed75ec fix(cgi-bin): add functions to insert and delete vnc pipes 2021-08-04 13:34:57 -04:00
Tsu-ba-me
ac6f7e3898 fix(cgi-bin): add functions to create and drop vnc_pipes table 2021-08-04 13:34:57 -04:00
Tsu-ba-me
6c4f817a58 fix(cgi-bin): handle VMs without VNC port in get_vnc_info 2021-08-04 13:34:57 -04:00
Tsu-ba-me
454ab7bc84 fix(cgi-bin): add draft endpoint to setup VNC connection 2021-08-04 13:34:57 -04:00
Digimer
2df52970f2
Merge pull request #171 from ClusterLabs/anvil-tools-dev
Updated scan-server to not check libvirtd status as it now auto stop/…
2021-08-03 14:04:25 -04:00
Digimer
e1aa4442ad Updated scan-server to not check libvirtd status as it now auto stop/starts as needed. Also fixed a pair of bugs that was preventing VNC checks from happening, or for stopped server definition checks from happening.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-08-03 13:36:32 -04:00
Digimer
6ce2ed84d0
Merge pull request #170 from ClusterLabs/anvil-tools-dev
Anvil tools dev
2021-07-31 12:30:45 -04:00
Digimer
1fae751599
Merge branch 'master' into anvil-tools-dev 2021-07-31 12:24:32 -04:00
Digimer
8274aa8f79 Updated (but needs testing) scan-server to look for changes in the on-disk XML definition changes or database XML data for servers that are NOT running on a host or node.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-31 12:22:48 -04:00
Digimer
e3d65d654c * Continuing work on anvil-manage-server.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-29 17:15:02 -04:00
Digimer
179f7a17dc
Merge pull request #169 from Tsu-ba-me/issues/164-page-to-pagehtml
Web UI: revise logic to auto-config Apache on Anvil deployment
2021-07-28 19:44:42 -04:00
Tsu-ba-me
92335b29cc fix(Anvil): add clean up logic when failed to validate Apache conf after modify 2021-07-28 19:29:24 -04:00
Tsu-ba-me
d2d7a5380c fix(Anvil): search all args for Access-Control value 2021-07-28 19:17:25 -04:00
Tsu-ba-me
18ec7b1c1a fix(Anvil): abort when no new Apache conf created 2021-07-28 19:17:23 -04:00
Tsu-ba-me
3ee7edadb0 build(Anvil): include augeas as a Striker dependency 2021-07-28 18:46:18 -04:00
Tsu-ba-me
3de9912f51 fix(Anvil): use augeas to modify Apache conf 2021-07-28 18:41:28 -04:00
digimer-bot
70cfc282c0
Merge pull request #168 from ClusterLabs/anvil-tools-dev
Anvil tools dev
2021-07-26 15:53:21 -04:00
Digimer
3f1c2dd38f * Couple of small cleanups for fence_delay.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-26 15:47:26 -04:00
Digimer
77da40fc22
Merge branch 'master' into anvil-tools-dev 2021-07-26 15:35:56 -04:00
Digimer
8d2e454d69 * Updated fence_delay to set the ownership of the log file to 'hacluster:haclient'. This should address https://github.com/digimer/fence_delay/issues/1
* WIP - COntinuing work on anvil-manage-server, far from done yet.

Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-26 15:35:04 -04:00
Digimer
bc8b9274cb WIP; Reworked anvil-manage-server to have a more interactive menu system (for the sections done so far).
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-26 15:35:04 -04:00
Tsu-ba-me
a27519cb77 fix(cgi-bin): correct typo in network bond link speed comparison 2021-07-26 15:35:04 -04:00
Digimer
28865780f8 * Updated Database->get_server_definitions() to take a specific server UUID, allowing just the one definition to be loaded. Also had it clear previous loads.
* Updated Server->parse_definition() to call DRBD->get_devices() so that referenced LVs can be loaded properly.
* Continued WIP in anvil-manage-server

Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-20 23:19:29 -04:00
Digimer
733375a6f2
Merge pull request #166 from Tsu-ba-me/issues/165-networks-endpoint-typo
Web UI: correct typo in network bond link speed comparison
2021-07-20 16:49:12 -04:00
Tsu-ba-me
62bc1a9579 fix(cgi-bin): correct typo in network bond link speed comparison 2021-07-20 11:42:24 -04:00
Digimer
c8f0a20e31
Merge pull request #167 from ClusterLabs/scancore-debugging
Fixed two small bugs that were preventing proactive live migration fr…
2021-07-20 02:01:46 -04:00
Digimer
ccd89f923b Fixed two small bugs that were preventing proactive live migration from working.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-20 01:56:50 -04:00
Digimer
09c4b3fa57
Merge pull request #163 from ClusterLabs/anvil-tools-dev
Anvil tools dev
2021-07-18 23:30:47 -04:00
Digimer
ef10765d8a Fixed a bug with registering health scores against down links in scan-network.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-18 23:25:46 -04:00
Digimer
ad4609b39c Fixed a bug where interfaces in bonds weren't recording their parent bond.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-18 16:30:45 -04:00
Digimer
623dbb0863 WIP; Restarted work on anvil-manage-server.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-18 16:21:00 -04:00
Digimer
548c52701a Updates Jobs->update_progress() to take a 'variables' hash reference, and to support logging as well.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-16 15:07:07 -04:00
Digimer
1e159f548e Added a couple notes for later dev.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-16 11:13:48 -04:00
Digimer
fc2a7f59ec
Merge pull request #161 from ClusterLabs/anvil-tools-dev
Switched default graphics for new servers to 'vnc' instead of spice.
2021-07-16 10:42:42 -04:00
Digimer
39236e9b3f Switched default graphics for new servers to 'vnc' instead of spice.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-16 00:08:02 -04:00
Digimer
b4c1154ae6
Merge pull request #160 from ClusterLabs/scancore-debugging
Scancore debugging
2021-07-15 23:14:23 -04:00
Digimer
d62900d712 Fixed a bug where the wrong string key was used when a network interface comes, goes or changes it's bond_uuid reference. Also changed the alert level of vnetX interfaces that disappear to notice level.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-15 23:04:23 -04:00
Digimer
6db16ca313 * Fixed a bug in Database->insert_or_update_network_interfaces() where the passed-in network_interface_uuid parameter was not being set properly.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-15 22:58:15 -04:00