Fix f2s/README

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-11-13 14:02:59 +01:00 committed by Dmitry Shulyak
parent 0e87d2d011
commit 85d111cc5b

View File

@ -31,7 +31,8 @@ found at f2s/patches
#fsclient.py
This script helps to create solar resource with some of nailgun data
This script helps to create solar resource with some of nailgun data.
Note, you should run it inside of the solar container.
`./f2s/fsclient.py master 1`
Accepts cluster id, prepares transports for master + generate keys task
@ -86,3 +87,23 @@ on fuel master.
```
All of this things will be automated by solar eventually
#basic troubleshooting
If there are any Fuel plugin installed, you should manually
create a stanza for it in the `./f2s/resources/role_data/meta.yaml`,
like:
```
input:
foo_plugin_name:
value: null
```
And regenerate the data from nailgun,
To regenerate the deployment data to Solar resources make
```
solar res clear_all
```
and repeat all of the fsclient.py and fetching nailgun data steps