Tsu-ba-me
54646bfb66
build: initial selinux policy for anvil-node
9 months ago
Digimer
b3fbba8b49
Merge pull request #633 from ClusterLabs/stonith-fixes
...
Stonith fixes
9 months ago
digimer
259febeb5c
Added password changing for IPMI back in.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
e9ed7ed4d4
Prevent IPMI IP change on simengine-backed IPMI.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
b706ffa195
Cleaned up logging
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
937d8ed2ef
Added collecting corosync to log collection
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
f38b47f1e2
Reworked stonight levels; This should fix issue #522 and #613
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
cca4a7ea1b
Bumped logging.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
f65f760c8a
Improved Convert->to_ipmi_password()
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
8f090a1f43
Set IPMI passwords to always be 16 char long and special chars removed.
...
* Created Convert->to_ipmi_password() which takes a password string,
strips special characters, and shortens the results to 16 characters
long. This should work with all v1.5, v2 and newer IPMI BMCs.
* Updated System->configure_ipmi() to remove the attempts to step-down
the password to find one that fits the current IPMI host, now simply
using the Convert->to_ipmi_password() password.
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
a28bb083fa
Commented out a stray debug print
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
Digimer
083c26262b
Merge pull request #592 from ClusterLabs/dependabot/npm_and_yarn/striker-ui-api/follow-redirects-1.15.6
...
build(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /striker-ui-api
9 months ago
dependabot[bot]
bb741c6ce2
build(deps): bump follow-redirects in /striker-ui-api
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Fabio M. Di Nitto
fcdfbbd486
Merge pull request #626 from ClusterLabs/striker-data-collection-fixes
...
Striker data collection fixes
9 months ago
Fabio M. Di Nitto
f1584c770d
striker-collect-debug: disable screenshot collection by default
...
Closes : #620
Signed-off-by: Fabio M. Di Nitto <fabbione@fabbione.net>
9 months ago
Fabio M. Di Nitto
510af7e4b1
striker-collect-debug: remove tempdir when done
...
Signed-off-by: Fabio M. Di Nitto <fabbione@fabbione.net>
9 months ago
Fabio M. Di Nitto
b64cf7052a
striker-collect-debug: align output format to other parts of the tool
...
Signed-off-by: Fabio M. Di Nitto <fabbione@fabbione.net>
9 months ago
Fabio M. Di Nitto
3b018e56c6
striker-collect-debug: create output dir only when necessary
...
Signed-off-by: Fabio M. Di Nitto <fabbione@fabbione.net>
9 months ago
Fabio M. Di Nitto
da67156ee1
striker-collect-debug: cleaner messages
...
Signed-off-by: Fabio M. Di Nitto <fabbione@fabbione.net>
9 months ago
Fabio M. Di Nitto
8e5fe42825
Merge pull request #624 from ClusterLabs/fix-pcs-wrapper-calls
...
Fix pcs wrapper calls
9 months ago
Fabio M. Di Nitto
635f38b489
anvil-safe-stop: don´t use locked version of pcs
...
Add pcs_direct tool path and use it for anvil-safe-stop
Closes : #623
Signed-off-by: Fabio M. Di Nitto <fabbione@fabbione.net>
9 months ago
Fabio M. Di Nitto
73a687acb5
Merge pull request #621 from ClusterLabs/dependabot/npm_and_yarn/striker-ui-api/express-4.19.2
...
build(deps): bump express from 4.18.2 to 4.19.2 in /striker-ui-api
9 months ago
Fabio M. Di Nitto
45a99c04b7
Merge branch 'main' into dependabot/npm_and_yarn/striker-ui-api/express-4.19.2
9 months ago
Fabio M. Di Nitto
4ab21013c2
Merge pull request #617 from ClusterLabs/daemon-management
...
Added '--all' to anvil-manage-daemons to enable optional daemons.
9 months ago
dependabot[bot]
010044fd85
build(deps): bump express from 4.18.2 to 4.19.2 in /striker-ui-api
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Digimer
4fd12879c3
Merge branch 'main' into daemon-management
9 months ago
Digimer
20d71781d5
Merge pull request #618 from ClusterLabs/libvirt_fixes
...
Removed the check of the libvirtd daemon status.
9 months ago
Digimer
e63ebf7ba8
Merge branch 'main' into libvirt_fixes
9 months ago
digimer-bot
584a04b9cf
Merge pull request #619 from ClusterLabs/drbd-fencing
...
Drbd fencing
9 months ago
digimer
f684b15efd
Removed unused, commented our table
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
371aaae6a8
Updated to set location constraints to minimize migrations
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
21c8084b2f
Updated to support Sys::Virt::Domain generating PNG screenshots
...
* This should work with older versions still generating PPM screenshots.
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
aaa0350f2a
Removed the check of the libvirtd daemon status.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
Digimer
8faeb10422
Merge pull request #616 from ClusterLabs/upgrade-tools
...
Upgrade tools
9 months ago
digimer
15a79d7bac
Added '--all' to anvil-manage-daemons to enable optional daemons.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
9689647110
Added a skip of unconfigured network devices
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
ad0a353a89
Fixed a bug where unused interfaces were not being ignored.
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
digimer
b74900c2fc
Beginning to repurpose anvil-manage-server for server resync
...
Signed-off-by: digimer <mkelly@alteeve.ca>
9 months ago
Digimer
8028bf226f
Merge pull request #614 from ClusterLabs/fix-data-grabbing
...
striker-collect-debug: fix collection of cib.xml
9 months ago
Fabio M. Di Nitto
50ad874909
striker-collect-debug: fix collection of cib.xml
...
Closes : #534
Signed-off-by: Fabio M. Di Nitto <fabbione@fabbione.net>
9 months ago
Digimer
d990154564
Merge pull request #597 from ClusterLabs/upgrade-tools
...
Added a work-around for an LVM JSON formatting issue
9 months ago
Digimer
00554998bf
Merge branch 'main' into upgrade-tools
9 months ago
Digimer
fd5cfeed33
Merge pull request #609 from ylei-tsubame/rebuild-webui
...
Web UI: combined UI patches prior to beta 2
9 months ago
Tsu-ba-me
e4d2308d75
build(striker-ui-api): rebuild
9 months ago
Tsu-ba-me
929b72e744
build(striker-ui): rebuild
9 months ago
Tsu-ba-me
4832f88524
fix(striker-ui): add missing columns prop to link summary in init striker form
9 months ago
Tsu-ba-me
dd7495c94e
fix(striker-ui): resolve hydration issue in striker init form
9 months ago
Tsu-ba-me
92184a8218
fix(striker-ui): disable autofill on password fields in general init form
9 months ago
Tsu-ba-me
48aa219d35
fix(striker-ui): make confirm password always required in general init form
9 months ago
Tsu-ba-me
c22bc3ed29
fix(striker-ui): mark necessary fields as required in general, network init forms
9 months ago