incomplete support for cockpit
This commit is contained in:
parent
5f3d7dafd7
commit
ba17614f5f
15
needles/cockpit/rocky-autoupdate_planned_day-20210814.json
Normal file
15
needles/cockpit/rocky-autoupdate_planned_day-20210814.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 341,
|
||||
"width": 71,
|
||||
"xpos": 546,
|
||||
"type": "match",
|
||||
"height": 19
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"autoupdate_planned_day"
|
||||
]
|
||||
}
|
BIN
needles/cockpit/rocky-autoupdate_planned_day-20210814.png
Normal file
BIN
needles/cockpit/rocky-autoupdate_planned_day-20210814.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
15
needles/cockpit/rocky-cockpit_login-20210814.json
Normal file
15
needles/cockpit/rocky-cockpit_login-20210814.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 77,
|
||||
"ypos": 164,
|
||||
"width": 232,
|
||||
"type": "match",
|
||||
"xpos": 572
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_login"
|
||||
]
|
||||
}
|
BIN
needles/cockpit/rocky-cockpit_login-20210814.png
Normal file
BIN
needles/cockpit/rocky-cockpit_login-20210814.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 224 KiB |
16
needles/cockpit/rocky-cockpit_login-notab-20210814.json
Normal file
16
needles/cockpit/rocky-cockpit_login-notab-20210814.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 572,
|
||||
"type": "match",
|
||||
"width": 232,
|
||||
"ypos": 179,
|
||||
"height": 77
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"ENV-DISTRI-rocky",
|
||||
"cockpit_login"
|
||||
]
|
||||
}
|
BIN
needles/cockpit/rocky-cockpit_login-notab-20210814.png
Normal file
BIN
needles/cockpit/rocky-cockpit_login-notab-20210814.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 216 KiB |
19
needles/cockpit/rocky-cockpit_updates_auto_all-20210814.json
Normal file
19
needles/cockpit/rocky-cockpit_updates_auto_all-20210814.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"ypos": 287,
|
||||
"click_point": {
|
||||
"ypos": 8,
|
||||
"xpos": 8
|
||||
},
|
||||
"width": 43,
|
||||
"xpos": 535,
|
||||
"height": 19
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_updates_auto_all"
|
||||
]
|
||||
}
|
BIN
needles/cockpit/rocky-cockpit_updates_auto_all-20210814.png
Normal file
BIN
needles/cockpit/rocky-cockpit_updates_auto_all-20210814.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
16
needles/firefox/rocky-firefox_close_tabs-20210814.json
Normal file
16
needles/firefox/rocky-firefox_close_tabs-20210814.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 14,
|
||||
"width": 70,
|
||||
"xpos": 674,
|
||||
"type": "match",
|
||||
"ypos": 420
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"ENV-DISTRI-rocky",
|
||||
"firefox_close_tabs"
|
||||
]
|
||||
}
|
BIN
needles/firefox/rocky-firefox_close_tabs-20210814.png
Normal file
BIN
needles/firefox/rocky-firefox_close_tabs-20210814.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 224 KiB |
@ -6,6 +6,8 @@ use cockpit;
|
||||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
assert_script_run 'dnf -y groupinstall "Headless Management"', 300;
|
||||
assert_script_run 'systemctl enable --now cockpit.socket';
|
||||
# check cockpit appears to be enabled and running and firewall is setup
|
||||
assert_script_run 'systemctl is-enabled cockpit.socket';
|
||||
assert_script_run 'systemctl is-active cockpit.socket';
|
||||
|
Loading…
Reference in New Issue
Block a user