Local modifications to ClusterLabs/Anvil by Alteeve
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Digimer
24ec17f8f7
* Added a new parameter called 'sensitive' to Database->connect() that returns after connections before any ancilliary checks are done, minimizing connect time.
...
* Fixed a problem with Database->insert_or_update_variables() where variable_source_uuid being set to an empty string wasn't converted to NULL.
* Fixed Database->locking() where the way the lock variable was set was rather broken.
* Created Striker->check_httpd_conf() which configured apache to handle the integration of the new WebUI for Anvil! management with the existing WebUI.
* Updated System->update_hosts() to specifically set the 127.0.0.1 and ::1 lines to handle how cloud-init overrides /etc/hosts and breaks CI/CD tests.
* Removed the old index.html as it's now used for the new WebUI.
* Began work on removing DB connection requirements from ocf:alteeve:server.
Signed-off-by: Digimer <digimer@alteeve.ca>
4 years ago
..
Makefile.am
The theme of these commits is improving DB responsiveness.
4 years ago
anvil-boot-server
* Finished anvil-migrate-server and anvil-safe-start! Lots of testing still needed for both though, and 'anvil-safe-start' does run as a job yet, but the logic is all there.
4 years ago
anvil-change-password
…
anvil-check-memory
…
anvil-configure-host
* Added a new parameter called 'sensitive' to Database->connect() that returns after connections before any ancilliary checks are done, minimizing connect time.
4 years ago
anvil-cycle-vm-nics
…
anvil-daemon
* Added a new parameter called 'sensitive' to Database->connect() that returns after connections before any ancilliary checks are done, minimizing connect time.
4 years ago
anvil-delete-server
* Several bugs fixed and enhancements;
4 years ago
anvil-download-file
…
anvil-file-details
…
anvil-join-anvil
The theme of these commits is improving DB responsiveness.
4 years ago
anvil-maintenance-mode
…
anvil-manage-files
* Several bugs fixed and enhancements;
4 years ago
anvil-manage-firewall
…
anvil-manage-keys
…
anvil-manage-power
…
anvil-manage-server
* WIP - Slowly working on anvil-manage-server
4 years ago
anvil-migrate-server
* Made good progress on anvil-safe-stop. It will now stop or migrate servers (testing needed).
4 years ago
anvil-parse-fence-agents
…
anvil-provision-server
* WIP - Slowly working on anvil-manage-server
4 years ago
anvil-rename-server
* Finished anvil-rename-server!
4 years ago
anvil-safe-start
* Several bugs fixed and enhancements;
4 years ago
anvil-safe-stop
* To address issues with scancore debugging, we needed a tool to purge old anvils and hosts from the database. The 'test.pl' in this commit contains the new logic that will be merged into tools/striker-purge-host shortly.
4 years ago
anvil-scan-network
…
anvil-shutdown-server
* Finished anvil-migrate-server and anvil-safe-start! Lots of testing still needed for both though, and 'anvil-safe-start' does run as a job yet, but the logic is all there.
4 years ago
anvil-sync-shared
* Several bugs fixed and enhancements;
4 years ago
anvil-update-issue
…
anvil-update-states
The theme of these commits is improving DB responsiveness.
4 years ago
anvil-update-system
…
anvil-watch-bonds
* Created a new tool, anvil-watch-bonds, which is a live monitor of bonds and interfaces designed to be run from the command line on a given host.
4 years ago
fence_delay
* Started work on, but not at all finished, anvil-manage-server which will allow manipulation of a server's resources.
4 years ago
fence_pacemaker
* Increaded the scancore agent run timeout to 60 seconds.
4 years ago
scancore
* Biggest change in this commit; scan-apc-pdu and scan-apc-ups now only run on Striker dashboards! This was because we found that if two machines ran their agents at the same time, the reponce time from SNMP read requests grew a lot. This meant it was likely a third, fourth and so on machne would also then have their scan agent runs while the existing runs were still trying to process, causing the SNMP reads to get slower still until timeouts popped.
4 years ago
striker-auto-initialize-all
* Updated remainder pointers to the old repos to the new repos. Added support for the new alteeve-repo-setup.
4 years ago
striker-auto-initialize-all.example
…
striker-boot-machine
* Created tools/striker-boot-machine to, well, boot machines. It uses host_ipmi or, failing that, other fence methods when available to boot a node.
4 years ago
striker-get-peer-data
The theme of this commit is database cleanup and fixes.
4 years ago
striker-initialize-host
The theme of this commit is database cleanup and fixes.
4 years ago
striker-manage-install-target
The theme of this commit is database cleanup and fixes.
4 years ago
striker-manage-peers
The theme of this commit is database cleanup and fixes.
4 years ago
striker-parse-os-list
…
striker-parse-oui
…
striker-prep-database
* Several bugs fixed and enhancements;
4 years ago
striker-purge-target
The theme of this commit is database cleanup and fixes.
4 years ago
striker-scan-network
The theme of this commit is database cleanup and fixes.
4 years ago
striker-show-db-counts
The theme of these commits is improving DB responsiveness.
4 years ago
watch_drbd
…