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

2013-07-24 Thread Robert Collins
the latter issue is the problem. -- Robert Collins rbtcoll...@hp.com Distinguished Technologist HP Cloud Services ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Openstack] some issues about devstack

2013-07-21 Thread Robert Collins
convenient for testing and developing OpenStack. I think you'd be better off with e.g. packstack/crowbar/tripleo etc. Cheers, Rob -- Robert Collins rbtcoll...@hp.com Distinguished Technologist HP Cloud Services ___ Mailing list: https://launchpad.net

Re: [Openstack] Configuration of Grizzly

2013-07-14 Thread Robert Collins
) 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 point 2)? Specifically? -Rob -- Robert Collins rbtcoll

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 rbtcoll...@hp.com Distinguished Technologist HP Cloud Services

Re: [Openstack] Security Groups not being applied uniformly

2013-06-25 Thread Robert Collins
. 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 direct way to see whether the rules are active or not. -Rob -- Robert

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

2013-06-19 Thread Robert Collins
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 rbtcoll...@hp.com Distinguished

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

2013-06-17 Thread Robert Collins
-- Robert Collins rbtcoll...@hp.com Distinguished Technologist HP Cloud Services ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https

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

2013-06-13 Thread Robert Collins
. install linux-image-generic, it will bring in linux-image-extra-$version-generic which has kvm. Cheers, Rob -- Robert Collins rbtcoll...@hp.com Distinguished Technologist HP Cloud Services ___ Mailing list: https://launchpad.net/~openstack Post

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 fu...@yuggoth.org 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

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

2013-05-27 Thread Robert Collins
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 with widespread adoption so far. -Rob -- Robert Collins rbtcoll...@hp.com Distinguished Technologist HP Cloud

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

2013-05-26 Thread Robert Collins
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 -- Robert Collins rbtcoll...@hp.com Distinguished Technologist HP Cloud Services

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

2013-05-26 Thread Robert Collins
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. HTH, Rob -- Robert Collins rbtcoll...@hp.com Distinguished Technologist HP Cloud Services

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

2013-05-24 Thread Robert Collins
, 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 other legacy cruft. HTH, Rob -- Robert Collins rbtcoll

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 rbtcoll...@hp.com Distinguished Technologist HP Cloud Services ___ Mailing

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 :

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

2013-05-17 Thread Robert Collins
___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp -- Robert Collins rbtcoll...@hp.com Distinguished Technologist HP Cloud Services

Re: [Openstack] Injecting a specific MAC address

2013-04-10 Thread Robert Collins
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 rbtcoll...@hp.com Distinguished Technologist HP Cloud Services

Re: [Openstack] [Savanna] 0.1 Release!

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

Re: [Openstack] DHCP release

2013-03-23 Thread Robert Collins
On 23 March 2013 14:53, David Hill david.h...@ubisoft.com 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

Re: [Openstack] initramfs-growroot or LVM

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

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

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

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 i...@forscotland.com 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

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

2012-12-12 Thread Robert Collins
FilesystemSize UsedAvailable Use% Mounted on /dev/vda123.2M 12.9M 9.2M58% / You need to ext2resize /; in Ubuntu images cloud-init does this automatically. -Rob -- Robert Collins rbtcoll...@hp.com Distinguished Technologist HP Cloud Services

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-06 Thread Robert Collins
controller for the machine, which will get us lots of info, without running agents in the host os. -Rob -- Robert Collins rbtcoll...@hp.com Distinguished Technologist HP Cloud Services ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] Distributed configuration database

2012-11-03 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

Re: [Openstack] Distributed configuration database

2012-11-03 Thread Robert Collins
On Sun, Nov 4, 2012 at 2:30 AM, Aniruddha Khadkikar askhadki...@gmail.com 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

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 john.garb...@citrix.com 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,

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 john.garb...@citrix.com 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

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 sri...@sriramhere.com 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

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 stanislaw.pitu...@hp.com 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

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 yunhong.ji...@intel.com 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

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

2012-09-03 Thread Robert Collins
On Mon, Sep 3, 2012 at 6:07 PM, Tom Fifield fifie...@unimelb.edu.au 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?

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 rl...@wikimedia.org 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?

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) whit.tur...@hp.com 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

Re: [Openstack] Moving code hosting to GitHub

2011-04-22 Thread Robert Collins
On Fri, Apr 22, 2011 at 4:11 PM, Thomas Goirand tho...@goirand.fr 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

Re: [Openstack] Moving code hosting to GitHub

2011-04-13 Thread Robert Collins
On Tue, Apr 12, 2011 at 7:28 AM, Robert Collins robert.coll...@canonical.com 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 traceroutes

Re: [Openstack] Moving code hosting to GitHub

2011-04-11 Thread Robert Collins
On Tue, Apr 12, 2011 at 3:13 AM, Thomas Goirand tho...@goirand.fr 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