- **Vagrant should be great than
1.6.2
mkdir flocker-tutorial
cd flocker-tutorial
For more inforamation on installing flocker on aws easily, please see (http://doc-dev.clusterhq.com/labs/installer.html#labs-installer)
You will end up with a way to list your nodes.
wallnerryan@mac:-> uft-flocker-volumes list-nodes
SERVER ADDRESS
2cdbc6d7
| #!/bin/bash | |
| while [[ $# > 1 ]] | |
| do | |
| key="$1" | |
| case $key in | |
| -o|--os) | |
| OS="$2" | |
| shift | |
| ;; |
| # Created by Jonas Rosland, @virtualswede & Matt Cowger, @mcowger | |
| # Many thanks to this post by James Carr: http://blog.james-carr.org/2013/03/17/dynamic-vagrant-nodes/ | |
| #vagrantbox="centos_7" | |
| vagrantbox="puppetlabs/centos-7.0-64-nocm" | |
| # vagrant box url | |
| vagrantboxurl="puppetlabs/centos-7.0-64-nocm" | |
| # scaleio admin password |
https://github.com/docker/compose/blob/master/SWARM.md https://docs.docker.com/machine/#using-docker-machine-with-docker-swarm
(for mac)
curl -L https://get.docker.com/builds/Darwin/x86_64/docker-1.8.0 > /usr/local/bin/docker
chmod +x /usr/local/bin/docker
HypriotOS: root@black-pearl in ~/pitest on master
$ python discover_register_devices.py
Device: C8:1E:E7:7C:7F:41 -> Wally's iPhone
[{'name': "Wally's iPhone", 'address': 'C8:1E:E7:7C:7F:41'}]
HypriotOS: root@black-pearl in ~/pitest on master
$ python find_discovered_devices.py
[{'name': "Wally's iPhone", 'address': 'C8:1E:E7:7C:7F:41'}]
| (Check Kernel) | |
| -------------- | |
| CONFIG=/home/pi/linux/.config lxc-checkconfig | |
| --- Namespaces --- | |
| Namespaces: enabled | |
| Utsname namespace: enabled | |
| Ipc namespace: required | |
| Pid namespace: enabled | |
| User namespace: enabled |
| --- a/VagrantSpicedir/spice-conf/provider_config.rb | |
| +++ b/VagrantSpicedir/spice-conf/provider_config.rb | |
| @@ -1617,7 +1617,7 @@ EOF | |
| ", | |
| :box => 'dummy', | |
| :defaults => { | |
| - :common_location_name => 'us_west', | |
| + :common_location_name => 'us_west_2a', | |
| :common_image_name => 'CentOS-6.5-x64', | |
| :common_instance_type => 'small', |