From: peusterm Date: Thu, 5 Jan 2017 13:46:40 +0000 (+0100) Subject: Merge pull request #186 from edmaas/master X-Git-Tag: v3.1~52 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=d6682344981a8f6de4a67f4839831990e9b4a35d;hp=9bf90d341488ef28feb6ea92c6068913126afb3c Merge pull request #186 from edmaas/master Feature: Resource limits for services --- diff --git a/README.md b/README.md index 60743c2..f144818 100755 --- 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) ... diff --git a/Vagrantfile b/Vagrantfile index b87a9f5..7c9c68f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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