[Yahoo-eng-team] [Bug 1861401] [NEW] Renaming instance brokes DNS integration

2020-01-30 Thread Volodymyr Litovka
Public bug reported: Colleagues, Description === Renaming instance (e.g. using "openstack server set --name") brokes DNS integration, since it makes it impossible to bind port with new instance's name. So, if user renamed instance and want to access it using name, he can not. Steps to

[Yahoo-eng-team] [Bug 1824477] [NEW] dhcp: need to reorder classless static route record

2019-04-12 Thread Volodymyr Litovka
Public bug reported: Dear colleagues, if there are Subnet1 with Host1 and Subnet2 with Host2 and Host2 serves Network2 behind it, in order to reach Network2 it is required to add Network2 to Subnet1's host_routes with Host2 as a nexthop. In this case Neutron will offer in Subnet1 the following

[Yahoo-eng-team] [Bug 1791944] Re: boot_index ignorance when booting VM

2018-09-12 Thread Volodymyr Litovka
The issue is inside VM, not Nova's one. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1791944 Title: boot_index ignor

[Yahoo-eng-team] [Bug 1791944] [NEW] boot_index ignorance when booting VM

2018-09-11 Thread Volodymyr Litovka
Public bug reported: Dear colleagues, seems I'm experiencing the issue, similar to https://bugs.launchpad.net/nova/+bug/1570107 but on Queens. When I try to boot VM with two volumes attached (both volumes made from bootable images and are bootable as well) and use boot_index, Nova ignores boot_in

[Yahoo-eng-team] [Bug 1785227] [NEW] Router port: no dataplane update on change

2018-08-03 Thread Volodymyr Litovka
Public bug reported: Hi colleagues, I'm using Heat to provision Neutron and faced the bug which is rather Neutron's than Heat's, since Neutron receives all information, provisions control plane ('openstack port/router show' gives updated config), but do nothing in dataplane. My config, which I'm

[Yahoo-eng-team] [Bug 1755414] [NEW] VR replaces connected routes

2018-03-13 Thread Volodymyr Litovka
Public bug reported: Hi colleagues, The idea behind this design is to easily switch VM between different address scopes (e.g. "grey" addresses in Subnet-1 and "white" in Subnet-2), using same port/MAC (which always is in E-Network). If VR connected to subnets belonging to same network (preformat

[Yahoo-eng-team] [Bug 1719261] [NEW] VM port state don't match Neutron's port admin state

2017-09-25 Thread Volodymyr Litovka
Public bug reported: Dear colleagues, when I change port admin state to DOWN, this is not reflected accordingly on VM's side: $ openstack port set --disable n1-lan $ openstack port show n1-lan [ ... ] +---++ | Field | Value | +

[Yahoo-eng-team] [Bug 1681784] [NEW] neutronclient: incorrect treatment of input parameters

2017-04-11 Thread Volodymyr Litovka
Public bug reported: Hi colleagues, Neutron 10.0.0 (as part Ocata) on Ubuntu 16.04 Everything is ok when I use Neutron CLI to update port parameters, but when I'm doing the same using Heat, it fails. Heat's template for the object is: e-secgroup: type: OS::Neutron::SecurityGroup prop

[Yahoo-eng-team] [Bug 1657814] [NEW] Incorrect DNS assignment

2017-01-19 Thread Volodymyr Litovka
Public bug reported: Dear friends, the problem is in the following: Neutron assign global "dns_domain" value (specified in neutron.conf) to ports in project's network regardless of network's "dns_domain" value specified in network definition and incorrectly updates dnsmasq. # cat /etc/neutron/ne