From 13b15b36349459b0c8eb658df1631941ee2cd31b Mon Sep 17 00:00:00 2001 From: Ivaylo Markov Date: Sat, 28 Oct 2017 13:56:04 +0000 Subject: [PATCH] Add second small room AP --- .gitignore | 1 + Rakefile | 2 +- configurations.yml | 22 ++++++++++++++++++---- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 89f9ac0..4105ef2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ out/ +.*.swp diff --git a/Rakefile b/Rakefile index ea97470..7843be5 100644 --- a/Rakefile +++ b/Rakefile @@ -56,7 +56,7 @@ task :ap, [:name] do |t, args| end task :all do - aps = %W(ap-cf-sr-2 ap-cf-ch) + aps = %W(ap-cf-sr-1 ap-cf-sr-2 ap-cf-ch) aps.each do |ap| Rake::Task["ap"].reenable diff --git a/configurations.yml b/configurations.yml index 599b9bc..d665ecb 100644 --- a/configurations.yml +++ b/configurations.yml @@ -1,14 +1,28 @@ --- configurations: + ap-cf-sr-1: + config: archer-c5 + ip: 10.20.0.56 + wlans: + 0: + bssid: 02:00:0f:20:30:00 + channel: 44 + 1: + bssid: 02:00:0f:20:30:01 + channel: 1 + mixins: + - all + - archer-c5 + - archer-c5-single-trunk ap-cf-sr-2: config: archer-c7 ip: 10.20.0.57 wlans: 0: - bssid: 02:00:0f:20:16:00 + bssid: 02:00:0f:20:30:10 channel: 60 1: - bssid: 02:00:0f:20:16:01 + bssid: 02:00:0f:20:30:11 channel: 1 mixins: - all @@ -19,10 +33,10 @@ configurations: ip: 10.20.0.58 wlans: 0: - bssid: 02:00:0f:20:16:10 + bssid: 02:00:0f:20:30:01 channel: 44 1: - bssid: 02:00:0f:20:16:11 + bssid: 02:00:0f:20:30:11 channel: 1 mixins: - all