Re: [Openstack] Openstack Routed Provider Networks Question

2017-05-18 Thread Yura Poltoratskiy

Hi

On 17.05.2017 21:56, Alex Evonosky wrote:

Hello fellow Openstackers-

I have a quick question regarding routed provider networks.  I am
looking at this
page: 
https://docs.openstack.org/ocata/networking-guide/config-routed-networks.html

I configured the controller as stated in the docs, however this line is
somewhat vaugue:

"


  Network or compute nodes¶
  


  * Configure the layer-2 agent on each node to map one or more segments
to the appropriate physical network bridge or interface and restart
the agent."


Which file am I editing on the compute nodes to answer the above question?
If you are using OpenVSwitch agent, then on compute/network node you 
should modify:

/etc/neutron/plugins/ml2/openvswitch_agent.ini
/etc/neutron/plugins/ml2/ml2_conf.ini




Thank you,
A


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] controller redundancy

2017-04-12 Thread Yura Poltoratskiy

Hi,

I do not familiar with mirantis os 9, but in general there is an 
architecture when vm can be still accessible even without controller.


Also, there is a guide for HA deployment, here are for controllers in 
particular - https://docs.openstack.org/ha-guide/controller-ha.html





On 12.04.2017 06:16, Konstantin Raskoshnyi wrote:

Hi guys,
I'm new to openstack.
Installed mirantis os 9,
If one of controllers goes down - vm machines are not accesible, I
though openstack supposed to work even if one controller is alive

Any thoughts?


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [Neutron] Need L2 Connectivity between the extra two nics between the VMs created on OpensStack

2017-03-17 Thread Yura Poltoratskiy
If I understand correctly, all I need to do is to create a network (via 
dashboard or cli), to create two ports and to attach the ports to you 
VMs. After all this steps you will have situation like you two servers 
connected through a switch or by wire directly (which is the same). This 
is in general.


I don't know about your deployment scenario, but if you were using 
ansible I believe that there is basic network functionality already.



16.03.2017 19:47, Vivek Nirala пишет:

The connection should be like normal Ethernet wire connection, just like
we plug an Ethernet wire between two hosts
(Host1)nic---etherrnetwire---nic(Host2).


On 16-Mar-2017 4:40 PM, "Kevin Benton"  wrote:

What kind of cable? What protocol will be carried over it?

Traffic between VMs on different hosts needs to be encapsulated by a
protocol like GRE or VXLAN to carry it over the real network so that
imposes some limitations on emulating a 'direct wire'.

If you need to carry some other l2 protocol between two VMs, I
suggest that you just establish and L2TP connection between the
hypervisors.

On Mar 16, 2017 03:56, "Vivek Nirala" mailto:nirala.vi...@gmail.com>> wrote:

​I want the connection between the two VMs through nics or
anyother way, such that the connection is like direct cable
connection.​

On Wed, Mar 15, 2017 at 11:06 AM, Kevin Benton mailto:ke...@benton.pub>> wrote:

What type of L2 communication do they need to do? If it's
ethernet, then just attaching two ports to a network using
one of the reference ML2 drivers (i.e. OVS or LinuxBridge)
will give you L2 ethernet connectivity via virtual switches.

If you want two VMs connected via a direct connect that
passes arbitrary frames directly without switching so you
can use non-ethernet protocols, then I don't believe any of
the plugins support a model like that.

On Tue, Mar 14, 2017 at 9:46 PM, Vivek Nirala
mailto:nirala.vi...@gmail.com>> wrote:

Hi,

I have installed openstack using ansible on Ubuntu 16.04
Server.
I am able to successfully create VMs and launch
instances however the requirement is to add one extra
nic on both VMs(default is only once nic) so as the
extra nics are connected as if they are physically
connected via a wire i.e. L2 connectivity.

Please let me know your suggestions.


Thanks
​,
Vivek​


___
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Post to : openstack@lists.openstack.org

Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack






--
Thanks,
*Vivek Nirala*
Mobile:+91-9278676843 



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Disable Mac and IP spoof protection

2017-03-09 Thread Yura Poltoratskiy

Hi.

We have OpenVZ as an instance, so there are many ip addresses on the 
instance. The only thing that I've done was disabling PortSecurity.


If I'm correct, there is no way to update port for disabling PortSec, 
one have to delete port and to create a new with 
"--port-security-enabled=False".


09.03.2017 03:18, Sterdnot Shaken пишет:

Is there a way to disable Mac and IP spoof protection for just 1 instance?


I want to run an L2TP server on that instance so I can merge a remote
(over the internet) broadcast domain at a customer site with a Openstack
tenant network. To do this though, I need Openstack to allow n number of
MAC addresses and IP's to be allowed out the instances port, which
IP/MAC spoofing is preventing...


Any ideas?


Thanks in advance!!



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] difference between openstack Mitaka and kilo release

2017-02-01 Thread Yura Poltoratskiy

Hi!

You can read release notes for every projects (Liberty and Mitaka) to 
get info about difference.


https://releases.openstack.org/liberty/
https://releases.openstack.org/mitaka/


01.02.2017 11:20, ElayaRaja S пишет:


What is the difference between openstack Mitaka and kilo release?

Regards,
S.ElayaRaja



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] nova drop port after VMs was evacuated through host-evacuate and failed compute was started again

2016-07-18 Thread Yura Poltoratskiy
Hello.

Recently my compute was failed and I run host-evacuate, the VMs was started
properly, but after failed compute was started again, nova was dropped
ports of VMs which was evacuated with next log in nova-compute.log:

2016-07-15 03:29:59.013 4617 INFO nova.network.neutronv2.api
[req-c76160e4-4a29-4f78-85e4-ab5b1dc08dd4 - - - - -] [instance:
eb6a628a-242d-4a3c-b88f-5189e06b3d97] Port
46cae1d0-b894-419f-ac8f-56c85c74b184 from network info_cache is no longer
associated with instance in Neutron. Removing from network info_cache.

Is this a bug?

Which is the right scenario to properly boot failed compute?
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] AMQP server is unreachable / AMQP server closed the connection. Check login credentials

2016-03-24 Thread Yura Poltoratskiy
Hello,

I am a new to OpenStack. I am deploying from scratch and my architecture as
such:
2 servers - computes
3 servers - controllers
3 servers - SAN
1 server - network

On every controller node I have created lxc contrainer for every service,
so I have 3 containers for every service, and each container live on bare
server.

Operation system - Ubuntu 14.04 with cloud-archive:liberty on each
server/container and there are no firewall enabled.

Messages server is RabbitMQ, with I have deployed step-by-steb from this
guide:
http://docs.openstack.org/ha-guide/controller-ha-rabbitmq.html#rabbitmq-services

My first try to launch instance was failed. From the log I assume that the
problem is near the messages server. Here is some log.


nova-compute.log:

2016-03-24 12:00:06.833 1 ERROR oslo.messaging._drivers.impl_rabbit
[req-8e5b0e51-ed48-48cf-9182-81b437246bcf - - - - -] AM
QP server on rabbitmq01:5672 is unreachable: [Errno 32] Broken pipe. Trying
again in 1 seconds.
2016-03-24 12:00:07.848 1 INFO oslo.messaging._drivers.impl_rabbit [-]
Reconnected to AMQP server on rabbitmq01:5672

or

2016-03-24 12:05:23.910 1 ERROR oslo.messaging._drivers.impl_rabbit [-]
AMQP server rabbitmq01:5672 closed the connection.
Check login credentials: Socket closed


neutron-server.log:

2016-03-24 12:27:40.140 25737 ERROR oslo.messaging._drivers.impl_rabbit [-]
AMQP server on rabbitmq01:5672 is unreachable: [Errno 104] Connection reset
by peer. Trying again in 1 seconds.
2016-03-24 12:27:41.156 25737 ERROR oslo.messaging._drivers.impl_rabbit [-]
AMQP server on rabbitmq01:5672 is unreachable: [Errno 111] ECONNREFUSED.
Trying again in 1 seconds.
2016-03-24 12:27:42.202 25737 INFO oslo.messaging._drivers.impl_rabbit [-]
Reconnected to AMQP server on rabbitmq02:5672
2016-03-24 12:27:48.786 25737 INFO oslo.messaging._drivers.impl_rabbit [-]
A recoverable connection/channel error occurred, trying to reconnect:
[Errno 104] Connection reset by peer
2016-03-24 12:28:03.580 25737 ERROR oslo.messaging._drivers.impl_rabbit [-]
AMQP server on rabbitmq01:5672 is unreachable: [Errno 32] Broken pipe.
Trying again in 1 seconds.
2016-03-24 12:28:04.606 25737 INFO oslo.messaging._drivers.impl_rabbit [-]
Reconnected to AMQP server on rabbitmq01:5672


rab...@rabbitmq01.log:

=INFO REPORT 24-Mar-2016::14:18:01 ===
accepting AMQP connection <0.2831.0> (10.1.1.101:50740 -> 10.1.1.41:5672)

=INFO REPORT 24-Mar-2016::14:18:01 ===
accepting AMQP connection <0.2828.0> (10.1.1.101:50738 -> 10.1.1.41:5672)

=INFO REPORT 24-Mar-2016::14:18:01 ===
accepting AMQP connection <0.2825.0> (10.1.1.101:50736 -> 10.1.1.41:5672)

=INFO REPORT 24-Mar-2016::14:18:01 ===
accepting AMQP connection <0.2834.0> (10.1.1.101:50742 -> 10.1.1.41:5672)

=INFO REPORT 24-Mar-2016::14:18:01 ===
Mirrored queue 'reply_6a400f775e434bafb05db9b8b1976c29' in vhost '/':
Adding mirror on node rabbit@rabbitmq02: <7323.17821.0>

=INFO REPORT 24-Mar-2016::14:18:01 ===
Mirrored queue 'reply_6a400f775e434bafb05db9b8b1976c29' in vhost '/':
Adding mirror on node rabbit@rabbitmq03: <7324.18726.0>

=INFO REPORT 24-Mar-2016::14:18:01 ===
Mirrored queue 'compute_fanout_aa803659695f48a2ab997e6bb8bf28bf' in vhost
'/': Adding mirror on node rabbit@rabbitmq02: <7323.17827.0>

=INFO REPORT 24-Mar-2016::14:18:01 ===
Mirrored queue 'compute_fanout_aa803659695f48a2ab997e6bb8bf28bf' in vhost
'/': Adding mirror on node rabbit@rabbitmq03: <7324.18732.0>

=ERROR REPORT 24-Mar-2016::14:19:41 ===
closing AMQP connection <0.2825.0> (10.1.1.101:50736 -> 10.1.1.41:5672):
Missed heartbeats from client, timeout: 20s

=ERROR REPORT 24-Mar-2016::14:19:41 ===
closing AMQP connection <0.2834.0> (10.1.1.101:50742 -> 10.1.1.41:5672):
Missed heartbeats from client, timeout: 20s

=ERROR REPORT 24-Mar-2016::14:20:01 ===
closing AMQP connection <0.2828.0> (10.1.1.101:50738 -> 10.1.1.41:5672):
Missed heartbeats from client, timeout: 20s

=ERROR REPORT 24-Mar-2016::14:20:01 ===
closing AMQP connection <0.2831.0> (10.1.1.101:50740 -> 10.1.1.41:5672):
Missed heartbeats from client, timeout: 20s

I reinstalled rabbitmq-server on dedicated server without success.

Someone help me pls to fix the problem.

I could provide any additional info.
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack