[Openstack] Openstack Network Architecture with two ethernet card possible with Neutron Network?

2014-12-03 Thread dhanesh1212121212
Hi All, In openstack Docs for Juno the "Minimal architecture example for Openstack networking shows the below. 1. Controller one ethernet card with network ( 10.0.0.0 ) 2. Network Node with three ethernet card ( 10.0.0.0 (management), 10.0.1.0 (Tunnel network), 203.0.113.0 (unnumbered external

[Openstack] opensource tools that support openstack for Autoscaling

2014-12-04 Thread dhanesh1212121212
Hi All, Is ter any opensource tools that support openstack for Autoscaling? Regards, Dhanesh M ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.ope

Re: [Openstack] opensource tools that support openstack for Autoscaling

2014-12-04 Thread dhanesh1212121212
, 2014 at 10:57 AM, jtan wrote: > Hi, > > Not sure if this link can help: > http://www.openstack.org/vote-paris/Presentation/deploying-and-auto-scaling-applications-on-openshift-with-heat > > > > On Fri, Dec 5, 2014 at 12:49 PM, dhanesh1212121212 > wrote: >

Re: [Openstack] Openstack Network Architecture with two ethernet card possible with Neutron Network?

2014-12-05 Thread dhanesh1212121212
twork. Regards, Dhanesh M. On Thu, Dec 4, 2014 at 10:52 AM, dhanesh1212121212 wrote: > Hi All, > > > In openstack Docs for Juno the "Minimal architecture example for Openstack > networking shows the below. > > 1. Controller one ethernet card with network ( 10.0.0.0 )

[Openstack] Openstack setup in Data Center with two Dell Blade Server

2014-12-05 Thread dhanesh1212121212
Hi All, We have a requirement to configure Openstack Juno setup in Data Center with two Dell Blade Server. We are planning to use one blade server to install Centos 7 which will be our Hypervisor Second machine we will install Xenserver. Inside Xenserver we will create two CentOS 7 machine on

Re: [Openstack] opensource tools that support openstack for Autoscaling

2014-12-08 Thread dhanesh1212121212
Hi All, I have read about heat hot template and have got some idea. Want to configure autoscaling using the same. Please share the hot template file to do the Autoscaling with heat and ceilometer. Regards, Dhanesh M On Fri, Dec 5, 2014 at 11:19 AM, dhanesh1212121212 wrote: > Thanks for

[Openstack] Create initial rings swift

2014-12-10 Thread dhanesh1212121212
Hi All, Below details is Mentioned in openstack document to configure object storage. For simplicity, this guide uses one region and zone with 2^10 (1024) maximum partitions, 3 replicas of each object, and 1 hour minimum time between moving a partition more than once. For Object Storage, a partit

[Openstack] Is it possible to use Xenserver with two virtual machines as Compute Node and Network node to set up openstack + neutron network?

2014-12-11 Thread dhanesh1212121212
Hi All, Is it possible to use Xenserver with two virtual machines as Compute Node and Network node? Will it effect the performance? or the set up in any ways? Regards, Dhanesh M. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinf

Re: [Openstack] (Juno) Multiple rings Swift

2014-12-23 Thread dhanesh1212121212
Hi Team, Is it possible to expand the partition of the above set up. Scenario : Disk sda1 is 100% utilized. Regards, Dhanesh M. On Tue, Dec 23, 2014 at 1:43 PM, Christian Schwede < christian.schw...@enovance.com> wrote: > On 22.12.14 21:00, Amit Anand wrote: > > Thanks Christian I think thats

Re: [Openstack] NovaException: Unexpected vif_type=binding_failed

2014-12-31 Thread dhanesh1212121212
Hi All, Iam facing the same issue, my set up is very minimal with centos. Thanks and regards, Dhanesh M. On Wed, Dec 31, 2014 at 9:41 PM, Pedro Navarro Pérez wrote: > Hi Sadia, > > the binding occurs when calling the binding function in the sriov > mechanism. I'd check the following: > > 1. T

[Openstack] what is object Storage (swift) and block storage(cinder) , Is the possible to use both storage on same machine?

