Error: Could not run: No facts available for target node: agent.local
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
High
|
Unassigned |
Bug Description
https:/
Below is the failure:
```
TASK [backup_and_restore : Getting enabled_services] *******
2022-06-29 02:14:54.482869 | centos-9-stream | fatal: [instance]: FAILED! => changed=true
2022-06-29 02:14:54.482881 | centos-9-stream | cmd:
2022-06-29 02:14:54.482892 | centos-9-stream | - puppet
2022-06-29 02:14:54.482903 | centos-9-stream | - lookup
2022-06-29 02:14:54.482914 | centos-9-stream | - --node
2022-06-29 02:14:54.482938 | centos-9-stream | - agent.local
2022-06-29 02:14:54.482949 | centos-9-stream | - --explain
2022-06-29 02:14:54.482960 | centos-9-stream | - enabled_services
2022-06-29 02:14:54.482971 | centos-9-stream | delta: '0:00:02.085366'
2022-06-29 02:14:54.482989 | centos-9-stream | end: '2022-06-29 02:14:54.146486'
2022-06-29 02:14:54.483015 | centos-9-stream | msg: non-zero return code
2022-06-29 02:14:54.483027 | centos-9-stream | rc: 1
2022-06-29 02:14:54.483040 | centos-9-stream | start: '2022-06-29 02:14:52.061120'
2022-06-29 02:14:54.483051 | centos-9-stream | stderr: "\e[1;31mError: Could not run: No facts available for target node: agent.local\e[0m"
2022-06-29 02:14:54.483063 | centos-9-stream | stderr_lines: <omitted>
2022-06-29 02:14:54.483075 | centos-9-stream | stdout: ''
2022-06-29 02:14:54.483087 | centos-9-stream | stdout_lines: <omitted>
2022-06-29 02:14:54.483098 | centos-9-stream |
```
It is failing at this step:
https:/
I am logging this bug to track the issue and mark this job as a non-voting till we get the patch in.
I suspect an issue due to puppet or facter version.
In order to check this out, I've just pushed a patch that should help gathering environmental information: /review. opendev. org/c/openstack /tripleo- ansible/ +/848088
https:/
Since it's stacked onto Chandan's patch, we should be able to get the data for this specific failure right away.