[Openstack] git review failure

2013-03-17 Thread Ronak Shah
Hi all,
As I start active contribution to openstack I am running into a basic
problem where I am unable to ssh into review.openstack.org.

I have read and follow the steps here:

https://wiki.openstack.org/wiki/HowToContribute#Contributors_License_Agreement
https://wiki.openstack.org/wiki/GerritWorkflow

I am stuck @ doing following:
git review -s

I have done following:

git remote add gerrit
ssh://username@review.openstack.org:29418/openstack/nova.git
___
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] git review failure

2013-03-17 Thread Ronak Shah
Sorry for the incomplete email...

Basically, I can not do

ssh -p 29418 rona...@review.openstack.org.

I can see that I have correct rsa public private key setup on the gerrit
and on my machine. What could be wrong here?


Ronak


On Sun, Mar 17, 2013 at 1:32 PM, Ronak Shah ro...@nuagenetworks.net wrote:

 Hi all,
 As I start active contribution to openstack I am running into a basic
 problem where I am unable to ssh into review.openstack.org.

 I have read and follow the steps here:


 https://wiki.openstack.org/wiki/HowToContribute#Contributors_License_Agreement
 https://wiki.openstack.org/wiki/GerritWorkflow

 I am stuck @ doing following:
 git review -s

 I have done following:

 git remote add gerrit 
 ssh://username@review.openstack.org:29418/openstack/nova.git


___
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] git review failure

2013-03-17 Thread Nathanael Burton
Ensure you have the ssh key(s) you are using registered here:
https://review.openstack.org/#/settings/ssh-keys

What error do you get when you run ssh with the verbose flags -vvv?  You
might need to pass the path to your private ssh key, with -i.

When it works you should get this:
mathrock@devstack:~/devel/openstack/$ ssh -p 29418
mathr...@review.openstack.org

  Welcome to Gerrit Code Review

  Hi Nathanael I Burton, you have successfully connected over SSH.

  Unfortunately, interactive shells are disabled.
  To clone a hosted Git repository, use:

  git clone ssh://mathr...@review.openstack.org:29418/REPOSITORY_NAME.git

Connection to review.openstack.org closed.


On Sun, Mar 17, 2013 at 4:32 PM, Ronak Shah ro...@nuagenetworks.net wrote:

 Hi all,
 As I start active contribution to openstack I am running into a basic
 problem where I am unable to ssh into review.openstack.org.

 I have read and follow the steps here:


 https://wiki.openstack.org/wiki/HowToContribute#Contributors_License_Agreement
 https://wiki.openstack.org/wiki/GerritWorkflow

 I am stuck @ doing following:
 git review -s

 I have done following:

 git remote add gerrit 
 ssh://username@review.openstack.org:29418/openstack/nova.git


 ___
 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] Allocating dynamic IP to the VMs

2013-03-17 Thread Chathura M. Sarathchandra Magurawalage
After reading a little bit more, I think I have found what I need. It is  a
provider network that I need for the VMs so that they can get access to the
other resources in my main network ( such as other physical hosts that are
connected to the same network ).

My question is, is it possible to do this alongside the use case that I
have followed ( Provider router with private networks)?

If so how can I do this?

Thanks.


On 16 March 2013 01:46, Chathura M. Sarathchandra Magurawalage 
77.chath...@gmail.com wrote:

 Hello,

 I want to know how I can allocate a dynamic IP to the VM from the same
 network as the openstack hosts (controller/network-node/compute node)
 network/management network . For example, in virtual box you can give your
 VM an IP from the host's network using a Bridge adapter. How can I do this
 in openstack?

 From what I understand floating IP's are used when you have a public IP
  (which is static) to be allocated to VM's.

 My openstack installation architecture:

 http://docs.openstack.org/folsom/basic-install/content/basic-install_architecture.html

 Quantum use case:

 http://docs.openstack.org/trunk/openstack-network/admin/content/use_cases_single_router.html

___
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] ssh from VM to VM

2013-03-17 Thread Blair Bethwaite
You probably also copied the private key when you did this, which from your
description, is the bit you were missing. I.e., you were going from a
hostA(with private key X) - hostB (pub key X in authorized_keys, no copy
of private key X) - hostC (pub key X in authorized_keys), hostC was
denying you access because you did not have private key X that it could
authenticate with.

Sounds like you probably want to be using ssh auth forwarding see ssh -A
when using ssh-agent, this way you're not proliferating copies of your
private key!

Cheers,


