Re: [Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Robert Collins
27;t come up, you'll see that error. I suspect the latter issue is the problem. -- Robert Collins Distinguished Technologist HP Cloud Services ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Uns

Re: [Openstack] some issues about devstack

2013-07-21 Thread Robert Collins
re any way that I can stop a certain > service and then start it over to use the new configurations. > devstack isn't aimed at production use : it's aimed to be super convenient for testing and developing OpenStack. I think you'd be better off with e.g. packstack/crowbar/t

Re: [Openstack] Configuration of Grizzly

2013-07-14 Thread Robert Collins
just an alternative to the metadata service. > 2) My instances aren't associated with any private IPs, that are in the > private network pool of addresses, and I cannot find the trace of the > mistake. So what could be the possible reasons? I used GRE tunneling. What do you mean by

Re: [Openstack] Team member wanted

2013-07-13 Thread Robert Collins
BTW 'Heat' is the OpenStack project aiming at this sort of dynamic scale-up/scale-down facilities. It would be interesting to know whats different between Pandora's goals and Heats. -Rob -- Robert Collins Distinguished Technologist HP

Re: [Openstack] Security Groups not being applied uniformly

2013-06-25 Thread Robert Collins
e host, that would be enough to trigger the difference. That said, AIUI security groups, you get one per instance - what exact command are you using to boot the instances? You can also get a dump of the rules by running 'iptables-save' on the compute host, which is probably the most

Re: [Openstack] ip: SIOCGIFFLAGS: No such device

2013-06-19 Thread Robert Collins
S with Quantum and it > is up to date with the Ubuntu OpenStack respository. You're missing libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver in nova.conf; there may be other issues - have you gone through the installation guides? -Rob -- Robert Collins Distinguis

Re: [Openstack] To run Openstack, stack.sh is required to execute after every reboot ?

2013-06-17 Thread Robert Collins
On 18 June 2013 12:33, Michael Still wrote: > devstack is only intended for developers to test changes. If your > building a persistent cloud, then you should be using one of the > various sets of operating system packages. Or other automated deployment toolchains ;) -Rob -- Rober

Re: [Openstack] Can I run qemu-kvm in an OpenStack Instance

2013-06-13 Thread Robert Collins
-a > says (in part) "Linux image 3.2.0-45-virtual". install linux-image-generic, it will bring in linux-image-extra-$version-generic which has kvm. Cheers, Rob -- Robert Collins Distinguished Technologist HP Cloud Services

Re: [Openstack] [OSSA 2013-013] Keystone client local information disclosure (CVE-2013-2013)

2013-06-03 Thread Robert Collins
What if we were to always do a release after a security advisory? On 4 Jun 2013 06:25, "Jeremy Stanley" wrote: > On 2013-06-03 10:51:19 -0700 (-0700), Lloyd Dewolf wrote: > [...] > > Interestingly, the OSSA 2013-014 notice did include > > "python-keystoneclient fix (will be included in upcoming 0

Re: [Openstack] Using openstack to manage dedicated servers in a service provider setting

2013-05-27 Thread Robert Collins
an you trust that the computer > manufacturing and software industries can solve this problem > (Trusted Computing and so on) is another question entirely. Yeah :(. It's not clear that adding a whole new OS to the boot process is the right answer, but it's the only one wi

Re: [Openstack] Using openstack to manage dedicated servers in a service provider setting

2013-05-26 Thread Robert Collins
btain not just different results, but non-predictably different results. E.g. consistently 30% would be a nuisance but still allow prediction for behaviour on bare metal. But sometimes 1% slower and sometimes 40% slower would make it much harder to use

Re: [Openstack] Using openstack to manage dedicated servers in a service provider setting

2013-05-26 Thread Robert Collins
atches the physical machines - so youre tenants have the full capacity of the machine, and only the [low] overhead of the KVM layer. This has a -much- better security story. You could use TripleO - OpenStack on OpenStack - to manage this setup. -Rob -- Robe

Re: [Openstack] Migrating from nova-network to quantum

2013-05-24 Thread Robert Collins
ow, disable all your legacy config nova compute nodes, so all new deploys go to the newly configured node. Pick your next least-loaded node, and evacuate it the same way. Rinse and repeat until you have no nova-network configured compute nodes, then tear down the nova-network service and any othe

Re: [Openstack] [OpenStack] [Glance] Reuse the image id when recreate an image in Glance which had been deleted

2013-05-22 Thread Robert Collins
. various services use the image UUID as a key for caches on disk. Reusing that seems like a catastrophic event, not to mention a clear security attack vector. -Rob -- Robert Collins Distinguished Technologist HP Cloud Services ___ Mailing list: h

Re: [Openstack] Is there any possible to attach an extra iso for an existing instance?

2013-05-18 Thread Robert Collins
You can build a image with that preloaded e.g. using diskimage- builder or Oz and then when you boot an instance it's already there. Or you can trigger the install using user data. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] Is there any possible to attach an extra iso for an existing instance?

2013-05-17 Thread Robert Collins
OpenStack, but if you use libvrit, you can >>> yes by editing the domain directly :-) >>> >> >> Is there any blueprint for this requirement? >> >> >> Best Regards >> -- Ray >> >> >> > > ___________ > M

Re: [Openstack] [Savanna] 0.1 Release!

2013-04-10 Thread Robert Collins
/savanna.mirantis.com/) - can you explain how it is different? -Rob -- Robert Collins Distinguished Technologist HP Cloud Services ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://lau

Re: [Openstack] Injecting a specific MAC address

2013-04-10 Thread Robert Collins
dynamically by nova and then handed out to either nova-network or Quantum. You may be able to manually generate the MAC by using Quantum and making a call to Quantum to create a port with that MAC, then passing the port id to nova boot. HTH, Rob -- Robert Collins Distinguished Technologist H

Re: [Openstack] DHCP release

2013-03-22 Thread Robert Collins
On 23 March 2013 14:53, David Hill wrote: > Hello Kevin, > > Thanks for replying to my question. I was asking that question because if > we go there: > http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-vlan-networking.html > and look at the very bottom of the page,

Re: [Openstack] initramfs-growroot or LVM

2013-02-09 Thread Robert Collins
you still have to resize the block device, and resize the filesystem metadata on top of it. -- Robert Collins Distinguished Technologist HP Cloud Services ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchp

Re: [Openstack] which is the level of unit test cases should be covered

2013-01-21 Thread Robert Collins
eral rule is to start with testing each entry and exit path and any domain or range corner cases. -Rob -- Robert Collins Distinguished Technologist HP Cloud Services ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.

Re: [Openstack] QUANTUM: DHCP issue with dnsmasq starting on network node under Folsom release on Ubuntu 12.04-1

2013-01-20 Thread Robert Collins
On 19 January 2013 19:17, Ivan wrote: > Hi all, > I've hit a brick wall trying to get the dnsmasq process to bind > correctly and get itself ready to answer bootp/dhcp broadcasts. do you have net namespaces in use? (ip netns list) If not, I suspect your dhcp lease relay and dhcp-agent

Re: [Openstack] Difference between df and fdisk when using root disk.

2012-12-12 Thread Robert Collins
*16065 41929649 20956792+ 83 Linux > > > $ df -h > FilesystemSize UsedAvailable Use% Mounted on > /dev/vda123.2M 12.9M 9.2M58% / You need to ext2resize /; in Ubuntu images cloud-init does this automatica

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-06 Thread Robert Collins
this will be doable. We can still talk to the IPMI controller for the machine, which will get us lots of info, without running agents in the host os. -Rob -- Robert Collins Distinguished Technologist HP Cloud Services ___ Mailing list: http

Re: [Openstack] Distributed configuration database

2012-11-03 Thread Robert Collins
On Sun, Nov 4, 2012 at 2:30 AM, Aniruddha Khadkikar wrote: > how the records are maintained. One can design the structure to > include a 'version' column along with a boolean attribute for logical > deletion of records. This would allow storing information across > different versions. Puppet has i

Re: [Openstack] Distributed configuration database

2012-11-02 Thread Robert Collins
One thing to bear in mind when considering a network API for this - beyond the issue of dealing with network interruptions gracefully - is dealing with version skew: while deploying a new release of Openstack, the definition of truth may be different for each version, so you need to either have ver

Re: [Openstack] Failed to get metadata for ip x.x.x.x

2012-10-29 Thread Robert Collins
On Mon, Oct 29, 2012 at 8:34 PM, John Garbutt wrote: > I was fairly sure trunk has been fixed now, just about the sametime his > patch was uploaded, that had other issues. > > Are you still seeing the problem? I reproduced it on the baremetal branch we've been hacking on, which isn't completely u

Re: [Openstack] Failed to get metadata for ip x.x.x.x

2012-10-28 Thread Robert Collins
On Tue, Oct 9, 2012 at 3:56 AM, John Garbutt wrote: > I think Mate has just spotted this bug on trunk this morning. > > He should be raising the bug and uploading a patch for that ASAP. > > Clearly some unit tests are missing in this bit of code. It's been nearly three weeks now - can we revert t

