You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by David Lutterkort <lu...@redhat.com> on 2011/08/25 01:57:18 UTC

[VOTE] release deltacloud 0.4.0, rc4

Hi all,

I just uploaded the third release candidate for Deltacloud 0.4.0. The rc is
available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/

Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT

KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS
svn tag: https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4

The rc4 differs from rc3 only in that missing license headers were added
to files needing them, and that toplevel NOTICE and LICENSE files were
schecked into svn.

The rc3 differs from rc2 in the following:
             1. Rename parameter 'blob' back to 'blob_id' in create blob
                operation to maintain backwards compatibility
             2. deltacloudd: support daemonizing
             3. Drivers:
                      * Eucalyptus: make create_firewall_rule and
                        delete_firewall_rule work
                      * RHEV-M: improve exception handling
                      * Mock: refactored driver to fix various bugs, and
                        to make it an easier to understand example of
                        how a driver works
                      * Condor: ddded support files and configs for
                        condor driver
             4. Update/correct copyright and licensing info, based on
                feedback from Sebb
             5. Add ASF incubator logo and disclaimer to project site
             6. Various fixes in the HTML UI
             7. Added rake task 'routes' to print all routes
             8. Client:
                      * fix formatting of instance addresses (Mark
                        McLoughlin)
                      * do not require lib/base_object to avoid
                        LoadError

The rc2 differs from rc1 in only two small changes:
     1. Fix cucumber tests that failed because of the version bump
     2. Fix an issue where POST requests containing matrix params were
        not processed correctly (e.g. POST /api;driver=mock/instances
        was failing)

I include the announcement for rc1 for convenience:

Many thanks to all those who contributed patches, reported bugs, and
asked for features. It's great to see that the list of committers and
patch contributors is steadily increasing.

Overview of the changes for this release:

Server:
  * deltacloudd: new option --drivers to list all drivers
  * deltacloudd: new options --ssl, --ssl-key and --ssl-cert to
    enable HTTPS support
  * API entrypoint reports features in JSON
  * unify response behavior: any operation returning a 201 Created also
    sets the Location header to point to the new resource; ensure the
    status for an operation is the same regardless of output format
  * Add type to public addresses; type can be one of 'ipv4', 'mac', 'vnc',
    and 'hostname'
  * Complete overhaul of the HTML UI, now uses jquery-mobile
  * Response status for attach/detach storage is now 202 (instead of 302)
  * Response status for get/set blob metadata is 204 No Content
  * Response status for (un)register with load balancer is 204 No Content
  * The user_name feature now reports the permissible length of the name
    as the 'max_length' constraint
  * Add Date header to responses as per RFC 2616
  * New collection 'firewalls' for managing sets of firewalling rules
  * split server/config/drivers.yaml into individual files so each driver
    can be packaged separately; gives deployers better choice of what
    drivers they want enabled
  * Numerous bug fixes and improvements to the test suite
  * Drivers
    + Condor
      - new driver to run a simple cloud based on the Condor grid scheduler
    + EC2
      - Fix bug in reboot instance so that the details returned are those
        of the stopped instance, not some random instance
      - Support getting and updating blob metadata
      - support destroying images
      - support firewalls (security groups)
      - do not support user_name anymore; instance tagging is too fragile
        in EC2 to be used reliably for this
      - do not support registering an instance with a load balancer upon
        creation anymore
      - stream blob PUT to backend (requires thin)
      - support attaching EBS snapshot to instance upon creation (feature
        'attach_snapshot')
      - support elastic IP's
    + Eucalyptus
      - support firewalls (security groups)
      - support elastic IP's
    + Gogrid
      - when retrieving single realm, make sure we return the right one
      - correctly capture load_balancer params
      - report a listener if load_balancer has no instances
    + Mock
      - support destroying images
    + Rackspace
      - support destroying images
      - stream blob PUT to backend (requires thin)
    + RHEV-M
      - support creating and destroying images
      - report VNC address of instances
      - can use Audrey's confserver to fetch IP of an instance
    + vSphere
      - turns a VMWare vSphere installation into a cloud
      - driver stateless, state is stored in vSphere's data store in
        'deltacloud' folder
      - images are template VM's
      - single HWP, whose max_cpu and max_memory are based on available
        cpus and memory across all vSphere hosts
      - support data injection via user_data and user_iso (upload entire
        ISO image) For both, instance gets virtual CD-ROM with injected
        data

Client:
  * make authentication info for instances available
  * retrieve type and address for public addresses of an instance
  * deltacloudc: allow specifying bucket location when creating a bucket

Site:
  * Major rewrite of REST API docs, covers the entire API now
  * Add libdeltacloud API docs

I will update the website and docs to reflect those changes in time for
the official release.

David



Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by David Lutterkort <lu...@redhat.com>.
On Fri, 2011-09-09 at 13:05 -0400, Tong Li wrote:
> I've sent a list of the problems on rc4, there is one item, I think is a
> bug, so I would vote -1 unless that problem is fixed.

>From the discussion of your list of problems, I don't see any of them as
a release blocker - do you agree ? If not, which ones do you think need
to be addressed before release ?

David



Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Tong Li <li...@us.ibm.com>.
I've sent a list of the problems on rc4, there is one item, I think is a
bug, so I would vote -1 unless that problem is fixed.

Tong Li
Emerging Technologies & Standards
B062/K317
litong01@us.ibm.com



From:	"marios@redhat.com" <ma...@redhat.com>
To:	deltacloud-dev@incubator.apache.org
Date:	09/09/2011 11:31 AM
Subject:	Re: [VOTE] release deltacloud 0.4.0, rc4



On 25/08/11 02:57, David Lutterkort wrote:
> Hi all,
>
> I just uploaded the third release candidate for Deltacloud 0.4.0. The rc
is
> available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/
>
> Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT
>

+1

marios



> KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS
> svn tag:
https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4

