summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Jones <matburt@redhat.com>2020-04-08 16:02:05 +0200
committerMatthew Jones <matburt@redhat.com>2020-04-08 16:03:22 +0200
commit6abeaf2c55b042e7cdc4a9ecb40b23fe748d84d3 (patch)
tree3bf00928a226c84a9f41d592a086541bfe0611de /Makefile
parentMerge pull request #6607 from ryanpetrello/graphite-no-tags (diff)
downloadawx-6abeaf2c55b042e7cdc4a9ecb40b23fe748d84d3.tar.xz
awx-6abeaf2c55b042e7cdc4a9ecb40b23fe748d84d3.zip
Update some contributing docs
* Update the tools called in the dev environment * More RMQ purges from architecture docs * Remove the old clusterdev target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c804ff43bf..8875126a9b 100644
--- a/Makefile
+++ b/Makefile
@@ -686,9 +686,6 @@ docker-compose-cluster-elk: docker-auth awx/projects
prometheus:
docker run -u0 --net=tools_default --link=`docker ps | egrep -o "tools_awx(_run)?_([^ ]+)?"`:awxweb --volume `pwd`/tools/prometheus:/prometheus --name prometheus -d -p 0.0.0.0:9090:9090 prom/prometheus --web.enable-lifecycle --config.file=/prometheus/prometheus.yml
-minishift-dev:
- ansible-playbook -i localhost, -e devtree_directory=$(CURDIR) tools/clusterdevel/start_minishift_dev.yml
-
clean-elk:
docker stop tools_kibana_1
docker stop tools_logstash_1