nickwallen commented on issue #1261: METRON-1860 new developer option for ansible in docker to deploy to vagrant URL: https://github.com/apache/metron/pull/1261#issuecomment-491527824 @ottobackwards I ran your latest code up a few times and I am not able to replicate your results unfortunately. This is the overall duration to go from source code to a fully deployed dev environment. * Master; `time vagrant up` = 65 - 68 minutes * #1261 : `time ./metron-up.sh` = 85 - 90 minutes Your results differ significantly from mine... * Master takes you 103 minutes, which is 35 minutes longer my experience. * #1261 takes 67 minutes, which is 18 minutes less than my experience. (1) Any ideas why we are getting such different results? I have allocated Docker 12G of RAM, 6 cores, and 3G of swap. Are there any other settings that you have adjusted on your build machine? (2) Which logs did you use to break out the build, clean, package times? Since Ansible runs on Docker, we no longer have that log persisted on the host. Once the Docker container is shut-down the logs are lost, unless I am missing something.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
