Skip to content
Snippets Groups Projects
  • Markos Chandras's avatar
    12c6b5c3
    openSUSE: Use Leap 15.0 instead of 42.3 (#4442) · 12c6b5c3
    Markos Chandras authored
    * Vagrantfile: Bump openSUSE to Leap 15.0
    
    * roles: container-engine: Add 'containerd' package for openSUSE
    
    The 'containerd' package contains the docker-containerd and
    docker-containerd-shim binaries. We also need to ensure that the latest
    version is installed since an older version may already be present (eg GCE
    images)
    
    * Remove docker log-opts for opensuse
    
    * roles: bootstrap-os: Use lowercase 'o' for openSUSE
    
    OpenSUSE is not a valid family name. The correct one is openSUSE
    
    * roles: bootstrap-os: Update zypper cache before first installation
    
    The zypper cache may be outdated so ensure that it's fully updated
    before we try and install the bootstrap packages.
    12c6b5c3
    History
    openSUSE: Use Leap 15.0 instead of 42.3 (#4442)
    Markos Chandras authored
    * Vagrantfile: Bump openSUSE to Leap 15.0
    
    * roles: container-engine: Add 'containerd' package for openSUSE
    
    The 'containerd' package contains the docker-containerd and
    docker-containerd-shim binaries. We also need to ensure that the latest
    version is installed since an older version may already be present (eg GCE
    images)
    
    * Remove docker log-opts for opensuse
    
    * roles: bootstrap-os: Use lowercase 'o' for openSUSE
    
    OpenSUSE is not a valid family name. The correct one is openSUSE
    
    * roles: bootstrap-os: Update zypper cache before first installation
    
    The zypper cache may be outdated so ensure that it's fully updated
    before we try and install the bootstrap packages.

openSUSE Leap 15.0 and Tumbleweed

openSUSE Leap installation Notes:

  • Install Ansible

    sudo zypper ref
    sudo zypper -n install ansible
    
  • Install Jinja2 and Python-Netaddr

    sudo zypper -n install python-Jinja2 python-netaddr

Now you can continue with Preparing your deployment