Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread matt
Jesse the AMT looks like it may work in so far as functionality... but it
requires unix utility amttool in place of ipmitool.

I'll report back on how these work for me.. I just ordered 4 for testing.

Only that one model of the NUCs has AMT support with vpro on it.  So if you
do go nuc

http://www.intel.com/content/www/us/en/nuc/nuc-kit-dc53427hye.html

That's the unit you want.

On Wed, Feb 11, 2015 at 3:28 PM, Jesse Keating  wrote:

> On 2/11/15 12:19 PM, Abel Lopez wrote:
>
>> There is DIY LOM for the NUC, it was demo'd at Paris Summit. It was
>> quite elegant, featuring LEGO Mindstorm robots being instructed to push
>> the power button.
>>
>>
> Remote power is not LOM. Remote power could be done with a sufficient
> power strip. Real LOM is required to demo these as a baremetal (ironic)
> target.
>
> --
> -jlk
>
>
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread matt
Okay for clarity... a mechanical solution to pushing the buttons on the NUC
is of Rube Goldberg complexity.  It is completely unnecessary and
hellaciously prone to failure.

You can literally wire into where the on / off switch is... or optimally
directly to the jumper on the board itself with a microcontroller ( i'd use
a beaglebone black personally for the ethernet port mainly ) .  Then you
can use a GPIO pin to switch the board on and off.  More so, you can wire
the GPIO ( at 5v ) to a mechanical relay in line with the 110/220v+ line
and get hard cycling added as a capability.  Using mindstorms for this is
neat, but frankly way overly complex and less useful.

Hell if you were crazy you could wire up a usb hub to some ttyusb -> db9
cables and host it to the beaglebone as well for serial console.

Go still further down the path to damned near implementing your own IPMI
solution you could directly parasite into the on board sensors and read
them direct.

Going the final leg of the journey... you could directly ADC the VGA port
and soft render that into a RDP window along with some sort of API -> USB
HID device stack... and bob's your uncle you've built your own LOM board.
Then all you need to do is re-implement IPMI protocol and tie it to the
hardware.

Half way to an open source LOM board at that point.

But honestly, with AMT that's not really necessary here.

Still... open source LOM would be nice.

-matt

On Wed, Feb 11, 2015 at 3:19 PM, Abel Lopez  wrote:

> There is DIY LOM for the NUC, it was demo'd at Paris Summit. It was quite
> elegant, featuring LEGO Mindstorm robots being instructed to push the power
> button.
>
> On Feb 11, 2015, at 9:12 AM, Will Snow (wasnow)  wrote:
>
>  So as to 10g, it’s not like I’m going to use them for production :)
>
>  I do miss LOM on the boxes tho – the dual interface would be nice, but I
> can work around that.
> I have a covey (pod? Gaggle?) of 4 NUCs with 1 being the master to deploy
> the others. That master has 2 nics (built in 1g, wifi) so you can very
> easily connect your cloud to your network.
>
>  This allows my developers to test real multinode deploys of openstack
> repeatedly without the expense of 3 rack servers, and they can carry around
> the cloud to meetups or whereever they want to go.
>
>  There are a few tweaks to what we’re doing that are based on feedback
> from what we’ve built already. I use the NUCs as the price point is good,
> and Intel is down the street from me :)
>
>  Shameless plug: more details in our talk at the vancouver if it gets
> accepted.
>
>   --Will Snow
> was...@cisco.com
> Director, OpenStack Customer Engineering
> Mobile: +1-650-544-5460
>
>   From: matt
> Date: Wednesday, February 11, 2015 at 8:30 AM
> To: will snow
> Cc: Christian Berendt, "openstack-operators@lists.openstack.org"
> Subject: Re: [Openstack-operators] demo environment ( embedded device
> openstack ) ?
>
>   3)  no 10 gig.
>
> On Wed, Feb 11, 2015 at 11:29 AM, matt  wrote:
>
>>  i dislike 2 things about the NUCs...
>>
>>  1)  only a single interface
>>  2)  no lights out management
>>
>> =/
>>
>> On Wed, Feb 11, 2015 at 11:06 AM, Will Snow (wasnow) 
>> wrote:
>>
>>> Yes, I was considering waiting for the new NUCs but they’re March
>>> (scheduled) which means general availability sometime after that.
>>> Which would make things a bit tight for my talk at Vancouver (if it gets
>>> accepted)
>>>
>>> --Will Snow
>>> was...@cisco.com
>>> Director, OpenStack Customer Engineering
>>> Mobile: +1-650-544-5460
>>>
>>>
>>>
>>>
>>>
>>>
>>>  On 2/11/15, 3:33 AM, "Christian Berendt"  wrote:
>>>
>>> >On 02/06/2015 10:27 PM, Will Snow (wasnow) wrote:
>>> >> I’ve been building out a small cluster of intel NUC’s and have been
>>> >> quite happy with them – reasonable performance, 16g ram, and usb3 if
>>> you
>>> >> need storage.
>>> >
>>> >I think NUCs are a greate choice.
>>> >
>>> >According to
>>> >
>>> http://liliputing.com/2015/01/intel-unveils-nuc-mini-pc-core-i7-broadwell
>>> .
>>> >html
>>> >NUCs with i7 CPUs should be released this year.
>>> >
>>> >More details at
>>> >http://www.intel.com/content/www/us/en/nuc/products-overview.html.
>>> >
>>> >Christian.
>>> >
>>> >___
>>> >OpenStack-operators mailing list
>>> >OpenStack-operators@lists.openstack.org
>>> &g

Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread Jesse Keating

