Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 1 | --- |
| 2 | # repo/defaults/main.yml |
| 3 | |
| 4 | cord_dir: "{{ ansible_user_dir + '/cord' }}" |
| 5 | repo_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... |
| 8 | repo_checksum: "sha256:e147f0392686c40cfd7d5e6f332c6ee74c4eab4d24e2694b3b0a0c037bf51dc5" |
| 9 | |
| 10 | repo_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 | # |
| 20 | gerrit_changesets: [] |
| 21 | |