This demo tries to start INAETICS provisioning service and agents, it depends on a running docker-registry-service and docker-image-builder, see https://github.com/INAETICS
cd EtcdAndFleet
vagrant up
- this starts CoreOS within Vagrant, running etcd and fleet, IP is 172.17.8.20
cd Cluster
vagrant up
- this starts 5 CoreOS cluster nodes within Vagrant, running fleet with etcd on the EtcdAndFleet machine
cd EtcdAndFleet
vagrant ssh
fleetctl list-machines
fleetctl list-units
fleetctl start units/provision-8080.service fleetctl start units/agent-9090.service fleetctl start units/agent-9091.service
fleetctl destroy agent-9091