Change GOPATH from gerrit.opencord.org to github.com/opencord

Ran `go fmt` which did some line reordering after this change

Conformed Makefile to template the imagename and use correct DOCKER_*
build variables

Change-Id: I52734e805698b305cf64eb9238b08f152f68ffd4
diff --git a/core/alarms.go b/core/alarms.go
index 5c7d287..6a702ce 100644
--- a/core/alarms.go
+++ b/core/alarms.go
@@ -19,10 +19,10 @@
 import (
 	"strconv"
 
-	pb "gerrit.opencord.org/voltha-bbsim/api"
-	"gerrit.opencord.org/voltha-bbsim/common/logger"
-	"gerrit.opencord.org/voltha-bbsim/device"
-	openolt "gerrit.opencord.org/voltha-bbsim/protos"
+	pb "github.com/opencord/voltha-bbsim/api"
+	"github.com/opencord/voltha-bbsim/common/logger"
+	"github.com/opencord/voltha-bbsim/device"
+	openolt "github.com/opencord/voltha-bbsim/protos"
 	"google.golang.org/grpc/codes"
 	"google.golang.org/grpc/status"
 )