From 9cdb3f70606fff6269f5c20b3cd9bdfb1a48aeda Mon Sep 17 00:00:00 2001 From: peusterm Date: Wed, 4 Jan 2017 09:55:26 +0100 Subject: [PATCH] Fix: Installation description/scripts pointing to outdated containernet repository. --- README.md | 2 +- Vagrantfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.17.1