Re: [Openstack] Openstack Log Errors monitoring

2018-04-16 Thread Bedyk, Witold
Hi Ron, Monasca (logging part based on ELK) offers alerting on logs. Basic idea is presented in this presentation [1] starting from slide 28. Cheers Witek [1] file:///C:/Users/bedyk/Desktop/Austin%202016/Monasca_Logging_OpenStack_Summit_Austin.pdf > May i know if anyone is using any tool to

Re: [Openstack] Domain not found error

2018-04-16 Thread Eugen Block
Is there a way to undo the keystone config and start over again? I want to start afresh. The easiest way is probably to drop the keystone database and recreate it, then do the bootstrapping again. I believe this should suffice since keystone is essential to all other services, so you wouldn'

Re: [Openstack] Domain not found error

2018-04-16 Thread Remo Mattei
Start from fresh! I would suggest to check into RDO, PackStack or Tripleo. My 2 cents. Remo > On Apr 16, 2018, at 1:16 PM, Shyam Prasad N wrote: > > Hi Eugen, > I tried pike initially. When that didn't work, I thought I'll use the > documentation for queens. > Is there a way to undo the

Re: [Openstack] Domain not found error

2018-04-16 Thread Shyam Prasad N
Hi Eugen, I tried pike initially. When that didn't work, I thought I'll use the documentation for queens. Is there a way to undo the keystone config and start over again? I want to start afresh. On Mon, Apr 16, 2018 at 3:24 PM, Eugen Block wrote: > Your first email pionted to the pike install gu

Re: [Openstack] Domain not found error

2018-04-16 Thread Remo Mattei
Does openstack endpoint list work? > On Apr 16, 2018, at 11:27 AM, Eugen Block wrote: > > Hi, > > I found some differences between your bootstrap command and your admin-rc > credentials: > >> export OS_AUTH_URL=http://20.20.20.7:35357/v3 >> --bootstrap-admin-url

Re: [Openstack] Domain not found error

2018-04-16 Thread Eugen Block
Your first email pionted to the pike install guide which mentions admin-url port 35357. I'm trying to install keystone for my swift cluster. I followed this document for install and configuration: https://docs.openstack.org/keystone/pike/install/ So now you're trying to install queens releas

Re: [Openstack] Domain not found error

2018-04-16 Thread Shyam Prasad N
Here is the documentation page I followed: https://docs.openstack.org/keystone/queens/install/keystone-install-ubuntu.html On Mon, Apr 16, 2018 at 3:14 PM, Shyam Prasad N wrote: > Hi Eugen, > > Ignore the different IPs. I had tried keystone install on two different > systems. The old admin-rc sc

Re: [Openstack] Domain not found error

2018-04-16 Thread Shyam Prasad N
Hi Eugen, Ignore the different IPs. I had tried keystone install on two different systems. The old admin-rc script was from the other node. As per the port numbers, I followed what was in the documentation: Bootstrap the Identity service: # keystone-manage bootstrap --bootstrap-password ADMIN_PAS

Re: [Openstack] Domain not found error

2018-04-16 Thread Eugen Block
Hi, I found some differences between your bootstrap command and your admin-rc credentials: export OS_AUTH_URL=http://20.20.20.7:35357/v3 --bootstrap-admin-url http://20.20.20.8:5000/v3/ You use two different IPs for your controller node, this can't work. Another thing is, you usually hav

Re: [Openstack] can't delete volume because host does not have free space

2018-04-16 Thread Bernd Bausch
The all-in-one installations that I know of use LVM as Cinder backend and a loop device as the LVM physical volume. If your installation is like that, run *lvs *to see what LVM volumes exist, correlate them with your Cinder volumes and delete the LVM volumes you don't need anymore. Of course, you