Re: [Openstack] Availability of metrics from SWIFT - Object Storage

2013-06-26 Thread raghavendra.lad
Hi All,

I am able to configure Openstack Essex using Ubuntu 12.04 Precise Pangolin for 
Swift Proxy, and 3 storage nodes.
In dashboard while I create a Container it is creating however a error pops up 
Error Unable to create container.
I can upload objects but cant delete objects or container.

Any help would be appreciated.

Regards,
Raghavendra Lad

From: Openstack 
[mailto:openstack-bounces+raghavendra.lad=accenture@lists.launchpad.net] On 
Behalf Of Narayanan, Krishnaprasad
Sent: Wednesday, June 26, 2013 3:10 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] Availability of metrics from SWIFT - Object Storage

Hallo All,

Based on the documentation from Ceilometer, I see the metrics from all the 
components except SWIFT. Can I get to know whether Ceilometer offers any 
metrics from the SWIFT component?

Thanks
Krishnaprasad


This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Grizzly openstack installation - tutorial/guide

2013-06-26 Thread raghavendra.lad
Hi Team,

Any easy simple guide/tutorial for the Grizzly openstack installation?

Regards,
Raghavendra Lad



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Grizzly openstack installation - tutorial/guide

2013-06-26 Thread raghavendra.lad
Hi,

Thanks you, Marco.


Hi,

Please find the below Grizzly link that I have followed to install separate 
Network, compute and Openstack.


http://docs.openstack.org/grizzly/basic-install/apt/openstack-basic-install-apt-grizzly.pdf


At page 8 I find that the bash script for keystone may not be correctly pasted 
(any help..!1)


At page 11 unable to I can wget glance but cannot save I get the below error.

Unable to communicate with identity service: {"error": {"message": "Invalid 
project", "  code": 401, "title": "Not Authorized"}}. (HTTP 401)





glance image-create --is-public true --disk-format qcow2 --container-format 
bare --name "Ubuntu" < ubuntu-12.04-server-cloudimg-amd64-disk1.img
Unable to communicate with identity service: {"error": {"message": "Invalid 
project", "code": 401, "title": "Not Authorized"}}. (HTTP 401)



My source file is below:

export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=password
export OS_AUTH_URL="http://localhost:5000/v2.0/";
export SERVICE_ENDPOINT="http://localhost:35357/v2.0";
export SERVICE_TOKEN=password


The Grizzly install setup, I am stuck at glance and get the above error message.

Regards,
Raghavendra

From: Marco Bravo [mailto:marcobra...@gmail.com]
Sent: Wednesday, June 26, 2013 7:21 PM
To: Lad, Raghavendra
Cc: mcheun...@hotmail.com; openstack@lists.launchpad.net
Subject: Re: [Openstack] Grizzly openstack installation - tutorial/guide

Hi, stackers I have reviewed some installation scripts (many of them) and I 
believe one point to start quickly is http://openstack.redhat.com/Quickstart
You can start quickly using on Red Hat or Fedora 18. For me (Fedora fan was 
great)
The RDO support forum is small and have some few issues.

Best regards, Marco Bravo.

2013/6/26 mailto:raghavendra@accenture.com>>
Hi Team,

Any easy simple guide/tutorial for the Grizzly openstack installation?

Regards,
Raghavendra Lad



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Availability Zones in Grizzly are not recognized

2013-07-02 Thread raghavendra.lad
Hi,

Please find the below Grizzly link that I have followed to install separate 
Network, compute and Openstack.


http://docs.openstack.org/grizzly/basic-install/apt/openstack-basic-install-apt-grizzly.pdf


At page 8 I find that the bash script for keystone may not be correctly pasted 
(any help..!1)


At page 11 unable to I can wget glance but cannot save I get the below error.

Unable to communicate with identity service: {"error": {"message": "Invalid 
project", "  code": 401, "title": "Not Authorized"}}. (HTTP 401)






glance image-create --is-public true --disk-format qcow2 --container-format 
bare --name "Ubuntu" < ubuntu-12.04-server-cloudimg-amd64-disk1.img
Unable to communicate with identity service: {"error": {"message": "Invalid 
project", "code": 401, "title": "Not Authorized"}}. (HTTP 401)



My source file is below:

export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=password
export OS_AUTH_URL="http://localhost:5000/v2.0/";
export SERVICE_ENDPOINT="http://localhost:35357/v2.0";
export SERVICE_TOKEN=password


The Grizzly install setup, I am stuck at glance and get the above error message.

Regards,
Raghavendra



From: Openstack 
[mailto:openstack-bounces+raghavendra.lad=accenture@lists.launchpad.net] On 
Behalf Of Vogl, Yves
Sent: Tuesday, July 02, 2013 1:51 PM
To: openstack
Cc: Papaspyrou, Alexander
Subject: [Openstack] Availability Zones in Grizzly are not recognized

Hi,

I want to segregate my installation into "Availability Zones".
I've configured a working multi-host installation with following hosts:


[FIGURE 1]
# nova availability-zone-list
+---++
| Name  | Status |
+---++
| internal  | available  |
| |- Controller ||
| | |- nova-conductor   | enabled :-) 2013-07-02T08:05:57.00 |
| | |- nova-scheduler   | enabled :-) 2013-07-02T08:05:59.00 |
| | |- nova-consoleauth | enabled :-) 2013-07-02T08:06:02.00 |
| |- hvm-A   ||
| | |- nova-network | enabled :-) 2013-07-02T08:05:58.00 |
| |- hvm-B   ||
| | |- nova-network | enabled :-) 2013-07-02T08:05:56.00 |
| |- hvm-C   ||
| | |- nova-network | enabled :-) 2013-07-02T08:05:57.00 |
| |- hvm-D   ||
| | |- nova-network | enabled :-) 2013-07-02T08:06:01.00 |
| nova  | available  |
| |- hvm-A   ||
| | |- nova-compute | enabled :-) 2013-07-02T08:06:03.00 |
| |- hvm-B   ||
| | |- nova-compute | enabled :-) 2013-07-02T08:05:55.00 |
| |- hvm-C   ||
| | |- nova-compute | enabled :-) 2013-07-02T08:06:00.00 |
| |- hvm-D   ||
| | |- nova-compute | enabled :-) 2013-07-02T08:06:00.00 |
+---++

