David K. Bainbridge | 10b0c11 | 2016-05-24 13:17:23 -0700 | [diff] [blame] | 1 | provision: |
| 2 | # CHANGE: |
| 3 | # 'location' git URL from which to clone a repository that contains the role |
| 4 | # definitions to be used then provisioning a compute node |
| 5 | # 'role_path' directory path within the repo that contains the roles. |
| 6 | # 'role' name of the role to provision for new compute nodes |
| 7 | location: "{{ prov_location | default('http://gerrit.opencord.org/maas') }}" |
| 8 | role_path: "{{ prov_role_path | default('roles') }}" |
| 9 | role: "{{ prov_role | default('compute-node') }}" |