rancher / os2

EXPERIMENTAL: A Rancher and Kubernetes optimized immutable Linux distribution based on openSUSE

Home Page:https://rancher.github.io/os2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booting from openstack doesn't load userdata

mudler opened this issue · comments

I've tried to apply the following cloud-init in the custom user-data when creating a VM in openstack from the os2 qcow alpha12 release:

#cloud-config
rancherd:
  role: cluster-init
  rancherValues:
    features:
    - multi-cluster-management=true
ssh_authorized_keys:
  - github:mudler
runcmd:
  - curl -fL https://raw.githubusercontent.com/rancher/rancherd/master/install.sh | sh -

This seems to work locally, but when the machine starts from openstack I cannot login, seems ignoring my keys

unable to log in with my user either, booting from ISO and allowing takeover install on x86.

fwiw: password auth does not work for created user either.

Please see https://rancher.github.io/elemental/ for a successor of 'os2'.