blob: 6ef6c5a52e10c37dfc68655effd0ac9e874d184d [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001---
2# repo/defaults/main.yml
3
Zack Williamsc989f262017-05-11 13:02:59 -07004config_cord_dir: "{{ ansible_user_dir + '/cord' }}"
Zack Williamsa2763112017-01-03 11:38:38 -07005repo_dl_url: "https://storage.googleapis.com/git-repo-downloads/repo"
6
7# This is for repo v1.23, and will change, as repo_dl_url unfortunately lacks a version...
8repo_checksum: "sha256:e147f0392686c40cfd7d5e6f332c6ee74c4eab4d24e2694b3b0a0c037bf51dc5"
9
10repo_manifest_url: "https://gerrit.opencord.org/manifest"
11
12# Used to download specific gerrit changesets. Syntax is:
13#
14# gerrit_changsets:
15# - path: build/platform-install
16# revision: 2934/19
17# - path: ....
18# revision: #/#
19#
20gerrit_changesets: []
21