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
digimer
9bd98951b5
Added backup/restore of partition table in Storage->auto_grow_pv
...
* Auto-growing PVs (and the backing partition) is now supported by
anvil-manage-host '--auto-grow-pv'.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
ac84d5ba0a
Removed Storage->auto_grow_pv from anvil-version-changes.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
edc544255e
Rebased with main and resolved conflicts.
...
This branch resolves issue #462 ; Auto growing PVs. Specifically, it looks at the LVM PVs on the host and checks to see if there is unused free space after the backing partition. If there is, it auto-grows the partition and then resizes the PV. This featu
re is designed to make life easier for users who deleted the auto-created '/home' partition during the anaconda disk partitioning tool.
* Created Storage->auto_grow_pv() that does the above.
* Added the missing hidden method name _create_rsync_wrapper in the Storage module POD.
* Added a call to Storage->auto_grow_pv() in anvil-configure-host and anvil-version-changes for nodes and DR.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
Digimer
b8980b0ead
Merge pull request #523 from ClusterLabs/anvil-tools-dev
...
Fixed a bug in scan-ipmitool that was causing duplicate history entries
1 year ago
digimer
822854f0c3
Fixed a bug in scan-ipmitool that was causing duplicate history entries
...
* Increased logging to scan-ipmitool and scan-network to help trace a
duplicate DB entry bug.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
Digimer
fe453ac51d
Merge pull request #521 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
1 year ago
digimer
f3c78be05f
Added missing query uuid to update_storage_group_members.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
51978e1609
Update scan-server to only alert on large boot time changes
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
digimer
54a437d9a3
Rearranged checks in anvil-version-changes.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago