Tsu-ba-me
dbc4bf933e
fix(striker-ui-api): correct query to get host uuid in server power handler
9 months ago
Tsu-ba-me
91dd5d37a1
fix(striker-ui-api): set job host uuid for start/stop server jobs
9 months ago
Tsu-ba-me
8dd8a28bb3
fix(striker-ui): add proper alt message to server preview
9 months ago
Tsu-ba-me
e57727411b
fix(striker-ui-api): remove unused path to anvil-get-server-screenshot
9 months ago
Tsu-ba-me
69f4186739
fix(striker-ui-api): empty existing database hash before re-reading to remove deleted data
9 months ago
Tsu-ba-me
56fb79e041
fix(striker-ui-api): correct defaults in get host connection; patches #593
9 months ago
Tsu-ba-me
f506ec4ac8
fix(tools): allow operations (currently set) on hash children in execute mode of access module
9 months ago
Tsu-ba-me
b5264131c4
fix(tools): allow reference to children of in execute operation of access module
9 months ago
Tsu-ba-me
104b158426
fix(striker-ui): add message when resource not found in provision server
9 months ago
Tsu-ba-me
373f985911
fix(striker-ui): handle case where display value isn't filled in select with label
9 months ago
Tsu-ba-me
0e762c3a44
fix(striker-ui): default enable ping in add peer striker
9 months ago
Tsu-ba-me
fd6901784f
fix(striker-ui): correct network inputs' grid columns in manage manifest form
9 months ago
Tsu-ba-me
885f4e448b
fix(striker-ui): remove redundant fillRow prop in outlined input with label
9 months ago
Digimer
4e0aab112d
Merge branch 'main' into upgrade-tools
9 months ago
Digimer
8d0d685770
Merge pull request #594 from ylei-tsubame/patch-sui-dist
...
Web UI: patch `striker-ui` build-related script, distribute `/mail-config` in Makefile
9 months ago
digimer
36525cdeab
Added a work-around for an LVM JSON formatting issue
...
* Related to https://issues.redhat.com/browse/RHEL-29680
* Updated Storage->manage_lvm_conf() to be stricter about when to add
the filter to lvm.conf
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
Digimer
ad835fba03
Merge branch 'main' into patch-sui-dist
9 months ago
Digimer
9153397f45
Merge pull request #596 from ClusterLabs/upgrade-tools
...
Upgrade tools
9 months ago
digimer
dcece86e91
Removed the duplicate repo man page.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
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>
9 months ago
Tsu-ba-me
3dff33a087
build(striker-ui): distribute /mail-config page
9 months ago
Tsu-ba-me
a7ece9161a
chore(striker-ui): patch find command in lsxdist
9 months ago
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)
10 months ago
Tsu-ba-me
5127bd0126
build(striker-ui): rebuild
10 months ago
Tsu-ba-me
c37df57bd7
fix(striker-ui): set message group ref in test access form
10 months ago
Tsu-ba-me
d2c8d03b5c
fix(striker-ui): apply new manage host to replace old prepare host form
10 months ago
Tsu-ba-me
78820bd95a
fix(striker-ui): remove excess entries fetcher in CRUD list
10 months ago
Tsu-ba-me
1fb67c974a
chore(striker-ui): remove old prepare host form
10 months ago
Tsu-ba-me
87f69dd845
fix(striker-ui): expose mutate function in useFetch hook
10 months ago
Tsu-ba-me
917e57dac4
fix(striker-ui): restrict prepare host list to subnodes, dr hosts
10 months ago
Tsu-ba-me
c8e7994ab9
fix(striker-ui): allow set detail url prefix in CRUD list
10 months ago
Tsu-ba-me
5ad591cdc0
fix(striker-ui): translate host type, adjust success msg in prepare host form
10 months ago
Tsu-ba-me
96be4a41b2
fix(striker-ui): isolate disassemble camel string
10 months ago
Tsu-ba-me
47a84a86e8
feat(striker-ui): add manage host components
10 months ago
Tsu-ba-me
ddece3750d
fix(striker-ui): remove disableAutocomplete from formik utils
10 months ago
Tsu-ba-me
bd65517449
fix(striker-ui): remove blur handlers in add mail server form
10 months ago
Tsu-ba-me
550bbc26df
fix(striker-ui): adjust grid layout in add mail server form
10 months ago
Tsu-ba-me
d40efa9289
fix(striker-ui): add option to disable autofill in outlined input
10 months ago
Tsu-ba-me
1cfd588448
fix(striker-ui): allow skip entry in form summary
10 months ago
Tsu-ba-me
e8ac1a9c4f
fix(striker-ui): expose id, name in radio group
10 months ago
Tsu-ba-me
325594ef4b
fix(striker-ui): always show test button in init host
10 months ago
Digimer
6264aada30
Merge pull request #587 from ClusterLabs/add-dual-ip-support
...
Added support for multiple IP's per interface
10 months ago
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>
10 months ago
Digimer
bc910b14e4
Merge pull request #579 from ylei-tsubame/issues/488-file-upload-message
...
Web UI: adjust messages during file uploads
10 months ago
Digimer
2e185b8909
Merge branch 'main' into issues/488-file-upload-message
10 months ago
Digimer
d080fbacce
Merge pull request #582 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
10 months ago
digimer
4452020986
When OCF_RESKEY_name isn't set, but OCF_RESOURCE_INSTANCE is, copy it
...
Signed-off-by: digimer <mkelly@alteeve.ca>
10 months ago
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>
10 months ago
digimer
fe2806b5df
Bumped up timeouts
...
Signed-off-by: digimer <mkelly@alteeve.ca>
10 months ago
digimer
0f1ff02e78
Added alarms around remote calls to better handle dropped networks.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
10 months ago