Merge pull request #186 from edmaas/master
authorpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 5 Jan 2017 13:46:40 +0000 (14:46 +0100)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 5 Jan 2017 13:46:40 +0000 (14:46 +0100)
Feature: Resource limits for services

README.md
Vagrantfile

index 60743c2..f144818 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ Follow the MOTD in the VM to run the example topology and the dummy-gatekeeper.
 #### 1. Containernet
 
 * `cd`
-* `git clone https://github.com/mpeuster/containernet.git`
+* `git clone https://github.com/containernet/containernet.git`
 * `cd ~/containernet/ansible`
 * `sudo ansible-playbook install.yml`
 * Wait (and have a coffee) ...
index b87a9f5..7c9c68f 100644 (file)
@@ -111,7 +111,7 @@ Vagrant.configure(2) do |config|
      sudo apt-get install -y git ansible aptitude
      sudo echo "localhost ansible_connection=local" >> /etc/ansible/hosts
      # install containernet
-     git clone https://github.com/mpeuster/containernet.git
+     git clone https://github.com/containernet/containernet.git
      echo "Installing containernet (will take some time ~30 minutes) ..."
      cd /home/vagrant/containernet/ansible
      sudo ansible-playbook install.yml