← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1883180] Re: autoinstall with nocloud does not seed password when identity is interactive

 

Hi and thanks for filing this bug report.

I believe this is a bug in subiquity (the Ubuntu Server installer)
rather than a bug in cloud-init. I am reassigning it.

** Also affects: subiquity
   Importance: Undecided
       Status: New

** Changed in: cloud-init
       Status: New => Incomplete

** Changed in: cloud-init
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1883180

Title:
  autoinstall with nocloud does not seed password when identity is
  interactive

Status in cloud-init:
  Invalid
Status in subiquity:
  New

Bug description:
  
  I am using the [autoinstall process](https://ubuntu.com/server/docs/install/autoinstall) with nocloud provider.  I want to manually enter the hostname, so have set the identity section to interactive.  However, when I do this, the password section is blank instead of pre-seeded with the value provided.  The other identity sections (hostname, username, realname) are preseeded as expected, when the interactive section comes up.  Only the pw is missing.

  1. Tell us your cloud provider: `ds=nocloud-net`
  2. Any appropriate cloud-init configuration you can provide us:

  *user-data*
  ```
  #cloud-config
  autoinstall:
    version: 1
    interactive-sections:
      - identity
    identity:
      hostname: change-me
      password: $6$xnH...
      username: admin
      realname: Admin
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1883180/+subscriptions


References