Now I want to introduce another "Availability Zone" to get something like this:


[FIGURE 2]
# nova availability-zone-list
+---++
| Name  | Status |
+---++
| internal  | available  |
| |- Controller
||
| | |- nova-conductor   | enabled :-) 2013-07-02T08:05:57.00 |
| | |- nova-scheduler   | enabled :-) 2013-07-02T08:05:59.00 |
| | |- nova-consoleauth | enabled :-) 2013-07-02T08:06:02.00 |
| |- hvm-A
||
| | |- nova-network | enabled :-) 2013-07-02T08:05:58.00 |
| |- hvm-B
||
| | |- nova-network | enabled :-) 2013-07-02T08:05:56.00 |
| |- hvm-C
||
| | |- nova-network | enabled :-) 2013-07-02T08:05:57.00 |
| |- hvm-D
||
| | |- nova-network | enabled :-) 2013-07-02T08:06:01.00 |
| zone_1| available  |
| |- hvm-A
||
| | |- nova-compute | enabled :-) 2013-07-02T08:06:03.00 |
| |- hvm-B
||
| | |- nova-compute | enabled :-) 2013-07-02T08:05:55.00 |
| |- hvm-C
|

[Openstack] Grizzly keystone files user and tenant issues

2013-07-05 Thread raghavendra.lad
Hi,
I have tried to install Grizzly using the below link:

https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst

However when I try to run the files

keystone_basic.sh

and

keystone_endpoints_basic.sh


It says tenant and user needs to be declared properly. Has anyone tried to 
install Grizzly?  Please guide /assist.

Regards,
Raghavendra Lad.


This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Grizzly Compute gives error

2013-07-09 Thread raghavendra.lad


Hi,

I have tried the below link to install.
https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst

In my Nova-conf I have substituted for 192.168.22.4 instead of 10.10.10.53 
under Vnc configuration

Vi /etc/nova/nova.conf   (My Compute node) All other nodes work fine.

Under the below para.

 *   # Vnc configuration
 *   novnc_enabled=true
 *   novncproxy_base_url=http://192.168.100.51:6080/vnc_auto.html
 *   novncproxy_port=6080
 *   vncserver_proxyclient_address=10.10.10.53
 *   vncserver_listen=0.0.0.0
 *




The screen shot of error message

[cid:image001.png@01CE7CBA.5DCC8990]



Regards,
Raghavendra Lad


This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com
<>___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Openstack Grizzly using Ubuntu 12.04 version - Cinder gives error while creating volumes

