[Openstack] Openstack-ansible ceph storage question

2018-07-02 Thread Satish Patel
I am have build 15 node openstack cluster and now I have 5 node for ceph storage they all are HP DL360p G8 which has 10 HDD tray. Now for ceph minimum requirement is to have 3 monitor node, I have 5 ceph node then it would be little tight if I give 3 node for monitor and 2 for OSD. I was thi

[Openstack] masakari client (cannot list/add segment)

2018-07-02 Thread Torin Woltjer
Installed masakari 4.0.0 on queens. Hostmonitor, instancemonitor, and processmonitor all running on compute nodes. API and engine running on controller nodes. I've tried using the masakari client to list/add segments, any of those commands does nothing and returns: ("'NoneType' object has no at

Re: [Openstack] flavor metadata

2018-07-02 Thread Torin Woltjer
I would recommend using availability zones for this. Torin Woltjer Grand Dial Communications - A ZK Tech Inc. Company 616.776.1066 ext. 2006 www.granddial.com From: Satish Patel Sent: 7/1/18 9:56 AM To: openstack Subject: [Openstack] flavor metadata Fo

Re: [Openstack] DNS integration

2018-07-02 Thread Torin Woltjer
Have a look at Designate: https://wiki.openstack.org/wiki/Designate It has support for powerDNS, and sounds like what you're looking for. Torin Woltjer Grand Dial Communications - A ZK Tech Inc. Company 616.776.1066 ext. 2006 www.granddial.com From: Sati

Re: [Openstack] flavor metadata

2018-07-02 Thread Satish Patel
Now i am confused, what is the best option and can you give me example how should i use them? ~S On Mon, Jul 2, 2018 at 8:48 AM, Torin Woltjer wrote: > I would recommend using availability zones for this. > > Torin Woltjer > > Grand Dial Communications - A ZK Tech Inc. Company > > 616.776.1066 e

[Openstack] Compute node on bare metal?

2018-07-02 Thread Houssam ElBouanani
Hi, I have recently finished installing a minimal OpenStack Queens environment for a school project, and was asked whether it is possible to deploy an additional compute node on bare metal, aka without an underlying operating system, in order to eliminate the operating system overhead and thus to

Re: [Openstack] DNS integration

2018-07-02 Thread Satish Patel
Yes, i am looking at it but documentation is little confusion too.. On Mon, Jul 2, 2018 at 8:52 AM, Torin Woltjer wrote: > Have a look at Designate: https://wiki.openstack.org/wiki/Designate > It has support for powerDNS, and sounds like what you're looking for. > > Torin Woltjer > > Grand Dial C

Re: [Openstack] masakari client (cannot list/add segment)

2018-07-02 Thread Dean Troyer
On Mon, Jul 2, 2018 at 7:43 AM, Torin Woltjer wrote: > Installed masakari 4.0.0 on queens. Hostmonitor, instancemonitor, and > processmonitor all running on compute nodes. API and engine running on > controller nodes. I've tried using the masakari client to list/add segments, > any of those comman

Re: [Openstack] Compute node on bare metal?

2018-07-02 Thread Jay Pipes
On 07/02/2018 09:45 AM, Houssam ElBouanani wrote: Hi, I have recently finished installing a minimal OpenStack Queens environment for a school project, and was asked whether it is possible to deploy an additional compute node on bare metal, aka without an underlying operating system, in order

Re: [Openstack] DNS integration

2018-07-02 Thread Remo Mattei
Are you using OOO? Or what? HA mode? Remo > On Jul 2, 2018, at 7:32 AM, Satish Patel wrote: > > Yes, i am looking at it but documentation is little confusion too.. > > On Mon, Jul 2, 2018 at 8:52 AM, Torin Woltjer > mailto:torin.wolt...@granddial.com>> wrote: >> Have a look at Designate: http

Re: [Openstack] DNS integration

2018-07-02 Thread Satish Patel
I am using Openstack-ansible deployment method in HA mode. On Mon, Jul 2, 2018 at 11:08 AM, Remo Mattei wrote: > Are you using OOO? Or what? HA mode? > > Remo > > > On Jul 2, 2018, at 7:32 AM, Satish Patel wrote: > > Yes, i am looking at it but documentation is little confusion too.. > > On Mon

Re: [Openstack] masakari client (cannot list/add segment)

2018-07-02 Thread Torin Woltjer
Running the command with the -d debug option provides this python traceback: Traceback (most recent call last): File "/usr/local/bin/masakari", line 11, in sys.exit(main()) File "/usr/local/lib/python2.7/dist-packages/masakariclient/shell.py", line 189, in main MasakariShell().main(args)

Re: [Openstack] masakari client (cannot list/add segment)

2018-07-02 Thread Torin Woltjer
Installing it with tox instead of pip seems to have precisely the same effect. Is there a config file for the masakari client that I am not aware of? Nothing seems to be provided with it, and documentation is nonexistant. Torin Woltjer Grand Dial Communications - A ZK Tech Inc. Company 616.776

Re: [Openstack] flavor metadata

2018-07-02 Thread Bernd Bausch
The purpose of availability zones is segregating your servers so that downtime of a group of servers doesn't affect another group of servers. Such as, servers in different buildings or hooked up to different power lines. Important detail: A server can be in a single availability zone at most. This

Re: [Openstack] Compute node on bare metal?

2018-07-02 Thread Bernd Bausch
They are probably thinking of Vmware ESXi, which is both an operating system kernel, named vmkernel, and a hypervisor. OpenStack is not a hypervisor. It /uses /hypervisors to manage virtual machines. Furthermore, OpenStack is written in Python, so that, as a minimum, your "baremetal" would have to

Re: [Openstack] flavor metadata

2018-07-02 Thread David Medberry
Bernd has this right. Host aggregates (sometimes called Haggs) is the right soluton to this problem. You can setup a flavor to only run on a certain hagg. This works well (in production, at scale). On Sun, Jul 1, 2018 at 7:52 AM, Satish Patel wrote: > Folks, > > Recently we build openstack for