Re: [VOTE] Release Apache Brooklyn 1.0.0 [rc2]

2020-02-06 Thread Geoff Macartney
Good catch Iuliana.

I agree with Alex, it would be better to fix these.



On Thu, 6 Feb 2020, 14:56 Alex Heneveld,  wrote:

> Good find. I agree this sounds like a blocker. (Easy to fix fortunately!
> IMT guessing log message format changed with the karaf bump? We should grep
> on the Brooklyn started message instead of a karaf message!)
>
> Best
> Alex
>
> On Thu, 6 Feb 2020, 14:26 Iuliana Cosmina, <
> iuliana.cosm...@cloudsoftcorp.com> wrote:
>
> > -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
> >
> >
>


Re: [VOTE] Release Apache Brooklyn 1.0.0 [rc2]

2020-02-06 Thread Alex Heneveld
Good find. I agree this sounds like a blocker. (Easy to fix fortunately!
IMT guessing log message format changed with the karaf bump? We should grep
on the Brooklyn started message instead of a karaf message!)

Best
Alex

On Thu, 6 Feb 2020, 14:26 Iuliana Cosmina, <
iuliana.cosm...@cloudsoftcorp.com> wrote:

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


[VOTE] Release Apache Brooklyn 1.0.0 [rc2]

2020-02-06 Thread Iuliana Cosmina
-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