-1 Here is a summary of my tests. ———
[X] Tested the apache-brooklyn-1.0.0-rc2-vagrant.zip & apache-brooklyn-1.0.0-rc2-vagrant.tar.gz The condition to check that Brooklyn is up is wrong. This means that when calling vagrant up, the Brooklyn node is created, but the command never ends, and the other nodes are not created. In files/install_brooklyn.sh, Brooklyn being successfully up is checked by the presence of the "BundleEvent STARTED - org.apache.brooklyn.karaf-init” statement in the Brooklyn.debug.log file. But that statement is not part of the log. [✓] apache-brooklyn-1.0.0-rc2-bin.tar.gz - installed correctly on macOs 10.15.3 - web interface is ok in Firefox 72.0.2 & Safari - 1-server-template and 2-bash-web-server-template(corrected) were deployed to AWS machines - start/stop/restart work correctly [✓] apache-brooklyn-1.0.0-rc2-bin.zip - installed correctly on macOs 10.15.3 - web interface is ok in Firefox 72.0.2 & Safari - 1-server-template and 2-bash-web-server-template(corrected) were deployed to AWS machines - start/stop/restart work correctly [✓] apache-brooklyn-1.0.0-rc2-1.noarch.rpm - installed correctly on CentOS 7.3 - web interface is ok in Firefox 72.0.2 & Safari - 1-server-template and 2-bash-web-server-template(corrected) were deployed to AWS machines - start/stop/restart work correctly [X] QuickLaunch template errors: - The 2-bash-server-template contains an error in line 13. The apt-get install command is called without the -Y argument. This means that the VM is not configured correctly since it is stuck waiting a confirmation. - Template 3-bash-web-and-riak-template cannot be deployed on an Ubuntu 18 AWS machine. The error message is E: Unable to locate package riak. - Template 4-resilient-bash-web-cluster-template cannot be deployed on an Ubuntu 18 AWS machine, because of compile error while building nginx-1.8.0. Although the issues are not critical, a new user of Brooklyn might see them as such. Especially since working templates would convince a new user that Brooklyn works as expected. Iuliana Cosmina Engineer Cloudsoft | Bringing Business to the Cloud Twitter: _iulianacosmina GitHub: https://github.com/iuliana