2013-07-16 Thread raghavendra.lad
Hi –

I have installed the Openstack Grizzly using Ubuntu 12.04 version. I find in 
the status field “Error” when I try to create a volume using the dashboard.
I would be interested to know when you create Firewall security rules TCP is 
accepted for 22 and 22. When I try for ICMP port range 8 and 0 it does not 
accept.
I am following the below link

https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst
Any thoughts ..!!

Regards,
Raghavendra Lad


This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Issue with Cinder cannot ssh a VM - Grizzly - ubuntu 12.04 ver

2013-07-23 Thread raghavendra.lad
Hi Team,

I am able to install Grizzly version ubuntu 12.04 however cannot create volume 
it says Error in the status field. I am also unable to ssh instances however 
the VNC and login comesup.

Any help would be highly appreciated.

Regards,
Raghavendra Lad

From: Openstack 
[mailto:openstack-bounces+raghavendra.lad=accenture@lists.launchpad.net] On 
Behalf Of Muhammad Kazim
Sent: Tuesday, July 23, 2013 1:03 PM
To: Gareth
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Issue in debugging OpenStack Swift

Worked perfectly in the first attempt. Thanks a lot for the help. :)
On Tue, Jul 23, 2013 at 10:41 AM, Gareth 
mailto:academicgar...@gmail.com>> wrote:
the key reason it here: 
https://github.com/openstack/swift/blob/master/swift/common/utils.py#L1047

you have many ways to stop flush IO; I prefer add a line "stdio_files = []" 
after line 1037

On Sun, Jul 21, 2013 at 1:58 AM, Muhammad Kazim 
mailto:kazima...@gmail.com>> wrote:
Hi all,

I wanted to debug Swift source code. I have a Devstack setup running on my 
machine that i have configured to only run keystone, mysql and swift.

I have used pdb to debug source code. I was able to debug python-swiftclient, 
middleware (common), and proxy-server code. However, when i try to debug Object 
Server of Swift, by issuing pdb.set_trace() call in diskwrite or any write 
function in /swift/obj/server.py (except constructor) and than issue a 'swift 
post' or 'swift upload' command from other terminal, the object server crashes. 
The screen of s-object shows an error in the line in which 'pdb.set_trace()' is 
called.

Can someone please guide me how can i debug the Swift s-object code in 
/swift/obj/server.py. Thanks.

Regards,
Muhammad Kazim
___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.net<mailto:openstack@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



--
Gareth

Cloud Computing, OpenStack, Fitness, Basketball
OpenStack contributor
Company: UnitedStack<http://www.ustack.com>
My promise: if you find any spelling or grammar mistakes in my email from Mar 1 
2013, notify me
and I'll donate $1 or ¥1 to an open organization you specify.



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Multi node Grizzly ubuntu 12.04 - !!

2013-07-24 Thread raghavendra.lad
Hi,

I am planning to install Multi node Grizzly ubuntu 12.04 version using the 
below guide:

https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst

If anyone has tried and installed successfully please let me know.

Regards,
Raghavendra Lad




This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [OpenStack][Neutron] Cleanup of network namespaces not happening

2013-07-25 Thread raghavendra.lad
Hi,

I have installed Openstack Grizzly ubuntu 12.04 still floating IPs alloting 
issue and cannot ssh into VM any thoughts please share.
I have followed the multi node install of Msknebil and found error while 
creating volume.   I would like to know the path that was discussed in 
@etc@rc.local file any key ideas  plz share.
Regards,
Raghavendra Lad
-Original message-
From: Balamurugan V G
Sent:  25/07/2013, 10:28  PM
To: openstack@lists.launchpad.net
Subject: [Openstack] [OpenStack][Neutron] Cleanup of network namespaces not 
happening


Hi,

I have a 3 nodes Grizzly 2013.1.1 setup and I see that the network namespaces 
are not getting deleted even after the networks/subnets are deleted. When I run 
'quantum-netns-cleanup', I get the following error:

root@openstack-dev-network:~# quantum-netns-cleanup
2013-07-25 12:51:25 CRITICAL [quantum]
Command: ['sudo', 'ip', 'netns', 'exec', 
'qdhcp-b9c30f80-8643-4a20-b43c-1f3d861eea63', 'ip', '-o', 'link', 'list']
Exit code: 1
Stdout: ''
Stderr: 'seting the network namespace failed: Invalid argument\n'
root@openstack-dev-network:~#

