dependabot[bot]
5fcbc35884
chore: bump ansi-regex from 5.0.0 to 5.0.1 in /striker-ui
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
つばめ
6e675c2d95
Merge pull request #204 from ClusterLabs/dependabot/npm_and_yarn/striker-ui/next-11.1.3
...
chore: bump next from 11.1.1 to 11.1.3 in /striker-ui
3 years ago
dependabot[bot]
b0a2bd8123
chore: bump next from 11.1.1 to 11.1.3 in /striker-ui
...
Bumps [next](https://github.com/vercel/next.js ) from 11.1.1 to 11.1.3.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v11.1.1...v11.1.3 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Digimer
25d183dd49
Merge pull request #203 from ClusterLabs/anvil-tools-dev
...
Removed the anvil-daemon unit file attempt to compile DRBD's kernel m…
3 years ago
Digimer
8ded17b42d
Removed the anvil-daemon unit file attempt to compile DRBD's kernel module.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
0ab336cb1d
Merge pull request #202 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
3 years ago
Digimer
3346d31194
* Created Get->kernel_release() that returns the current kernel release (version) in use on the host or on a remote system.
...
* Created DRBD->_initialize_drbd() to makes sure the DRBD kernel module can load and tries to build the module, if necessary. This is meant to provide support for clients that can't access needed internet resource (or the internet at all).
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
cc4c3bd3e3
Added ssh askpass for Striker so VMM can ask to confirm fingerprints.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
9cfd7b9b94
Created the new (and still in development) striker-file-manager to manage files from a Striker dashboard's command line. So far. it will add files only.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
65dfc22a38
Added an eval{} call around Database->query()'s ->prepare() DBI call to better handle lost database handle.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
9eec6c4977
* Created ScanCore->check_temperature_direct() based around that start logic from ScanCore->post_scan_analysis_striker() temperature check, and updated the later to use the former.
...
* Updated the logic of when to boot a node or DR host that was found to be off for unknown reasons to require both poewr and temperature to be OK, and checks against the new 'feature::scancore::disable::boot-unknown-stop' config variable.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
2188c3491e
Merge pull request #201 from ClusterLabs/anvil-tools-dev
...
* Moved the logic to add the local database to a Striker's anvil.conf…
3 years ago
Digimer
521633f3eb
Merge branch 'master' into anvil-tools-dev
3 years ago
Digimer
75a4c8d709
* Moved the logic to add the local database to a Striker's anvil.conf from striker-prep-database to Database->_add_to_local_config().
...
* Updated striker-prep-database to always set the user's password, independent of whether the database user was created.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
f36d32f291
Merge pull request #200 from ClusterLabs/fix-rpm
...
[build] fix FASEXECPREFIX handling and ship fence_ in -core rpm
3 years ago
Fabio M. Di Nitto
36bcaa587f
[build] fix FASEXECPREFIX handling and ship fence_ in -core rpm
...
Signed-off-by: Fabio M. Di Nitto <fabbione@fabbione.net>
3 years ago
Digimer
32effea185
Merge pull request #199 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
3 years ago
Digimer
958267e38f
* Enabled scancore in the .spec file. Disabled calling striker-prep-database and anvil-update-state in the same.
...
* Updated striker-prep-database to check / wait until postgresql-server is installed.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
034c38fdeb
Disabled calling striker-prep-database from the spec file, and enabled scancore.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
91df8f1e70
Merge pull request #198 from ClusterLabs/anvil-tools-dev
...
Updated striker-prep-database to not configure the firewall if firewa…
3 years ago
Digimer
6225ce1943
Updated striker-prep-database to not configure the firewall if firewalld isn't running.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
8905146ef6
Merge pull request #197 from ClusterLabs/anvil-tools-dev
...
* Updated anvil-daemon->prep_database() to start the postgresql daemo…
3 years ago
Digimer
8e41814ca2
* Updated anvil-daemon->prep_database() to start the postgresql daemon if it's not running and no databases are available.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
73a4b211b4
Merge pull request #196 from ClusterLabs/anvil-tools-dev
...
* Did more work on trying to figure out why iniital setup of the data…
3 years ago
Digimer
b517117bc1
* Did more work on trying to figure out why iniital setup of the database was failing. I believe it was because, in anvil-daemon, after calling 'prep_database' we called ->connect() _without_ 'check_if_configured' set. Next round of function testing should help confirm is this was the case.
...
* Added 'configure_firewall()' to 'striker-prep-database' to explicitely open the postgresql service for all active zones.
* Did some general logging changes and cleanup around the same.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
7b6b0e5cc5
Merge pull request #194 from ClusterLabs/anvil-tools-dev
...
Updated striker-prep-database to enable extra logging to help diagnos…
3 years ago
Digimer
090c59a873
Updated striker-prep-database to enable extra logging to help diagnose a function test build failure problem.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
ac7639a0c9
Merge pull request #193 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
3 years ago
Digimer
3ba5329510
Merge branch 'master' into anvil-tools-dev
3 years ago
Digimer
32f29861a4
* Fixed a bug (maybe) that was causing users to get immediately logged out of the WebUI
...
* Fixed a bug (maybe) that was breaking initial DB setup on Strikers.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
257a998743
* Updated Database->configure_pgsql() to use 'postgresql-setup --initdb --unit postgresql' instead of the deprecaded 'initdb' switch.
...
* Updated Database->insert_or_update_states() to switch to an active UUID if the passed in UUID is not an active handle.
* Updated Database->query() to swutch to 'sys::database::read_uuid' if the passed in 'uuid' is not an active handle.
* Updated Database->_test_access() to return immediately if the passed in uuid is not an active handle.
* Started working on a Storage->get_storage_group_from_path() bug where the storage group isn't being returned.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
5c1978d5a0
Updated D-Link switch config notes.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Tsu-ba-me
b22b8b7fcb
fix(pages): ignore react/display-name in main document
3 years ago
Tsu-ba-me
b59b4562e3
chore: rebuild web UI
3 years ago
Josue
be7d12ed1d
style(front-end): fix issue with preview placeholder fitting the container
3 years ago
Josue
75210d2557
fix: display appropriate actions for selected servers
3 years ago
Josue
c3d6ca0ed8
fix(front-end): change functionality when the server panel is in edit mode
3 years ago
Josue
16e820d4c1
refactor(front-end): pass server uuid to the Preview component to fetch server preview image
3 years ago
Josue
c0d4e1132e
refactor(front-end): add fetching preview image from the backend
3 years ago
Josue
d44d035bed
refactor(front-end): rename interface
3 years ago
Digimer
c15acf501d
Merge pull request #192 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
3 years ago
Digimer
32d47f70f1
* Fixed bugs around ScanCore->check_power() so that it now returns time on batteries and highest charge are returned properly.
...
* Created Network->is_our_interface() which returns '1' if an interface is one managed by an Anvil!. Also updated scan-network to use this to determine when an interface alert should be a warning or notice level alert.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
5c85cee49a
Made estimated hold up time alerts 'notice' level instead if 'warning'.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
e23e495151
Merge pull request #191 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
3 years ago
Digimer
9400576ed3
Merge branch 'master' into anvil-tools-dev
3 years ago
Digimer
226d1de6b5
Updated anvil-update-states to use the permanent MAC addresses, as done in scan-network. Updated Network->get_ips() to do the same.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
7f1f71dcf0
Updated scan-apc-pdu to remove PDUs that are associated with fence devices that have beed deleted.
...
Updated scan-network to set a health score against an interface that has been missing for 1 minute, instead of waiting for 5 minutes.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
3445d008d2
Removed a stray debug die.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
63c45430bb
* Updated scan-network to clear duplicate IP addresses.
...
* Fixed a bug in anvil-daemon where striker-prep-database was always being called, when it shouldn't in some cases.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
e6d7ac7038
Fixed a bug in ocf:alteeve:server's new migration network support.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago