onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / aai / aai-data / chef-config / dev / .knife / local-mode-cache / cache / cookbooks / ajsc-aai-config / README.md
1 ajsc-aai-config Cookbook
2 ========================
3 TODO: Enter the cookbook description here.
4
5 e.g.
6 This cookbook makes your favorite breakfast sandwich.
7
8 Requirements
9 ------------
10 TODO: List your cookbook requirements. Be sure to include any requirements this cookbook has on platforms, libraries, other cookbooks, packages, operating systems, etc.
11
12 e.g.
13 #### packages
14 - `toaster` - ajsc-aai-config needs toaster to brown your bagel.
15
16 Attributes
17 ----------
18 TODO: List your cookbook attributes here.
19
20 e.g.
21 #### ajsc-aai-config::default
22 <table>
23   <tr>
24     <th>Key</th>
25     <th>Type</th>
26     <th>Description</th>
27     <th>Default</th>
28   </tr>
29   <tr>
30     <td><tt>['ajsc-aai-config']['bacon']</tt></td>
31     <td>Boolean</td>
32     <td>whether to include bacon</td>
33     <td><tt>true</tt></td>
34   </tr>
35 </table>
36
37 Usage
38 -----
39 #### ajsc-aai-config::default
40 TODO: Write usage instructions for each cookbook.
41
42 e.g.
43 Just include `ajsc-aai-config` in your node's `run_list`:
44
45 ```json
46 {
47   "name":"my_node",
48   "run_list": [
49     "recipe[ajsc-aai-config]"
50   ]
51 }
52 ```
53
54 Contributing
55 ------------
56 TODO: (optional) If this is a public cookbook, detail the process for contributing. If this is a private cookbook, remove this section.
57
58 e.g.
59 1. Fork the repository on Github
60 2. Create a named feature branch (like `add_component_x`)
61 3. Write your change
62 4. Write tests for your change (if applicable)
63 5. Run the tests, ensuring they all pass
64 6. Submit a Pull Request using Github
65
66 License and Authors
67 -------------------
68 Authors: TODO: List authors