Comment 34 for bug 2023668

Revision history for this message
VO LE HUY (huyvl3) wrote :

@Boris Lukashev (rageltman),

You can deploy Zed on Ubunt 20.04, its really simple. This is what I did

root@huyvl-test:~# history 10
    1 apt-get update -y && apt-get install vim git -y
    2 python3
    3 python3 -m pip install ansible
    4 apt-get install python3-pip -y
    5 python3 -m pip install ansible
    6 ansible --version
    7 pip3 install -U pip
    8 pip3 install git+https://opendev.org/openstack/kolla-ansible@stable/zed
    9 kolla-ansible --version