Tsu-ba-me
60da16f6f6
fix(striker-ui): allow override render entry value, skip uuid entries in form summary
9 months ago
Tsu-ba-me
19f819ec61
feat(striker-ui): add host list item in host management
9 months ago
Tsu-ba-me
1d08f747c6
fix(striker-ui-api): include IPMI info in host list
9 months ago
Tsu-ba-me
47d0d63a54
fix(striker-ui): simplify sensitive text
9 months ago
Tsu-ba-me
d79599083f
refactor(striker-ui-api): centralize all JSON.stringify in logs
9 months ago
Tsu-ba-me
ba9c65addc
fix(striker-ui): make node summary update periodically
9 months ago
Tsu-ba-me
4d5d698a9c
refactor(striker-ui-api): rename print functions
9 months ago
Tsu-ba-me
7d6bc9aaaf
fix(striker-ui): add button for fullscreen in VNC display controls
9 months ago
Tsu-ba-me
5d086f5e79
fix(tools): log websockify output
9 months ago
Tsu-ba-me
41aba69a5a
fix(striker-ui-api): don't crash API on fetch VNC info error
9 months ago
Tsu-ba-me
10087b5c58
fix(striker-ui-api): enhance VNC proxy error messages
9 months ago
Tsu-ba-me
7b3e445ed0
refactor(striker-ui-api): remove unnecessary wrapper in main process starter
9 months ago
Digimer
1d9057001a
Merge pull request #583 from ylei-tsubame/issues/364-enable-selinux
...
Enable SELinux
9 months ago
Tsu-ba-me
9c84817a4f
build: make selinux permissive on rhel < 9
9 months ago
Tsu-ba-me
9cc1e67c21
fix(selinux): remove centos-8-stream, rhel-8 specific rules
9 months ago
Tsu-ba-me
3c7c121e0b
fix(selinux): add centos-8-stream, rhel-8 specific rules
9 months ago
Tsu-ba-me
468a6d18ee
fix(tools): get all logs in audit/
9 months ago
Tsu-ba-me
2e8442012e
build(selinux): remove debug messages, add comments in Makefile
9 months ago
Tsu-ba-me
bbddcb63c1
fix(selinux): remove drbd related rules, refer to drbd-utils package
9 months ago
Tsu-ba-me
fc3db9d45c
build: remove irrelevant comments from spec file
9 months ago
Tsu-ba-me
eb899c7edb
build: always make SELinux relabel pre and post, correct (un)install syntax, add ghost
9 months ago
Tsu-ba-me
11fd4098c4
fix(tools): collect /var/log/audit/audit.log for debug
9 months ago
Tsu-ba-me
53603c0eef
build(selinux): correct install location of built policy
9 months ago
Tsu-ba-me
ebb6fcabd2
build(selinux): follow distribution method of SPEC for *.te
9 months ago
Tsu-ba-me
f5d9bdee37
build(selinux): remove target all in Makefile
9 months ago
Tsu-ba-me
3e9783d55b
build(selinux): correct SPEC file to install anvil subnode policy
9 months ago
Tsu-ba-me
44615bb22f
build(selinux): correct (un)install paths
9 months ago
Tsu-ba-me
8a21e84548
fix(selinux): resolve distcheck errors
9 months ago
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