Re: [Openstack] Windows Image 2008 in OpenStack

2013-05-27 Thread Jason Ford
Directions are here..

http://docs.openstack.org/trunk/openstack-compute/admin/content/creating-a-windows-image.html

Enjoy.

Jason

-
Jason Ford
jf...@blackmesh.commailto:jf...@blackmesh.com
Http://www.blackmesh.com
888.473.0854 x710

On May 27, 2013, at 1:27 PM, Narayanan, Krishnaprasad 
naray...@uni-mainz.demailto:naray...@uni-mainz.de wrote:

Hallo All,

Can somebody guide me to create a virtual machine using Windows 2008 image?

Thanks
Krishnaprasad
___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Grizzly official packages

2013-04-06 Thread Jason Ford
Dave,

Can you point to where the cloud archive has updated 2013.1 Grizzly packages 
for 12.04? I don't see it when I look at the packages listed here:

http://ubuntu-cloud.archive.canonical.com

Is there somewhere else we should be pointing to get the 2013.1 release instead 
of seeing the RC packages? If they are indeed not out yet, when will they be?

Thanks!

jason

- Original Message -
From: Daviey Walker dave.wal...@canonical.com
To: Filipe Manco filipe.ma...@gmail.com
Cc: openstack@lists.launchpad.net
Sent: Saturday, April 6, 2013 4:16:42 PM
Subject: Re: [Openstack] Grizzly official packages





On 6 April 2013 19:56, Filipe Manco  filipe.ma...@gmail.com  wrote: 



Is there any way to use OpenStack Grizzly in Ubuntu 12.10? 
Can we use the cloud archive repos? 



Filipe Manco 

http://about.me/fmanco 







Hi Filipe, 


We have made Grizzly available in both the current Ubuntu development series, 
which is 13.04 (Raring Ringtail), and also made it available to the most recent 
LTS (Long Term Support) version which is 12.04 (Precise Pangolin), via the 
Ubuntu Cloud Archive. At this current time, there are not packages available 
for 12.10. 


Our focus is currently on the current development version, and the most recent 
LTS. May I ask what makes 12.10 interesting to you, for Grizzly? 


Thanks. 

-- 
Kind Regards, 

Dave Walker  dave.wal...@canonical.com  
Engineering Manager, 
Ubuntu Server 
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] quantum: two ips one vif

2012-10-23 Thread Jason Ford
This seems broke unless I have something weird going on in my ovs setup. I can 
get quantum to assign the second IP address to the instance but when trying to 
do anything to that second IP, traffic is blocked by something. I have verified 
that iptables is updated on the hypervisor and I can see flows in OVS inbound 
but no replies. I can even see the traffic making it to the instance as well 
via tcpdump and also see the replies going out for the initial ARP as well from 
inside the instance. The ARP never seems to make it into OVS as a flow. Is 
Quantum missing a configuration for a flow somewhere or is there something more 
I should look for? Does it work for anyone else or did I hit a bug?

jason

- Original Message -
From: Dan Wendlandt d...@nicira.com
To: Jason Ford ja...@chatinara.com
Cc: openstack@lists.launchpad.net
Sent: Tuesday, October 23, 2012 12:55:42 AM
Subject: Re: [Openstack] quantum: two ips one vif

by default, quantum will give a port one IP address from any v4 subnet
associated with the network, and one from any v6 subnet associated
with the subnet.  However, you can create your own port with multiple
subnets, and then boot a VM with that port.  You can create a port
with IPs from different subnets by using the --fixed-ip option twice,
each time specifying a different subnet.  See example below.

Dan


nicira@com-dev:~/devstack$ quantum subnet-list -c id -c network_id -c cidr
+-+--+--+
| cidr| id   | network_id
 |
