Josue
6e2b787ad3
refactor(front-end): add colours to main theme, add select all functionality and fix style errors
3 years ago
Josue
cd3773f7e0
style: fix colours when enabling edit mode
3 years ago
Josue
91282daeb2
fix: improve server selection in the server component
3 years ago
Josue
70be48e0e2
feat: add controls to turn servers on or off
3 years ago
Josue
1fdf473e79
chore: add mui icons:
3 years ago
Tsu-ba-me
e8f18d7aa1
fix(cgi-bin): enable sending power on/off server VM jobs
3 years ago
Tsu-ba-me
c07e72bab9
fix(cgi-bin): add logic to power on/off server VM
3 years ago
Tsu-ba-me
73103a898a
chore(cgi-bin): set log level for debug
3 years ago
Tsu-ba-me
c45a2030e8
fix(cgi-bin): accept server UUID list in set_power
3 years ago
Digimer
4c03811a62
Merge pull request #152 from Tsu-ba-me/issues/135-server-power-control
...
Web UI: add power controls for server VMs
3 years ago
Tsu-ba-me
a5e0c85d40
chore: rebuild web UI
3 years ago
つばめ
441c327ec8
Merge pull request #13 from Seneca-CDOT/server-controls
...
Add server controls in the server component
3 years ago
Josue
8615bf9f20
fix(front-end): avoid sending a set_power request when closing the power menu
3 years ago
Josue
a1163916ab
fix(front-end): adjust logic to perform set action and change prop name sent to the back-end
3 years ago
Josue
bf8a323c50
style(front-end): change icon for edit mode, and fix problem with capitalized text in power button
3 years ago
Josue
42d3a637d0
refactor(front-end): add fetcher to set power and refactor power buttons
3 years ago
Josue
68765a3408
refactor(front-end): add colours to main theme, add select all functionality and fix style errors
3 years ago
Josue
809bb1bb32
style: fix colours when enabling edit mode
3 years ago
Josue
025d64b0fc
fix: improve server selection in the server component
3 years ago
Josue
b5770ab02d
feat: add controls to turn servers on or off
3 years ago
Josue
3bbdd27ec4
chore: add mui icons:
3 years ago
Tsu-ba-me
2d1987f91a
fix(cgi-bin): enable sending power on/off server VM jobs
3 years ago
Tsu-ba-me
824213f205
fix(cgi-bin): add logic to power on/off server VM
3 years ago
Tsu-ba-me
900e24c7c1
chore(cgi-bin): set log level for debug
3 years ago
Tsu-ba-me
e33d6398d6
fix(cgi-bin): accept server UUID list in set_power
3 years ago
Digimer
607c097fc8
* Fixed a bug where, once a DRBD resource was allowed to be dual-primary for migration, that wasn't properly disabled post-migration.
...
* Updated DRBD->allow_two_primaries() to take the 'set_to' parameter which can be 'yes' to all and 'no' to disallow dual-primary.
* Updated ocf:alteeve:server to call allow_two_primaries() with 'set_to' = 'no' instead of calling 'adjust' after a migration completes.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
124e0435c4
Merge pull request #150 from ClusterLabs/scancore-debugging
...
* Fixed a couple logging bugs.
3 years ago
Digimer
0c475d2a2e
* Fixed a couple logging bugs.
...
* Updated scan-cluster to get the CIB from pcs instead of reading the CIB from disk.
* Updated anvil-daemon to always call striker-prep-database at log level 2 while trying to find the cause of rare postgres config failures. Also updated striker-prep-database to use the new method of initializing the DB.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
0ec825b869
Merge pull request #149 from ClusterLabs/scancore-debugging
...
* Finished Cluster->check_server_constraints() and added it to scan-c…
3 years ago
Digimer
d3052c0229
* Finished Cluster->check_server_constraints() and added it to scan-cluster. This now makes sure servers don't roll back to their old host after it has been fenced and recovers.
...
* Completely disabled Network->check_network(), it's causing more problems than it solves.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
97d20ccd71
Merge pull request #148 from ClusterLabs/scancore-debugging
...
* Disabling the periodic network health check in anvil-daemon.
3 years ago
Digimer
e7a06fce72
* Disabling the periodic network health check in anvil-daemon.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
ca6ef6ffd3
Merge pull request #147 from ClusterLabs/scancore-debugging
...
* Clear out the bond health in Network->check_network().
3 years ago
Digimer
bfa7a1f964
Merge branch 'master' into scancore-debugging
3 years ago
Digimer
87b31a16bb
* Clear out the bond health in Network->check_network().
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
fb4f0be206
Merge pull request #146 from ClusterLabs/scancore-debugging
...
* Forced anvil-daemon to log-level 2 and to enable secure logging to …
3 years ago
Digimer
30f478267a
* Forced anvil-daemon to log-level 2 and to enable secure logging to continue debugging setup issues.
...
* Fixed a undefined variable warning.
* Removed a debugging die from Database->resync_databases().
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
4db6528cd0
Merge pull request #145 from ClusterLabs/scancore-debugging
...
* Fixed a typo that blocked anvil-daemon from starting.
3 years ago
Digimer
f9cc99287e
Merge branch 'master' into scancore-debugging
3 years ago
Digimer
47fa126a3c
* Fixed a typo that blocked anvil-daemon from starting.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
6ef706723e
Merge pull request #144 from ClusterLabs/scancore-debugging
...
* In the never-ending attempt to resolve the build consistency issues…
3 years ago
Digimer
023f43eda9
* In the never-ending attempt to resolve the build consistency issues, this commit enables extra debugging logging and, hopefully, implements a fix in anvil-daemon where a job could be started repeatedly.
...
* Renamed the special job status 'scancore_startup' to 'anvil_startup', given it's handled by anvil-daemon.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
3080b2c0fd
Merge pull request #143 from ClusterLabs/scancore-debugging
...
* WIP; Started work on Cluster->check_server_constraints() that will …
3 years ago
Digimer
5a343d6d75
* WIP; Started work on Cluster->check_server_constraints() that will track when a server's location constraint needs to be updated when the old preferred node is lost.
...
* Removed (for now) setting MTU in the ifcfg-X files during anvil-configure-host runs.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
e2788f438e
Merge pull request #142 from ClusterLabs/scancore-debugging
...
* Added Cluster->manage_fence_delay() that reports back and, optional…
3 years ago
Digimer
b71ed28f64
* Added Cluster->manage_fence_delay() that reports back and, optionally, sets a preferred node in a fence race.
...
* Updated scan-cluster to check / set which node should be preferred if a netsplit causes a fence race.
* Fixed a bug in Server->shutdown_virsh() where a shutdown timeout would go into a loop.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
5ef2542d34
Merge pull request #141 from ClusterLabs/anvil-tools-dev
...
* I've decided that live reconfiguring of NetworkManager interfaces i…
3 years ago
Digimer
62564f1644
Merge branch 'master' into anvil-tools-dev
3 years ago
Digimer
76689aa245
* I've decided that live reconfiguring of NetworkManager interfaces is too unreliable. This commit disables all attempts to reconfigure the network while it's up, and simply reboots on changes.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
a97c5bafef
Merge pull request #140 from ClusterLabs/anvil-tools-dev
...
* Moved up when the reboot happens, when it's needed, avoiding a netw…
3 years ago