add data generator preset

This commit is contained in:
Jake McDermott
2017-09-07 22:42:46 -04:00
parent 19f96b1f6f
commit ab87f81ad8
2 changed files with 16 additions and 15 deletions

View File

@@ -4,6 +4,7 @@
docker exec -i tools_awx_1 sh <<-EOSH
awx-manage createsuperuser --noinput --username=awx-e2e --email=null@ansible.com
awx-manage update_password --username=awx-e2e --password=password
make --directory=/awx_devel DATA_GEN_PRESET=e2e bulk_data
EOSH
# run with with a live browser