Questions tagged [openstack-neutron]

Neutron is a virtual network service for Openstack. It is an OpenStack project to provide "networking as a service" between interface devices (e.g., vNICs) managed by other Openstack services (e.g., nova).

Neutron mission is to implement services and associated libraries to provide on-demand, scalable, and technology-agnostic network abstraction. Like Nova Networking, Neutron manages software-defined networking for your OpenStack installation. However, unlike Nova Networking, you can configure Neutron for advanced virtual network topologies, such as per-tenant private networks and more.

Starting in the Folsom release, Neutron is a core and supported part of the OpenStack platform. It was previously known as 'Quantum'.

References

  1. Official OpenStack Neutron Wiki
  2. Lanchpad Neutron page
80 questions
4
votes
1 answer

Is it possible to monitor how OpenStack is allocating virtual infrastructure on a physical one?

I've been wondering whether there's a tool for monitoring how OpenStack is using physical resources (cluster [cpus, ram], network [interfaces, switches]) for its virtual infrastructures? The virtual infrastructures are visible in Horizon, however…
2
votes
0 answers

OpenStack Hyper-V vSwitch not being selected

I'm updating this, as the original did not get much support. And, I'm not seeing that error anymore since restarting with a fresh install using packstack. To help try to "help you, help me." I am posting all the relevant configs for my install, in…
2
votes
2 answers

Cloud-init not finding metadata server (Openstack)

I am trying to understand why my server is failing to connect to the metadata server (and thus not able to log in with the SSH key). Similar problems online seem to be caused by Security Group problems, that I am confident is not the problem…
Mark Perryman
  • 21
  • 1
  • 1
  • 5
2
votes
0 answers

Multiple networks per interface in OpenStack in Hetzner

I'm trying to run a small OpenStack setup over a few servers hosted in hetzner.de, I'm currently deploying a basic setup to two servers. All servers are running Ubuntu, they are connected to each other using a LAN, running on 172.16.0.x network.…
2
votes
0 answers

Openstack SelfService network with IPV6 subnet from provider network

I am installing an openstack infrastructure but i have an issue with the selfservice networks and the ipv6 On my provider network i have the fddd:3138:5d15:18::/64 subnet which is my local server range. I've managed to make the ipv6 works in a…
makz
  • 21
  • 1
1
vote
0 answers

Openstack Neutron Hyper-V agent - unable to bind port

I have a fully working system running Rocky that I built using Openstack-Ansible on Ubuntu 18.04. I am using it as a POC to test out for use in my datacenter, which has a large Hyper-V investment. I am using the ML2 Linuxbridge agent with my KVM…
HenryB
  • 11
  • 1
1
vote
0 answers

openstack shared PCI between numa with SR-IOV

I'm building SR-IOV supported compute node on HP 360g8 hardware and i have Qlogic interface card, my compute node has 32 core & 32GB memory. Problem: when i launch vm-1 (with flavor 16 vCPU core) on openstack it launch successful on numa0 node and…
Satish
  • 652
  • 3
  • 7
  • 20
1
vote
0 answers

Openstack Mitaka - Networking Controller and Compute node on different network Segments

I'm fairly new to Openstack and have very limited insight into Advanced networking concepts. I'm trying to setup a simple Openstack Mitaka setup for work, following the official installation guides. I thought I was making pretty good progress till I…
1
vote
1 answer

openstack: can't launch instance, multiple errors

I'm working with Openstack Mitaka, at the point to try launch an instance. When creating the instance it hangs in ERROR-state , just after built. I collected the errors from the logs, but so far I don't have a clue where to start. #…
oblak
  • 11
  • 1
  • 3
1
vote
0 answers

Setting dnsmasq_config_file with Puppet managed OpenStack installation

Our OpenStack installation is rolled out with Puppet. We use the excellent puppetlabs-openstack module for that. Due to the slow turnover cycles we are still stuck with version 5.0.2, right now we cannot afford to migrate to a newer version. So this…
1
vote
0 answers

VM instance is not accessible by floating ip

I have an open stack VM instance having two NICs added from same Sub-Net. Both nics are configured for DHCP. When i start VM instance it gets one DHCP ip on each interface. I am able to ping this VM instance from other VM intance on same network and…
rkrdev
  • 11
  • 1
1
vote
1 answer

openstack installation on ubuntu. Neutron connection issue

I try to configure on a single node openstack by following this tutorial: http://docs.openstack.org/juno/install-guide/install/apt/content/neutron-controller-node.html My installation is done in a Virtual Machine. My /etc/hosts…
Julio
  • 155
  • 1
  • 7
1
vote
1 answer

Openstack Neutron stabilty problems

I have a fairly simple Openstack setup for a PoC. 2 nodes, both running Nova, and everything else on node 1. It is running CentOS 6 and was set up using RDO. Importantly I am using Neutron for the networking, with GRE tenant networks set up from the…
chriscowley
  • 523
  • 4
  • 17
1
vote
1 answer

PackStack issues with neutron router-gateway-set

Using centos 6.5 I'm setting up PackStack on a single node with one network interface. I'm following these instructions http://openstack.redhat.com/Quickstart That works fine then I get to http://openstack.redhat.com/Floating_IP_range my network is…
beaugotro
  • 11
  • 4
1
vote
1 answer

What does ping not showing any results mean?

I deployed a kolla-openstack and attached floating IP to an instance in it. Now while I am trying to ping the IP I am getting no response, but when I do ctrl+c it shows 100% loss. Now leaving this aside, if I try to ping an IP which is 100% not…
1
2 3 4 5 6