On 2/11/15 12:19 PM, Abel Lopez wrote:

There is DIY LOM for the NUC, it was demo'd at Paris Summit. It was
quite elegant, featuring LEGO Mindstorm robots being instructed to push
the power button.



Remote power is not LOM. Remote power could be done with a sufficient 
power strip. Real LOM is required to demo these as a baremetal (ironic) 
target.


--
-jlk

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread Abel Lopez
There is DIY LOM for the NUC, it was demo'd at Paris Summit. It was quite 
elegant, featuring LEGO Mindstorm robots being instructed to push the power 
button.

> On Feb 11, 2015, at 9:12 AM, Will Snow (wasnow)  wrote:
> 
> So as to 10g, it’s not like I’m going to use them for production :)
> 
> I do miss LOM on the boxes tho – the dual interface would be nice, but I can 
> work around that.
> I have a covey (pod? Gaggle?) of 4 NUCs with 1 being the master to deploy the 
> others. That master has 2 nics (built in 1g, wifi) so you can very easily 
> connect your cloud to your network.
> 
> This allows my developers to test real multinode deploys of openstack 
> repeatedly without the expense of 3 rack servers, and they can carry around 
> the cloud to meetups or whereever they want to go.
> 
> There are a few tweaks to what we’re doing that are based on feedback from 
> what we’ve built already. I use the NUCs as the price point is good, and 
> Intel is down the street from me :)
> 
> Shameless plug: more details in our talk at the vancouver if it gets accepted.
> 
> --Will Snow
> was...@cisco.com
> Director, OpenStack Customer Engineering
> Mobile: +1-650-544-5460
> 
> From: matt
> Date: Wednesday, February 11, 2015 at 8:30 AM
> To: will snow
> Cc: Christian Berendt, "openstack-operators@lists.openstack.org 
> <mailto:openstack-operators@lists.openstack.org>"
> Subject: Re: [Openstack-operators] demo environment ( embedded device 
> openstack ) ?
> 
> 3)  no 10 gig.
> 
> On Wed, Feb 11, 2015 at 11:29 AM, matt  <mailto:m...@nycresistor.com>> wrote:
> i dislike 2 things about the NUCs...
> 
> 1)  only a single interface
> 2)  no lights out management
> 
> =/
> 
> On Wed, Feb 11, 2015 at 11:06 AM, Will Snow (wasnow)  <mailto:was...@cisco.com>> wrote:
> Yes, I was considering waiting for the new NUCs but they’re March
> (scheduled) which means general availability sometime after that.
> Which would make things a bit tight for my talk at Vancouver (if it gets
> accepted)
> 
> --Will Snow
> was...@cisco.com <mailto:was...@cisco.com>
> Director, OpenStack Customer Engineering
> Mobile: +1-650-544-5460 
> 
> 
> 
> 
> 
> 
> On 2/11/15, 3:33 AM, "Christian Berendt"  <mailto:christ...@berendt.io>> wrote:
> 
> >On 02/06/2015 10:27 PM, Will Snow (wasnow) wrote:
> >> I’ve been building out a small cluster of intel NUC’s and have been
> >> quite happy with them – reasonable performance, 16g ram, and usb3 if you
> >> need storage.
> >
> >I think NUCs are a greate choice.
> >
> >According to
> >http://liliputing.com/2015/01/intel-unveils-nuc-mini-pc-core-i7-broadwell 
> ><http://liliputing.com/2015/01/intel-unveils-nuc-mini-pc-core-i7-broadwell>.
> >html
> >NUCs with i7 CPUs should be released this year.
> >
> >More details at
> >http://www.intel.com/content/www/us/en/nuc/products-overview.html 
> ><http://www.intel.com/content/www/us/en/nuc/products-overview.html>.
> >
> >Christian.
> >
> >___
> >OpenStack-operators mailing list
> >OpenStack-operators@lists.openstack.org 
> ><mailto:OpenStack-operators@lists.openstack.org>
> >http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators 
> ><http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators>
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org 
> <mailto:OpenStack-operators@lists.openstack.org>
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators 
> <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators>
> 
> 
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread matt
yeah i found that and was reading... i mean it sucks it's not ipmi
compatible... but at least it's something.

