[Openstack] [openstack][puppetlabs] : folsom deployment using puppetlabs

2012-11-10 Thread Raja Gajju
Hi all,

I want to deploy Folsom (multinode) using Puppetlabs. But I don't know from 
where to start.
Any help will be highly appreciated.
Waiting for your responses.

Thanks in advance.

Regards,
Girija___
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] VMs are not getting IPs

2012-11-05 Thread Raja Gajju
Hi all,

I am using Folsom on my set up. I followed steps from this : 
https://github.com/Amseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst


I am able to login in Dashboard and also to launch VMs.
But the VMs are not getting IPs although Dashboard is showing
status active and their IPs. But when I am doing ifconfig -a
on VNC Console, it is showing no IP. Because of this Ping is also
not working.

My Set up is like this (as in the guide) :

Controller node : eth2(192.168.2.46), eth3(192.168.2.66)
Compute node : eth0(192.168.2.156), eth1(150.1.1.2)

 
Controller    Compute

  eth2   eth3 eth1  
 eth0
    | 
|___Router1_| |
    |__Router2__|


Controller : 

/etc/network/interfaces :
auto lo
iface lo inet loopback
auto eth2
iface eth2 inet static
address 192.168.2.46
netmask 255.255.255.0
gateway 192.168.2.254
dns-nameservers 8.8.8.8
auto eth3
iface eth3 inet manual
up ifconfig $IFACE 0.0.0.0 up
up ip link set $IFACE promisc on
down ip link set $IFACE promisc off
down ifconfig $IFACE down

Compute:
/etc/network/interfaces :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.2.156
netmask
 255.255.255.0
gateway 192.168.2.254
dns-nameservers 8.8.8.8
auto eth1
iface eth1 inet static
address 150.1.1.2
netmask 255.0.0.0

Also on Controller node br-ex is DOWN and on Compute node br-eth1,br-int are 
DOWN
and phy-br-eth1,int-br-eth1 are UP.
Also I didn't understand the significance of br-ex and br-eth1.

Any effort to fix this will be highly appreciated.

Regards,
Girija___
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] [Folsom] Horizon not working

2012-11-02 Thread Raja Gajju
Hi all,

I am totally new to Folsom and just wanted to get into it.

I followed installation instructions from this guide : 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

Everything went fine till the end(Horizon) but when I tried to access OpenStack 
192.168.2.46/horizon on Firefox with credentials admin:admin_pass,
I am not able to login.

I am having two new Ubuntu 12.10 machines (one Controller and one Compute). I 
have done every steps sequentially for Controller
and have confirmed them also. I even also rebooted the machine after installing 
Horizon as it was mentioned in the guide.
On my Controller eth0 is 192.168.2.46 and eth1 is 192.168.2.66


I checked in this log file : /var/log/apache2/error.log and found following 
error :-

[Fri Nov 02 14:25:28 2012] [error] unable to retrieve service catalog with token
[Fri Nov 02 14:25:28 2012] [error] Traceback (most recent call last):
[Fri
 Nov 02 14:25:28 2012] [error]   File 
/usr/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py, line 
132, in _extract_service_catalog
[Fri Nov 02 14:25:28 2012] [error] endpoint_type='adminURL')
[Fri
 Nov 02 14:25:28 2012] [error]   File 
/usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py, 
line 62, in url_for
[Fri Nov 02 14:25:28 2012] [error] raise 
exceptions.EndpointNotFound('Endpoint not found.')
[Fri Nov 02 14:25:28 2012] [error] EndpointNotFound: Endpoint not found.
[Fri Nov 02 14:26:31 2012] [error] \x1b[31;1mUnauthorized: n/a (HTTP 401)\x1b[0m
[Fri Nov 02 14:26:31 2012] [error] Traceback (most recent call last):
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/horizon/usage/base.py, line 93, in summarize
[Fri Nov 02 14:26:31 2012] [error] self.usage_list = 
self.get_usage_list(start, end)
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/horizon/usage/base.py, line 128, in 
get_usage_list
[Fri Nov 02 14:26:31 2012] [error] return api.usage_list(self.request, 
start, end)
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/horizon/api/nova.py, line 418, in usage_list
[Fri Nov 02 14:26:31 2012] [error] return [Usage(u) for u in 
novaclient(request).usage.list(start, end, True)]
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/novaclient/v1_1/usage.py, line 35, in list
[Fri Nov 02 14:26:31 2012] [error] tenant_usages)
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/novaclient/base.py, line 62, in _list
[Fri Nov 02 14:26:31 2012] [error] _resp, body = self.api.client.get(url)
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/novaclient/client.py, line 239, in get
[Fri Nov 02 14:26:31 2012] [error] return self._cs_request(url, 'GET', 
**kwargs)
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/novaclient/client.py, line 236, in 
_cs_request
[Fri Nov 02 14:26:31 2012] [error] raise ex
[Fri Nov 02 14:26:31 2012] [error] Unauthorized: n/a (HTTP 401)


I am not getting any idea how to get rid of this problem.
Any help to rectify this problem is appreciated.
Thanks in advance.

Thanks and Regards,
Girija Sharan Singh
___
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] quantum unplug_iface - unable to unplug interface

2012-10-16 Thread Raja Gajju
Hi,

I am testing quantum CLIs in my set up. All are fine but when I am trying to 
unplug
a interface using the unplug_iface CLI, it is giving some Exception. Here is 
the snippet
of command and the exception which I got :
-

~/devstack$ quantum unplug_iface 77aced062b674e778489e95c02a832ec 
69d80a9c-d018-4203-9e71-a8871aa447b4 8049f78f-e160-4e66-916a-2e2fc0d425b7 
Traceback (most recent call last):
  File /opt/stack/python-quantumclient/quantum/client/cli_lib.py, line 511, 
in unplug_iface
    client.detach_resource(network_id, port_id)
  File /opt/stack/python-quantumclient/quantum/client/__init__.py, line 145, 
in with_params
    ret = self.function(instance, *args)
  File /opt/stack/python-quantumclient/quantum/client/__init__.py, line 507, 
in detach_resource
    return self.delete(self.attachment_path % (network, port))
  File /opt/stack/python-quantumclient/quantum/client/__init__.py, line 375, 
in delete
    headers=headers, params=params)
  File /opt/stack/python-quantumclient/quantum/client/__init__.py, line 364, 
in retry_request
    headers=headers, params=params)
  File /opt/stack/python-quantumclient/quantum/client/__init__.py, line 305, 
in do_request
    self._handle_fault_response(status_code, data)
  File /opt/stack/python-quantumclient/quantum/client/__init__.py, line 228, 
in _handle_fault_response
    EXCEPTION_HANDLERS[self.version](status_code, des_error_body)
  File /opt/stack/python-quantumclient/quantum/client/__init__.py, line 119, 
in exception_handler_v11
    raise exceptions.QuantumClientException(message=msg)
QuantumClientException: 400-{u'Error': {u'message': u'The server could not 
comply with the request since it is either malformed or otherwise incorrect.', 
u'code': 400}}
stack@nvptesting-controller:~/devstack$ 
--
Any effort to solve this issue will be highly appreciated.


Thanks and Regards,
Girija Sharan Singh___
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] quantum create_net- creates network for non-existing tenant also.

2012-10-16 Thread Raja Gajju
Hi All,

I am testing the Quantum CLIs in my set up. When I am creating a new network 
using create_net CLI
for an non-existing tenant, it is showing successful creation.
It should not do so. It is something unexpected. And again when I am doing 
list_nets it is showing
that network under the specified non-existing tenant.

Here is the snippet of the commans and their results :

---

~/devstack$ quantum create_net hjbddsbfikeoqjroijmfgvkmgfv fake_net
Created a new Virtual Network with ID: f3b1d829-009d-45b5-9108-01722539135e
for Tenant: hjbddsbfikeoqjroijmfgvkmgfv

~/devstack$ quantum list_nets hjbddsbfikeoqjroijmfgvkmgfv
Virtual Networks for Tenant hjbddsbfikeoqjroijmfgvkmgfv
    Network ID: f3b1d829-009d-45b5-9108-01722539135e

---

Any effort to explain this inconsistency issue will be highly appreciated. Many 
thanks in advance.



Thanks and Regards,
Girija Sharan Singh___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp