rancher / os

Tiny Linux distro that runs the entire OS as Docker containers
https://rancher.com/docs/os/v1.x/en/
Apache License 2.0
6.44k stars 655 forks source link

rancher.cloud_init.datasources=[url] regression #965

Closed dx9 closed 8 years ago

dx9 commented 8 years ago

RancherOS Version: v0.4.5

Where are you running RancherOS? baremetal

sudo system-docker logs cloud-init

janeczku commented 8 years ago

@dx9 When setting configuration values via kernel command line or sudo ros config set, list items that contain special characters (e.g. :, ,) must now be put in quotes. Please change your kernel parameter to rancher.cloud_init.datasources=['url:http://192.168.0.5:9090/hosts/...'].

Verified working:

kernel https://releases.rancher.com/os/v0.4.5/vmlinuz rancher.cloud_init.datasources=['url:https://gist.githubusercontent.com/janeczku/...']
deniseschannon commented 8 years ago

@dx9 Please let me know if @janeczku fixes your issues.

dx9 commented 8 years ago

@janeczku @deniseschannon yep all good now. Thanks guys.