tripleo-ci-centos-7-content-provider is failing in gate/check - couldn't resolve module/action 'authorized_key'

Bug #1953082 reported by Ronelle Landy
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Unassigned

Bug Description

tripleo-ci-centos-7-content-provider is failing in gate/check with the following error:

2021-12-01 14:52:07.838752 | primary | ERROR! couldn't resolve module/action 'authorized_key'. This often indicates a misspelling, missing collection, or incorrect module path.
2021-12-01 14:52:07.838908 | primary |
2021-12-01 14:52:07.839785 | primary | The error appears to be in '/home/zuul/src/opendev.org/openstack/tripleo-quickstart/roles/provision/remote/tasks/main.yml': line 77, column 3, but may
2021-12-01 14:52:07.840185 | primary | be elsewhere in the file depending on the exact syntax problem.
2021-12-01 14:52:07.840255 | primary |
2021-12-01 14:52:07.840500 | primary | The offending line appears to be:
2021-12-01 14:52:07.840561 | primary |
2021-12-01 14:52:07.840862 | primary | # `.ssh/authorized_keys` file for the non-root user.
2021-12-01 14:52:07.841154 | primary | - name: Configure non-root user authorized_keys
2021-12-01 14:52:07.841265 | primary | ^ here

Example log:

https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_777/819757/1/gate/tripleo-ci-centos-7-content-provider/777c6fa/job-output.txt

Failure history (started 2021-12-01 14:40:07):

https://zuul.opendev.org/t/openstack/builds?job_name=tripleo-ci-centos-7-content-provider

Revision history for this message
Ronelle Landy (rlandy) wrote :

Failure happens at: https://github.com/openstack/tripleo-quickstart/blob/master/roles/provision/remote/tasks/main.yml#L77

- name: Configure non-root user authorized_keys
  authorized_key:
    user: "{{ ssh_user }}"
    key: "{{ lookup('file', virt_host_key|quote + '.pub')|default('') }}"
  become: true

Changed in tripleo:
milestone: none → yoga-1
importance: Undecided → Critical
status: New → Triaged
tags: added: ci promotion-blocker
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to tripleo-quickstart (master)

Related fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/tripleo-quickstart/+/820272

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on tripleo-quickstart (master)

Change abandoned by "Ronelle Landy <email address hidden>" on branch: master
Review: https://review.opendev.org/c/openstack/tripleo-quickstart/+/820272

Revision history for this message
Ronelle Landy (rlandy) wrote :
Ronelle Landy (rlandy)
Changed in tripleo:
status: Triaged → In Progress
Ronelle Landy (rlandy)
Changed in tripleo:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.