New README
This commit is contained in:
parent
207b03c3e6
commit
218e0acdef
24
README.md
24
README.md
@ -1,12 +1,18 @@
|
|||||||
# bbc-ovh
|
# bbc-ovh
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
- SSH client
|
||||||
|
- Python >3.6
|
||||||
|
- pip
|
||||||
|
- An active "Public cloud" project at OVH
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
Download "openrc.sh" from OVH public cloud panel
|
1. Download "openrc.sh" from OVH public cloud panel:
|
||||||
|
1. Go to "Public cloud" > your project > "Users & Roles"
|
||||||
Install packages:
|
1. Add user if one does not exist
|
||||||
* jq
|
1. Go to the kebab menu and click "Download OpenStack's RC file"
|
||||||
* ipcalc-ng
|
1. (optional:) Modify the file to include the user's password so you don't have to enter it every run
|
||||||
* python3-openstackclient
|
1. Install python packages from requirements file:
|
||||||
* python3-novaclient
|
`python3 -m pip install -r requirements.txt`
|
||||||
|
1. Run the start script:
|
||||||
Run script
|
`./start.sh`
|
||||||
|
Loading…
Reference in New Issue
Block a user