On 17 March 2013 06:47, Chathura M. Sarathchandra Magurawalage 
77.chath...@gmail.com wrote:

 I solved the issue by copying the rsa public key of the first VM to the
 second VM. Thought I did not have to do this.

 Thanks.

 On 16 March 2013 12:34, Pranav pps.pra...@gmail.com wrote:

 I think you need not exchange key pairs for Cirros image.
 Regards,
 Pranav


 On Sat, Mar 16, 2013 at 4:32 PM, Chathura M. Sarathchandra Magurawalage 
 77.chath...@gmail.com wrote:

 Thanks for your reply.

 I have inserted PasswordAuthentication yes to the ssh config file. All
 VMs have the same metadata including the ssh public key of the controller.
 So I cant see why only cirros vms can do this.

 Still does not work.



 On 16 March 2013 06:24, Aaron Rosen aro...@nicira.com wrote:

 I suspect that that host 10.5.5.6 has ssh configured for
 PasswordAuthentication set to no and you don't have your public key of the
 host you are on, in the authorized_key file of 10.5.5.6.

 Aaron

  On Fri, Mar 15, 2013 at 7:26 PM, Chathura M. Sarathchandra
 Magurawalage 77.chath...@gmail.com wrote:

 Hello,

 I can't ssh from Ubuntu cloud VM to other VM. I get following

 ubuntu@master:~$ ssh cirros@10.5.5.6 -v
 OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
 debug1: Reading configuration data /etc/ssh/ssh_config
 debug1: /etc/ssh/ssh_config line 19: Applying options for *
 debug1: Connecting to 10.5.5.6 [10.5.5.6] port 22.
 debug1: Connection established.
 debug1: identity file /home/ubuntu/.ssh/id_rsa type -1
 debug1: identity file /home/ubuntu/.ssh/id_rsa-cert type -1
 debug1: identity file /home/ubuntu/.ssh/id_dsa type -1
 debug1: identity file /home/ubuntu/.ssh/id_dsa-cert type -1
 debug1: identity file /home/ubuntu/.ssh/id_ecdsa type -1
 debug1: identity file /home/ubuntu/.ssh/id_ecdsa-cert type -1
 debug1: Remote protocol version 2.0, remote software version
 OpenSSH_5.9p1 Debian-5ubuntu1
 debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1 pat OpenSSH*
 debug1: Enabling compatibility mode for protocol 2.0
 debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1
 debug1: SSH2_MSG_KEXINIT sent
 debug1: SSH2_MSG_KEXINIT received
 debug1: kex: server-client aes128-ctr hmac-md5 none
 debug1: kex: client-server aes128-ctr hmac-md5 none
 debug1: sending SSH2_MSG_KEX_ECDH_INIT
 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
 debug1: Server host key: ECDSA
 7b:8f:6a:ee:ba:e5:0a:c5:04:01:ca:bd:e5:38:69:55
 debug1: Host '10.5.5.6' is known and matches the ECDSA host key.
 debug1: Found key in /home/ubuntu/.ssh/known_hosts:4
 debug1: ssh_ecdsa_verify: signature correct
 debug1: SSH2_MSG_NEWKEYS sent
 debug1: expecting SSH2_MSG_NEWKEYS
 debug1: SSH2_MSG_NEWKEYS received
 debug1: Roaming not allowed by server
 debug1: SSH2_MSG_SERVICE_REQUEST sent
 debug1: SSH2_MSG_SERVICE_ACCEPT received
 debug1: Authentications that can continue: publickey
 debug1: Next authentication method: publickey
 debug1: Trying private key: /home/ubuntu/.ssh/id_rsa
 debug1: Trying private key: /home/ubuntu/.ssh/id_dsa
 debug1: Trying private key: /home/ubuntu/.ssh/id_ecdsa
 debug1: No more authentication methods to try.
 Permission denied (publickey).

 But I can ssh from to my Cirros VMs. Also I can ssh from Ubuntu VM to
 Cirros VM.

 Any Idea?

 Thanks.

 ___
 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




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




-- 
Cheers,
~Blairo
___
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] Network node needed?

2013-03-17 Thread 小包
https://bugs.launchpad.net/quantum/+bug/1154622

quantum G3-RC1 was support this, but the quantum client not support this

Thanks,
Tommy


2013/3/12 JR botem...@gmail.com

 Great, thanks Logan.

 Also, for anyone on the list that aren't aware of it; last night I
 discovered the Openstack Operations Guide at:
 http://docs.openstack.org/ops/

 It contains lots of answers to questions that I'd not found anywhere
 else.  The only downside is that it doesn't cover quantum.

 John

 On 3/11/2013 8:55 AM, Logan McNaughton wrote:
  No it's not needed, you just run quantum-server, the L3 agent, the DHCP
  agent, and the plugin agent (probably open vSwitch) all on the
  controller. You'll just need to plan out which NICs you'll use for what
  purpose and setup accordingly.
 
  As a side note, you'll also need to run the plugin agent on all your
  compute nodes
 
  On Mar 9, 2013 4:57 PM, JR botem...@gmail.com
  mailto:botem...@gmail.com wrote:
 
  Greetings all,
 
  Next week I'll be putting up a new folsom cluster (perhaps using
 these
  instructions:
  https://github.com/mseknibilel/OpenStack-Folsom-Install-guide).
  Presently, I don't have a box to devote to being a network node.  Is
 it
  necessary?  The clouds I've put up so far have just had controller
 and
  compute nodes? Is the network node required by quantum?
 
  Thanks much,
  JR
 
  ___
  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
 

 ___
 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


