[jira] [Commented] (JCLOUDS-514) Need to be able to attach block volumes at instance creation in Nova

2014-09-29 Thread Jeremy Daggett (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14151909#comment-14151909
 ] 

Jeremy Daggett commented on JCLOUDS-514:


[~jasdeep] The plan is to support the OpenStack Havana (or newer) version for 
the [Block Device 
Mapping|https://github.com/openstack/nova/blob/stable/havana/nova/block_device.py].
 It has a slightly different format from pre-Havana versions and will give us 
better forward compatibility.

 Need to be able to attach block volumes at instance creation in Nova
 

 Key: JCLOUDS-514
 URL: https://issues.apache.org/jira/browse/JCLOUDS-514
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-compute, jclouds-core
Reporter: Jasdeep Hundal
Assignee: Jeremy Daggett
  Labels: features

 The Nova API allows for attaching block volumes to an instance at creation 
 time, it would be nice to access this feature through JClouds.
 Example Nova JSON:
 {server: {name: jasdeep-test, imageRef: 
 ed5912af-ff25-4ff3-bbec-6c00898c14b8, block_device_mapping: 
 [{volume_size: , volume_id: f696b2aa-4c83-40ad-ab25-984b59dd2e3c, 
 delete_on_termination: 1, device_name: vda}], flavorRef: small, 
 max_count: 1, min_count: 1}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JCLOUDS-514) Need to be able to attach block volumes at instance creation in Nova

2014-09-18 Thread Jeremy Daggett (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14139729#comment-14139729
 ] 

Jeremy Daggett commented on JCLOUDS-514:


https://github.com/jclouds/jclouds/pull/326
https://github.com/jclouds/jclouds/pull/527

 Need to be able to attach block volumes at instance creation in Nova
 

 Key: JCLOUDS-514
 URL: https://issues.apache.org/jira/browse/JCLOUDS-514
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-compute, jclouds-core
Reporter: Jasdeep Hundal
Assignee: Jeremy Daggett
  Labels: features

 The Nova API allows for attaching block volumes to an instance at creation 
 time, it would be nice to access this feature through JClouds.
 Example Nova JSON:
 {server: {name: jasdeep-test, imageRef: 
 ed5912af-ff25-4ff3-bbec-6c00898c14b8, block_device_mapping: 
 [{volume_size: , volume_id: f696b2aa-4c83-40ad-ab25-984b59dd2e3c, 
 delete_on_termination: 1, device_name: vda}], flavorRef: small, 
 max_count: 1, min_count: 1}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JCLOUDS-514) Need to be able to attach block volumes at instance creation in Nova

2014-09-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14139732#comment-14139732
 ] 

ASF subversion and git services commented on JCLOUDS-514:
-

Commit 3f2b9376a1f2ea54fa979d1338b9ed11ea176c4b in jclouds's branch 
refs/heads/master from jasdeep-hundal
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=3f2b937 ]

JCLOUDS-514: Support attaching volumes at boot in Nova


 Need to be able to attach block volumes at instance creation in Nova
 

 Key: JCLOUDS-514
 URL: https://issues.apache.org/jira/browse/JCLOUDS-514
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-compute, jclouds-core
Reporter: Jasdeep Hundal
Assignee: Jeremy Daggett
  Labels: features

 The Nova API allows for attaching block volumes to an instance at creation 
 time, it would be nice to access this feature through JClouds.
 Example Nova JSON:
 {server: {name: jasdeep-test, imageRef: 
 ed5912af-ff25-4ff3-bbec-6c00898c14b8, block_device_mapping: 
 [{volume_size: , volume_id: f696b2aa-4c83-40ad-ab25-984b59dd2e3c, 
 delete_on_termination: 1, device_name: vda}], flavorRef: small, 
 max_count: 1, min_count: 1}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JCLOUDS-514) Need to be able to attach block volumes at instance creation in Nova

2014-09-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14139888#comment-14139888
 ] 

ASF subversion and git services commented on JCLOUDS-514:
-

Commit f510424c43a943667784dea69fffdd171dc3e626 in jclouds's branch 
refs/heads/1.8.x from jasdeep-hundal
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=f510424 ]

JCLOUDS-514: Support attaching volumes at boot in Nova


 Need to be able to attach block volumes at instance creation in Nova
 

 Key: JCLOUDS-514
 URL: https://issues.apache.org/jira/browse/JCLOUDS-514
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-compute, jclouds-core
Reporter: Jasdeep Hundal
Assignee: Jeremy Daggett
  Labels: features

 The Nova API allows for attaching block volumes to an instance at creation 
 time, it would be nice to access this feature through JClouds.
 Example Nova JSON:
 {server: {name: jasdeep-test, imageRef: 
 ed5912af-ff25-4ff3-bbec-6c00898c14b8, block_device_mapping: 
 [{volume_size: , volume_id: f696b2aa-4c83-40ad-ab25-984b59dd2e3c, 
 delete_on_termination: 1, device_name: vda}], flavorRef: small, 
 max_count: 1, min_count: 1}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JCLOUDS-514) Need to be able to attach block volumes at instance creation in Nova

2014-03-26 Thread Everett Toews (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13948481#comment-13948481
 ] 

Everett Toews commented on JCLOUDS-514:
---

The two CLI docs linked to here seem to be for two different things. The 
(Grizzly and older) link is for attaching a volume on boot, whereas the 
(Icehouse) link is for booting from a volume, snapshot, or image.

What's the intent of this change?

If it's just attaching on boot then please remove the (Icehouse) link.

 Need to be able to attach block volumes at instance creation in Nova
 

 Key: JCLOUDS-514
 URL: https://issues.apache.org/jira/browse/JCLOUDS-514
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-compute, jclouds-core
Reporter: Jasdeep Hundal
  Labels: features
 Fix For: 1.8.0


 The Nova API allows for attaching block volumes to an instance at creation 
 time, it would be nice to access this feature through JClouds.
 See:
 - (Grizzly and older): 
 http://docs.openstack.org/grizzly/openstack-compute/admin/content/instance-creation.html
 - (Icehouse): 
 http://docs.openstack.org/user-guide/content/create_volume_from_image_and_boot.html



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (JCLOUDS-514) Need to be able to attach block volumes at instance creation in Nova

2014-03-26 Thread Jasdeep Hundal (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13948499#comment-13948499
 ] 

Jasdeep Hundal commented on JCLOUDS-514:


That was a bit for a derp on a blind copy for other things I was doing, just 
pasted the Nova request json now.

 Need to be able to attach block volumes at instance creation in Nova
 

 Key: JCLOUDS-514
 URL: https://issues.apache.org/jira/browse/JCLOUDS-514
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-compute, jclouds-core
Reporter: Jasdeep Hundal
  Labels: features
 Fix For: 1.8.0


 The Nova API allows for attaching block volumes to an instance at creation 
 time, it would be nice to access this feature through JClouds.
 See:
 - (Grizzly and older): 
 http://docs.openstack.org/grizzly/openstack-compute/admin/content/instance-creation.html
 - (Icehouse): 
 http://docs.openstack.org/user-guide/content/create_volume_from_image_and_boot.html



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (JCLOUDS-514) Need to be able to attach block volumes at instance creation in Nova

2014-03-26 Thread Everett Toews (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13948511#comment-13948511
 ] 

Everett Toews commented on JCLOUDS-514:
---

I think the (Icehouse) link you really want is 
http://docs.openstack.org/user-guide/content/create_new_volume_before_instance.html

That's to Attach non-bootable volume to an instance. The URL is horribly 
misleading. 

What do you think?

 Need to be able to attach block volumes at instance creation in Nova
 

 Key: JCLOUDS-514
 URL: https://issues.apache.org/jira/browse/JCLOUDS-514
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-compute, jclouds-core
Reporter: Jasdeep Hundal
  Labels: features
 Fix For: 1.8.0


 The Nova API allows for attaching block volumes to an instance at creation 
 time, it would be nice to access this feature through JClouds.
 Example Nova JSON:
 {server: {name: jasdeep-test, imageRef: 
 ed5912af-ff25-4ff3-bbec-6c00898c14b8, block_device_mapping: 
 [{volume_size: , volume_id: f696b2aa-4c83-40ad-ab25-984b59dd2e3c, 
 delete_on_termination: 1, device_name: vda}], flavorRef: small, 
 max_count: 1, min_count: 1}}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (JCLOUDS-514) Need to be able to attach block volumes at instance creation in Nova

2014-03-26 Thread Everett Toews (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13948520#comment-13948520
 ] 

Everett Toews commented on JCLOUDS-514:
---

For the record, there are two similarly named things that were causing me a bit 
of confusion. 

AFAICT, when booting a Nova server you can attach block devices or boot from 
block devices. The flags in the Nova are similar:

block-device-mapping == attach block devices
block-device == boot from block device

 Need to be able to attach block volumes at instance creation in Nova
 

 Key: JCLOUDS-514
 URL: https://issues.apache.org/jira/browse/JCLOUDS-514
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-compute, jclouds-core
Reporter: Jasdeep Hundal
  Labels: features
 Fix For: 1.8.0


 The Nova API allows for attaching block volumes to an instance at creation 
 time, it would be nice to access this feature through JClouds.
 Example Nova JSON:
 {server: {name: jasdeep-test, imageRef: 
 ed5912af-ff25-4ff3-bbec-6c00898c14b8, block_device_mapping: 
 [{volume_size: , volume_id: f696b2aa-4c83-40ad-ab25-984b59dd2e3c, 
 delete_on_termination: 1, device_name: vda}], flavorRef: small, 
 max_count: 1, min_count: 1}}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (JCLOUDS-514) Need to be able to attach block volumes at instance creation in Nova

2014-03-26 Thread Jasdeep Hundal (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13948524#comment-13948524
 ] 

Jasdeep Hundal commented on JCLOUDS-514:


This ticket is specifically for attaching, though I think the mechanism may be 
the same, just that we don't specify an image when we intend to boot from 
volume.

 Need to be able to attach block volumes at instance creation in Nova
 

 Key: JCLOUDS-514
 URL: https://issues.apache.org/jira/browse/JCLOUDS-514
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-compute, jclouds-core
Reporter: Jasdeep Hundal
  Labels: features
 Fix For: 1.8.0


 The Nova API allows for attaching block volumes to an instance at creation 
 time, it would be nice to access this feature through JClouds.
 Example Nova JSON:
 {server: {name: jasdeep-test, imageRef: 
 ed5912af-ff25-4ff3-bbec-6c00898c14b8, block_device_mapping: 
 [{volume_size: , volume_id: f696b2aa-4c83-40ad-ab25-984b59dd2e3c, 
 delete_on_termination: 1, device_name: vda}], flavorRef: small, 
 max_count: 1, min_count: 1}}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (JCLOUDS-514) Need to be able to attach block volumes at instance creation in Nova

2014-03-25 Thread Jasdeep Hundal (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947191#comment-13947191
 ] 

Jasdeep Hundal commented on JCLOUDS-514:


PR: https://github.com/jclouds/jclouds/pull/326

 Need to be able to attach block volumes at instance creation in Nova
 

 Key: JCLOUDS-514
 URL: https://issues.apache.org/jira/browse/JCLOUDS-514
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-compute, jclouds-core
Reporter: Jasdeep Hundal
  Labels: features
 Fix For: 1.8.0


 The Nova API allows for attaching block volumes to an instance at creation 
 time, it would be nice to access this feature through JClouds.
 See:
 - (Grizzly and older): 
 http://docs.openstack.org/grizzly/openstack-compute/admin/content/instance-creation.html
 - (Icehouse): 
 http://docs.openstack.org/user-guide/content/create_volume_from_image_and_boot.html



--
This message was sent by Atlassian JIRA
(v6.2#6252)