Fix f2s/README
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
parent
0e87d2d011
commit
85d111cc5b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user