Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rancher stable went to 1.6.12 on Dec 1st - reverting to v1.6.10

...

  1. Create a plain Ubuntu VM in your cloud infrastructure.

    The following specs are enough for Rancher

    ID3
    VCPUs2
    RAM4Go
    Taille40Go
  2. Setup Rancher stable by running this command:

    Code Block
    docker run -d -p 8080:8080 rancher/server:stablev1.6.10
  3. Navigate to Rancher UI

    Code Block
    http://<rancher-vm-ip>:8080
  4. Setup basic access control: Admin → Access Control
  5. Install Openstack as machine driver: Admin → Machine Drivers

...