blob: e97daf18e128a59fa02b4ae4283a2d4da84031ea [file] [log] [blame]
David K. Bainbridge10b0c112016-05-24 13:17:23 -07001provision:
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') }}"