>
> The rc4 differs from rc3 only in that missing license headers were added
> to files needing them, and that toplevel NOTICE and LICENSE files were
> schecked into svn.
>
> The rc3 differs from rc2 in the following:
>               1. Rename parameter 'blob' back to 'blob_id' in create blob
>                  operation to maintain backwards compatibility
>               2. deltacloudd: support daemonizing
>               3. Drivers:
>                        * Eucalyptus: make create_firewall_rule and
>                          delete_firewall_rule work
>                        * RHEV-M: improve exception handling
>                        * Mock: refactored driver to fix various bugs, and
>                          to make it an easier to understand example of
>                          how a driver works
>                        * Condor: ddded support files and configs for
>                          condor driver
>               4. Update/correct copyright and licensing info, based on
>                  feedback from Sebb
>               5. Add ASF incubator logo and disclaimer to project site
>               6. Various fixes in the HTML UI
>               7. Added rake task 'routes' to print all routes
>               8. Client:
>                        * fix formatting of instance addresses (Mark
>                          McLoughlin)
>                        * do not require lib/base_object to avoid
>                          LoadError
>
> The rc2 differs from rc1 in only two small changes:
>       1. Fix cucumber tests that failed because of the version bump
>       2. Fix an issue where POST requests containing matrix params were
>          not processed correctly (e.g. POST /api;driver=mock/instances
>          was failing)
>
> I include the announcement for rc1 for convenience:
>
> Many thanks to all those who contributed patches, reported bugs, and
> asked for features. It's great to see that the list of committers and
> patch contributors is steadily increasing.
>
> Overview of the changes for this release:
>
> Server:
>    * deltacloudd: new option --drivers to list all drivers
>    * deltacloudd: new options --ssl, --ssl-key and --ssl-cert to
>      enable HTTPS support
>    * API entrypoint reports features in JSON
>    * unify response behavior: any operation returning a 201 Created also
>      sets the Location header to point to the new resource; ensure the
>      status for an operation is the same regardless of output format
>    * Add type to public addresses; type can be one of 'ipv4', 'mac',
'vnc',
>      and 'hostname'
>    * Complete overhaul of the HTML UI, now uses jquery-mobile
>    * Response status for attach/detach storage is now 202 (instead of
302)
>    * Response status for get/set blob metadata is 204 No Content
>    * Response status for (un)register with load balancer is 204 No
Content
>    * The user_name feature now reports the permissible length of the name
>      as the 'max_length' constraint
>    * Add Date header to responses as per RFC 2616
>    * New collection 'firewalls' for managing sets of firewalling rules
>    * split server/config/drivers.yaml into individual files so each
driver
>      can be packaged separately; gives deployers better choice of what
>      drivers they want enabled
>    * Numerous bug fixes and improvements to the test suite
>    * Drivers
>      + Condor
>        - new driver to run a simple cloud based on the Condor grid
scheduler
>      + EC2
>        - Fix bug in reboot instance so that the details returned are
those
>          of the stopped instance, not some random instance
>        - Support getting and updating blob metadata
>        - support destroying images
>        - support firewalls (security groups)
>        - do not support user_name anymore; instance tagging is too
fragile
>          in EC2 to be used reliably for this
>        - do not support registering an instance with a load balancer upon
>          creation anymore
>        - stream blob PUT to backend (requires thin)
>        - support attaching EBS snapshot to instance upon creation
(feature
>          'attach_snapshot')
>        - support elastic IP's
>      + Eucalyptus
>        - support firewalls (security groups)
>        - support elastic IP's
>      + Gogrid
>        - when retrieving single realm, make sure we return the right one
>        - correctly capture load_balancer params
>        - report a listener if load_balancer has no instances
>      + Mock
>        - support destroying images
>      + Rackspace
>        - support destroying images
>        - stream blob PUT to backend (requires thin)
>      + RHEV-M
>        - support creating and destroying images
>        - report VNC address of instances
>        - can use Audrey's confserver to fetch IP of an instance
>      + vSphere
>        - turns a VMWare vSphere installation into a cloud
>        - driver stateless, state is stored in vSphere's data store in
>          'deltacloud' folder
>        - images are template VM's
>        - single HWP, whose max_cpu and max_memory are based on available
>          cpus and memory across all vSphere hosts
>        - support data injection via user_data and user_iso (upload entire
>          ISO image) For both, instance gets virtual CD-ROM with injected
>          data
>
> Client:
>    * make authentication info for instances available
>    * retrieve type and address for public addresses of an instance
>    * deltacloudc: allow specifying bucket location when creating a bucket
>
> Site:
>    * Major rewrite of REST API docs, covers the entire API now
>    * Add libdeltacloud API docs
>
> I will update the website and docs to reflect those changes in time for
> the official release.
>
> David
>
>


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by "marios@redhat.com" <ma...@redhat.com>.
On 25/08/11 02:57, David Lutterkort wrote:
> Hi all,
>
> I just uploaded the third release candidate for Deltacloud 0.4.0. The rc is
> available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/
>
> Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT
>

+1

marios



> KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS
> svn tag: https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4
>
> The rc4 differs from rc3 only in that missing license headers were added
> to files needing them, and that toplevel NOTICE and LICENSE files were
> schecked into svn.
>
> The rc3 differs from rc2 in the following:
>               1. Rename parameter 'blob' back to 'blob_id' in create blob
>                  operation to maintain backwards compatibility
>               2. deltacloudd: support daemonizing
>               3. Drivers:
>                        * Eucalyptus: make create_firewall_rule and
>                          delete_firewall_rule work
>                        * RHEV-M: improve exception handling
>                        * Mock: refactored driver to fix various bugs, and
>                          to make it an easier to understand example of
>                          how a driver works
>                        * Condor: ddded support files and configs for
>                          condor driver
>               4. Update/correct copyright and licensing info, based on
>                  feedback from Sebb
>               5. Add ASF incubator logo and disclaimer to project site
>               6. Various fixes in the HTML UI
>               7. Added rake task 'routes' to print all routes
>               8. Client:
>                        * fix formatting of instance addresses (Mark
>                          McLoughlin)
>                        * do not require lib/base_object to avoid
>                          LoadError
>
> The rc2 differs from rc1 in only two small changes:
>       1. Fix cucumber tests that failed because of the version bump
>       2. Fix an issue where POST requests containing matrix params were
>          not processed correctly (e.g. POST /api;driver=mock/instances
>          was failing)
>
> I include the announcement for rc1 for convenience:
>
> Many thanks to all those who contributed patches, reported bugs, and
> asked for features. It's great to see that the list of committers and
> patch contributors is steadily increasing.
>
> Overview of the changes for this release:
>
> Server:
>    * deltacloudd: new option --drivers to list all drivers
>    * deltacloudd: new options --ssl, --ssl-key and --ssl-cert to
>      enable HTTPS support
>    * API entrypoint reports features in JSON
>    * unify response behavior: any operation returning a 201 Created also
>      sets the Location header to point to the new resource; ensure the
>      status for an operation is the same regardless of output format
>    * Add type to public addresses; type can be one of 'ipv4', 'mac', 'vnc',
>      and 'hostname'
>    * Complete overhaul of the HTML UI, now uses jquery-mobile
>    * Response status for attach/detach storage is now 202 (instead of 302)
>    * Response status for get/set blob metadata is 204 No Content
>    * Response status for (un)register with load balancer is 204 No Content
>    * The user_name feature now reports the permissible length of the name
>      as the 'max_length' constraint
>    * Add Date header to responses as per RFC 2616
>    * New collection 'firewalls' for managing sets of firewalling rules
>    * split server/config/drivers.yaml into individual files so each driver
>      can be packaged separately; gives deployers better choice of what
>      drivers they want enabled
>    * Numerous bug fixes and improvements to the test suite
>    * Drivers
>      + Condor
>        - new driver to run a simple cloud based on the Condor grid scheduler
>      + EC2
>        - Fix bug in reboot instance so that the details returned are those
>          of the stopped instance, not some random instance
>        - Support getting and updating blob metadata
>        - support destroying images
>        - support firewalls (security groups)
>        - do not support user_name anymore; instance tagging is too fragile
>          in EC2 to be used reliably for this
>        - do not support registering an instance with a load balancer upon
>          creation anymore
>        - stream blob PUT to backend (requires thin)
>        - support attaching EBS snapshot to instance upon creation (feature
>          'attach_snapshot')
>        - support elastic IP's
>      + Eucalyptus
>        - support firewalls (security groups)
>        - support elastic IP's
>      + Gogrid
>        - when retrieving single realm, make sure we return the right one
>        - correctly capture load_balancer params
>        - report a listener if load_balancer has no instances
>      + Mock
>        - support destroying images
>      + Rackspace
>        - support destroying images
>        - stream blob PUT to backend (requires thin)
>      + RHEV-M
>        - support creating and destroying images
>        - report VNC address of instances
>        - can use Audrey's confserver to fetch IP of an instance
>      + vSphere
>        - turns a VMWare vSphere installation into a cloud
>        - driver stateless, state is stored in vSphere's data store in
>          'deltacloud' folder
>        - images are template VM's
>        - single HWP, whose max_cpu and max_memory are based on available
>          cpus and memory across all vSphere hosts
>        - support data injection via user_data and user_iso (upload entire
>          ISO image) For both, instance gets virtual CD-ROM with injected
>          data
>
> Client:
>    * make authentication info for instances available
>    * retrieve type and address for public addresses of an instance
>    * deltacloudc: allow specifying bucket location when creating a bucket
>
> Site:
>    * Major rewrite of REST API docs, covers the entire API now
>    * Add libdeltacloud API docs
>
> I will update the website and docs to reflect those changes in time for
> the official release.
>
> David
>
>


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Jim Jagielski <ji...@jaguNET.com>.
+1


[VOTE] release deltacloud 0.4.0, rc4

Posted by Tong Li <li...@us.ibm.com>.
+1 after talked with David.

Tong Li
Emerging Technologies & Standards
B062/K317
litong01@us.ibm.com



From:	David Lutterkort <lu...@redhat.com>
To:	Chris Lalancette <cl...@redhat.com>
Cc:	deltacloud-dev@incubator.apache.org,
            general@incubator.apache.org
Date:	08/31/2011 12:58 PM
Subject:	Re: [VOTE] release deltacloud 0.4.0, rc4



On Wed, 2011-08-31 at 07:36 -0400, Chris Lalancette wrote:
> B1;2601;0cOn 08/30/11 - 03:34:30PM, David Lutterkort wrote:
> > On Tue, 2011-08-30 at 09:21 -0400, Chris Lalancette wrote:
> > > On 08/29/11 - 02:48:17PM, David Lutterkort wrote:
> > > > Yeah, it happens during jquery's loadPage - since this only affects
the
> > > > HTML UI, and is more cosmetic than anything else, I'd like to defer
> > > > addressing this to the next release.
> > >
> > > I'm just slightly hesitant to release with this bug in place; after
all, the
> > > HTML UI is most likely the first thing people will see when they play
around
> > > with deltacloud.  What do others think?
> >
> > Let's see if an update to the beta2 for jquery-mobile 1.0 will help -
> > can you apply the patch at [1] and see if that fixes things for you ?
> > And doesn't break other things ? ;)
> >
> > David
> >
> > [1] http://people.apache.org/~lutter/patches/jquery-mobile-update/
>
> I tried out this patch, but no luck.  The error moved around, but is
still
> basically the same:
>
> c is undefined
>
> I guess at this point I'm OK with us releasing like this.  Hopefully it
is
> just on this (older) Firefox version, and this won't be a widespread
problem.
> We really should try to track it down in the near future, though.

Yes, I agree, and given that it doesn't fix the problem, I'd rather not
update to beta 2 in the rc.

If you feel like it, try it with the unminified version of jquery
mobile. You need to download both the JS and CSS from [1] and change
their file names in server/views/layout.html.haml - essentially the same
thing my patch did.

Then try the operations that give you errors again with Firebug open -
that should give you a more meaningful stacktrace in JS. From a quick
look at the source, nothing fishy jumped out. Upstream does claim that
they support Firefox from 3.6 on[2], so should be interested in the bug
report. If you don't have time to look into it, make sure to file a
Jira, so we don't lose track of the issue.

David

[1] http://jquerymobile.com/download/
[2] http://jquerymobile.com/gbs/#gbs



Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Davanum Srinivas <da...@gmail.com>.
+1

-- dims

On Wed, Sep 7, 2011 at 2:14 PM, Carl Trieloff <cc...@redhat.com> wrote:
> +1 to release.
>
> Carl
>
>



-- 
Davanum Srinivas :: http://davanum.wordpress.com

Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Carl Trieloff <cc...@redhat.com>.
+1 to release.

Carl


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Chris Lalancette <cl...@redhat.com>.
On 08/31/11 - 09:55:55AM, David Lutterkort wrote:
> On Wed, 2011-08-31 at 07:36 -0400, Chris Lalancette wrote:
> > B1;2601;0cOn 08/30/11 - 03:34:30PM, David Lutterkort wrote:
> > > On Tue, 2011-08-30 at 09:21 -0400, Chris Lalancette wrote:
> > > > On 08/29/11 - 02:48:17PM, David Lutterkort wrote:
> > > > > Yeah, it happens during jquery's loadPage - since this only affects the
> > > > > HTML UI, and is more cosmetic than anything else, I'd like to defer
> > > > > addressing this to the next release.
> > > > 
> > > > I'm just slightly hesitant to release with this bug in place; after all, the
> > > > HTML UI is most likely the first thing people will see when they play around
> > > > with deltacloud.  What do others think?
> > > 
> > > Let's see if an update to the beta2 for jquery-mobile 1.0 will help -
> > > can you apply the patch at [1] and see if that fixes things for you ?
> > > And doesn't break other things ? ;)
> > > 
> > > David
> > > 
> > > [1] http://people.apache.org/~lutter/patches/jquery-mobile-update/
> > 
> > I tried out this patch, but no luck.  The error moved around, but is still
> > basically the same:
> > 
> > c is undefined
> > 
> > I guess at this point I'm OK with us releasing like this.  Hopefully it is
> > just on this (older) Firefox version, and this won't be a widespread problem.
> > We really should try to track it down in the near future, though.
> 
> Yes, I agree, and given that it doesn't fix the problem, I'd rather not
> update to beta 2 in the rc.
> 
> If you feel like it, try it with the unminified version of jquery
> mobile. You need to download both the JS and CSS from [1] and change
> their file names in server/views/layout.html.haml - essentially the same
> thing my patch did.
> 
> Then try the operations that give you errors again with Firebug open -
> that should give you a more meaningful stacktrace in JS. From a quick
> look at the source, nothing fishy jumped out. Upstream does claim that
> they support Firefox from 3.6 on[2], so should be interested in the bug
> report. If you don't have time to look into it, make sure to file a
> Jira, so we don't lose track of the issue.

Sorry, I haven't had time to get back to this and I don't see myself having
time in the next couple of weeks.  I've filed a JIRA bug:
https://issues.apache.org/jira/browse/DTACLOUD-74

-- 
Chris Lalancette

Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Chris Lalancette <cl...@redhat.com>.
On 08/31/11 - 09:55:55AM, David Lutterkort wrote:
> On Wed, 2011-08-31 at 07:36 -0400, Chris Lalancette wrote:
> > B1;2601;0cOn 08/30/11 - 03:34:30PM, David Lutterkort wrote:
> > > On Tue, 2011-08-30 at 09:21 -0400, Chris Lalancette wrote:
> > > > On 08/29/11 - 02:48:17PM, David Lutterkort wrote:
> > > > > Yeah, it happens during jquery's loadPage - since this only affects the
> > > > > HTML UI, and is more cosmetic than anything else, I'd like to defer
> > > > > addressing this to the next release.
> > > > 
> > > > I'm just slightly hesitant to release with this bug in place; after all, the
> > > > HTML UI is most likely the first thing people will see when they play around
> > > > with deltacloud.  What do others think?
> > > 
> > > Let's see if an update to the beta2 for jquery-mobile 1.0 will help -
> > > can you apply the patch at [1] and see if that fixes things for you ?
> > > And doesn't break other things ? ;)
> > > 
> > > David
> > > 
> > > [1] http://people.apache.org/~lutter/patches/jquery-mobile-update/
> > 
> > I tried out this patch, but no luck.  The error moved around, but is still
> > basically the same:
> > 
> > c is undefined
> > 
> > I guess at this point I'm OK with us releasing like this.  Hopefully it is
> > just on this (older) Firefox version, and this won't be a widespread problem.
> > We really should try to track it down in the near future, though.
> 
> Yes, I agree, and given that it doesn't fix the problem, I'd rather not
> update to beta 2 in the rc.
> 
> If you feel like it, try it with the unminified version of jquery
> mobile. You need to download both the JS and CSS from [1] and change
> their file names in server/views/layout.html.haml - essentially the same
> thing my patch did.
> 
> Then try the operations that give you errors again with Firebug open -
> that should give you a more meaningful stacktrace in JS. From a quick
> look at the source, nothing fishy jumped out. Upstream does claim that
> they support Firefox from 3.6 on[2], so should be interested in the bug
> report. If you don't have time to look into it, make sure to file a
> Jira, so we don't lose track of the issue.

Sorry, I haven't had time to get back to this and I don't see myself having
time in the next couple of weeks.  I've filed a JIRA bug:
https://issues.apache.org/jira/browse/DTACLOUD-74

-- 
Chris Lalancette

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by David Lutterkort <lu...@redhat.com>.
On Wed, 2011-08-31 at 07:36 -0400, Chris Lalancette wrote:
> B1;2601;0cOn 08/30/11 - 03:34:30PM, David Lutterkort wrote:
> > On Tue, 2011-08-30 at 09:21 -0400, Chris Lalancette wrote:
> > > On 08/29/11 - 02:48:17PM, David Lutterkort wrote:
> > > > Yeah, it happens during jquery's loadPage - since this only affects the
> > > > HTML UI, and is more cosmetic than anything else, I'd like to defer
> > > > addressing this to the next release.
> > > 
> > > I'm just slightly hesitant to release with this bug in place; after all, the
> > > HTML UI is most likely the first thing people will see when they play around
> > > with deltacloud.  What do others think?
> > 
> > Let's see if an update to the beta2 for jquery-mobile 1.0 will help -
> > can you apply the patch at [1] and see if that fixes things for you ?
> > And doesn't break other things ? ;)
> > 
> > David
> > 
> > [1] http://people.apache.org/~lutter/patches/jquery-mobile-update/
> 
> I tried out this patch, but no luck.  The error moved around, but is still
> basically the same:
> 
> c is undefined
> 
> I guess at this point I'm OK with us releasing like this.  Hopefully it is
> just on this (older) Firefox version, and this won't be a widespread problem.
> We really should try to track it down in the near future, though.

Yes, I agree, and given that it doesn't fix the problem, I'd rather not
update to beta 2 in the rc.

If you feel like it, try it with the unminified version of jquery
mobile. You need to download both the JS and CSS from [1] and change
their file names in server/views/layout.html.haml - essentially the same
thing my patch did.

Then try the operations that give you errors again with Firebug open -
that should give you a more meaningful stacktrace in JS. From a quick
look at the source, nothing fishy jumped out. Upstream does claim that
they support Firefox from 3.6 on[2], so should be interested in the bug
report. If you don't have time to look into it, make sure to file a
Jira, so we don't lose track of the issue.

David

[1] http://jquerymobile.com/download/
[2] http://jquerymobile.com/gbs/#gbs



Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by David Lutterkort <lu...@redhat.com>.
On Wed, 2011-08-31 at 07:36 -0400, Chris Lalancette wrote:
> B1;2601;0cOn 08/30/11 - 03:34:30PM, David Lutterkort wrote:
> > On Tue, 2011-08-30 at 09:21 -0400, Chris Lalancette wrote:
> > > On 08/29/11 - 02:48:17PM, David Lutterkort wrote:
> > > > Yeah, it happens during jquery's loadPage - since this only affects the
> > > > HTML UI, and is more cosmetic than anything else, I'd like to defer
> > > > addressing this to the next release.
> > > 
> > > I'm just slightly hesitant to release with this bug in place; after all, the
> > > HTML UI is most likely the first thing people will see when they play around
> > > with deltacloud.  What do others think?
> > 
> > Let's see if an update to the beta2 for jquery-mobile 1.0 will help -
> > can you apply the patch at [1] and see if that fixes things for you ?
> > And doesn't break other things ? ;)
> > 
> > David
> > 
> > [1] http://people.apache.org/~lutter/patches/jquery-mobile-update/
> 
> I tried out this patch, but no luck.  The error moved around, but is still
> basically the same:
> 
> c is undefined
> 
> I guess at this point I'm OK with us releasing like this.  Hopefully it is
> just on this (older) Firefox version, and this won't be a widespread problem.
> We really should try to track it down in the near future, though.

Yes, I agree, and given that it doesn't fix the problem, I'd rather not
update to beta 2 in the rc.

If you feel like it, try it with the unminified version of jquery
mobile. You need to download both the JS and CSS from [1] and change
their file names in server/views/layout.html.haml - essentially the same
thing my patch did.

Then try the operations that give you errors again with Firebug open -
that should give you a more meaningful stacktrace in JS. From a quick
look at the source, nothing fishy jumped out. Upstream does claim that
they support Firefox from 3.6 on[2], so should be interested in the bug
report. If you don't have time to look into it, make sure to file a
Jira, so we don't lose track of the issue.

David

[1] http://jquerymobile.com/download/
[2] http://jquerymobile.com/gbs/#gbs



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Chris Lalancette <cl...@redhat.com>.
B1;2601;0cOn 08/30/11 - 03:34:30PM, David Lutterkort wrote:
> On Tue, 2011-08-30 at 09:21 -0400, Chris Lalancette wrote:
> > On 08/29/11 - 02:48:17PM, David Lutterkort wrote:
> > > Yeah, it happens during jquery's loadPage - since this only affects the
> > > HTML UI, and is more cosmetic than anything else, I'd like to defer
> > > addressing this to the next release.
> > 
> > I'm just slightly hesitant to release with this bug in place; after all, the
> > HTML UI is most likely the first thing people will see when they play around
> > with deltacloud.  What do others think?
> 
> Let's see if an update to the beta2 for jquery-mobile 1.0 will help -
> can you apply the patch at [1] and see if that fixes things for you ?
> And doesn't break other things ? ;)
> 
> David
> 
> [1] http://people.apache.org/~lutter/patches/jquery-mobile-update/

I tried out this patch, but no luck.  The error moved around, but is still
basically the same:

c is undefined

I guess at this point I'm OK with us releasing like this.  Hopefully it is
just on this (older) Firefox version, and this won't be a widespread problem.
We really should try to track it down in the near future, though.

-- 
Chris Lalancette

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Chris Lalancette <cl...@redhat.com>.
B1;2601;0cOn 08/30/11 - 03:34:30PM, David Lutterkort wrote:
> On Tue, 2011-08-30 at 09:21 -0400, Chris Lalancette wrote:
> > On 08/29/11 - 02:48:17PM, David Lutterkort wrote:
> > > Yeah, it happens during jquery's loadPage - since this only affects the
> > > HTML UI, and is more cosmetic than anything else, I'd like to defer
> > > addressing this to the next release.
> > 
> > I'm just slightly hesitant to release with this bug in place; after all, the
> > HTML UI is most likely the first thing people will see when they play around
> > with deltacloud.  What do others think?
> 
> Let's see if an update to the beta2 for jquery-mobile 1.0 will help -
> can you apply the patch at [1] and see if that fixes things for you ?
> And doesn't break other things ? ;)
> 
> David
> 
> [1] http://people.apache.org/~lutter/patches/jquery-mobile-update/

I tried out this patch, but no luck.  The error moved around, but is still
basically the same:

c is undefined

I guess at this point I'm OK with us releasing like this.  Hopefully it is
just on this (older) Firefox version, and this won't be a widespread problem.
We really should try to track it down in the near future, though.

-- 
Chris Lalancette

Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by David Lutterkort <lu...@redhat.com>.
On Tue, 2011-08-30 at 09:21 -0400, Chris Lalancette wrote:
> On 08/29/11 - 02:48:17PM, David Lutterkort wrote:
> > Yeah, it happens during jquery's loadPage - since this only affects the
> > HTML UI, and is more cosmetic than anything else, I'd like to defer
> > addressing this to the next release.
> 
> I'm just slightly hesitant to release with this bug in place; after all, the
> HTML UI is most likely the first thing people will see when they play around
> with deltacloud.  What do others think?

Let's see if an update to the beta2 for jquery-mobile 1.0 will help -
can you apply the patch at [1] and see if that fixes things for you ?
And doesn't break other things ? ;)

David

[1] http://people.apache.org/~lutter/patches/jquery-mobile-update/



Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by David Lutterkort <lu...@redhat.com>.
On Tue, 2011-08-30 at 09:21 -0400, Chris Lalancette wrote:
> On 08/29/11 - 02:48:17PM, David Lutterkort wrote:
> > Yeah, it happens during jquery's loadPage - since this only affects the
> > HTML UI, and is more cosmetic than anything else, I'd like to defer
> > addressing this to the next release.
> 
> I'm just slightly hesitant to release with this bug in place; after all, the
> HTML UI is most likely the first thing people will see when they play around
> with deltacloud.  What do others think?

Let's see if an update to the beta2 for jquery-mobile 1.0 will help -
can you apply the patch at [1] and see if that fixes things for you ?
And doesn't break other things ? ;)

David

[1] http://people.apache.org/~lutter/patches/jquery-mobile-update/



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Chris Lalancette <cl...@redhat.com>.
On 08/29/11 - 02:48:17PM, David Lutterkort wrote:
> Yeah, it happens during jquery's loadPage - since this only affects the
> HTML UI, and is more cosmetic than anything else, I'd like to defer
> addressing this to the next release.

I'm just slightly hesitant to release with this bug in place; after all, the
HTML UI is most likely the first thing people will see when they play around
with deltacloud.  What do others think?

-- 
Chris Lalancette

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Chris Lalancette <cl...@redhat.com>.
On 08/29/11 - 02:48:17PM, David Lutterkort wrote:
> Yeah, it happens during jquery's loadPage - since this only affects the
> HTML UI, and is more cosmetic than anything else, I'd like to defer
> addressing this to the next release.

I'm just slightly hesitant to release with this bug in place; after all, the
HTML UI is most likely the first thing people will see when they play around
with deltacloud.  What do others think?