2014-05-11 Thread dhanesh1212121212
Hi Team, which storage we should use. what is the difference between object Storage and block storage? Is the possible to use both storage on same machine? ( I have two harddisk attached in my machine "/dev/sda" "/dev/sdb", /dev/sda i have few partitions like /dev/sda1 /dev/sda2 and /dev/sdb

[Openstack] Network node (neutron) , I have only two interface in my machine. How will i configure External interface?

2014-05-12 Thread dhanesh1212121212
Hi Network node (neutron) 1. 1st interface as management 2. As instance tunnels interface I have only two interface in my machine. How will i configure External interface? Do a need to add another network card? Shall i configure network node alone in VM instance. Regards, Dhanesh.

[Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-20 Thread dhanesh1212121212
Hi All, Please find the error iam getting after finishing the ceilometer configuration in controller and compute. Error: [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused I have started all the services. I noticed 87

Re: [Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-20 Thread dhanesh1212121212
Hi All, ps -fe | grep ceilometer-api No process is running. status is showing its dead. Api Error log. [root@controller ceilometer]# tailf api.log 2014-05-20 14:42:39.476 10768 WARNING keystoneclient.middleware.auth_token [-] Configuring auth_uri to point to the public identity endpoint is re

Re: [Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-27 Thread dhanesh1212121212
Hi All, 8777 port is not up i started all the service. I have followed the icehouse document for fedora. [root@controller ~]# /etc/init.d/openstack-ceilometer-api restart Stopping openstack-ceilometer-api: [FAILED] Starting openstack-ceilometer-api:

Re: [Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-27 Thread dhanesh1212121212
Hi please find the log file for ceilometer api [root@controller ceilometer]# tailf /var/log/ceilometer/api.log 2014-05-27 15:16:30.236 4914 WARNING keystoneclient.middleware.auth_token [-] Configuring auth_uri to point to the public identity endpoint is required; clients may not be able to authen

Re: [Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-27 Thread dhanesh1212121212
Yes mongo db is running. Please find the log details [root@controller ~]# tailf /var/log/mongodb/mongodb.log Tue May 27 15:41:18.259 [conn2] command admin.$cmd command: { replSetGetStatus: 1.0, forShell: 1.0 } ntoreturn:1 keyUpdates:0 reslen:76 0ms Tue May 27 15:41:30.929 [DataFileSync] flushing

Re: [Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-27 Thread dhanesh1212121212
eter > os_tenant_name = service > os_password = ceilometer > > > On Tue, May 27, 2014 at 4:34 PM, Kiran Kumar < > kirankumarkuvvar...@gmail.com> wrote: > >> Hi dhanesh, >> add this to your config file >> >> log_dir=/var/log/ceilometer >> >>

Re: [Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-27 Thread dhanesh1212121212
Hi, Attaching both the outputs. Regards, Dhanesh. On Tue, May 27, 2014 at 5:38 PM, Kiran Kumar wrote: > show me the # keystone catalog ( or ) # keystone endpoint-list​ > catalog Description: Binary data endpoint Description: Binary data ___ Mail

Re: [Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-27 Thread dhanesh1212121212
localhost localhost.localdomain localhost6 localhost6.localdomain6 192.168.0.33compute1 192.168.0.11controller Regards, Dhanesh. On Tue, May 27, 2014 at 5:50 PM, dhanesh1212121212 wrote: > Hi, > > Attaching both the outputs. > > > Regards, > Dhanesh. > > > On T

Re: [Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-30 Thread dhanesh1212121212
, Dhanesh M. On Tue, May 27, 2014 at 7:15 PM, Kiran Kumar wrote: > I am attaching my working havana ceilometer config file. please change > according to your current setup. > > > On Tue, May 27, 2014 at 5:59 PM, dhanesh1212121212 > wrote: > >> >> Hi, >> &

[Openstack] want to store my images and iso inside swift

2014-06-03 Thread dhanesh1212121212
Hi All, I have configured swift using one harddisk and is installed in controller machine. I want to store my images and iso inside swift. now swift is showing as "container" inside " object store " in dashboard. if i click on conainer its showing upload button. Iam confused. want to store my i

Re: [Openstack] want to store my images and iso inside swift

2014-06-03 Thread dhanesh1212121212
nt which > is a command line tool, > e.g.*swift upload your_container *.jpg* > > -Edward Zhang > > > [image: Inactive hide details for dhanesh1212121212 ---2014-06-03 下午 > 07:30:29---dhanesh1212121212 ]dhanesh1212121212 > ---2014-06-03 下午 07:30:29---dhanesh1212121212 >

Re: [Openstack] want to store my images and iso inside swift

2014-06-05 Thread dhanesh1212121212
Hi, keystone is the authentication method. my doubt in keystone Identity Service. When alice launch an instance 1st credentials are sent : what credentials are sending ? is it the admin token? please put an example to show what is the credential and catalog,token etc the whole process so that

[Openstack] Adding another compute node in two tier method.

2014-07-13 Thread dhanesh1212121212
Hi All, I have followed the installation of icehouse and successfuly completed the configuration. Requirement is to add another compute node. Please share a document to add the compute node to ice house. Regards, Dhanesh. ___ Mailing list: http:/

Re: [Openstack] Adding another compute node in two tier method.

2014-07-14 Thread dhanesh1212121212
or > Just installed required software for compute node and copy the nova.conf > from first one and change the Local Ip . > > > On Mon, Jul 14, 2014 at 11:33 AM, dhanesh1212121212 > wrote: > >> Hi All, >> >> I have followed the installation of icehouse and successf

[Openstack] Resize the flavour from m1.small to m1.tiny is not working

2014-07-14 Thread dhanesh1212121212
Hi All, Two tier set up with centos (icehouse) KVM. Unable to resize the instance from m1.small to m1.tiny. Please find the error details below. 2014-07-14 15:53:07.705 1843 ERROR oslo.messaging.rpc.dispatcher [-] Exception during message handling: Resize error: Unable to resize disk down.

[Openstack] Hypervisor - Xen / Xenserver hypervisor support for icehouse

2014-07-14 Thread dhanesh1212121212
Hi All, Any guide or link to install xenserver as compute node in icehouse? As per the link, Ref: https://wiki.openstack.org/wiki/XenServer/XenAndXenServer. Xen is a hypervisor, which will come inside xenserver or XCP and xenapi is used to talk to openstack. Can someone guide me on this. Af

[Openstack] ceilometer output not showing properly.

2014-07-15 Thread dhanesh1212121212
Hi All, ICEHOUSE with Centos KVM (Two tier ). While verifying the *ceilometer meter-list* its showing outputs but when i put the *statistics *command its output is null. Please guide me on this. *Commands:* [root@controller ~]# ceilometer meter-list +-+-

Re: [Openstack] ceilometer output not showing properly.

2014-07-15 Thread dhanesh1212121212
Hi All, Please find the configuration details. vim /etc/glance/glance.conf DEFAULT] rpc_backend = qpid qpid_hostname = controller notification_driver = messaging [root@controller ~]# /etc/init.d/openstack-glance-api status openstack-glance-api (pid 2208) is running... [root@controller ~]# /et

Re: [Openstack] Adding another compute node in two tier method.

2014-07-15 Thread dhanesh1212121212
ONBOOT="yes" TYPE="Ethernet" UUID="c41a06ef-79eb-448b-bc32-dbeb49c785d3" Regards, Dhanesh M On Mon, Jul 14, 2014 at 1:27 PM, dhanesh1212121212 wrote: > Hi All, > > I have installed enabled icehouse repo, installed openstack utils, > installed nova

Re: [Openstack] Adding another compute node in two tier method.

2014-07-15 Thread dhanesh1212121212
, dhanesh1212121212 wrote: > Hi All, > > Compute node is showing in Dashboard now after installing all the packages > and made required changes > > 1. Editing nova.conf file > > Now machine is not getting network. > > and its not starting. > > > 2. Shall i

[Openstack] unable to start openstack service : openstack-nova-api

2014-07-16 Thread dhanesh1212121212
Hi Team, In compute node iam not able to start "openstack-nova-api". Its showing error: 2014-07-17 12:03:07.908 3313 ERROR nova.wsgi [-] Could not bind to 0.0.0.0:8775 2014-07-17 12:03:07.910 3313 CRITICAL nova [-] error: [Errno 98] Address already in use rest all services are showing status

[Openstack] IP ADDRESS not assigned to instance in Additional compute node.

2014-07-17 Thread dhanesh1212121212
SET UP: Two with Centos KVM. Hi ALL, 1. Additional compute node ( computenode2 ) is added to openstack and is showing in dashboard. 2. Created instance in computenode2 and in dashboard ip address is showing and instance status is running. 3. I have enabled Firewall in computenode2 now novn

Re: [Openstack] VM bootting hang on OpenStack Icehouse + Centos 6.4 64bit + KVM

2014-08-04 Thread dhanesh1212121212
Hi , please try this in kernel line. edd=off. refer the site below. https://access.redhat.com/solutions/47621 Regards, Dhanesh M On Mon, Aug 4, 2014 at 11:23 AM, Anh Tu Nguyen wrote: > Hi guys, > > I'm deploying OpenStack Icehouse with KVM on Centos 6.4 64bit. Everything > is good now. Howe

Re: [Openstack] VM bootting hang on OpenStack Icehouse + Centos 6.4 64bit + KVM

2014-08-04 Thread dhanesh1212121212
[] do_notify_resume+0x5d/0x80 > [1.048567] [] retint_signal+0x48/0x8c > > I guess that problem comes from init error. > > Need more help. > > > 2014-08-04 13:59 GMT+07:00 dhanesh1212121212 : > > Hi , >> >> please try this in kernel line. edd=off. >>

Re: [Openstack] VM bootting hang on OpenStack Icehouse + Centos 6.4 64bit + KVM

2014-08-05 Thread dhanesh1212121212
: Attempted to kill init! > [1.259137] Pid: 1, comm: init Not tainted 3.2.0-36-virtual #57-Ubuntu > [1.259298] Call Trace: > [1.259779] [] panic+0x91/0x1a4 > > Quite strange... > > 2014-08-04 17:16 GMT+07:00 dhanesh1212121212 : > >> Hi, >> >> Ha

[Openstack] Openstack setup using 4 dell blade servers with 64GB ram and 300GB HD and 2TB SAN Storage.

2014-10-09 Thread dhanesh1212121212
Hi All, We are planning to set up openstack IAAS in our department for study purpose. We have four dell blade server with each 64GB RAM and 300GB HD and 2TB SAN Storage. Scenarios: 1. At a time 40 users will be using Virtual machines. 2. Applications like Hadoop, OpenGL will be installed. 3

[Openstack] Load balacing using haproxy for Swift and proxy servers

2014-10-13 Thread dhanesh1212121212
Hi All, Set up: Swift + proxy 3 Stoarge Node + 2 Proxy Nodes ( Configuration Completed tested working ) 1 Load Balancer ( Ha proxy )( Lot of confusion While Configuring, Nothing seems to be working Donno which URL to put inside ha proxy ) Reason for confusion: 1. For two proxy two mysql i