Re: [Openstack] [Openstack-QA] Performance and Scalability testing

2012-10-13 Thread Robert Collins
On Sun, Oct 14, 2012 at 5:24 PM, Sriram Subramanian wrote: > Dear QA, > > As a prep for my brainstorming session on Performance and Scalability > testing, I would like to know of any existing related work. Specifically, > > 1) Do we have any instrumentation (preferably customizable) in place for

Re: [Openstack] Discussion / proposal: deleted column marker

2012-10-03 Thread Robert Collins
On Wed, Oct 3, 2012 at 5:42 AM, Pitucha, Stanislaw Izaak wrote: ...> - Add a system similar to notifications, but for auditable events - who did > what with which resource at what time - in some semi-structured way that > allows reviewing and summaries (basic information as separate columns + a >

Re: [Openstack] One potential issue on the normalize_time() in timeutils

2012-09-09 Thread Robert Collins
On Mon, Sep 10, 2012 at 3:09 AM, Jiang, Yunhong wrote: > Hi, Eoghan and all, > > When I implement an enhancement to trusted_filter, I need utilize > timeutils() to parse ISO time. However, I suspect there is one potential > issue in normalize_time() and want to get some input from your s

Re: [Openstack] Nova bindings for ... PHP?

2012-09-02 Thread Robert Collins
On Mon, Sep 3, 2012 at 6:07 PM, Tom Fifield wrote: > Hi all, > > I've been handed an interesting piece of PaaS software (its various pieces > are in Java, PHP, python and bash!) and told "make it work with OpenStack". > > Noone's done any work to make nova play with PHP, have they? Depends on wha

Re: [Openstack] A plea from an OpenStack user

2012-08-28 Thread Robert Collins
On Wed, Aug 29, 2012 at 10:52 AM, Ryan Lane wrote: >> There was talk of trying to set up test infrastructure that would roll out >> Essex and then upgrade it to Folsom in some automated fashion so we could >> start learning where it breaks. Was there any forward momentum on that? >> > > This wou

Re: [Openstack] [Metering] schema and counter definitions

2012-05-03 Thread Robert Collins
On Fri, May 4, 2012 at 5:27 AM, Turner, Whit (Cloud Services) wrote: > Hi - I think a flexible aggregation scheme is needed; the levels of > aggregation available should be definable in the meter independent of the > sources of usage data themselves. If invoices need to be very granular down > to

Re: [Openstack] [Metering] how should it be done ? ( Was: schema and counter definitions)

2012-05-03 Thread Robert Collins
On Wed, May 2, 2012 at 10:28 AM, Loic Dachary wrote: > As I wrote in a previous mail, once we manage to provide an implementation > that proves useful, we will be in a position to approach the core OpenStack > components. Integrating the metering agents as part of the core component, > much in

Re: [Openstack] Moving code hosting to GitHub

2011-04-22 Thread Robert Collins
On Fri, Apr 22, 2011 at 4:11 PM, Thomas Goirand wrote: > > git checkout -b new-soren-branch > > This is pretty instant. Now do: > > bzr branch trunk new-soren-branch > > and wait for all files to copy ... So, bzr had a design concept at the start that folk should start in one dir and grow - like

Re: [Openstack] Moving code hosting to GitHub

2011-04-13 Thread Robert Collins
On Tue, Apr 12, 2011 at 7:28 AM, Robert Collins wrote: >> Don't search: sprint is the one!!! As I'm writing this mail, it's 11pm, >> and I get 20% packet loss... And that's not even peak hours in here >> (which is between 5 and 8pm local time). I can send tr

Re: [Openstack] Moving code hosting to GitHub

2011-04-11 Thread Robert Collins
On Tue, Apr 12, 2011 at 3:13 AM, Thomas Goirand wrote: > I'm not mistaking or dreaming, "bzr commit" as well. Using Git, it's not > the case. The issue isn't to cache data, the issue is that a commit > should *never* access any remote data, so that I could work in the train > without connectivity,

Re: [Openstack] Moving code hosting to GitHub

2011-04-10 Thread Robert Collins
On Mon, Apr 11, 2011 at 1:43 PM, Elliot Murphy wrote: > Hi! Thanks for CC'ing me on this Elliot. >> Launchpad is *EXTREMELY* slow from here in Shanghai, and it should be >> even worth from the center of China. Even doing a simple thing like "bzr >> launchpad-login" can even fail because of conne