Digimer
d89f687e85
Merge pull request #542 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
1 year ago
digimer
fd880e2fdf
Finished anvil-watch-servers
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
26f4446bf9
Continued work on anvil-watch-servers; Parsed server data now.
...
* Updated Cluster->parse_cib() to store DRBD fence node restrictions by
server/node. Also updated to make it easier to get the server's
preferred node.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
207a014ae0
Got anvil-watch-servers showing the status of subnodes.
...
* Updated System->maintenance_mode() to take 'host_uuid' so that the
maintenance mode of remote machines can be checked/set.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
a8b1934352
Adding new anvil-watch-servers tool and man page
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
Digimer
ba4addd653
Merge pull request #540 from ylei-tsubame/rebuild-web
...
Web UI: patch 520, 401, 518, 514, and additional small issues
1 year ago
Tsu-ba-me
be2fd4bbed
build(striker-ui-api): rebuild
1 year ago
Tsu-ba-me
65f7b020e3
build(striker-ui): rebuild
1 year ago
Tsu-ba-me
af3ab2989a
fix(striker-ui): apply session expiry check
1 year ago
Tsu-ba-me
3ee7a41895
fix(striker-ui): align cookie jar with API
1 year ago
Tsu-ba-me
0fad937554
fix(striker-ui-api): move user to session cookie
1 year ago
Tsu-ba-me
34bd441c83
fix(striker-ui-api): add session cookie to hold expiry
1 year ago
Tsu-ba-me
b5927cf0a3
fix(striker-ui): correct success message on reconfig
1 year ago
Tsu-ba-me
cb395fe1ac
fix(striker-ui): disable network mapping on successful submission
1 year ago
Tsu-ba-me
cf1a64a1f3
fix(striker-ui): add success, error callbacks on submission in form utils
1 year ago
Tsu-ba-me
35469d2895
fix(striker-ui-api): disable caching /init; not including reinit
1 year ago
Tsu-ba-me
5550d6131c
fix(striker-ui-api): redirect /login, /init requests for authenticated user
1 year ago
Tsu-ba-me
5ae128bcf4
fix(striker-ui-api): use ctor to handle number configs
1 year ago
Tsu-ba-me
44e8f626ea
docs(striker-ui-api): run linter for README
1 year ago
Tsu-ba-me
6d878e8eb0
fix(striker-ui-api): disable toush session
1 year ago
Tsu-ba-me
a7709df2a6
fix(striker-ui-api): make cookie original max age configable
1 year ago
digimer-bot
5a1ad20d7f
Merge pull request #536 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
1 year ago
digimer
8ce1f04335
Finished CPU support in anvil-manage-server-system!
...
* Updated Get->available_resources() to record the maximum cores that
can be allocated to a server. This is N-1 for hosts with 4 or less
cores, or N-2 cores otherwise.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
b4037fade5
Added RAM change support to anvil-manage-server-system
...
* Updated Database->insert_or_update_servers() to error if the RAM being
recorded is less than 640 KiB. This is because, somewhere yet
undiscovered, the RAM is being recorded in KiB which breaks things.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
b5ce2c4871
Added a call to Remote->add_target_to_known_hosts in Remote->test_access
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
6bc2601d34
Updated anvil-manage-server-system to change boot device ordering.
...
* Updated Server->parse_definition() to store a hash to translate a
device target to a device type.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
1e376fc06b
Updated anvil-manage-dr to change --list to --show for consistency
...
* Updated anvil-manage-dr to handle DR hosts without a VG in a given SG
* Fixed up minor display issues in anvil-manage-storage-groups
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
Digimer
9590bf3260
Merge pull request #532 from ylei-tsubame/rebuild-webui
...
Web UI: patches #448 , #517 , #519 , and #527
1 year ago
Tsu-ba-me
d398f0d962
build(striker-ui-api): rebuild
1 year ago
Tsu-ba-me
2b734ba8ae
build(striker-ui): rebuild
1 year ago
Tsu-ba-me
c381de05ad
fix(striker-ui): align styles in confirm in provison server
1 year ago
Tsu-ba-me
28ed37ef3b
fix(striker-ui): rename 'virtual disk'->'disk' in provision server
1 year ago
Tsu-ba-me
efc3b46c2b
fix(striker-ui-api): wait for access module setup before starting express app
1 year ago
Tsu-ba-me
36a2e7489a
fix(striker-ui-api): enable auto restart, handle anvil-access-module events in access module
1 year ago
Tsu-ba-me
b7629e4c2b
fix(tools): enable anvil-access-module to emit events
1 year ago
Tsu-ba-me
e670e0f94c
fix(striker-ui-api): distinguish processes in messages
1 year ago
Tsu-ba-me
e4ae03a7f8
fix(striker-ui-api): add additional messages to access module
1 year ago
Tsu-ba-me
c39364a35b
fix(striker-ui): handle unchecked/empty file location
1 year ago
Tsu-ba-me
548e227f63
fix(striker-ui): add success message in edit file
1 year ago
Tsu-ba-me
48dfc1b76c
fix(striker-ui): clean up old file manager
1 year ago
Tsu-ba-me
3815cab856
fix(striker-ui-api): get updated config after adding peer
1 year ago
Digimer
4192e946d2
Merge pull request #531 from ClusterLabs/aman_branch
...
anvil-configure-host man page updated with correct name
1 year ago
amanjot
7890895cfe
changing the file name to appropriate file
1 year ago
digimer-bot
53fa0755ce
Merge pull request #530 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
1 year ago
digimer
ef0f04117f
Added '--list' to anvil-manage-dr
...
* Updated Database->get_hosts() to store hosts in a host_type hash.
* Updated Database->get_servers() to store servers by name, regardless
of host Anvil! node.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
d9aa8aee74
Updated anvil-manage-keys to work from the command line
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
Digimer
c2b86e57e1
Merge pull request #528 from ClusterLabs/anvil-tools-dev
...
Fixed a log print
1 year ago
digimer
438507ea80
Fixed a log print
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
Digimer
b04f12141d
Merge pull request #464 from ClusterLabs/auto_grow_pv
...
This branch resolves issue #462 ; Auto growing PVs. Specifically, it l…
1 year ago
digimer
3b6da64780
Added parted and util-linux to core dependencies.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago