onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / aai / aai-config / cookbooks / user / README.md
1 user Cookbook
2 =============
3 Configures users and mechids
4
5 Requirements
6 ------------
7
8 Attributes
9 ----------
10 #### user::mech_users
11 <table>
12   <tr>
13     <th>Key</th>
14     <th>Type</th>
15     <th>Description</th>
16     <th>Default</th>
17   </tr>
18   <tr>
19     <td><tt>['aai-app-config']['mech-ids']</tt></td>
20     <td>Hash</td>
21     <td>Mech ID, is the mech ID enabled?, shoud the cookbook update the key?</td>
22     <td><tt>true</tt></td>
23   </tr>
24 </table>
25
26 Usage
27 -----
28 #### user::default
29 Just include `user` in your node's `run_list`:
30
31 ```json
32 {
33   "name":"my_node",
34   "run_list": [
35     "recipe[user]"
36   ]
37 }
38 ```
39
40 License and Authors
41 -------------------
42 Authors: AT&T A&AI