Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction 

Octavia ctavia service enables the deployment of load balancing solutions in OpenStack projects.  We refer to Octavia's official documentation for a full description of Octavia features. Octavia service is not available by default in ADA Cloud tenants, but it is enabled on individual projects upon request

...

If you need to create these resources, you can follow our user guides

You can set a very simple nginx web server in each VM loging into each of them and running the following commands on the shell:

Code Block
sudo apt-get update 
sudo apt-get install -y nginx && \
    echo "Hello! This is $(hostname)" > /var/www/html/index.html

...