Re: [Openstack] NFS mount issue on Fedora-cloud instance

2016-06-07 Thread Jean-Pierre Ribeauville
Hi, Rebooting the instance doesn’t change anything. Here is the complete error when trying to mount it manually : systemd[1]: Mounting /nfs/omnivision... mount: wrong fs type, bad option, bad superblock on 10.147.60.172:/nfs/omnivision, missing codepage or helper program, or other error (for se

Re: [Openstack] NFS mount issue on Fedora-cloud instance

2016-06-07 Thread Jean-Pierre Ribeauville
Hi, I found ( I hope so) the root cause : nfs-utils is not installed on the Fedora cloud image . By the way , did you ever tried to run a yum install on such an instance ? ( I got following error : Error: Failed to synchronize cache for repo 'updates' from 'https://mirrors.fedoraproject.org

[Openstack] Enabling volume usage audit - cinder

2016-06-07 Thread murali
Hello guys, I am using Devstack Liberty version. I need to use the volume usage audit option which is available in cinder. I can be able to succesfully execute the cinder-volume-usage-audit command in my commandline. I need to make it run periodically. So that I can be able to see that adding

Re: [Openstack] NFS mount issue on Fedora-cloud instance

2016-06-07 Thread Remo Mattei
Dns issue yum works fine Inviato da iPhone > Il giorno 07 giu 2016, alle ore 00:41, Jean-Pierre Ribeauville > ha scritto: > > Hi, > > I found ( I hope so) the root cause : > > nfs-utils is not installed on the Fedora cloud image . > > By the way , did you ever tried to run a yum insta

Re: [Openstack] NFS mount issue on Fedora-cloud instance

2016-06-07 Thread Jean-Pierre Ribeauville
O.K. Thx for help. Regards, J.P. From: Remo Mattei [mailto:r...@italy1.com] Sent: mardi 7 juin 2016 10:08 To: Jean-Pierre Ribeauville Cc: openstack@lists.openstack.org Subject: Re: [Openstack] NFS mount issue on Fedora-cloud instance Dns issue yum works fine Inviato da iPhone Il giorno 07 giu

Re: [Openstack] Enabling volume usage audit - cinder

2016-06-07 Thread Tobias Urdin
You must add a cron job for the cinder-volume-usage-audit, like this. root@cinder:~# cat /etc/cron.d/cinder-volume-usage-audit */30 * * * * root (PYTHONIOENCODING=utf-8 /usr/bin/cinder-volume-usage-audit 1>> /var/log/cinder/cinder-volume-usage-audit-`date +\%Y\%m\%d`.log 2>&1) That will run each

Re: [Openstack] dumb neutron question

2016-06-07 Thread Akash Gunjal
Hi, The routing is being done by neutron router. But you cannot have the neutron router the same network as physical router since if its a DHCP network then most likely the physical router will provide the IPs. Regards, Akash From: John van Ommen To: openstack@lists.openstack.org Date:

[Openstack] neutron-server problems on cloud-controller.

2016-06-07 Thread Ken D'Ambrosio
We had some issues yesterday on our Liberty cloud that smelled networky, so I went to check the neutron logfiles on cloud-controller... and there were a bunch of issues. 1) neutron-server hadn't been *running* since February. 2) It doesn't start on reboot. 3) When I try to start it manually, I g

Re: [Openstack] Issue with assignment of Intel’s QAT Card to VM (PCI-passthrough) using openstack-mitaka release on Cent OS 7.2 host

2016-06-07 Thread Chinmaya Dwibedy
Hi Giridhar, Thank you for your email. There is a check in Nova ( get_device_type in https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py) that determines if a given PCI device is: 1) A normal PCI device, 2) An SR-IOV physical function (PF); or 3) An SR-IOV

[Openstack] Using Python SDK to retrieve cloud topology

