blob: 00939286ae3683f3e23074d0cd01371aee6e2539 [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') }}"
David K. Bainbridge915105d2016-07-06 14:10:08 -070010
11maas:
12 user: "{{ maas_user | default('cord') }}"