summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlan Rominger <arominge@redhat.com>2022-06-16 21:31:45 +0200
committerAlan Rominger <arominge@redhat.com>2022-06-16 21:31:45 +0200
commit1dd535a859ed9833a54b58d99358e6461b683a8e (patch)
tree7568819a406cd0ce28120202006393571c88a2ba /Makefile
parentAdd volumes to the clean command (diff)
downloadawx-1dd535a859ed9833a54b58d99358e6461b683a8e.tar.xz
awx-1dd535a859ed9833a54b58d99358e6461b683a8e.zip
Remove old way of doing grafana graphs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index c590642599..98344c8df8 100644
--- a/Makefile
+++ b/Makefile
@@ -531,14 +531,6 @@ docker-compose-elk: awx/projects docker-compose-sources
docker-compose-cluster-elk: awx/projects docker-compose-sources
docker-compose -f tools/docker-compose/_sources/docker-compose.yml -f tools/elastic/docker-compose.logstash-link-cluster.yml -f tools/elastic/docker-compose.elastic-override.yml up --no-recreate
-prometheus:
- docker volume create prometheus
- docker run -d --rm --net=_sources_default --link=awx_1:awx1 --volume prometheus-storage:/prometheus --volume `pwd`/tools/prometheus:/etc/prometheus --name prometheus -p 9090:9090 prom/prometheus
-
-grafana:
- docker volume create grafana
- docker run -d --rm --net=_sources_default --volume grafana-storage:/var/lib/grafana --volume `pwd`/tools/grafana:/etc/grafana/provisioning --name grafana -p 3001:3000 grafana/grafana-enterprise
-
docker-compose-container-group:
MINIKUBE_CONTAINER_GROUP=true make docker-compose