2016-06-07 Thread Jean-Pierre Ribeauville
Hi, By using OpenStack Python SDK, is it possible to retrieve such things as hypervisors , aggregate and availability zones list? Thx for help. Regards, Jean-Pierre RIBEAUVILLE +33 1 4717 2049 [axway_logo_tagline_87px] ___ Mailing list: http://lis

Re: [Openstack] Using Python SDK to retrieve cloud topology

2016-06-07 Thread José Riguera López
Hi, Sure you can, have a look here: https://github.com/jriguera/setupproject-openstack/blob/master/osproject.py#L849 You have all the API documented here: http://docs.openstack.org/developer/python-novaclient/ Regards, 2016-06-07 16:01 GMT+02:00 Jean-Pierre Ribeauville : > Hi, > > > By using O

Re: [Openstack] Using Python SDK to retrieve cloud topology

2016-06-07 Thread Tobias Urdin
Hello Jean-Pierre, Yes you can. You can gather or control all parts of OpenStack using the REST API:s Best regards #!/usr/bin/env python from novaclient import client nova = client.Client(2, "adminuser", "passwordhere", "adminproject", "http://controller:35357/v2.0";

Re: [Openstack] Using Python SDK to retrieve cloud topology

2016-06-07 Thread Jean-Pierre Ribeauville
Hi, #openstack hypervisor list ++-+ | ID | Hypervisor Hostname | ++-+ | 1 | xxx.ptx.axway.int | ++-+ # #python test2.py Hypervisors: [] . Now, I've

Re: [Openstack] Using Python SDK to retrieve cloud topology

2016-06-07 Thread Jean-Pierre Ribeauville
Hi, Thx a lot. Regards, J.P. From: José Riguera López [mailto:jrigu...@gmail.com] Sent: mardi 7 juin 2016 16:21 To: Jean-Pierre Ribeauville Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Using Python SDK to retrieve cloud topology Hi, Sure you can, have a look here: https://githu

[Openstack] [Sahara] Can't access Sahara from Horizon

2016-06-07 Thread Jeremy Freudberg
Hi all, I'm running Openstack Liberty on Red Hat. I followed the instructions to set up Sahara on Red Hat from here: https://access.redhat.com/documentation/en/red-hat-openstack-platform/8/installation-reference/112-configure-the-data-processing-service . However, I am still having some issues. The

Re: [Openstack] Issue with assignment of Intel’s QAT Card to VM (PCI-passthrough) using openstack-mitaka release on Cent OS 7.2 host

2016-06-07 Thread Moshe Levi
From: Chinmaya Dwibedy [mailto:ckdwib...@gmail.com] Sent: Tuesday, June 07, 2016 9:22 AM To: Moshe Levi Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Issue with assignment of Intel’s QAT Card to VM (PCI-passthrough) using openstack-mitaka release on Cent OS 7.2 host Hi Moshe, Th

[Openstack] [Sahara] Can't load Sahara in Horizon

2016-06-07 Thread Jeremy Freudberg
Hi all, I'm running Openstack Liberty on Red Hat. I folowed the instructions to set up Sahara from here: https://access.redhat.com/documentation/en/red-hat-openstack-platform/8/installation-reference/112-configure-the-data-processing-service . However, I am still having some issues. When I try acce

Re: [Openstack] [Swift] 404 re-reading just created container

