This Chef cookbook is used to provision of SmartX Box Type B for OF@TEIN Playground.
Recipes | Description |
---|---|
['smartx-b-box']['box-install'] | Install the basic software |
['smartx-b-box']['box-config'] | Configure the basic software functions |
Include smartx-b-box
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[smartx-b-box::box-install,smartx-b-box::box-config]"
]
}