anvil/tools
2022-09-27 00:40:30 -04:00
..
anvil-boot-server * Adds the anvil-boot-server man page. 2022-08-02 19:09:57 -04:00
anvil-change-password * Adds the anvil-boot-server man page. 2022-08-02 19:09:57 -04:00
anvil-check-memory * Added the man page for anvil-check-memory 2022-08-02 20:26:54 -04:00
anvil-configure-host * Added the anvil-configure-host man page. 2022-08-02 22:38:04 -04:00
anvil-cycle-vm-nics * Updated System->check_firewall to use firewall-cmd and the contents of iptables-save is not available/reliable under RHEL8. 2019-01-23 19:54:01 -05:00
anvil-daemon * Fixed a bug where setting the db_in_use flag without a valid $ENV{_}. 2022-08-09 15:45:10 -04:00
anvil-delete-server * Updated scan-network to check for inactive or activating interfaces and manually bring them up, if the uptime is less than 10 minutes. 2022-08-03 23:38:56 -04:00
anvil-download-file * Cleaned up a lot of logging in anvil-daemon and tools it calls. 2021-02-08 13:39:34 -05:00
anvil-file-details * Cleaned up a lot of logging in anvil-daemon and tools it calls. 2021-02-08 13:39:34 -05:00
anvil-get-server-screenshot fix(tools): save screenshots to states table 2021-09-03 16:21:55 -04:00
anvil-join-anvil Fixed a bug in System->check_ssh_keys where the 'admin' user's RSA keys were owned by root. 2022-01-20 14:13:27 -05:00
anvil-maintenance-mode * Improved infinite loop handling in Log->entry, but broke the Striker UI in the process. To be fixed next... 2019-01-18 03:19:36 -05:00
anvil-manage-dr * Fixed bugs that came up in testing. Was now able to setup long-throw DR! 2022-09-22 16:40:40 -04:00
anvil-manage-files * Fixed a bug when connecting to databases when one DB has no variable entries, making it seem like a DB was disabled. 2022-08-25 21:43:21 -04:00
anvil-manage-firewall * Disabled firewalling for now. There appears to be an issue starting up with DRBD. 2022-07-09 19:46:38 -04:00
anvil-manage-host * Fixed a bug where resync'ing the database was missing tables. 2022-03-29 17:12:26 -04:00
anvil-manage-keys * Fixed a bug with deleting bad keys where jobs to delete keys on non-dashboard machine wasn't being assigned to the proper target machine. 2021-06-05 19:07:25 -04:00
anvil-manage-power * Changed 'anvil-manage-power' to no longer set the job progress to 50 prior to calling a reboot. It now sets to 100 immediately. Also reduced the uptime timer to five minutes from ten. 2022-03-16 00:35:26 -04:00
anvil-manage-server * Updated anvil-provision-server to handle human-readable sizes for disk and ram. 2022-05-10 00:42:40 -04:00
anvil-migrate-server This is the first attempt at enabling firewalld completely. There is a decent chance that problems exist, so it won't be a surprise if a few more commits are needed to this branch before things work. 2022-07-02 17:06:04 -04:00
anvil-network-profiler Added the new 'anvil-network-profiler' tool. 2022-07-19 21:16:46 -04:00
anvil-parse-fence-agents Fixed bugs related to automatic database startup and conditional backup loading. 2021-09-19 14:06:18 -04:00
anvil-provision-server Fixed a bug where scan-server faulted with a divide by zero error when the host had no swap. 2022-09-27 00:40:30 -04:00
anvil-rename-server * Fixed a bug where resync'ing the database was missing tables. 2022-03-29 17:12:26 -04:00
anvil-report-usage Created the new anvil-show-local-ips that shows the IPs on the host in an easier to read format, compared to 'ip addr list'. 2022-04-26 20:24:15 -04:00
anvil-safe-start * Fixed a bug in Convert->format_mmddyy_to_yymmdd() where being passed '--' didn't return the same. 2022-01-18 02:38:50 -05:00
anvil-safe-stop This adds support (testing needed) for "Long-Throw" DR; which is a wrapper for using 'drbd-proxy' to provide larger transmit buffers so slow/high-latency DR hosts. 2022-09-21 23:35:06 -04:00
anvil-scan-network * Cleaned up a lot of logging in anvil-daemon and tools it calls. 2021-02-08 13:39:34 -05:00
anvil-show-local-ips Removed the '--' gateway holder to make it more consistent with the rest of the output. 2022-04-26 20:29:37 -04:00
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. 2021-04-19 00:32:13 -04:00
anvil-sync-shared * Fixed a couple bugs in anvil-manage-files where a file moved from incoming to files or definitions wasn't having the directory updated properly in the database. Also made an explicit check when looking for missing files to check to see if the file exists in another managed directory and, if so and if a striker, update the DB. 2022-08-15 23:27:40 -04:00
anvil-test-alerts * Updated Network->find_matches() to try to populate the first and second parameters if they're not passed in. 2022-05-20 10:28:21 -04:00
anvil-update-definition Updated anvil-parse-fence-agents to validate each fence agent's metadata is valid before adding it to the unified XML. 2021-08-19 00:58:26 -04:00
anvil-update-issue * Updated kickstart to write the basic tools/anvil-update-issue to a freshly installed machine and run it from cron. 2019-09-24 23:35:31 -04:00
anvil-update-states * Cleaned up some old 'die' calls with better nice_exit() calls to help avoid dangling db_in_use flags. 2022-08-12 16:32:20 -04:00
anvil-update-system Fixed a variable substitution bug. 2022-02-24 22:25:37 -05:00
anvil-watch-bonds * Created Network->check_bonds() that checks to see if any bonds are down, or if any interfaces configured to be in a bond are not actually in it. It accepts a 'heal' parameter that, by default, will bring up a bond with no active links, but leaves degraded bonds alone. It call also take 'all' and will try to bring up any missing interfaces. This distinction exists so that if a link is flaky and someone takes it down manually until it can be repaired, it doesn't get turned back on. 2021-06-13 13:33:51 -04:00
fence_delay * Fixed a bug where Database resync's where trying to resync tables without history schema entries. 2022-06-08 21:27:41 -04:00
fence_pacemaker * Increaded the scancore agent run timeout to 60 seconds. 2021-05-15 00:12:43 -04:00
generate_pm_dispatch_table chore: add dev tool to generate dispatch table from perl modules 2022-03-18 22:50:40 -04:00
Makefile.am * Moved System->manage_firewall() to Network->manage_firewall(). Started working on actually implementing it, which involves basically fully rewritting it. 2022-06-30 00:01:50 -04:00
scancore * Added the alteeve-repo-setup man page and updated it to show that when called with '-h'. 2022-08-02 14:31:46 -04:00
striker-access-database * Fixed a bug where setting the db_in_use flag without a valid $ENV{_}. 2022-08-09 15:45:10 -04:00
striker-auto-initialize-all Small logging fix to striker-auto-initialize-all. 2022-06-17 16:43:50 -04:00
striker-auto-initialize-all.example * Added a check to Database->get_ip_addresses() to check is a hash is set before using it, to help avoid unitialized variable messages. 2021-03-10 20:35:05 -05:00
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. 2021-05-01 19:49:27 -04:00
striker-db-report Fixed a bug in Alert->check_condition_age() where, when the 'clear' parameter was set and the value was already 'clear', it would flip to 'set' erroniously. 2022-01-13 21:07:25 -05:00
striker-db-status Created 'striker-db-status' that reports the status of the databases to external tools. It's basic, but it works. 2022-03-14 16:41:37 -04:00
striker-file-manager Created the new (and still in development) striker-file-manager to manage files from a Striker dashboard's command line. So far. it will add files only. 2021-12-01 18:43:50 -05:00
striker-get-peer-data * Updated Database->configure_pgsql() to use 'postgresql-setup --initdb --unit postgresql' instead of the deprecaded 'initdb' switch. 2021-10-28 12:07:36 -04:00
striker-initialize-host * Fixed a bug where resync'ing the database was missing tables. 2022-03-29 17:12:26 -04:00
striker-manage-install-target This is another big commit with a lot of DB work. Getting closer to sorting out the frequent resyncs. 2022-06-16 20:10:43 -04:00
striker-manage-peers * This rather heavily reworks how database shutdowns works. It adds much more intelligent shutdown, tracking who is using the database, being able to mark a database as "offline" and waiting for users of the database to disconnect before it shuts down. 2022-03-14 16:41:37 -04:00
striker-manage-vnc-pipes fix(tools): correct message_* string keys in striker-manage-vnc-pipes 2021-08-04 13:53:44 -04:00
striker-open-ssh-tunnel fix(cgi-bin): use unspecified instead of loopback address in SSH tunnel 2021-08-04 13:40:02 -04:00
striker-parse-os-list Updated striker-parse-os-list to now take '--all' and '--xml' to show the list of OSes available to optmize VMs for in a simple machine-parsable format or XML, and to show only the OSes not in the words file yet, or all OSes. 2022-04-01 17:34:34 -04:00
striker-parse-oui * Updated Get->switches() to take 'list' and 'man' parameters. With list, the passed in switches can be checked to ensure they're valid. With 'man', if set to the name of a man page (usually $THIS_FILE) will be displayed if --help, -h or -? are used. 2022-07-29 16:56:40 -04:00
striker-prep-database Disabled striker-prep-databas and set Database->configure_pgsql() calls to use debug => 2. 2022-07-20 20:32:18 -04:00
striker-purge-target * Added network_interfaces, bonds, bridges and ip_addresses tables to the age-out list. 2022-06-20 21:21:44 -04:00
striker-scan-network * Fixed a bug in striker-scan-network where the scan wasn't running properly when no network was specifically given. 2022-04-08 18:54:55 -04:00
striker-show-db-counts The theme of these commits is improving DB responsiveness. 2021-05-29 23:34:22 -04:00
watch_drbd * Added a really simple DRBD monitoring tool to the repo, will likely remove later. 2020-12-06 22:56:53 -05:00