eec14cb013
* Fixed a bug where, in rare cases, $anvil->hostname() would call 'hostnamectl' and get a dbus error during shutdown, which would then cause the hostname to be changed to the error in the database. * Fixed a bug in Cluster->boot_server() where it would never verify that a server has started successfully. * Updated Database->get_ip_addresses() to store the IPs we manage in 'ip_addresses::<ip_address_address>::X'. * Updated ocf:alteeve:server to work from command line calls, though more testing is still needed. * Started work on 'anvil-rename-server', but haven't gotten far with it yet. Signed-off-by: Digimer <digimer@alteeve.ca>
55 lines
1.3 KiB
Makefile
55 lines
1.3 KiB
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
# XXX recheck after rebase!
|
|
EXTRA_DIST = \
|
|
watch_drbd
|
|
|
|
dist_sbin_SCRIPTS = \
|
|
anvil-boot-server \
|
|
anvil-change-password \
|
|
anvil-check-memory \
|
|
anvil-configure-host \
|
|
anvil-cycle-vm-nics \
|
|
anvil-daemon \
|
|
anvil-delete-server \
|
|
anvil-download-file \
|
|
anvil-file-details \
|
|
anvil-join-anvil \
|
|
anvil-maintenance-mode \
|
|
anvil-manage-files \
|
|
anvil-manage-firewall \
|
|
anvil-manage-keys \
|
|
anvil-manage-power \
|
|
anvil-migrate-server \
|
|
anvil-parse-fence-agents \
|
|
anvil-provision-server \
|
|
anvil-rename-server \
|
|
anvil-safe-start \
|
|
anvil-scan-network \
|
|
anvil-shutdown-server \
|
|
anvil-sync-shared \
|
|
anvil-update-issue \
|
|
anvil-update-states \
|
|
anvil-update-system \
|
|
scancore \
|
|
striker-get-peer-data \
|
|
striker-initialize-host \
|
|
striker-manage-install-target \
|
|
striker-manage-peers \
|
|
striker-parse-os-list \
|
|
striker-parse-oui \
|
|
striker-prep-database \
|
|
striker-purge-host \
|
|
striker-scan-network \
|
|
striker-auto-initialize-all
|
|
|
|
fencedir = $(FASEXECPREFIX)/sbin
|
|
|
|
dist_fence_SCRIPTS = \
|
|
fence_delay \
|
|
fence_pacemaker
|
|
|
|
sharedir = ${datarootdir}/anvil
|
|
|
|
dist_share_DATA = striker-auto-initialize-all.example
|