1
0
mirror of https://github.com/rancher/os.git synced 2025-06-21 04:31:55 +00:00
os/scripts/hosting/packet
2016-02-28 23:01:41 -07:00
..
cloud-config Add scripts for installing on packet 2016-02-27 23:02:53 -07:00
packet.sh Add scripts for installing on packet 2016-02-27 23:02:53 -07:00
README.md Add Type-0 to docs 2016-02-28 23:01:41 -07:00

Packet Support

Launch a Type-0, Type-1 or Type-3 Ubuntu 14.04 server and use the below cloud config. You can add any additional RancherOS configuration to it, but below is the bare minimum you need to provision RancherOS.

#cloud-config
runcmd:
- wget -O /tmp/cc https://raw.githubusercontent.com/rancher/os/master/scripts/hosting/packet/packet.sh
- bash -x /tmp/cc