[Openstack] quantum g3-rc1

2013-03-17 Thread 小包
Greetings all,



 in quantum g3-rc1 https://launchpad.net/quantum/grizzly/grizzly-rc1

 i find not python-quantumclient suuport the multiple l3 and dhcp
agents for 
Quantumhttps://blueprints.launchpad.net/quantum/+spec/quantum-scheduler


 in my test: autor's fetch support, why,
Quanutm:
git clone 
https://review.openstack.org/openstack/quantumhttps://mail.jd.com/owa/redir.aspx?C=95634959168048578b2e0eab88520712URL=https%3a%2f%2freview.openstack.org%2fopenstack%2fquantum
git fetch 
https://review.openstack.org/openstack/quantumhttps://mail.jd.com/owa/redir.aspx?C=95634959168048578b2e0eab88520712URL=https%3a%2f%2freview.openstack.org%2fopenstack%2fquantum
refs/changes/16/18216/17
 git checkout FETCH_HEAD

Quantumclient:
git clone git://github.com/openstack/python-quantumclient.git
git fetch 
https://review.openstack.org/openstack/python-quantumclienthttps://mail.jd.com/owa/redir.aspx?C=95634959168048578b2e0eab88520712URL=https%3a%2f%2freview.openstack.org%2fopenstack%2fpython-quantumclient
refs/changes/17/18217/4
 git checkout FETCH_HEAD



Thanks,
Tommy Bao

-- 
没有翅膀不算天使!
___
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] quantum g3-rc1

2013-03-17 Thread 小包
more:

means we can not command : quantum component-list

Thanks,
Tommy Bao


2013/3/18 tommy(小包) bychya...@gmail.com

 Greetings all,



  in quantum g3-rc1 https://launchpad.net/quantum/grizzly/grizzly-rc1

  i find not python-quantumclient suuport the multiple l3 and dhcp
 agents for 
 Quantumhttps://blueprints.launchpad.net/quantum/+spec/quantum-scheduler
 

  in my test: autor's fetch support, why,
 Quanutm:
 git clone 
 https://review.openstack.org/openstack/quantumhttps://mail.jd.com/owa/redir.aspx?C=95634959168048578b2e0eab88520712URL=https%3a%2f%2freview.openstack.org%2fopenstack%2fquantum
 git fetch 
 https://review.openstack.org/openstack/quantumhttps://mail.jd.com/owa/redir.aspx?C=95634959168048578b2e0eab88520712URL=https%3a%2f%2freview.openstack.org%2fopenstack%2fquantum
  refs/changes/16/18216/17
  git checkout FETCH_HEAD

 Quantumclient:
 git clone git://github.com/openstack/python-quantumclient.git
 git fetch 
 https://review.openstack.org/openstack/python-quantumclienthttps://mail.jd.com/owa/redir.aspx?C=95634959168048578b2e0eab88520712URL=https%3a%2f%2freview.openstack.org%2fopenstack%2fpython-quantumclient
  refs/changes/17/18217/4
  git checkout FETCH_HEAD



 Thanks,
 Tommy Bao

 --
 没有翅膀不算天使!




-- 
没有翅膀不算天使!
___
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-ubuntu-testing-notifications] Build Failure: precise_grizzly_ceilometer_trunk #143

2013-03-17 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/143/Project:precise_grizzly_ceilometer_trunkDate of build:Sun, 17 Mar 2013 21:31:33 -0400Build duration:2 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60Changesadd keystone configuration instructions to manual install docsby chunggeditdoc/source/install/manual.rstConsole Output[...truncated 6062 lines...]deleting and forgetting pool/main/c/ceilometer/ceilometer-agent-central_2013.1+git201303171831~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-agent-compute_2013.1+git201303171831~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-api_2013.1+git201303171831~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-collector_2013.1+git201303171831~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-common_2013.1+git201303171831~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/python-ceilometer_2013.1+git201303171831~precise-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/ceilometer/precise-grizzly']ssh: connect to host bazaar.launchpad.net port 22: No route to hostConnectionReset reading response for 'BzrDir.open_2.1', retryingssh: connect to host bazaar.launchpad.net port 22: No route to hostbzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. ERROR:root:Error occurred during package creation/build: Command '['bzr', 'push', 'lp:~openstack-ubuntu-testing/ceilometer/precise-grizzly']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'push', 'lp:~openstack-ubuntu-testing/ceilometer/precise-grizzly']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/ceilometer/grizzly /tmp/tmpbHy_Z2/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpbHy_Z2/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/ceilometer/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303172131~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.1+git201303172131~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A ceilometer_2013.1+git201303172131~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing ceilometer_2013.1+git201303172131~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly ceilometer_2013.1+git201303172131~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/ceilometer/precise-grizzlyTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'push', 'lp:~openstack-ubuntu-testing/ceilometer/precise-grizzly']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'push', 'lp:~openstack-ubuntu-testing/ceilometer/precise-grizzly']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp