Bad runcmd identation at zuul reproducer openstack nodepool

Bug #1823158 reported by Quique Llorente
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
High
Sagi (Sergey) Shnaidman

Bug Description

After merging https://review.rdoproject.org/r/#/c/19893/ we remove cloud-init from openstack nodes before starting jobs, this is still not working since "runcmd" is not under "userdata"

            userdata: |
              #cloud-config
              password: changeme
              chpasswd: { expire: False }
              ssh_pwauth: False
              output: { all: '| tee -a /var/log/cloud-init-output.log' }
              ssh_authorized_keys:
                - ssh-rsa
              users:
              - default
              - name: zuul
                ssh_authorized_keys:
                  - ssh-rsa
            runcmd:
              - [ dnf, remove, -y, cloud-init ]
              - [ dnf, update, -y ]
              - reboot

Revision history for this message
Sagi (Sergey) Shnaidman (sshnaidm) wrote :
tags: removed: alert
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.