-- 
Chris Lalancette

Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by David Lutterkort <lu...@redhat.com>.
On Fri, 2011-08-26 at 14:34 -0400, Chris Lalancette wrote:
> On 08/26/11 - 11:14:15AM, David Lutterkort wrote:
> > On Fri, 2011-08-26 at 10:22 -0400, Chris Lalancette wrote:
> > > On 08/24/11 - 04:57:18PM, David Lutterkort wrote:
> > > > Hi all,
> > > > 
> > > > I just uploaded the third release candidate for Deltacloud 0.4.0. The rc is
> > > > available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/
> > > > 
> > > > Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT
> > > > 
> > > > KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS
> > > > svn tag: https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4
> > > 
> > > So I just tried this out again, and I'm still not getting proper page refreshes
> > > when creating firewalls or rules on firewalls from the HTML UI.  That is, the
> > > firewall or the rule gets created on the backend cloud, but it does not
> > > refresh the page properly to show the new firewall or rule.
> > > 
> > > Actually, the same problem exists with Buckets and launching of instances as
> > > well.  Basically anything that needs to POST won't properly refresh on my
> > > machine.  Does anyone else see this?
> > 
> > This all works flawlessly for me with Firefox 6 on F15. Can you try
> > creating something with the firebug console open and set to 'stop on
> > error' ? Maybe there's some Javascript issue.
> 
> Heh, yeah, you can tell I haven't done this much.  Firebug is giving me:
> 
> c is undefined
> [Break On This Error] c=c.replace(location.protocol+"//"+loc...hadow ui-body-e ui-corner-all'><h1>"
> 
> (this is cut-n-pasted from the firebug console)
> 
> I guess that code comes from: public/javascripts/jquery.mobile-1.0b1.min.js
> 
> Though that file looks like it is probably auto-generated somehow.  Does that
> help at all?

Yeah, it happens during jquery's loadPage - since this only affects the
HTML UI, and is more cosmetic than anything else, I'd like to defer
addressing this to the next release.

David





---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by David Lutterkort <lu...@redhat.com>.
On Fri, 2011-08-26 at 14:34 -0400, Chris Lalancette wrote:
> On 08/26/11 - 11:14:15AM, David Lutterkort wrote:
> > On Fri, 2011-08-26 at 10:22 -0400, Chris Lalancette wrote:
> > > On 08/24/11 - 04:57:18PM, David Lutterkort wrote:
> > > > Hi all,
> > > > 
> > > > I just uploaded the third release candidate for Deltacloud 0.4.0. The rc is
> > > > available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/
> > > > 
> > > > Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT
> > > > 
> > > > KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS
> > > > svn tag: https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4
> > > 
> > > So I just tried this out again, and I'm still not getting proper page refreshes
> > > when creating firewalls or rules on firewalls from the HTML UI.  That is, the
> > > firewall or the rule gets created on the backend cloud, but it does not
> > > refresh the page properly to show the new firewall or rule.
> > > 
> > > Actually, the same problem exists with Buckets and launching of instances as
> > > well.  Basically anything that needs to POST won't properly refresh on my
> > > machine.  Does anyone else see this?
> > 
> > This all works flawlessly for me with Firefox 6 on F15. Can you try
> > creating something with the firebug console open and set to 'stop on
> > error' ? Maybe there's some Javascript issue.
> 
> Heh, yeah, you can tell I haven't done this much.  Firebug is giving me:
> 
> c is undefined
> [Break On This Error] c=c.replace(location.protocol+"//"+loc...hadow ui-body-e ui-corner-all'><h1>"
> 
> (this is cut-n-pasted from the firebug console)
> 
> I guess that code comes from: public/javascripts/jquery.mobile-1.0b1.min.js
> 
> Though that file looks like it is probably auto-generated somehow.  Does that
> help at all?

Yeah, it happens during jquery's loadPage - since this only affects the
HTML UI, and is more cosmetic than anything else, I'd like to defer
addressing this to the next release.

David





Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Chris Lalancette <cl...@redhat.com>.
On 08/26/11 - 11:14:15AM, David Lutterkort wrote:
> On Fri, 2011-08-26 at 10:22 -0400, Chris Lalancette wrote:
> > On 08/24/11 - 04:57:18PM, David Lutterkort wrote:
> > > Hi all,
> > > 
> > > I just uploaded the third release candidate for Deltacloud 0.4.0. The rc is
> > > available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/
> > > 
> > > Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT
> > > 
> > > KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS
> > > svn tag: https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4
> > 
> > So I just tried this out again, and I'm still not getting proper page refreshes
> > when creating firewalls or rules on firewalls from the HTML UI.  That is, the
> > firewall or the rule gets created on the backend cloud, but it does not
> > refresh the page properly to show the new firewall or rule.
> > 
> > Actually, the same problem exists with Buckets and launching of instances as
> > well.  Basically anything that needs to POST won't properly refresh on my
> > machine.  Does anyone else see this?
> 
> This all works flawlessly for me with Firefox 6 on F15. Can you try
> creating something with the firebug console open and set to 'stop on
> error' ? Maybe there's some Javascript issue.

Heh, yeah, you can tell I haven't done this much.  Firebug is giving me:

c is undefined
[Break On This Error] c=c.replace(location.protocol+"//"+loc...hadow ui-body-e ui-corner-all'><h1>"

(this is cut-n-pasted from the firebug console)

I guess that code comes from: public/javascripts/jquery.mobile-1.0b1.min.js

Though that file looks like it is probably auto-generated somehow.  Does that
help at all?

-- 
Chris Lalancette

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Chris Lalancette <cl...@redhat.com>.
On 08/26/11 - 11:14:15AM, David Lutterkort wrote:
> On Fri, 2011-08-26 at 10:22 -0400, Chris Lalancette wrote:
> > On 08/24/11 - 04:57:18PM, David Lutterkort wrote:
> > > Hi all,
> > > 
> > > I just uploaded the third release candidate for Deltacloud 0.4.0. The rc is
> > > available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/
> > > 
> > > Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT
> > > 
> > > KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS
> > > svn tag: https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4
> > 
> > So I just tried this out again, and I'm still not getting proper page refreshes
> > when creating firewalls or rules on firewalls from the HTML UI.  That is, the
> > firewall or the rule gets created on the backend cloud, but it does not
> > refresh the page properly to show the new firewall or rule.
> > 
> > Actually, the same problem exists with Buckets and launching of instances as
> > well.  Basically anything that needs to POST won't properly refresh on my
> > machine.  Does anyone else see this?
> 
> This all works flawlessly for me with Firefox 6 on F15. Can you try
> creating something with the firebug console open and set to 'stop on
> error' ? Maybe there's some Javascript issue.

Heh, yeah, you can tell I haven't done this much.  Firebug is giving me:

c is undefined
[Break On This Error] c=c.replace(location.protocol+"//"+loc...hadow ui-body-e ui-corner-all'><h1>"

(this is cut-n-pasted from the firebug console)

I guess that code comes from: public/javascripts/jquery.mobile-1.0b1.min.js

Though that file looks like it is probably auto-generated somehow.  Does that
help at all?

-- 
Chris Lalancette

Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by David Lutterkort <lu...@redhat.com>.
On Fri, 2011-08-26 at 10:22 -0400, Chris Lalancette wrote:
> On 08/24/11 - 04:57:18PM, David Lutterkort wrote:
> > Hi all,
> > 
> > I just uploaded the third release candidate for Deltacloud 0.4.0. The rc is
> > available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/
> > 
> > Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT
> > 
> > KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS
> > svn tag: https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4
> 
> So I just tried this out again, and I'm still not getting proper page refreshes
> when creating firewalls or rules on firewalls from the HTML UI.  That is, the
> firewall or the rule gets created on the backend cloud, but it does not
> refresh the page properly to show the new firewall or rule.
> 
> Actually, the same problem exists with Buckets and launching of instances as
> well.  Basically anything that needs to POST won't properly refresh on my
> machine.  Does anyone else see this?

This all works flawlessly for me with Firefox 6 on F15. Can you try
creating something with the firebug console open and set to 'stop on
error' ? Maybe there's some Javascript issue.

David



Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by David Lutterkort <lu...@redhat.com>.
On Fri, 2011-08-26 at 10:22 -0400, Chris Lalancette wrote:
> On 08/24/11 - 04:57:18PM, David Lutterkort wrote:
> > Hi all,
> > 
> > I just uploaded the third release candidate for Deltacloud 0.4.0. The rc is
> > available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/
> > 
> > Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT
> > 
> > KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS
> > svn tag: https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4
> 
> So I just tried this out again, and I'm still not getting proper page refreshes
> when creating firewalls or rules on firewalls from the HTML UI.  That is, the
> firewall or the rule gets created on the backend cloud, but it does not
> refresh the page properly to show the new firewall or rule.
> 
> Actually, the same problem exists with Buckets and launching of instances as
> well.  Basically anything that needs to POST won't properly refresh on my
> machine.  Does anyone else see this?

This all works flawlessly for me with Firefox 6 on F15. Can you try
creating something with the firebug console open and set to 'stop on
error' ? Maybe there's some Javascript issue.

David



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Chris Lalancette <cl...@redhat.com>.
On 08/24/11 - 04:57:18PM, David Lutterkort wrote:
> Hi all,
> 
> I just uploaded the third release candidate for Deltacloud 0.4.0. The rc is
> available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/
> 
> Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT
> 
> KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS
> svn tag: https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4

So I just tried this out again, and I'm still not getting proper page refreshes
when creating firewalls or rules on firewalls from the HTML UI.  That is, the
firewall or the rule gets created on the backend cloud, but it does not
refresh the page properly to show the new firewall or rule.

Actually, the same problem exists with Buckets and launching of instances as
well.  Basically anything that needs to POST won't properly refresh on my
machine.  Does anyone else see this?

(this is with a deltacloudd from the rc4 tarball above, and firefox 3.6.20
on Fedora-14)

-- 
Chris Lalancette

Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Michal Fojtik <mf...@redhat.com>.
On Aug 25, 2011, at 1:57 AM, David Lutterkort wrote:

> Hi all,

+1 to release

> 
> I just uploaded the third release candidate for Deltacloud 0.4.0. The rc is
> available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/
> 
> Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT
> 
> KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS
> svn tag: https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4
> 
> The rc4 differs from rc3 only in that missing license headers were added
> to files needing them, and that toplevel NOTICE and LICENSE files were
> schecked into svn.
> 
> The rc3 differs from rc2 in the following:
>             1. Rename parameter 'blob' back to 'blob_id' in create blob
>                operation to maintain backwards compatibility
>             2. deltacloudd: support daemonizing
>             3. Drivers:
>                      * Eucalyptus: make create_firewall_rule and
>                        delete_firewall_rule work
>                      * RHEV-M: improve exception handling
>                      * Mock: refactored driver to fix various bugs, and
>                        to make it an easier to understand example of
>                        how a driver works
>                      * Condor: ddded support files and configs for
>                        condor driver
>             4. Update/correct copyright and licensing info, based on
>                feedback from Sebb
>             5. Add ASF incubator logo and disclaimer to project site
>             6. Various fixes in the HTML UI
>             7. Added rake task 'routes' to print all routes
>             8. Client:
>                      * fix formatting of instance addresses (Mark
>                        McLoughlin)
>                      * do not require lib/base_object to avoid
>                        LoadError
> 
> The rc2 differs from rc1 in only two small changes:
>     1. Fix cucumber tests that failed because of the version bump
>     2. Fix an issue where POST requests containing matrix params were
>        not processed correctly (e.g. POST /api;driver=mock/instances
>        was failing)
> 
> I include the announcement for rc1 for convenience:
> 
> Many thanks to all those who contributed patches, reported bugs, and
> asked for features. It's great to see that the list of committers and
> patch contributors is steadily increasing.
> 
> Overview of the changes for this release:
> 
> Server:
>  * deltacloudd: new option --drivers to list all drivers
>  * deltacloudd: new options --ssl, --ssl-key and --ssl-cert to
>    enable HTTPS support
>  * API entrypoint reports features in JSON
>  * unify response behavior: any operation returning a 201 Created also
>    sets the Location header to point to the new resource; ensure the
>    status for an operation is the same regardless of output format
>  * Add type to public addresses; type can be one of 'ipv4', 'mac', 'vnc',
>    and 'hostname'
>  * Complete overhaul of the HTML UI, now uses jquery-mobile
>  * Response status for attach/detach storage is now 202 (instead of 302)
>  * Response status for get/set blob metadata is 204 No Content
>  * Response status for (un)register with load balancer is 204 No Content
>  * The user_name feature now reports the permissible length of the name
>    as the 'max_length' constraint
>  * Add Date header to responses as per RFC 2616
>  * New collection 'firewalls' for managing sets of firewalling rules
>  * split server/config/drivers.yaml into individual files so each driver
>    can be packaged separately; gives deployers better choice of what
>    drivers they want enabled
>  * Numerous bug fixes and improvements to the test suite
>  * Drivers
>    + Condor
>      - new driver to run a simple cloud based on the Condor grid scheduler
>    + EC2
>      - Fix bug in reboot instance so that the details returned are those
>        of the stopped instance, not some random instance
>      - Support getting and updating blob metadata
>      - support destroying images
>      - support firewalls (security groups)
>      - do not support user_name anymore; instance tagging is too fragile
>        in EC2 to be used reliably for this
>      - do not support registering an instance with a load balancer upon
>        creation anymore
>      - stream blob PUT to backend (requires thin)
>      - support attaching EBS snapshot to instance upon creation (feature
>        'attach_snapshot')
>      - support elastic IP's
>    + Eucalyptus
>      - support firewalls (security groups)
>      - support elastic IP's
>    + Gogrid
>      - when retrieving single realm, make sure we return the right one
>      - correctly capture load_balancer params
>      - report a listener if load_balancer has no instances
>    + Mock
>      - support destroying images
>    + Rackspace
>      - support destroying images
>      - stream blob PUT to backend (requires thin)
>    + RHEV-M
>      - support creating and destroying images
>      - report VNC address of instances
>      - can use Audrey's confserver to fetch IP of an instance
>    + vSphere
>      - turns a VMWare vSphere installation into a cloud
>      - driver stateless, state is stored in vSphere's data store in
>        'deltacloud' folder
>      - images are template VM's
>      - single HWP, whose max_cpu and max_memory are based on available
>        cpus and memory across all vSphere hosts
>      - support data injection via user_data and user_iso (upload entire
>        ISO image) For both, instance gets virtual CD-ROM with injected
>        data
> 
> Client:
>  * make authentication info for instances available
>  * retrieve type and address for public addresses of an instance
>  * deltacloudc: allow specifying bucket location when creating a bucket
> 
> Site:
>  * Major rewrite of REST API docs, covers the entire API now
>  * Add libdeltacloud API docs
> 
> I will update the website and docs to reflect those changes in time for
> the official release.
> 
> David
> 
> 

------------------------------------------------------
Michal Fojtik, mfojtik@redhat.com
Deltacloud API: http://deltacloud.org


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Chris Lalancette <cl...@redhat.com>.
On 08/24/11 - 04:57:18PM, David Lutterkort wrote:
> Hi all,
> 
> I just uploaded the third release candidate for Deltacloud 0.4.0. The rc is
> available from http://people.apache.org/~lutter/deltacloud/0.4.0/rc4/
> 
> Please vote on the release candidate by Saturday, 2011-08-27 15:00 PDT
> 
> KEYS: http://www.apache.org/dist/incubator/deltacloud/KEYS
> svn tag: https://svn.apache.org/repos/asf/incubator/deltacloud/tags/release-0.4.0-rc4

So I just tried this out again, and I'm still not getting proper page refreshes
when creating firewalls or rules on firewalls from the HTML UI.  That is, the
firewall or the rule gets created on the backend cloud, but it does not
refresh the page properly to show the new firewall or rule.

Actually, the same problem exists with Buckets and launching of instances as
well.  Basically anything that needs to POST won't properly refresh on my
machine.  Does anyone else see this?

(this is with a deltacloudd from the rc4 tarball above, and firefox 3.6.20
on Fedora-14)

-- 
Chris Lalancette

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] release deltacloud 0.4.0, rc4

Posted by Jim Jagielski <ji...@jaguNET.com>.
+1


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org