[Starlingx-discuss] unable to push new spec to starlingx/specs
Hi, I have followed the process listed in below page to push new spec file. https://docs.starlingx.io/developer_resources/code-submission-guide.html It is failing with below error: vburru@PowerEdge-T630:/disk2/vsr/upstream/stx/specs$ git push origin HEAD:refs/for/master --verbose Pushing to https://review.opendev.org/starlingx/specs Username for 'https://review.opendev.org': vburru Password for 'https://vburru@review.opendev.org': remote: Unauthorized fatal: Authentication failed for 'https://review.opendev.org/starlingx/specs/' vburru@ PowerEdge-T630:/disk2/vsr/upstream/stx/specs$ It seems I do not have permissions to push changes to starlingx/specs repo. May I know how to get the correct permissions for this repo ? Thanks & Regards, VSR
Hi, I am able to push the change with the password generated using "generate new password" option below "HTTP credentials" in gerrit settings page. How can I set HTTP password to something of my choice ? Thanks & Regards, VSR. From: Veerasenareddy Burru Sent: Friday, July 1, 2022 2:07 PM To: starlingx-discuss@lists.starlingx.io Subject: unable to push new spec to starlingx/specs Hi, I have followed the process listed in below page to push new spec file. https://docs.starlingx.io/developer_resources/code-submission-guide.html It is failing with below error: vburru@PowerEdge-T630:/disk2/vsr/upstream/stx/specs$ git push origin HEAD:refs/for/master --verbose Pushing to https://review.opendev.org/starlingx/specs Username for 'https://review.opendev.org': vburru Password for 'https://vburru@review.opendev.org': remote: Unauthorized fatal: Authentication failed for 'https://review.opendev.org/starlingx/specs/' vburru@ PowerEdge-T630:/disk2/vsr/upstream/stx/specs$ It seems I do not have permissions to push changes to starlingx/specs repo. May I know how to get the correct permissions for this repo ? Thanks & Regards, VSR
Hi, Thank you for submitting your spec for the 8.0 release cycle. Do you have your ssh key set up and uploaded to Gerrit as it is described here: https://docs.openstack.org/contributors/common/setup-gerrit.html#setup-ssh-k... ? When you set up the ssh key, you should also update your git remote by using the following command: ‘git remote add <your-preferred-remote-name> ssh://vburru@review.opendev.org:29418/starlingx/specs.git' Does this help? Best Regards, Ildikó
On Jul 1, 2022, at 14:12, Veerasenareddy Burru <vburru@marvell.com> wrote:
Hi,
I am able to push the change with the password generated using “generate new password” option below “HTTP credentials” in gerrit settings page. How can I set HTTP password to something of my choice ?
Thanks & Regards, VSR.
From: Veerasenareddy Burru Sent: Friday, July 1, 2022 2:07 PM To: starlingx-discuss@lists.starlingx.io Subject: unable to push new spec to starlingx/specs
Hi,
I have followed the process listed in below page to push new spec file. https://docs.starlingx.io/developer_resources/code-submission-guide.html
It is failing with below error:
vburru@PowerEdge-T630:/disk2/vsr/upstream/stx/specs$ git push origin HEAD:refs/for/master --verbose Pushing to https://review.opendev.org/starlingx/specs Username for 'https://review.opendev.org': vburru Password for 'https://vburru@review.opendev.org': remote: Unauthorized fatal: Authentication failed for 'https://review.opendev.org/starlingx/specs/' vburru@ PowerEdge-T630:/disk2/vsr/upstream/stx/specs$
It seems I do not have permissions to push changes to starlingx/specs repo. May I know how to get the correct permissions for this repo ?
Thanks & Regards, VSR
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
-----Original Message----- From: Ildiko Vancsa <ildiko.vancsa@gmail.com> Sent: Friday, July 1, 2022 2:23 PM To: Veerasenareddy Burru <vburru@marvell.com> Cc: starlingx-discuss@lists.starlingx.io Subject: [EXT] Re: [Starlingx-discuss] unable to push new spec to starlingx/specs Importance: Low
External Email
---------------------------------------------------------------------- Hi,
Thank you for submitting your spec for the 8.0 release cycle.
Do you have your ssh key set up and uploaded to Gerrit as it is described here: https://urldefense.proofpoint.com/v2/url?u=https- 3A__docs.openstack.org_contributors_common_setup-2Dgerrit.html-23setup- 2Dssh- 2Dkeys&d=DwIFaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=XkP_75lnbPIeeucsPX36Zgj iMqEKttwZfwNyWMCLjT0&m=iruTD9nn948bOeoNEZjYy-orLT6cmshvWDAKQm- rPNcgkP-9D-0damTf77KC- h1l&s=kj5nUKcONcgjOVFOgbvdBAndIDbhk_otByaQKP6Ez5U&e= ?
When you set up the ssh key, you should also update your git remote by using the following command: ‘git remote add <your-preferred-remote-name> ssh://vburru@review.opendev.org:29418/starlingx/specs.git'
Does this help? Hello Ildiko, Thanks for your response. This did not help. Mainly, I am unable to clone using ssh. Below command just stalls. git clone "ssh://vburru@review.opendev.org:29418/starlingx/specs" && scp -p -P 29418 vburru@review.opendev.org:hooks/commit-msg "specs/.git/hooks/"
Below is the verbose log when I try just ssh: vburru@sburla-PowerEdge-T630:/disk2/vsr/upstream/stx/tmp$ ssh -p 29418 vburru@review.opendev.org -vv OpenSSH_7.6p1 Ubuntu-4ubuntu0.6, OpenSSL 1.0.2n 7 Dec 2017 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: resolving "review.opendev.org" port 29418 debug2: ssh_connect_direct: needpriv 0 debug1: Connecting to review.opendev.org [199.204.45.33] port 29418. debug1: Connection established. debug1: identity file /home/vburru/.ssh/id_rsa type 0 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_rsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_dsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_dsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_ecdsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_ecdsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_ed25519 type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_ed25519-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.6 <<<<----- it stalls here. Thanks & Regards, VSR
Best Regards, Ildikó
On Jul 1, 2022, at 14:12, Veerasenareddy Burru <vburru@marvell.com> wrote:
Hi,
I am able to push the change with the password generated using “generate new password” option below “HTTP credentials” in gerrit settings page. How can I set HTTP password to something of my choice ?
Thanks & Regards, VSR.
From: Veerasenareddy Burru Sent: Friday, July 1, 2022 2:07 PM To: starlingx-discuss@lists.starlingx.io Subject: unable to push new spec to starlingx/specs
Hi,
I have followed the process listed in below page to push new spec file. https://urldefense.proofpoint.com/v2/url?u=https-3A__docs.starlingx.io _developer-5Fresources_code-2Dsubmission- 2Dguide.html&d=DwIFaQ&c=nKjWe
D9nn948bOeoNEZjYy-orLT6cmshvWDAKQm-rPNcgkP-9D-0damTf77KC-
c2b6R0mOyPaz7xtfQ&r=XkP_75lnbPIeeucsPX36ZgjiMqEKttwZfwNyWMCLjT0&m =iruT h1l&s=8Io0b6K
Z41uQtSKCYQ6IJafOM7lJG-64dUP0slmI6kk&e=
It is failing with below error:
vburru@PowerEdge-T630:/disk2/vsr/upstream/stx/specs$ git push origin HEAD:refs/for/master --verbose Pushing to https://urldefense.proofpoint.com/v2/url?u=https-3A__review.opendev.or
g_starlingx_specs&d=DwIFaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=XkP_75lnbPIee ucs
PX36ZgjiMqEKttwZfwNyWMCLjT0&m=iruTD9nn948bOeoNEZjYy- orLT6cmshvWDAKQm-r PNcgkP-9D-0damTf77KC-h1l&s=Z_08ZKmrD8g4c_OnO-Y1SGLtYt3Y6EtNYJ5s- d2Cs3w &e= Username for 'https://urldefense.proofpoint.com/v2/url?u=https-3A__review.opendev.o
remote: Unauthorized fatal: Authentication failed for 'https://urldefense.proofpoint.com/v2/url?u=https- 3A__review.opendev.org_starlingx_specs_&d=DwIFaQ&c=nKjWec2b6R0mOyPa z7xtfQ&r=XkP_75lnbPIeeucsPX36ZgjiMqEKttwZfwNyWMCLjT0&m=iruTD9nn948 bOeoNEZjYy-orLT6cmshvWDAKQm-rPNcgkP-9D-0damTf77KC-h1l&s=ceQ2f7- rRS0SjW7uwq20xOhw9cz2CZZTTk6yJySbsqI&e= ' vburru@ PowerEdge-T630:/disk2/vsr/upstream/stx/specs$
It seems I do not have permissions to push changes to starlingx/specs repo. May I know how to get the correct permissions for this repo ?
Thanks & Regards, VSR
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.starlingx.io _cgi-2Dbin_mailman_listinfo_starlingx- 2Ddiscuss&d=DwIFaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=XkP_75lnbPIeeucsPX36 ZgjiMqEKttwZfwNyWMCLjT0&m=iruTD9nn948bOeoNEZjYy- orLT6cmshvWDAKQm-rPNcgkP-9D-0damTf77KC-
rg&d=DwIFaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=XkP_75lnbPIeeucsPX36ZgjiMqE KttwZfwNyWMCLjT0&m=iruTD9nn948bOeoNEZjYy-orLT6cmshvWDAKQm- rPNcgkP-9D-0damTf77KC- h1l&s=sPuDxhUPmpKDyVX0GhRPcRA8Gk342LdDGvGisc7EZ3Q&e= ': vburru Password for 'https://urldefense.proofpoint.com/v2/url?u=https-3A__vburru- 40review.opendev.org&d=DwIFaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=XkP_75ln bPIeeucsPX36ZgjiMqEKttwZfwNyWMCLjT0&m=iruTD9nn948bOeoNEZjYy- orLT6cmshvWDAKQm-rPNcgkP-9D-0damTf77KC-h1l&s=OWxwYqCSfD0H_R- dTeh-jN1IYXFBjgw_JSwrrubUVlc&e= ': h1l&s=4zFHw6hnzhXw3BTURPfAD1U4WZ4BI32XBya-Hcq4-l8&e=
-----Original Message----- From: Veerasenareddy Burru Sent: Friday, July 1, 2022 5:10 PM To: Ildiko Vancsa <ildiko.vancsa@gmail.com> Cc: starlingx-discuss@lists.starlingx.io Subject: RE: [EXT] Re: [Starlingx-discuss] unable to push new spec to starlingx/specs
-----Original Message----- From: Ildiko Vancsa <ildiko.vancsa@gmail.com> Sent: Friday, July 1, 2022 2:23 PM To: Veerasenareddy Burru <vburru@marvell.com> Cc: starlingx-discuss@lists.starlingx.io Subject: [EXT] Re: [Starlingx-discuss] unable to push new spec to starlingx/specs Importance: Low
External Email
---------------------------------------------------------------------- Hi,
Thank you for submitting your spec for the 8.0 release cycle.
Do you have your ssh key set up and uploaded to Gerrit as it is described here: https://urldefense.proofpoint.com/v2/url?u=https- 3A__docs.openstack.org_contributors_common_setup-2Dgerrit.html- 23setup - 2Dssh-
2Dkeys&d=DwIFaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=XkP_75lnbPIeeucsPX36Zgj
iMqEKttwZfwNyWMCLjT0&m=iruTD9nn948bOeoNEZjYy- orLT6cmshvWDAKQm- rPNcgkP-9D-0damTf77KC- h1l&s=kj5nUKcONcgjOVFOgbvdBAndIDbhk_otByaQKP6Ez5U&e= ?
When you set up the ssh key, you should also update your git remote by using the following command: ‘git remote add <your-preferred-remote-name> ssh://vburru@review.opendev.org:29418/starlingx/specs.git'
Does this help? Hello Ildiko, Thanks for your response. This did not help. Mainly, I am unable to clone using ssh. Below command just stalls. git clone "ssh://vburru@review.opendev.org:29418/starlingx/specs" && scp -p -P 29418 vburru@review.opendev.org:hooks/commit-msg "specs/.git/hooks/"
Below is the verbose log when I try just ssh: vburru@sburla-PowerEdge-T630:/disk2/vsr/upstream/stx/tmp$ ssh -p 29418 vburru@review.opendev.org -vv OpenSSH_7.6p1 Ubuntu-4ubuntu0.6, OpenSSL 1.0.2n 7 Dec 2017 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: resolving "review.opendev.org" port 29418 debug2: ssh_connect_direct: needpriv 0 debug1: Connecting to review.opendev.org [199.204.45.33] port 29418. debug1: Connection established. debug1: identity file /home/vburru/.ssh/id_rsa type 0 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_rsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_dsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_dsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_ecdsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_ecdsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_ed25519 type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_ed25519-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.6 <<<<----- it stalls here. This could be due to my office VPN preventing it. I will check with my IT on this.
Thanks & Regards, VSR
Best Regards, Ildikó
On Jul 1, 2022, at 14:12, Veerasenareddy Burru <vburru@marvell.com> wrote:
Hi,
I am able to push the change with the password generated using “generate new password” option below “HTTP credentials” in gerrit settings page. How can I set HTTP password to something of my choice ?
Thanks & Regards, VSR.
From: Veerasenareddy Burru Sent: Friday, July 1, 2022 2:07 PM To: starlingx-discuss@lists.starlingx.io Subject: unable to push new spec to starlingx/specs
Hi,
I have followed the process listed in below page to push new spec file. https://urldefense.proofpoint.com/v2/url?u=https-3A__docs.starlingx. io _developer-5Fresources_code-2Dsubmission- 2Dguide.html&d=DwIFaQ&c=nKjWe
c2b6R0mOyPaz7xtfQ&r=XkP_75lnbPIeeucsPX36ZgjiMqEKttwZfwNyWMCLjT0&m
D9nn948bOeoNEZjYy-orLT6cmshvWDAKQm-rPNcgkP-9D-0damTf77KC-
=iruT h1l&s=8Io0b6K
Z41uQtSKCYQ6IJafOM7lJG-64dUP0slmI6kk&e=
It is failing with below error:
vburru@PowerEdge-T630:/disk2/vsr/upstream/stx/specs$ git push origin HEAD:refs/for/master --verbose Pushing to https://urldefense.proofpoint.com/v2/url?u=https-3A__review.opendev. or
g_starlingx_specs&d=DwIFaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=XkP_75lnbPIee
ucs
PX36ZgjiMqEKttwZfwNyWMCLjT0&m=iruTD9nn948bOeoNEZjYy- orLT6cmshvWDAKQm-r PNcgkP-9D-0damTf77KC-h1l&s=Z_08ZKmrD8g4c_OnO-Y1SGLtYt3Y6EtNYJ5s- d2Cs3w &e= Username for 'https://urldefense.proofpoint.com/v2/url?u=https-3A__review.opendev .o
rg&d=DwIFaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=XkP_75lnbPIeeucsPX36ZgjiMqE
KttwZfwNyWMCLjT0&m=iruTD9nn948bOeoNEZjYy-orLT6cmshvWDAKQm- rPNcgkP-9D-0damTf77KC- h1l&s=sPuDxhUPmpKDyVX0GhRPcRA8Gk342LdDGvGisc7EZ3Q&e= ': vburru Password for 'https://urldefense.proofpoint.com/v2/url?u=https-3A__vburru-
40review.opendev.org&d=DwIFaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=XkP_75ln
bPIeeucsPX36ZgjiMqEKttwZfwNyWMCLjT0&m=iruTD9nn948bOeoNEZjYy- orLT6cmshvWDAKQm-rPNcgkP-9D-0damTf77KC-h1l&s=OWxwYqCSfD0H_R- dTeh-jN1IYXFBjgw_JSwrrubUVlc&e= ':
remote: Unauthorized fatal: Authentication failed for 'https://urldefense.proofpoint.com/v2/url?u=https-
3A__review.opendev.org_starlingx_specs_&d=DwIFaQ&c=nKjWec2b6R0mOyPa
z7xtfQ&r=XkP_75lnbPIeeucsPX36ZgjiMqEKttwZfwNyWMCLjT0&m=iruTD9nn948
bOeoNEZjYy-orLT6cmshvWDAKQm-rPNcgkP-9D-0damTf77KC-h1l&s=ceQ2f7- rRS0SjW7uwq20xOhw9cz2CZZTTk6yJySbsqI&e= '
vburru@ PowerEdge-T630:/disk2/vsr/upstream/stx/specs$
It seems I do not have permissions to push changes to starlingx/specs repo. May I know how to get the correct permissions for this repo ?
Thanks & Regards, VSR
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.starlingx. io _cgi-2Dbin_mailman_listinfo_starlingx-
2Ddiscuss&d=DwIFaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=XkP_75lnbPIeeucsPX36
ZgjiMqEKttwZfwNyWMCLjT0&m=iruTD9nn948bOeoNEZjYy- orLT6cmshvWDAKQm-rPNcgkP-9D-0damTf77KC- h1l&s=4zFHw6hnzhXw3BTURPfAD1U4WZ4BI32XBya-Hcq4-l8&e=
[…] Does this help? Hello Ildiko, Thanks for your response. This did not help. Mainly, I am unable to clone using ssh. Below command just stalls. git clone "ssh://vburru@review.opendev.org:29418/starlingx/specs" && scp -p -P 29418 vburru@review.opendev.org:hooks/commit-msg "specs/.git/hooks/"
Below is the verbose log when I try just ssh: vburru@sburla-PowerEdge-T630:/disk2/vsr/upstream/stx/tmp$ ssh -p 29418 vburru@review.opendev.org -vv OpenSSH_7.6p1 Ubuntu-4ubuntu0.6, OpenSSL 1.0.2n 7 Dec 2017 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: resolving "review.opendev.org" port 29418 debug2: ssh_connect_direct: needpriv 0 debug1: Connecting to review.opendev.org [199.204.45.33] port 29418. debug1: Connection established. debug1: identity file /home/vburru/.ssh/id_rsa type 0 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_rsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_dsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_dsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_ecdsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_ecdsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_ed25519 type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/vburru/.ssh/id_ed25519-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.6 <<<<----- it stalls here. This could be due to my office VPN preventing it. I will check with my IT on this.
I just tried and I could clone the specs repo through ssh. Since your command stalled and didn’t give an error message I can’t tell what might be the issue on your end. Office firewall and VPN settings can indeed cause problems like the above. I hope IT can help you figure it out. If they find everything alright then we can keep looking into what the actual error message is and what might be causing it. In the meantime someone here might ran into the same or similar issue before and has some more ideas. Best Regards, Ildikó
[…]
On 2022-07-01 21:12:11 +0000 (+0000), Veerasenareddy Burru wrote: [...]
How can I set HTTP password to something of my choice ?
You can't. Gerrit only allows you to generate random passwords, which it then shows you and securely hashes into its database. It does not allow you to set a specific password. This is so that secure password handling can be done statelessly in the application. -- Jeremy Stanley
participants (3)
-
Ildiko Vancsa
-
Jeremy Stanley
-
Veerasenareddy Burru