would NEVER use in prod without interface isolation.  but for a demo
rig it kinda works.

still wish the nuc had a second interface... even more so now.

-matt

On Wed, Feb 11, 2015 at 2:51 PM, Jeremy Stanley  wrote:

> On 2015-02-11 12:27:42 -0500 (-0500), matt wrote:
> > the lack of lom is... difficult in this use case.  more so than
> > any of the other 3 defficiencies i listed.
> [...]
>
> According to a little searching, it seems that the Ivy Bridge based
> i5 NUCs (not the Haswell based ones) have Intel AMT support. This
> blog post is somewhat encouraging:
>
>  http://blog.dustinkirkland.com/2013/12/everything-you-need-to-know-about-intel.html
> >
>
> --
> Jeremy Stanley
>
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread Jeremy Stanley
On 2015-02-11 12:27:42 -0500 (-0500), matt wrote:
> the lack of lom is... difficult in this use case.  more so than
> any of the other 3 defficiencies i listed.
[...]

According to a little searching, it seems that the Ivy Bridge based
i5 NUCs (not the Haswell based ones) have Intel AMT support. This
blog post is somewhat encouraging:

http://blog.dustinkirkland.com/2013/12/everything-you-need-to-know-about-intel.html
 >

-- 
Jeremy Stanley

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread matt
http://www.intel.com/content/www/us/en/nuc/nuc-kit-dc53427hye.html  has
intel AMT apparently.  this is an intel only lom like thing.

On Wed, Feb 11, 2015 at 1:55 PM, matt  wrote:

> for the record rebot is a terrible solution.  Any mcu's gpio should be
> able to take over for the on / off switch and provide digital control of
> the power on.  also you could add in power line relays very easily for hard
> reboots.
>
> the trick is terminal services and vga bios output.  how do you reset bios
> configs remotely?  how do you get serial console?
>
> that's tricky.
>
> -matt
>
> On Wed, Feb 11, 2015 at 1:42 PM, Christian Berendt 
> wrote:
>
>> On 02/11/2015 05:29 PM, matt wrote:
>> > 2)  no lights out management
>>
>> If you only have to turn on/off the NUCs have a look at reBot provided
>> by cloudbase.
>>
>> http://www.cloudbase.it/rebot/
>>
>> Christian.
>>
>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread matt
for the record rebot is a terrible solution.  Any mcu's gpio should be able
to take over for the on / off switch and provide digital control of the
power on.  also you could add in power line relays very easily for hard
reboots.

the trick is terminal services and vga bios output.  how do you reset bios
configs remotely?  how do you get serial console?

that's tricky.

-matt

On Wed, Feb 11, 2015 at 1:42 PM, Christian Berendt 
wrote:

> On 02/11/2015 05:29 PM, matt wrote:
> > 2)  no lights out management
>
> If you only have to turn on/off the NUCs have a look at reBot provided
> by cloudbase.
>
> http://www.cloudbase.it/rebot/
>
> Christian.
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread matt
i mean for on and off i can just install a networked mcu.  that's easy.

On Wed, Feb 11, 2015 at 1:42 PM, Christian Berendt 
wrote:

> On 02/11/2015 05:29 PM, matt wrote:
> > 2)  no lights out management
>
> If you only have to turn on/off the NUCs have a look at reBot provided
> by cloudbase.
>
> http://www.cloudbase.it/rebot/
>
> Christian.
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread Christian Berendt
On 02/11/2015 05:29 PM, matt wrote:
> 2)  no lights out management

If you only have to turn on/off the NUCs have a look at reBot provided
by cloudbase.

http://www.cloudbase.it/rebot/

Christian.

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread matt
the lack of lom is... difficult in this use case.  more so than any of the
other 3 defficiencies i listed.

I wonder if an after market lom board exists.

On Wed, Feb 11, 2015 at 12:19 PM, Jesse Keating  wrote:

> On 2/11/15 9:12 AM, Will Snow (wasnow) wrote:
>
>> I do miss LOM on the boxes tho – the dual interface would be nice, but I
>> can work around that.
>> I have a covey (pod? Gaggle?) of 4 NUCs with 1 being the master to
>> deploy the others. That master has 2 nics (built in 1g, wifi) so you can
>> very easily connect your cloud to your network.
>>
>> This allows my developers to test real multinode deploys of openstack
>> repeatedly without the expense of 3 rack servers, and they can carry
>> around the cloud to meetups or whereever they want to go.
>>
>
> Unfortunately, part of our real multinode deployment scenarios include
> utilizing LOM as part of the deployment. That would make these unsuitable
> for such testing :/
>
> --
> -jlk
>
>
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread Jesse Keating

On 2/11/15 9:12 AM, Will Snow (wasnow) wrote:

I do miss LOM on the boxes tho – the dual interface would be nice, but I
can work around that.
I have a covey (pod? Gaggle?) of 4 NUCs with 1 being the master to
deploy the others. That master has 2 nics (built in 1g, wifi) so you can
very easily connect your cloud to your network.

This allows my developers to test real multinode deploys of openstack
repeatedly without the expense of 3 rack servers, and they can carry
around the cloud to meetups or whereever they want to go.


Unfortunately, part of our real multinode deployment scenarios include 
utilizing LOM as part of the deployment. That would make these 
unsuitable for such testing :/


--
-jlk

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread Will Snow (wasnow)
So as to 10g, it’s not like I’m going to use them for production :)

I do miss LOM on the boxes tho – the dual interface would be nice, but I can 
work around that.
I have a covey (pod? Gaggle?) of 4 NUCs with 1 being the master to deploy the 
others. That master has 2 nics (built in 1g, wifi) so you can very easily 
connect your cloud to your network.

This allows my developers to test real multinode deploys of openstack 
repeatedly without the expense of 3 rack servers, and they can carry around the 
cloud to meetups or whereever they want to go.

There are a few tweaks to what we’re doing that are based on feedback from what 
we’ve built already. I use the NUCs as the price point is good, and Intel is 
down the street from me :)

Shameless plug: more details in our talk at the vancouver if it gets accepted.

--Will Snow
was...@cisco.com
Director, OpenStack Customer Engineering
Mobile: +1-650-544-5460

From: matt
Date: Wednesday, February 11, 2015 at 8:30 AM
To: will snow
Cc: Christian Berendt, 
"openstack-operators@lists.openstack.org<mailto:openstack-operators@lists.openstack.org>"
Subject: Re: [Openstack-operators] demo environment ( embedded device openstack 
) ?

3)  no 10 gig.

On Wed, Feb 11, 2015 at 11:29 AM, matt 
mailto:m...@nycresistor.com>> wrote:
i dislike 2 things about the NUCs...

1)  only a single interface
2)  no lights out management

=/

