blob: b2af59f035cc81cc4bc7224dcde9f785e6eebb76 [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001---
2# repo/defaults/main.yml
3
4cord_dir: "{{ ansible_user_dir + '/cord' }}"
5repo_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