I see that there are number of bugs reports on this issue but non seem to have 
been addressed. For example, the ones at:

https://bugs.launchpad.net/neutron/+bug/1052535
https://bugzilla.redhat.com/show_bug.cgi?id=972689

I tried the patch in the first bug above and also added root_helper in 
/etc/quantum/dhcp_agent.ini but to no luck.

Has anyone got this issues fixed?

Thanks,
Balu



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [docs] Japanese version of Operations Guide is now available

2013-07-25 Thread raghavendra.lad
Hey Akihiro,

Congrats…!!  Welcome to the Openstack Stackers group..

Happy Stacking..!!

Regards,
Raghavendra Lad

From: Openstack 
[mailto:openstack-bounces+raghavendra.lad=accenture@lists.launchpad.net] On 
Behalf Of Jake G.
Sent: Thursday, July 25, 2013 9:55 PM
To: Akihiro MOTOKI
Cc: openstack-d...@lists.openstack.org; openstack@lists.launchpad.net
Subject: Re: [Openstack] [docs] Japanese version of Operations Guide is now 
available

お疲れ様でした!

英語版より絶対分かりやすいと思う。母国語が英語なのにわきわからない。笑

よろしくお願いします。

On 2013/07/26, at 1:17, Akihiro MOTOKI 
mailto:amot...@gmail.com>> wrote:
Hi all,

We, Japanese OpenStack Users Group, are happy to announce
Japanese version of OpenStack Operations Guide is published.
The document is available at 
http://openstack-ja.github.io/openstack-manuals/openstack-ops/content/

We announced it at OpenStack 3rd anniversary event in Japan yesterday.
We really thank doc team support and the authors of Operations Guide.

While the document is available on GitHub pages currently, we have a plan
to publish it on docs.openstack.org<http://docs.openstack.org> and working with 
I18N and docs team.

Translation efforts of other OpenStack documents including Operations Guide
are going in several languages. It also proves OpenStack community is getting 
larger.

Thanks
Akihiro Motoki mailto:amot...@gmail.com>>

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.net<mailto:openstack@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] IMPORTANT: Openstack List Migration (Please read)

2013-07-26 Thread raghavendra.lad

 Hi Team,

I get a error in Compute node when I run the

nova-manage service list

Error message
warning nova.openstack.common.db.sqlalchemy.session

I am trying the Grizzly


https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst




Regards,
Raghavendra Lad

This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] IMPORTANT: Grizzly compute node error with nova sqlalchemy

2013-07-26 Thread raghavendra.lad




Hi Team,



I get a error in Compute node when I run the



nova-manage service list

Error message

warning nova.openstack.common.db.sqlalchemy.session



I am trying the Grizzly





https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst










[cid:image001.png@01CE8A04.3422C800]






Regards,

Raghavendra Lad



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com
<>___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] FW: Host NIC configuration example needed Pretty PLEASE!

2013-07-26 Thread raghavendra.lad
 Hi Team,



Please find the Grizzly guide I am following. I have a few doubts could you 
please help.!!

https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst


1.   Could you tell me if you can create Volume?
I get error in status? (I would like to know in the rc.local  they says path 
(Your path)


sudo su
nano /etc/rc.local
*Add the following line to the rc.local file before the exit 0 line:

losetup /dev/loop2 %Your_path_to_cinder_volumes%
*Exit and save:


The details like


*Then, synchronize your database:

cinder-manage db sync
*Finally, don't forget to create a volumegroup and name it cinder-volumes:

dd if=/dev/zero of=cinder-volumes bs=1 count=0 seek=2G
losetup /dev/loop2 cinder-volumes
fdisk /dev/loop2
#Type in the followings:
n
p
1
ENTER
ENTER
t
8e
w
*Proceed to create the physical volume then the volume group:

pvcreate /dev/loop2
vgcreate cinder-volumes /dev/loop2
Note: Beware that this volume group gets lost after a system reboot. (Click 
Here to know how to load it after a reboot)

*Restart the cinder services:

cd /etc/init.d/; for i in $( ls cinder-* ); do sudo service $i restart; done
*Verify if cinder services are running:

cd /etc/init.d/; for i in $( ls cinder-* ); do sudo service $i status; done




2.   I am unable to ssh to VM's?
That is when I try to create the ICMP for 8 and 0 it does not allow in Firewall 
security rules?


Please share your thoughts / any tutorial with details.

Regards,
Raghavendra Lad







This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp