[Openstack] RDO manager

2016-07-20 Thread Remo Mattei
Hello has anyone done the RDO manager or the rhel osp director anything to watch for. I checked the RDO site but has old info for the repo. Thanks. Inviato da iPhone ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Po

Re: [Openstack] [Sahara] Sahara can't SSH into instances - can'tread SSH protocol banner

2016-07-20 Thread fuguangping
Hi Jeremy, Did you use rootwrap? If not, you can try this:https://ask.openstack.org/en/question/87430/sahara-cant-login-to-nodes/ . Remember to reboot sahara-engine after update your configuration. -- Original -- From: "Jeremy Freudberg"; Date: Thu, Jul 21,

Re: [Openstack] [OpenStack][Nova] Configuring IP address on a DHCP disabled network

2016-07-20 Thread Brent Troge
Isn't that exposed through outputs ? And then use the output combined with configdrive cloudinit to configure your NICS outputs: instance_ip: description: The IP address of the deployed instance value: { get_attr: [my_instance, first_address] } On Jul 20, 2016 5:58 PM, "Kaustubh Kelkar

[Openstack] [OpenStack][Nova] Configuring IP address on a DHCP disabled network

2016-07-20 Thread Kaustubh Kelkar
My use case involves booting up an instance attached to two networks - one having Neutron DHCP service running and one without. Looking within the documentation [1], I was hoping to use configuration drive to provide IP information for the second interface. But, if I understand correctly, one co

Re: [Openstack] Nova scheduler - change server group name

2016-07-20 Thread Jay Pipes
On 07/20/2016 10:13 AM, Frank Ritchie wrote: Hi all Does anyone know if it is safe to change the name of a Nova Scheduler server group directly in the database? Yeah, should be safe to do this. instance_groups.name is a non-unique column that isn't used for indexes, lookups or really anything

Re: [Openstack] [Sahara] Sahara can't SSH into instances - can't read SSH protocol banner

2016-07-20 Thread Jeremy Freudberg
Hi again, Nikita. Also note that I can SSH between instances as well, in addition to doing so through ip netns on the Openstack controller node. So it must not be an issue with SSH itself, or with TCP traffic in between instances. Thanks for your help. Jeremy On Wed, Jul 20, 2016 at 11:32 AM, Ni

[Openstack] Nova scheduler - change server group name

2016-07-20 Thread Frank Ritchie
Hi all Does anyone know if it is safe to change the name of a Nova Scheduler server group directly in the database? Thx ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscri

Re: [Openstack] [Sahara] Sahara can't SSH into instances - can't read SSH protocol banner

2016-07-20 Thread Jeremy Freudberg
Hi Nikita: Thank you for the very prompt response. I have tried with both the auto-generated Sahara security group as well as a custom security group that explicitly allows all TCP and ICMP traffic on all ports in both directions. Still no success: I get the same SSH banner error. (although as al

[Openstack] OpenStack (Devstack) and ONOS

2016-07-20 Thread Silvia Fichera
Hi all, I'm following the ONOS wiki related to the SONA implementation that merges OpenStack and ONOS. https://wiki.onosproject.org/display/ONOS/How+to+set+up+environment It uses the stable/mitaka branch. AFAIR when I stack the nodes I should have an ovs in each one with two bridges: br-int and br

Re: [Openstack] [Sahara] Sahara can't SSH into instances - can't read SSH protocol banner

2016-07-20 Thread Turbo Fredriksson
On Jul 20, 2016, at 4:20 PM, Jeremy Freudberg wrote: > This is over private IP, not public/floating. That's the point, isn't it? It's not (by default) supposed to work. You'll need a floating IP to access this. OR, do a net route into your gateway. -- Det är när man känner doften av sin egen a

Re: [Openstack] [Sahara] Sahara can't SSH into instances - can't read SSH protocol banner

2016-07-20 Thread Nikita Konovalov
Hi, Jeremy. It looks like there might be a problem in instance to instance communication. Could you please check that the tcp traffic between instances is not blocked. Especially on port 22. Could you also send witch version of Sahara do you have and what versions of python dependencies are insta

[Openstack] [Sahara] Sahara can't SSH into instances - can't read SSH protocol banner

2016-07-20 Thread Jeremy Freudberg
Hi all, I'm having an issue with Sahara accessing its instances. This is over private IP, not public/floating. I have use_floating_ips = false and use_namespaces = true in sahara.conf. My setup also uses Neutron, so use_neutron = true as well. Here is an excerpt from the logs: DEBUG sahara.utils.

[Openstack] [senlin] Unable to get senlin health monitoring to work

2016-07-20 Thread Peter White
I have been unable to get senlin health policies to work at all, and I'm confused about what I might be doing wrong, though have some idea that it is related to credentials. Any help would be much appreciated. What I have tried is the following (using a heat template, though same error making

[Openstack] [Ironic] pxe_* driver only working with iSCSI?

2016-07-20 Thread Namgon Lucas Kim
Hi, I have a question about Ironic driver and deployment. In Ironic user guide [0], - Example 1: PXE Boot and iSCSI Deploy Process "This process is used with pxe_* family of drivers." The pxe_ipmitool driver is only working with iSCSI? Also, should i use agent_* driver if don't have iSCSI?