Commit Graph

4017 Commits

Author SHA1 Message Date
Digimer
9153397f45
Merge pull request #596 from ClusterLabs/upgrade-tools
Upgrade tools
2024-03-19 11:28:54 -04:00
digimer
dcece86e91 Removed the duplicate repo man page.
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-03-18 23:30:24 -04:00
digimer
2d92f339c2 Fixed a bug related to changing the hostname during a manifest run
* The original hostname would be used to form the cluster, even though
  the hostname was updated.

Signed-off-by: digimer <mkelly@alteeve.ca>
2024-03-18 23:28:42 -04:00
Tsu-ba-me
3dff33a087 build(striker-ui): distribute /mail-config page 2024-03-18 17:19:41 -04:00
Tsu-ba-me
a7ece9161a chore(striker-ui): patch find command in lsxdist 2024-03-18 17:07:33 -04:00
Digimer
77b7f2bb37
Merge pull request #588 from ylei-tsubame/issues/414-reconnect-init-host
Web UI: replace prepare host step in manage anvil node(s)
2024-03-08 10:56:12 -05:00
Tsu-ba-me
5127bd0126 build(striker-ui): rebuild 2024-03-07 12:42:28 -05:00
Tsu-ba-me
c37df57bd7 fix(striker-ui): set message group ref in test access form 2024-03-07 12:39:12 -05:00
Tsu-ba-me
d2c8d03b5c fix(striker-ui): apply new manage host to replace old prepare host form 2024-03-07 11:53:54 -05:00
Tsu-ba-me
78820bd95a fix(striker-ui): remove excess entries fetcher in CRUD list 2024-03-07 11:53:54 -05:00
Tsu-ba-me
1fb67c974a chore(striker-ui): remove old prepare host form 2024-03-07 11:53:54 -05:00
Tsu-ba-me
87f69dd845 fix(striker-ui): expose mutate function in useFetch hook 2024-03-07 11:53:54 -05:00
Tsu-ba-me
917e57dac4 fix(striker-ui): restrict prepare host list to subnodes, dr hosts 2024-03-07 11:53:54 -05:00
Tsu-ba-me
c8e7994ab9 fix(striker-ui): allow set detail url prefix in CRUD list 2024-03-07 11:53:54 -05:00
Tsu-ba-me
5ad591cdc0 fix(striker-ui): translate host type, adjust success msg in prepare host form 2024-03-07 11:53:54 -05:00
Tsu-ba-me
96be4a41b2 fix(striker-ui): isolate disassemble camel string 2024-03-07 11:53:54 -05:00
Tsu-ba-me
47a84a86e8 feat(striker-ui): add manage host components 2024-03-07 11:53:54 -05:00
Tsu-ba-me
ddece3750d fix(striker-ui): remove disableAutocomplete from formik utils 2024-03-07 11:53:54 -05:00
Tsu-ba-me
bd65517449 fix(striker-ui): remove blur handlers in add mail server form 2024-03-07 11:53:54 -05:00
Tsu-ba-me
550bbc26df fix(striker-ui): adjust grid layout in add mail server form 2024-03-07 11:53:54 -05:00
Tsu-ba-me
d40efa9289 fix(striker-ui): add option to disable autofill in outlined input 2024-03-07 11:53:54 -05:00
Tsu-ba-me
1cfd588448 fix(striker-ui): allow skip entry in form summary 2024-03-07 11:53:54 -05:00
Tsu-ba-me
e8ac1a9c4f fix(striker-ui): expose id, name in radio group 2024-03-07 11:53:54 -05:00
Tsu-ba-me
325594ef4b fix(striker-ui): always show test button in init host 2024-03-07 11:53:54 -05:00
Digimer
6264aada30
Merge pull request #587 from ClusterLabs/add-dual-ip-support
Added support for multiple IP's per interface
2024-03-06 23:46:56 -05:00
digimer
870c990632 Added support for multiple IP's per interface
* Created Database->get_mac_to_ip()
* Updated Database->insert_or_update_mac_to_ip() to find an entry using
  both the IP and MAC address.
* Updated Network->get_ips() to store only the first IP it finds on an
  interface as the main IP (for use in /etc/hosts, etc) and to store it
  and any other IPs in a new hash.
