From b2651f39b6dbe79e05d42f8a3bfbbc11c42c5d4c Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Thu, 5 Sep 2019 21:46:59 -0700 Subject: Fix issue with concurrent CR creation The collectd operator is going into deadlock when concurrent update operations happen within the same controller trying to update the resource. Fixed this by adding Mutex. Deleted the old build_image.sh which is replaced by new script which builds and pushes from inside a builder docker container. This helps in tackling the dependency issues for image build. Updated the README for build image script usage. Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan Change-Id: Ib3c2d1edd266e70bb713885de7ad046ebf5ad086 --- vnfs/DAaaS/microservices/collectd-operator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnfs/DAaaS/microservices/collectd-operator/Makefile') diff --git a/vnfs/DAaaS/microservices/collectd-operator/Makefile b/vnfs/DAaaS/microservices/collectd-operator/Makefile index af2ac667..c09f4c24 100644 --- a/vnfs/DAaaS/microservices/collectd-operator/Makefile +++ b/vnfs/DAaaS/microservices/collectd-operator/Makefile @@ -24,7 +24,7 @@ export GO111MODULE=on .PHONY: clean plugins ## build: Generate the k8s and openapi artifacts using operator-sdk -build: clean +build: clean format GOOS=linux GOARCH=amd64 operator-sdk generate k8s --verbose operator-sdk generate openapi --verbose -- cgit 1.2.3-korg