2022-12-02 11:08:55 +01:00
2022-12-01 13:41:57 +01:00
2022-12-02 11:08:55 +01:00
2022-11-30 22:45:44 +01:00
2022-12-01 22:13:31 +01:00
2022-12-01 13:41:57 +01:00

bbc-ovh

Requirements

  • SSH client
  • Python >3.6
  • pip
  • An active "Public cloud" project at OVH

Setup

  1. Download "openrc.sh" from OVH public cloud panel:
    1. Go to "Public cloud" > your project > "Users & Roles"
    2. Add user if one does not exist
    3. Go to the kebab menu and click "Download OpenStack's RC file"
    4. (optional:) Modify the file to include the user's password so you don't have to enter it every run
  2. Install python packages from requirements file:
    python3 -m pip install -r requirements.txt
  3. Run the start script:
    ./start.sh
Description
No description provided
Readme 29 KiB
Languages
Python 95%
Shell 5%