| In an fresh HA install of 2018.1 with only one node the `puppet infra status` command outputs
when it is expected to output something like
the puppet infra status pulls information from the PuppetDB status endpoint, which also appears to not get updated.
[root@prewar-aunt ~]# curl -k https://shifty-syndrome.delivery.puppetlabs.net:8081/status/v1/services/puppetdb-status | python -m json.toolssage":"Transferring 1 reports"}],"service_name":"puppetdb-status"}[rpet % Total % Received % Xferd Average Speed Time Time Time Current |
Dload Upload Total Spent Left Speed |
100 628 100 628 0 0 3895 0 --:--:-- --:--:-- --:--:-- 3900 |
{ |
"active_alerts": [ |
{ |
"message": "Transferring 1 catalogs", |
"severity": "info" |
}, |
{ |
"message": "Transferring 1 facts", |
"severity": "info" |
}, |
{ |
"message": "Transferring 1 reports", |
"severity": "info" |
} |
], |
"detail_level": "info", |
"service_name": "puppetdb-status", |
"service_status_version": 1, |
"service_version": "5.2.13-20200306_164346-g6063f2b", |
"state": "running", |
"status": { |
"maintenance_mode?": false, |
"queue_depth": 0, |
"rbac_status": "running", |
"read_db_up?": true, |
"sync_status": { |
"entity_status": { |
"catalogs": { |
"phase": "transfer", |
"total": 1 |
}, |
"factsets": { |
"phase": "transfer", |
"total": 1 |
}, |
"reports": { |
"phase": "transfer", |
"total": 1 |
} |
}, |
"state": "syncing" |
}, |
"write_db_up?": true |
} |
}
|
|