Skip to content

Commit

Permalink
Update getting-started-with-tungsten-fabric-development.rst
Browse files Browse the repository at this point in the history
Signed-off-by: ospanovalen [email protected]
  • Loading branch information
ospanovalen authored Dec 14, 2023
1 parent 3745808 commit 1c3608f
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ Copy the entire output line(your public ssh id)

5. Add SSH key

6. Make sure that in GitHub settings in Public profile you have public email(that you will add to global git config)
This is required for the correct operation of the Gerrit

2. Tungsten Fabric + Devstack setup(Ansible Deployer)
-----------------------------------------------------

Expand Down Expand Up @@ -130,7 +133,7 @@ https://gerrit-review.googlesource.com/Documentation/user-notify.html
3.1 Setup SSH access
--------------------

1. Log into your account at https://tf-gerrit.gz1.progmaticlab.com (also via GitHub)
1. Log into your account at https://tf-gerrit.gz1.progmaticlab.com (via GitHub)

2. Go to top-right corner -> settings

Expand Down Expand Up @@ -195,8 +198,6 @@ https://gerrit-review.googlesource.com/Documentation/user-notify.html

::

git push ssh://[email protected]:29418/REPOSITORY_NAME \
HEAD:refs/for/<branch>%topic=<few-words-describing-the-change>, \
[email protected], [email protected]
git review

NOTE. If any of the steps above have raised questions, you can read the documentation at the link above

0 comments on commit 1c3608f

Please sign in to comment.