2016-06-07 Thread Pete Zaitcev
On Fri, 3 Jun 2016 16:09:06 +1200 Mark Kirkwood wrote: > This is a Swift 2.7.0.1 system with 2 proxies and 3 storage nodes (each > the latter with 6 devices). What is your replica count? > The proxies are load balanced behind Haproxy (which I'm guessing is > causing the 404 - see below) HApr

[Openstack] [TripleO]: Deploying overcloud, undercloud as a VM fails

2016-06-07 Thread Padmanabhan Krishnan
Hello, I am trying to install the undercloud and basic overcloud as VM’s. My undercloud VM is installed and I am able to login to that fine. I was following the instructions in http://docs.openstack.org/developer/tripleo-docs/basic_deployment/basic_deployment_cli.html to deploy the overcloud. In

Re: [Openstack] [Swift] 404 re-reading just created container

2016-06-07 Thread Mark Kirkwood
On 08/06/16 07:06, Pete Zaitcev wrote: On Fri, 3 Jun 2016 16:09:06 +1200 Mark Kirkwood wrote: This is a Swift 2.7.0.1 system with 2 proxies and 3 storage nodes (each the latter with 6 devices). What is your replica count? 3 replicas for objects and containers - sorry forgot mention! The p

[Openstack] what is lbaas v2 menu in horizon

2016-06-07 Thread dubaek
Hi all I have a question with lbaas agent. I am making openstack liberty, and I did upgrade lbaas v2 agent. Finally i was enbling lbaas agent v2. (lbaas v2 agent is already in liberty) After that I have seen loadbalancer menu was disappeared. I have thought this happening was my mis configu

[Openstack] [openstack] what is lbaas v2 menu in horizon

2016-06-07 Thread doun baek
Hi all I have a question with lbaas agent. I am making openstack liberty, and I did upgrade lbaas v2 agent. Finally i was enbling lbaas agent v2. (lbaas v2 agent is already in liberty) After that I have seen loadbalancer menu was disappeared. I have thought this happening was my mis configurat

[Openstack] Issue with dev_type: type-PCI using openstack-mitaka release on host (Cent OS 7.2)

2016-06-07 Thread Chinmaya Dwibedy
Hi All, I want the Ethernet Card to be used for PCI Passthrough device. Note that, I have installed openstack-mitaka release on host (Cent OS 7.2). [root@localhost ~(keystone_admin)]# lspci -nn | grep 154d 07:00.0 Ethernet controller [0200]: Intel Corporation Ethernet 10G 2P X520 Adapter [808

Re: [Openstack] Issue with assignment of Intel’s QAT Card to VM (PCI-passthrough) using openstack-mitaka release on Cent OS 7.2 host

2016-06-07 Thread Alex
Hi Chinmaya, Are you sure that IOMMU is enabled? That’s how it looks like when it’s on: alex@homelab:~$ alex@homelab:~$ dmesg | grep -e DMAR -e IOMMU [0.00] ACPI: DMAR bedb3008 B0 (v01 INTEL DQ67SW 0001 INTL 0001) [0.00] Intel-IOMMU: enabled [0.037894]

Re: [Openstack] Issue with dev_type: type-PCI using openstack-mitaka release on host (Cent OS 7.2)

2016-06-07 Thread Chinmaya Dwibedy
Hi Moshe, Thank you for the clarification. I want to passthrough PCI device . Thus I have configured the “device_type”: “type-PCI” in nova.conf. But it shows “dev_type: type-PF” in MariaDB and nova.compute log. I think it should show “dev_type: type-PCI”. Am I missing anything ? Regards, Chi

Re: [Openstack] Issue with dev_type: type-PCI using openstack-mitaka release on host (Cent OS 7.2)

2016-06-07 Thread Moshe Levi
From: Chinmaya Dwibedy [mailto:ckdwib...@gmail.com] Sent: Wednesday, June 08, 2016 7:43 AM To: openstack@lists.openstack.org Subject: [Openstack] Issue with dev_type: type-PCI using openstack-mitaka release on host (Cent OS 7.2) Hi All, I want the Ethernet Card to be used for PCI Passthrough d

Re: [Openstack] Issue with dev_type: type-PCI using openstack-mitaka release on host (Cent OS 7.2)

2016-06-07 Thread Moshe Levi
From: Chinmaya Dwibedy [mailto:ckdwib...@gmail.com] Sent: Wednesday, June 08, 2016 8:39 AM To: Moshe Levi Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Issue with dev_type: type-PCI using openstack-mitaka release on host (Cent OS 7.2) Hi Moshe, Thank you for the clarification. I