Update some contributing docs

* Update the tools called in the dev environment
* More RMQ purges from architecture docs
* Remove the old clusterdev target
This commit is contained in:
Matthew Jones
2020-04-08 10:02:05 -04:00
parent d40143a63d
commit 6abeaf2c55
12 changed files with 12 additions and 527 deletions

View File

@@ -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