.gitignore | ||
README.md | ||
requirements.txt | ||
setup_tunnel.py | ||
start.sh |
bbc-ovh
Requirements
- SSH client
- Python >3.6
- pip
- An active "Public cloud" project at OVH
Setup
- Download "openrc.sh" from OVH public cloud panel:
- Go to "Public cloud" > your project > "Users & Roles"
- Add user if one does not exist
- Go to the kebab menu and click "Download OpenStack's RC file"
- (optional:) Modify the file to include the user's password so you don't have to enter it every run
- Install python packages from requirements file:
python3 -m pip install -r requirements.txt
- Run the start script:
./start.sh