* Updated scan-network to use the new hash above to record them in the
  'mac_to_ip' table. Similarly, before marking an IP as removed, it
  checks to see if it's an alternate IP.

Signed-off-by: digimer <mkelly@alteeve.ca>
2024-03-06 19:06:05 -05:00
Digimer
bc910b14e4
Merge pull request #579 from ylei-tsubame/issues/488-file-upload-message
Web UI: adjust messages during file uploads
2024-03-02 17:06:51 -05:00
Digimer
2e185b8909
Merge branch 'main' into issues/488-file-upload-message 2024-03-01 17:13:16 -05:00
Digimer
d080fbacce
Merge pull request #582 from ClusterLabs/anvil-tools-dev
Anvil tools dev
2024-03-01 17:12:58 -05:00
digimer
4452020986 When OCF_RESKEY_name isn't set, but OCF_RESOURCE_INSTANCE is, copy it
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-03-01 00:02:29 -05:00
digimer
ab0b1a262b Reworked Network->wait_for_bonds() to be ->wait_for_networks()
* Renamed the old ->wait_for_networks() to be ->wait_for_nm_online().
* The new ->wait_for_networks() waits for all interfaces we manage to be
  'activated' before returning.

Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-29 01:32:32 -05:00
digimer
fe2806b5df Bumped up timeouts
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-28 23:38:50 -05:00
digimer
0f1ff02e78 Added alarms around remote calls to better handle dropped networks.
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-28 20:35:00 -05:00
digimer
480745c889 Disabled printing of the countdown.
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-28 16:37:31 -05:00
digimer
2f5fb32769 Quieted logging
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-28 16:37:20 -05:00
digimer
fef0d8f83f Fixed a spacing issue.
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-27 21:54:05 -05:00
digimer
c31880c2ec Fixed the ordering holding on hosts and network config.
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-27 18:44:58 -05:00
digimer
b8c73fd3f2 Replaced hosts management in anvil-join-anvil with System->update_hosts.
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-26 18:29:55 -05:00
digimer
3fd2a172a4 Simplified Wants in units
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-25 02:15:33 -05:00
digimer
495cb90ca6 Created Network->wait_for_network to hold startup for NM to be up.
Added the call to Network->wait_for_network to pause scancore and
anvil-daemon startups until NetworkManager says it's up and running.

Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-24 17:16:46 -05:00
digimer
5cf0bbc6be Added Want=NetworkManager to anvil-daemon and scancore unit files.
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-24 16:51:33 -05:00
digimer
b3d1e53623 Added a log message if waiting for bonds times out.
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-23 19:15:50 -05:00
digimer
25841145b5 Reduced logging in anvil-configure-host.
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-23 19:01:47 -05:00
digimer
a65bf5090e Updated anvil-monitor-performance to reduce logging volume.
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-23 18:49:58 -05:00
digimer
c79b76e2ee Reduced the frequency of monitoring to 1/min and reduced log size
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-23 18:37:44 -05:00
digimer
247cf0a238 Fixed using the wrong words key.
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-23 17:48:37 -05:00
digimer
f4a314e4b5 Removed compression during log collection
The finishing compression provides all the space saving, and compression
slows down collection.

Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-23 14:13:22 -05:00
digimer
0795bbb2de Added compression to anvil.log files collected by debug.
Also fixed a bug on validating the collection of remote previous boot
journalctl logs.

Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-23 11:14:51 -05:00
digimer
6a193bf710 Added extra checks to Network->wait_for_bonds()
* Added a default timeout of 180 seconds, and updated
  anvil-configure-host to reduce this to 60 seconds while configuring
  the host.
* Added a check for interfaces configured under a bond. If none are
  found, the bond is ignored.
* Updated Storage->update_config() to take the new 'append' attribute to
  allow adding a variable if it wasn't found already in the config.
* Added the new 'network::wait_for_bonds::timeout' variable to enable
  changing the default timeout for Network->wait_for_bonds().

Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-22 23:46:49 -05:00
digimer
d5ceca3dc6 Added a message when holding on a bond to activate.
Signed-off-by: digimer <mkelly@alteeve.ca>
2024-02-22 02:06:44 -05:00