On Wed, Feb 11, 2015 at 11:06 AM, Will Snow (wasnow) 
mailto:was...@cisco.com>> wrote:
Yes, I was considering waiting for the new NUCs but they’re March
(scheduled) which means general availability sometime after that.
Which would make things a bit tight for my talk at Vancouver (if it gets
accepted)

--Will Snow
was...@cisco.com<mailto:was...@cisco.com>
Director, OpenStack Customer Engineering
Mobile: +1-650-544-5460






On 2/11/15, 3:33 AM, "Christian Berendt" 
mailto:christ...@berendt.io>> wrote:

>On 02/06/2015 10:27 PM, Will Snow (wasnow) wrote:
>> I’ve been building out a small cluster of intel NUC’s and have been
>> quite happy with them – reasonable performance, 16g ram, and usb3 if you
>> need storage.
>
>I think NUCs are a greate choice.
>
>According to
>http://liliputing.com/2015/01/intel-unveils-nuc-mini-pc-core-i7-broadwell.
>html
>NUCs with i7 CPUs should be released this year.
>
>More details at
>http://www.intel.com/content/www/us/en/nuc/products-overview.html.
>
>Christian.
>
>___
>OpenStack-operators mailing list
>OpenStack-operators@lists.openstack.org<mailto:OpenStack-operators@lists.openstack.org>
>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org<mailto:OpenStack-operators@lists.openstack.org>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread matt
i dislike 2 things about the NUCs...

1)  only a single interface
2)  no lights out management

=/

On Wed, Feb 11, 2015 at 11:06 AM, Will Snow (wasnow) 
wrote:

> Yes, I was considering waiting for the new NUCs but they’re March
> (scheduled) which means general availability sometime after that.
> Which would make things a bit tight for my talk at Vancouver (if it gets
> accepted)
>
> --Will Snow
> was...@cisco.com
> Director, OpenStack Customer Engineering
> Mobile: +1-650-544-5460
>
>
>
>
>
>
> On 2/11/15, 3:33 AM, "Christian Berendt"  wrote:
>
> >On 02/06/2015 10:27 PM, Will Snow (wasnow) wrote:
> >> I’ve been building out a small cluster of intel NUC’s and have been
> >> quite happy with them – reasonable performance, 16g ram, and usb3 if you
> >> need storage.
> >
> >I think NUCs are a greate choice.
> >
> >According to
> >http://liliputing.com/2015/01/intel-unveils-nuc-mini-pc-core-i7-broadwell
> .
> >html
> >NUCs with i7 CPUs should be released this year.
> >
> >More details at
> >http://www.intel.com/content/www/us/en/nuc/products-overview.html.
> >
> >Christian.
> >
> >___
> >OpenStack-operators mailing list
> >OpenStack-operators@lists.openstack.org
> >http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread matt
3)  no 10 gig.

On Wed, Feb 11, 2015 at 11:29 AM, matt  wrote:

> i dislike 2 things about the NUCs...
>
> 1)  only a single interface
> 2)  no lights out management
>
> =/
>
> On Wed, Feb 11, 2015 at 11:06 AM, Will Snow (wasnow) 
> wrote:
>
>> Yes, I was considering waiting for the new NUCs but they’re March
>> (scheduled) which means general availability sometime after that.
>> Which would make things a bit tight for my talk at Vancouver (if it gets
>> accepted)
>>
>> --Will Snow
>> was...@cisco.com
>> Director, OpenStack Customer Engineering
>> Mobile: +1-650-544-5460
>>
>>
>>
>>
>>
>>
>> On 2/11/15, 3:33 AM, "Christian Berendt"  wrote:
>>
>> >On 02/06/2015 10:27 PM, Will Snow (wasnow) wrote:
>> >> I’ve been building out a small cluster of intel NUC’s and have been
>> >> quite happy with them – reasonable performance, 16g ram, and usb3 if
>> you
>> >> need storage.
>> >
>> >I think NUCs are a greate choice.
>> >
>> >According to
>> >
>> http://liliputing.com/2015/01/intel-unveils-nuc-mini-pc-core-i7-broadwell
>> .
>> >html
>> >NUCs with i7 CPUs should be released this year.
>> >
>> >More details at
>> >http://www.intel.com/content/www/us/en/nuc/products-overview.html.
>> >
>> >Christian.
>> >
>> >___
>> >OpenStack-operators mailing list
>> >OpenStack-operators@lists.openstack.org
>> >http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>> ___
>> OpenStack-operators mailing list
>> OpenStack-operators@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>>
>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread Will Snow (wasnow)
Yes, I was considering waiting for the new NUCs but they’re March 
(scheduled) which means general availability sometime after that.
Which would make things a bit tight for my talk at Vancouver (if it gets 
accepted)

--Will Snow
was...@cisco.com
Director, OpenStack Customer Engineering
Mobile: +1-650-544-5460






On 2/11/15, 3:33 AM, "Christian Berendt"  wrote:

>On 02/06/2015 10:27 PM, Will Snow (wasnow) wrote:
>> I’ve been building out a small cluster of intel NUC’s and have been
>> quite happy with them – reasonable performance, 16g ram, and usb3 if you
>> need storage.
>
>I think NUCs are a greate choice.
>
>According to
>http://liliputing.com/2015/01/intel-unveils-nuc-mini-pc-core-i7-broadwell.
>html
>NUCs with i7 CPUs should be released this year.
>
>More details at
>http://www.intel.com/content/www/us/en/nuc/products-overview.html.
>
>Christian.
>
>___
>OpenStack-operators mailing list
>OpenStack-operators@lists.openstack.org
>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-11 Thread Christian Berendt
On 02/06/2015 10:27 PM, Will Snow (wasnow) wrote:
> I’ve been building out a small cluster of intel NUC’s and have been
> quite happy with them – reasonable performance, 16g ram, and usb3 if you
> need storage.

I think NUCs are a greate choice.

According to
http://liliputing.com/2015/01/intel-unveils-nuc-mini-pc-core-i7-broadwell.html
NUCs with i7 CPUs should be released this year.

More details at
http://www.intel.com/content/www/us/en/nuc/products-overview.html.

Christian.

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-09 Thread Edgar Magana
Matt,

For demo environments, any commodity hardware will work! I have set-up all kind 
of hardware and no issues at all. Sometimes, yes I had to deal with some BIOS 
updates but nothing complicated.

Edgar

From: matt mailto:m...@nycresistor.com>>
Date: Friday, February 6, 2015 at 1:05 PM
To: 
"openstack-operators@lists.openstack.org<mailto:openstack-operators@lists.openstack.org>"
 
mailto:openstack-operators@lists.openstack.org>>
Subject: [Openstack-operators] demo environment ( embedded device openstack ) ?

I am setting up a demo openstack environment to integrate with a switch stack 
for our organization.

I was just curious if anyone had any preferences on low power / low cost small 
form factor embedded devices for running openstack compute nodes on?

I was tempted to just use some beagle bones or something but the ram 
limitations do suck there.

Was curious if anyone had any preferences on this front.

-Matt
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-06 Thread David Medberry
http://www.tranquilpcshop.co.uk/cluster/ orange box or milder looking black
box, 10 NUCs and net.

On Fri, Feb 6, 2015 at 2:54 PM, David Medberry 
wrote:

