-
Notifications
You must be signed in to change notification settings - Fork 2
Box User Guide
WARNING: Probes network with 3 broadcast pings and arp table checks to make sure random mac addresses are unique on the network. This is used for the bridged interface.
Quick start to have a Subutai Peer up in 3-10 minutes:
vagrant plugin install vagrant-subutai
vagrant plugin install vagrant-vbguest
vagrant init --minimal subutai/stretch
vagrant up
This sets up a Subutai Peer using Debian Stretch.
vagrant plugin install vagrant-subutai
vagrant plugin install vagrant-vbguest
vagrant init --minimal subutai/stretch
vagrant up
Follow the directions it prints out to get to the console:
default:
default: SUCCESS: Your peer is up. Welcome to the Horde!
default: -----------------------------------------------
default:
default: Next steps ...
default: Make sure Subutai's E2E Extension/Plugin is installed in your browser
default: Search for 'Subutai' in your browser's extension/plugin store to find it and install.
default:
default: Console URL: https://172.16.1.121:8443
default: Default u/p: 'admin' / 'secret'
default:
default: Vagrant ssh and change the default 'subutai'/'ubuntai' user password!
default: If you forget the url, just take a look in .vagrant/generated.yml
The boxes will be generally available soon (will ping on our Slack) on Vagrant Cloud under the Subutai Account. The two new boxes:
Box | Description |
---|---|
subutai/stretch | This creates a VM based on Debian 9.x. (Recommended) |
These are for the traditional type-1 and type-2 hypervisors:
Hypervisor | Status |
---|---|
VirtualBox | done |
VMware-Fusion | done |
VMware-Desktop | done |
QEMU (libvirt) | done |
Parallels | done |
Hyper-V | done |
vSphere | thinking about it |
Peers and resource hosts on cloud providers should be easily provisioned with Subutai Vagrant Boxes as well:
Cloud | Status |
---|---|
GCE | planned |
OpenStack | planned |
AWS | planned |
Azure | thinking about it |
Digital Ocean | thinking about it |
See the Vagrant Subutai Plugin Wiki for more information on configuration parameters and how to control the provisioning of these boxes. The Vagrant Subutai Plugin and these boxes work in conjunction.