SB 5.1 OCI Provision/DataPipeline/InfluxDB failing public key/signature error #411
Replies: 2 comments 2 replies
-
Ths target VM in this case is Ubuntu 20.02. Was able to resolve it by changing the key in https://github.com/Sunbird-Obsrv/sunbird-data-pipeline/blob/release-5.1.0/ansible/roles/influxdb/tasks/main.yml as suggested in https://www.influxdata.com/blog/linux-package-signing-key-rotation/.
|
Beta Was this translation helpful? Give feedback.
-
After installation went fine, it started giving the below error fatal: [10.x.x.x]: FAILED! => { MSG: [Errno 2] No such file or directory Looks like the influxdb pacakge installation doesn't automatically install the influx cli. It's resolved by adding the following task in https://github.com/Sunbird-Obsrv/sunbird-data-pipeline/blob/release-5.1.0/ansible/roles/influxdb/tasks/main.yml
|
Beta Was this translation helpful? Give feedback.
-
Following the documentation https://ed.sunbird.org/use/installing-ed-platform/release-5.1.0/build. The Jenkins job Provision/DataPipeline/InfluxDB is failing with below error. This issue seems to be related to https://www.influxdata.com/blog/linux-package-signing-key-rotation/. Can you please check and confirm
TASK [influxdb : Add InfluxDB repository] **************************************
fatal: [10.x.x.x]: FAILED! => {
"changed": false,
"rc": 1
}
MSG:
MODULE FAILURE
See stdout/stderr for the exact error
MODULE_STDOUT:
Traceback (most recent call last):
MODULE_STDERR:
Shared connection to 10.x.x.x closed.
Beta Was this translation helpful? Give feedback.
All reactions