Actions
Issue #4523
closedPulp cert-guards not shown as part of the installed plugins
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Installed pulp cert-guards in the pulp virtualenv and query the status API endpoint.
(pulp) [root@p3 pulp-certguard]# http -a admin:admin http://localhost:80/pulp/api/v3/status/
HTTP/1.1 200 OK
Allow: GET, HEAD, OPTIONS
Connection: keep-alive
Content-Length: 964
Content-Type: application/json
Date: Thu, 20 Dec 2018 22:41:32 GMT
Server: nginx/1.14.1
Vary: Accept
X-Frame-Options: SAMEORIGIN
{
"database_connection": {
"connected": true
},
"missing_workers": [],
"online_workers": [
{
"_created": "2018-12-20T21:34:55.587506Z",
"_href": "/pulp/api/v3/workers/2/",
"last_heartbeat": "2018-12-20T22:41:24.313800Z",
"missing": false,
"name": "reserved-resource-worker-2@p3.pulp.vm",
"online": true
},
{
"_created": "2018-12-20T21:34:57.661658Z",
"_href": "/pulp/api/v3/workers/3/",
"last_heartbeat": "2018-12-20T22:41:24.314784Z",
"missing": false,
"name": "resource-manager@p3.pulp.vm",
"online": true
},
{
"_created": "2018-12-20T21:34:54.537094Z",
"_href": "/pulp/api/v3/workers/1/",
"last_heartbeat": "2018-12-20T22:41:24.312482Z",
"missing": false,
"name": "reserved-resource-worker-1@p3.pulp.vm",
"online": true
}
],
"redis_connection": {
"connected": true
},
"versions": [
{
"component": "pulpcore",
"version": "3.0.0b21"
},
{
"component": "pulpcore-plugin",
"version": "0.1.0b20"
},
{
"component": "pulp_rpm",
"version": "3.0.0b1"
},
{
"component": "pulp_file",
"version": "0.0.1b8"
},
{
"component": "pulp_docker",
"version": "4.0.0b1"
}
]
}
Updated by rochacbruno over 5 years ago
my recent install shows it
"versions": [
{
"component": "pulpcore",
"version": "3.0.0b21"
},
{
"component": "pulpcore-plugin",
"version": "0.1.0b20"
},
{
"component": "pulp_rpm",
"version": "3.0.0b1"
},
{
"component": "pulp_file",
"version": "0.0.1b8"
},
{
"component": "pulp_docker",
"version": "4.0.0b1"
},
{
"component": "pulp_certguard",
"version": "0.1.0"
}
]
after merge of https://github.com/pulp/pulp-certguard/pull/6
Updated by kersom over 5 years ago
- Status changed from NEW to CLOSED - WORKSFORME
Actions