+-+--+--+
| 10.0.0.0/16 | a26f5605-8400-45ef-82cc-ec62fae37a33 |
9f930f56-ca54-41b9-bb68-688f009e2f75 |
| 20.0.0.0/24 | f1278823-d6e3-4237-ad55-7f2fe286994c |
9f930f56-ca54-41b9-bb68-688f009e2f75 |
+-+--+--+
nicira@com-dev:~/devstack$ quantum port-create --fixed-ip
subnet_id=a26f5605-8400-45ef-82cc-ec62fae37a33 --fixed-ip
subnet_id=f1278823-d6e3-4237-ad55-7f2fe286994c
9f930f56-ca54-41b9-bb68-688f009e2f75
Created a new port:
++-+
| Field  | Value
|
++-+
| admin_state_up | True
|
| device_id  |
|
| device_owner   |
|
| fixed_ips  | {subnet_id:
a26f5605-8400-45ef-82cc-ec62fae37a33, ip_address: 10.0.0.3} |
|| {subnet_id:
f1278823-d6e3-4237-ad55-7f2fe286994c, ip_address: 20.0.0.3} |
| id | 79f20e6f-7b95-44b0-90e6-bd0296c7aa54
|
| mac_address| fa:16:3e:05:69:ba
|
| name   |
|
| network_id | 9f930f56-ca54-41b9-bb68-688f009e2f75
|
| status | ACTIVE
|
| tenant_id  | b02686b6c8c44c75bd7459710ed81edb
|
++-+
nicira@com-dev:~/devstack$ nova image-list
+--+-+++
| ID   | Name
  | Status | Server |
+--+-+++
| 5809a3fe-2c27-4d87-80c0-963ec1f92d0f | cirros-0.3.0-x86_64-uec
  | ACTIVE ||
| e9a03bac-1e46-4d98-973d-2efc0f10d4d2 |
cirros-0.3.0-x86_64-uec-kernel  | ACTIVE ||
| 28ad71a6-b120-4d75-a8cc-1aabe248edfa |
cirros-0.3.0-x86_64-uec-ramdisk | ACTIVE ||
+--+-+++
nicira@com-dev:~/devstack$ nova boot --image
5809a3fe-2c27-4d87-80c0-963ec1f92d0f --flavor 1 --nic
port-id=79f20e6f-7b95-44b0-90e6-bd0296c7aa54 vm1
++--+
| Property   | Value|
++--+
| OS-DCF:diskConfig  | MANUAL   |
| OS-EXT-STS:power_state | 0|
| OS-EXT-STS:task_state  | scheduling   |
| OS-EXT-STS:vm_state| building |
| accessIPv4 |  |
| accessIPv6 |  |
| adminPass  | 68GLMZmLrsJ5 |
| config_drive   |  |
| created| 2012-10-23T04:52:02Z |
| flavor | m1.tiny

[Openstack] quantum: two ips one vif

2012-10-22 Thread Jason Ford
Stackers,

I am testing out quantum with vlans using a hardware based firewall as a 
gateway. I am using openvswitch with the quantum openvswitch agent and 
nova-compute running on the compute node. I also have one management node with 
everything else on it.

I am able to spin up a vm and assign an ip address via dhcp to my instance. It 
shows up in quantum port-list as well as quantum net-list and is able to route 
traffic in and out of my vlan'd network. I have a requirement to assign another 
fixed IP (not floating) from a new vlan to the same virtual interface on the 
instance. When I create another subnet in quantum, that works. How do I assign 
an ip address from the new subnet to the same openvswitch port via quantum?

jason

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Openstack summit hotel

2012-09-17 Thread Jason Ford
Lauren,

Thank you for getting this setup. I can confirm that there are some rooms free 
as I just took three :)

See you all in San Diego.

Regards,

jason


Jason Ford
jf...@blackmesh.commailto:jf...@blackmesh.com
BlackMesh Managed Hosting
http://www.blackmesh.comhttp://www.blackmesh.com/
888.473.0854 x710

From: Lauren Sell lau...@openstack.orgmailto:lau...@openstack.org
Date: Monday, September 17, 2012 12:55 PM
To: Stefano Maffulli stef...@openstack.orgmailto:stef...@openstack.org
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Openstack summit hotel

