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
a7f0676a0f
* Got the 'anvil-provision-server' script to the point where it actually saves the new server job.
...
* Created the new method Cluster->get_primary_host_uuid() that returns the 'host_uuid' of the primary node in the given cluster. This is useful for external programs to figure out which node is primary. Example is provisioning a new server being assigned to the active node. Also created ->is_primary() that is a similar test to see if the active node is the primary node or not.
* Updated Cluster->parse_cib() and ->parse_crm_mon() to work on remote hosts.
* Updated Database->get_hosts() to store the short host names.
* Created Get->host_from_ip_address() that translates an IP address to a host_uuid and host_name, if it's an IP assigned currently to a known host.
* Created Network->find_target_ip() that simplifies finding which IP address to use when the caller wants to connect to a target host.
* Reworked the anvil-join-anvil to parse fence_arguments in a way that handles passwords with spaces in them.
Signed-off-by: Digimer <digimer@alteeve.ca>
4 years ago
..
Account.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Alert.pm
* Finished porting scan-storcli! This was the largest scan agent to migrate to M3.
4 years ago
Cluster.pm
* Got the 'anvil-provision-server' script to the point where it actually saves the new server job.
4 years ago
Convert.pm
* Created Convert->fence_ipmilan_to_ipmitool() that takes a 'fence_ipmilan' call and converts it into a direct 'ipmitool' call.
4 years ago
DRBD.pm
* Finished scan-drbd. Removed the code to track resources by UUID via resource config file. The UUID tracking it fairly easy messed up by manual edits/rsyncs, and the code to handle updating the UUID in the resource config files was complicated enough that it negated any benefit of avoiding resources being marked as removed / newly created on name change. Left the DRBD->resource_uuid() method though, in case we decide to revisit this.
4 years ago
Database.pm
* Got the 'anvil-provision-server' script to the point where it actually saves the new server job.
4 years ago
Email.pm
* Created Database->get_bridges() that, surprise, loads data from the 'bridges' table.
4 years ago
Get.pm
* Got the 'anvil-provision-server' script to the point where it actually saves the new server job.
4 years ago
Job.pm
* Created the new tools/anvil-provision-server tool which will handle provisioning new servers, as well as having an interactive menu system to provision servers from the command line.
4 years ago
Log.pm
* Switched out the static list of core table to use the array generated by Database->get_tables_from_schema().
4 years ago
Network.pm
* Got the 'anvil-provision-server' script to the point where it actually saves the new server job.
4 years ago
Remote.pm
* Moved Database->check_condition_age to Alert.
4 years ago
ScanCore.pm
* Created Database->get_bridges() that, surprise, loads data from the 'bridges' table.
4 years ago
Server.pm
* Finally finished scan-apc-ups! Proved way harder than anticipated... (over a solid week of work!) In M3, this agent is no longer host-bound, and the UPSes to scan based on entries in 'upses' using this scan agent.
4 years ago
Storage.pm
* Finished the web interface components of the Anvil! File Manager! Files can be purged, sync'ed or removed from specific Anvil! systems, renamed and their file types changed (and setting/removing the executable bits) as needed.
4 years ago
Striker.pm
* Created Database->get_bridges() that, surprise, loads data from the 'bridges' table.
4 years ago
System.pm
* Created Database->get_bridges() that, surprise, loads data from the 'bridges' table.
4 years ago
Template.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Validate.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Words.pm
* This commit introduces a new concept called "Storage Groups". Given that LVs back DRBD resources in M3, there needed to be a way to determine which VGs would be used when creating the backing DRBD resources, and how large those LVs could be (based on the minimum free space of the VGs in a group). A new, as yet incomplete Get->available_resources() method will handle determining what resources are available to grow exist
4 years ago