Feature #14712
closed
- Status changed from New to In Progress
- Status changed from In Progress to New
- Related to Idea #13648: [Epic] Use one cluster configuration file for all components added
- Tracker changed from Bug to Feature
services/api/script/arvados-git-sync.rb
config file: arvados-clients.yml
¶
production:
gitolite_url: /var/lib/arvados/git/repositories/gitolite-admin.git
gitolite_tmp: /var/lib/arvados/git
arvados_api_host: uuid_prefix.example.com
arvados_api_token: "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
arvados_api_host_insecure: false
gitolite_arvados_git_user_key: "ssh-rsa AAAAB[...]KztXLNLSbp git@gitserver"
MAPPINGS¶
Repositories:
Gitolite:
AdminURL: /var/lib/arvados/git/repositories/gitolite-admin.git
TmpDir: /var/lib/arvados/git
SSHUserKey: ssh-rsa AAAAB[...]KztXLNLSbp git@gitserver
arv-git-httpd
config file: /etc/arvados/git-httpd/git-httpd.yml
¶
Client:
APIHost: uuid_prefix.your.domain
Insecure: false
GitCommand: /var/lib/arvados/git/gitolite/src/gitolite-shell
GitoliteHome: /var/lib/arvados/git
Listen: :9001
RepoRoot: /var/lib/arvados/git/repositories
MAPPINGS¶
Repositories:
Gitolite:
HomeDir: /var/lib/arvados/git
RootDir: /var/lib/arvados/git/repositories
HTTPAccess: :9001
Corrected version:
Clusters:
xyzzy:
SuperuserToken: zzzzzz
GitServer:
[...]
AdminRepoURL: /var/lib/[...]/gitolite-admin.git # arvados-git-sync.rb/gitolite_url
SSHUserKey: ssh-rsa AAAAB[...]KztXLNLSbp git@gitserver # arvados-git-sync.rb/gitolite_arvados_git_user_key
TmpDir: /var/lib/arvados/git # arvados-git-sync.rb/gitolite_tmp
GitCommand: /var/lib/arvados/git/gitolite/src/gitolite-shell # arv-git-httpd/GitCommand
GitoliteHomeDir: /var/lib/arvados/git # arv-git-httpd/GitoliteHome
TODO: Check SSHUserKey's real usage to see if that's an appropriate naming
- Description updated (diff)
- Target version changed from To Be Groomed to Arvados Future Sprints
- Story points set to 2.0
- Assigned To set to Eric Biagiotti
- Target version changed from Arvados Future Sprints to 2019-07-31 Sprint
- Target version changed from 2019-07-31 Sprint to 2019-08-14 Sprint
- Target version changed from 2019-08-14 Sprint to 2019-08-28 Sprint
- Status changed from New to In Progress
Just 2 minor comments:
- At
config.default.yml
line 429, the comment seems to have a missing double.
- At the install guide, file
doc/install/install-arv-git-httpd.html.textile.liquid
lines 280 & 291, I believe the services’ section should be GitHTTP
instead of GitHttp
.
Other than that it LGTM, thanks!
Fixed in
Lucas Di Pentima wrote:
Just 2 minor comments:
- At
config.default.yml
line 429, the comment seems to have a missing double.
- At the install guide, file
doc/install/install-arv-git-httpd.html.textile.liquid
lines 280 & 291, I believe the services’ section should be GitHTTP
instead of GitHttp
.
Other than that it LGTM, thanks!
Fixed in 3c0e4dc35b5f2fc34e050fef304cdec0cebe51ae. Thanks!
- Status changed from In Progress to Resolved
Also available in: Atom
PDF