It's been difficult to find more rooms at a reasonable rate because there are a 
few other big conferences in town that week, but the Hard Rock Hotel had a big 
group cancel. The have rooms available for $249, and it's 4-5 blocks from the 
Hyatt down Harbor Drive.  We do not have an official contract, but they set up 
a courtesy block and said they would keep us up to date on availability:

https://gc.synxis.com/rez.aspx?Hotel=56669Chain=13924arrive=10/14/2012depart=10/19/2012adult=1child=0group=1210OPENST

Hope this helps, or please let everyone know if there are better rates/options 
available.

On Sep 11, 2012, at 6:14 PM, Stefano Maffulli wrote:

On Tue 11 Sep 2012 03:19:31 PM PDT, Sean Dague wrote:
Looks like that block is sold out as well now, even though the first
page says bookable through Sept 24th. Any idea if more are going to
happen, or if everyone's on their own at this point?

There are no plans at the moment to  contract more block rooms but we
may go out and scout some recommendations for you... If you have a
favourite place or get started with your personal research please share
the findings with us.

Cheers,
stef

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] centos 6 images

2012-05-22 Thread Jason Ford
I am trying to put together an image for centos 6 that works like cloud-init on 
ubuntu does. Currently I have ssh keys getting imported but having some 
problems getting the disk to dynamically resize to the flavor template as well 
as the hostname set in horizon to be pushed into the image. Does anyone have 
any howtos or suggestions on how to get this done? Is there cloud-init for 
centos just like ubuntu? I would also be interested in how to do this with 
debian as well.

Thanks!

jason

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] centos 6 images

2012-05-22 Thread Jason Ford
Joshua,

Do you have some basic instructions on how to push this into an image and 
configure it? Any information about what you have here would be great!

jason

- Original Message -
From: Joshua Harlow harlo...@yahoo-inc.com
To: Jason ja...@chatinara.com, Pádraig Brady p...@draigbrady.com
Cc: Fedora Cloud SIG cl...@lists.fedoraproject.org, Andy Grimm 
agr...@gmail.com, openstack openstack@lists.launchpad.net
Sent: Tuesday, May 22, 2012 1:49:06 PM
Subject: Re: [Openstack] centos 6 images

U might want to check out, 

https://github.com/yahoo/Openstack-Condense 

Its a stripped down/cleaned up/... version of cloud-init that I know works on 
RHEL6. 

I tried to improve the following: 



1. Code cleanliness (constants being uppercase, paths using os.path.join 
and so-on) 
2. Stripping out some of the odd handlers (byobu, right-scale and such) 
3. Improving logging by a lot (so that u can debug this thing) 
4. Making what handlers I left work on RH and ubuntu... 

Might be useful if u want to try it. 

I know just from doing the above work that the cloud-init for ubuntu, requires 
some work to get it to work on RH, but not tons, eventually I hope that I can 
merge this back, but for now its forked so that I could focus on getting it 
working and cleaned up, rather than pushing code through some review process 
via launchpad and such (ie the slow as molasses approach). 

On 5/22/12 10:05 AM, Jason  ja...@chatinara.com  wrote: 



I will give these a shot later today and reply with feedback. 

Thanks for looking into this! 

Jason 

On May 22, 2012, at 11:44 AM, Pádraig Brady  p...@draigbrady.com  wrote: 

 On 05/22/2012 03:39 PM, Andy Grimm wrote: 
 On Tue, May 22, 2012 at 9:38 AM, Pádraig Brady  p...@draigbrady.com  
 wrote: 
 On 05/22/2012 04:07 AM, Jason Ford wrote: 
 I am trying to put together an image for centos 6 that works like 
 cloud-init on ubuntu does. Currently I have ssh keys getting imported but 
 having some problems getting the disk to dynamically resize to the flavor 
 template as well as the hostname set in horizon to be pushed into the 
 image. Does anyone have any howtos or suggestions on how to get this done? 
 Is there cloud-init for centos just like ubuntu? I would also be 
 interested in how to do this with debian as well. 
 
 Well I notice there is no cloud-init package for EPEL. 
 I took a quick stab at it here: 
 http://pbrady.fedorapeople.org/cloud-init-el6/ 
 
 I've already responded in IRC, but it wouldn't hurt to have a response 
 in the mail archive. In short, the reason there isn't already a 
 cloud-init for EL6 (or EL5, for that matter) is that upstream has been 
 using python 2.7-only calls for a while now. In particular, a couple 
 of calls to subprocess.check_output need to be replaced, and I think 
 there are a few other issues as well. I don't think it's a huge 
 amount of work to make it functional, but it hasn't been high on 
 anyone's list. It would be cool if you have time to fix / test it, 
 though. 
 
 Ok I've fixed the check_output calls at the above URL. 
 
 cheers, 
 Pádraig. 

___ 
Mailing list: https://launchpad.net/~openstack 
Post to : openstack@lists.launchpad.net 
Unsubscribe : https://launchpad.net/~openstack 
More help : https://help.launchpad.net/ListHelp 


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] centos 6 images

2012-05-22 Thread Jason Ford
Scott,

If you need someone to test your changes, I would be happy to do it. Please 
just give me some basic instructions on how to put it in place and I will get 
it working.

As for your request for comments/features, personally I would like to see the 
following parts done initially:

- hostname set to instance name
- disk space resize to flavor size
- ssh-key pull
- report a random password for root user (or default user) if this is possible

Thanks for looking at this.

jason

- Original Message -
From: Scott Moser smo...@ubuntu.com
To: Pádraig Brady p...@draigbrady.com
Cc: Fedora Cloud SIG cl...@lists.fedoraproject.org, Andy Grimm 
agr...@gmail.com, openstack openstack@lists.launchpad.net
Sent: Tuesday, May 22, 2012 12:51:42 PM
Subject: Re: [Openstack] centos 6 images

On Tue, 22 May 2012, Pádraig Brady wrote:

 On 05/22/2012 03:39 PM, Andy Grimm wrote:
  On Tue, May 22, 2012 at 9:38 AM, Pádraig Brady p...@draigbrady.com wrote:
  On 05/22/2012 04:07 AM, Jason Ford wrote:
  I am trying to put together an image for centos 6 that works like 
  cloud-init on ubuntu does. Currently I have ssh keys getting imported but 
  having some problems getting the disk to dynamically resize to the flavor 
  template as well as the hostname set in horizon to be pushed into the 
  image. Does anyone have any howtos or suggestions on how to get this 
  done? Is there cloud-init for centos just like ubuntu? I would also be 
  interested in how to do this with debian as well.
 
  Well I notice there is no cloud-init package for EPEL.
  I took a quick stab at it here:
  http://pbrady.fedorapeople.org/cloud-init-el6/
 
  I've already responded in IRC, but it wouldn't hurt to have a response
  in the mail archive.  In short, the reason there isn't already a
  cloud-init for EL6 (or EL5, for that matter) is that upstream has been
  using python 2.7-only calls for a while now.  In particular, a couple
  of calls to subprocess.check_output need to be replaced, and I think
  there are a few other issues as well.  I don't think it's a huge

It would help if you'd bring that up with upstream :)
I'm interested in cloud-init working in the most places it can.  I'll try
to pull in the sysvinit scripts that Pádraig added and grab other changes
that are there.

  amount of work to make it functional, but it hasn't been high on
  anyone's list.  It would be cool if you have time to fix / test it,
  though.

 Ok I've fixed the check_output calls at the above URL.

If anyone has features / issues they'd like addressed in cloud-init,
please feel free to ping me (smoser).  I'll most likely ask you to open a
bug at http://bugs.launchpad.net/cloud-init , and may even invite you to
submit a patch.  One way or another, though, I'm interested in making
cloud-init better, so comments/concerns/participation is welcome and
encouraged.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp