[Openstack] Upgrade Nova Ocata -> Pike placement section

2018-06-05 Thread Gregory Orange
Hi everyone, I'm looking at upgrading Nova from Ocata to Pike and reading https://docs.openstack.org/releasenotes/nova/pike.html: "Ensure the [placement] section of nova.conf for the nova-conductor service is filled in." Can I get some input on what that means? That is, I assume it needs to b

Re: [Openstack] Upgrade Nova Ocata -> Pike placement section

2018-06-05 Thread Eugen Block
Hi, you can check the install guide [1] for further information. Here's what it says: ---cut here--- [placement] # ... os_region_name = RegionOne project_domain_name = Default project_name = service auth_type = password user_domain_name = Default auth_url = http://controller:35357/v3 username =

[Openstack] Installing openstack

2018-06-05 Thread Ionosphere s.r.o.
Hello, my name is Patrik Púpala. Recently we tried to install openstack, but we went into some problems installing it so i want to ask that if we need to install it on a fresh minimal installation of linux or we can use DVD versions of linux. Also if you can point me what addational packages (like

Re: [Openstack] Installing openstack

2018-06-05 Thread Bernd Bausch
The installation tutorials mention a "base installation" of the operating system. I would start with a minimal install to avoid any problems arising from incompatible software versions, plus sshd if it's not part of that minimal install. All other requirements, like NTP, database, message queue, SE

Re: [Openstack] On Ubuntu 18.04, the package "gnocchi-api" install tries to remove both "keystone" and "openstack-dashboard"!

2018-06-05 Thread Corey Bryant
Hi Martin, Thanks for bringing this up. I replied in the bug, but pasting some of my response below: gnocchi-api only supports py3 for now in bionic/queens and above. Most OpenStack packages in Ubuntu have not yet received py3 support. That is a focus for the cosmic cycle. Where possible the pla

Re: [Openstack] Installing openstack

2018-06-05 Thread Remo Mattei
What are you using to install OpenStack? Packstack? OOO? Ansi Kolla, helm? > On Jun 5, 2018, at 4:12 AM, Bernd Bausch wrote: > > The installation tutorials mention a "base installation" of the operating > system. I would start with a minimal install to avoid any problems arising > from inco

[Openstack] First Ceph storage planning advice

2018-06-05 Thread Satish Patel
Folks, I am building 15 node openstack private cloud for beginning, so i am planning to build Ceph storage for nova block storage so all VM will run on Central storage and provide failover for vm instances. This is what i have in my inventory and i want to build my first ceph storage, i need some

Re: [Openstack] Geneve isn't working on Queens, Ubuntu 18.04 - Failed to bind port type geneve

2018-06-05 Thread Martinx - ジェームズ
Guys, Is there anyone running Queens on Ubuntu 18.04 with Geneve instead of VXLAN (OpenvSwitch Agent, Neutron L3 Agents...)? Thanks! Thiago On 4 June 2018 at 18:59, Martinx - ジェームズ wrote: > Hello! > > I have OpenStack Queens up and running on Ubuntu 18.04 with VXLAN! > > It is awesome! > >

Re: [Openstack] Geneve isn't working on Queens, Ubuntu 18.04 - Failed to bind port type geneve

2018-06-05 Thread Bernd Bausch
Not me, but this part in the log message makes me think something went wrong with the mapping from virtual to physical network: 'physical_network': None Not sure. However, I believe this log message comes from the neutron server. If so, it would be worthwhile checking the OVS agent log on the com