> Hi guys,
>
> The Ubuntu Orange box also uses NUCs so seem to be a good choice. I
> believe there are a variety of good Small Form Factor AIO computers that
> will fill the bill but NUC is the best known.
>
> On Fri, Feb 6, 2015 at 2:45 PM, Will Snow (wasnow) 
> wrote:
>
>>   I went with the 54250 version - and it's working great.
>>
>>  --Will Snow
>> was...@cisco.com
>> Director, OpenStack Customer Engineering
>> Mobile: +1-650-544-5460
>>
>>   From: matt 
>> Date: Friday, February 6, 2015 at 1:36 PM
>> To: will snow 
>> Cc: "openstack-operators@lists.openstack.org" <
>> openstack-operators@lists.openstack.org>
>> Subject: Re: [Openstack-operators] demo environment ( embedded device
>> openstack ) ?
>>
>>   I was looking at the NUCs as well.  I think I may go that route.
>>
>> On Fri, Feb 6, 2015 at 4:27 PM, Will Snow (wasnow) 
>> wrote:
>>
>>>  I've been building out a small cluster of intel NUC's and have been
>>> quite happy with them - reasonable performance, 16g ram, and usb3 if you
>>> need storage.
>>>
>>>  Great little machines, make sure you update the firmware!
>>>
>>>  We did a talk on the setup 2 summits ago, and we're looking to provide
>>> an update on using them at Vancouver
>>>
>>>  --Will Snow
>>>  was...@cisco.com
>>> Director, OpenStack Customer Engineering
>>> Mobile: +1-650-544-5460
>>>
>>>   From: matt 
>>> Date: Friday, February 6, 2015 at 1:05 PM
>>> To: "openstack-operators@lists.openstack.org" <
>>> openstack-operators@lists.openstack.org>
>>> Subject: [Openstack-operators] demo environment ( embedded device
>>> openstack ) ?
>>>
>>> I am setting up a demo openstack environment to integrate with a
>>> switch stack for our organization.
>>>
>>>  I was just curious if anyone had any preferences on low power / low
>>> cost small form factor embedded devices for running openstack compute nodes
>>> on?
>>>
>>>  I was tempted to just use some beagle bones or something but the ram
>>> limitations do suck there.
>>>
>>>  Was curious if anyone had any preferences on this front.
>>>
>>>  -Matt
>>>
>>
>>
>> ___
>> OpenStack-operators mailing list
>> OpenStack-operators@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>>
>>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-06 Thread David Medberry
Hi guys,

The Ubuntu Orange box also uses NUCs so seem to be a good choice. I believe
there are a variety of good Small Form Factor AIO computers that will fill
the bill but NUC is the best known.

On Fri, Feb 6, 2015 at 2:45 PM, Will Snow (wasnow)  wrote:

>   I went with the 54250 version - and it's working great.
>
>  --Will Snow
> was...@cisco.com
> Director, OpenStack Customer Engineering
> Mobile: +1-650-544-5460
>
>   From: matt 
> Date: Friday, February 6, 2015 at 1:36 PM
> To: will snow 
> Cc: "openstack-operators@lists.openstack.org" <
> openstack-operators@lists.openstack.org>
> Subject: Re: [Openstack-operators] demo environment ( embedded device
> openstack ) ?
>
>   I was looking at the NUCs as well.  I think I may go that route.
>
> On Fri, Feb 6, 2015 at 4:27 PM, Will Snow (wasnow) 
> wrote:
>
>>  I've been building out a small cluster of intel NUC's and have been
>> quite happy with them - reasonable performance, 16g ram, and usb3 if you
>> need storage.
>>
>>  Great little machines, make sure you update the firmware!
>>
>>  We did a talk on the setup 2 summits ago, and we're looking to provide
>> an update on using them at Vancouver
>>
>>  --Will Snow
>>  was...@cisco.com
>> Director, OpenStack Customer Engineering
>> Mobile: +1-650-544-5460
>>
>>   From: matt 
>> Date: Friday, February 6, 2015 at 1:05 PM
>> To: "openstack-operators@lists.openstack.org" <
>> openstack-operators@lists.openstack.org>
>> Subject: [Openstack-operators] demo environment ( embedded device
>> openstack ) ?
>>
>> I am setting up a demo openstack environment to integrate with a
>> switch stack for our organization.
>>
>>  I was just curious if anyone had any preferences on low power / low cost
>> small form factor embedded devices for running openstack compute nodes on?
>>
>>  I was tempted to just use some beagle bones or something but the ram
>> limitations do suck there.
>>
>>  Was curious if anyone had any preferences on this front.
>>
>>  -Matt
>>
>
>
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-06 Thread Will Snow (wasnow)
I went with the 54250 version – and it’s working great.

--Will Snow
was...@cisco.com
Director, OpenStack Customer Engineering
Mobile: +1-650-544-5460

From: matt mailto:m...@nycresistor.com>>
Date: Friday, February 6, 2015 at 1:36 PM
To: will snow mailto:was...@cisco.com>>
Cc: 
"openstack-operators@lists.openstack.org<mailto:openstack-operators@lists.openstack.org>"
 
mailto:openstack-operators@lists.openstack.org>>
Subject: Re: [Openstack-operators] demo environment ( embedded device openstack 
) ?

I was looking at the NUCs as well.  I think I may go that route.

On Fri, Feb 6, 2015 at 4:27 PM, Will Snow (wasnow) 
mailto:was...@cisco.com>> wrote:
I’ve been building out a small cluster of intel NUC’s and have been quite happy 
with them – reasonable performance, 16g ram, and usb3 if you need storage.

Great little machines, make sure you update the firmware!

We did a talk on the setup 2 summits ago, and we’re looking to provide an 
update on using them at Vancouver

--Will Snow
was...@cisco.com<mailto:was...@cisco.com>
Director, OpenStack Customer Engineering
Mobile: +1-650-544-5460

From: matt mailto:m...@nycresistor.com>>
Date: Friday, February 6, 2015 at 1:05 PM
To: 
"openstack-operators@lists.openstack.org<mailto:openstack-operators@lists.openstack.org>"
 
mailto:openstack-operators@lists.openstack.org>>
Subject: [Openstack-operators] demo environment ( embedded device openstack ) ?

I am setting up a demo openstack environment to integrate with a switch stack 
for our organization.

I was just curious if anyone had any preferences on low power / low cost small 
form factor embedded devices for running openstack compute nodes on?

I was tempted to just use some beagle bones or something but the ram 
limitations do suck there.

Was curious if anyone had any preferences on this front.

-Matt

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-06 Thread matt
I was looking at the NUCs as well.  I think I may go that route.

On Fri, Feb 6, 2015 at 4:27 PM, Will Snow (wasnow)  wrote:

>  I’ve been building out a small cluster of intel NUC’s and have been
> quite happy with them – reasonable performance, 16g ram, and usb3 if you
> need storage.
>
>  Great little machines, make sure you update the firmware!
>
>  We did a talk on the setup 2 summits ago, and we’re looking to provide
> an update on using them at Vancouver
>
>  --Will Snow
>  was...@cisco.com
> Director, OpenStack Customer Engineering
> Mobile: +1-650-544-5460
>
>   From: matt 
> Date: Friday, February 6, 2015 at 1:05 PM
> To: "openstack-operators@lists.openstack.org" <
> openstack-operators@lists.openstack.org>
> Subject: [Openstack-operators] demo environment ( embedded device
> openstack ) ?
>
> I am setting up a demo openstack environment to integrate with a
> switch stack for our organization.
>
>  I was just curious if anyone had any preferences on low power / low cost
> small form factor embedded devices for running openstack compute nodes on?
>
>  I was tempted to just use some beagle bones or something but the ram
> limitations do suck there.
>
>  Was curious if anyone had any preferences on this front.
>
>  -Matt
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-06 Thread Will Snow (wasnow)
I’ve been building out a small cluster of intel NUC’s and have been quite happy 
with them – reasonable performance, 16g ram, and usb3 if you need storage.

Great little machines, make sure you update the firmware!

We did a talk on the setup 2 summits ago, and we’re looking to provide an 
update on using them at Vancouver

--Will Snow
was...@cisco.com
Director, OpenStack Customer Engineering
Mobile: +1-650-544-5460

From: matt mailto:m...@nycresistor.com>>
Date: Friday, February 6, 2015 at 1:05 PM
To: 
"openstack-operators@lists.openstack.org<mailto:openstack-operators@lists.openstack.org>"
 
mailto:openstack-operators@lists.openstack.org>>
Subject: [Openstack-operators] demo environment ( embedded device openstack ) ?

I am setting up a demo openstack environment to integrate with a switch stack 
for our organization.

I was just curious if anyone had any preferences on low power / low cost small 
form factor embedded devices for running openstack compute nodes on?

I was tempted to just use some beagle bones or something but the ram 
limitations do suck there.

Was curious if anyone had any preferences on this front.

-Matt
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] demo environment ( embedded device openstack ) ?

2015-02-06 Thread matt
I am setting up a demo openstack environment to integrate with a switch
stack for our organization.

I was just curious if anyone had any preferences on low power / low cost
small form factor embedded devices for running openstack compute nodes on?

I was tempted to just use some beagle bones or something but the ram
limitations do suck there.

Was curious if anyone had any preferences on this front.

-Matt
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators