X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Fprovision%2Fmininet-ovs-2.5.yaml;h=53366c7ee860894c147c88da3558944fc2cd931b;hb=b0881afd2a6a00ac69070764233ef946f8a99a81;hp=9de3df359640acab5e451eb0aa315d4ed9cc294d;hpb=dc6873f51a11cd51c4b8beac8af695a570e3d044;p=releng%2Fbuilder.git diff --git a/packer/provision/mininet-ovs-2.5.yaml b/packer/provision/mininet-ovs-2.5.yaml index 9de3df359..53366c7ee 100644 --- a/packer/provision/mininet-ovs-2.5.yaml +++ b/packer/provision/mininet-ovs-2.5.yaml @@ -9,30 +9,32 @@ - include_role: name=lfit.system-update tasks: - - name: 'Install OpenVSwitch {{ovs_version}}' + - name: "Install OpenVSwitch {{ovs_version}}" block: - - name: 'Install dependencies required for OpenVSwitch {{ovs_version}}' - apt: 'name={{item}} state=present' - with_items: - - dh-autoreconf - - debhelper - - autoconf - - automake - - libssl-dev - - pkg-config - - bzip2 - - openssl - - python-all - - procps - - python-qt4 - - python-zopeinterface - - python-twisted-conch + - name: "Install dependencies required for OpenVSwitch {{ovs_version}}" + apt: + name: + - dh-autoreconf + - debhelper + - autoconf + - automake + - libssl-dev + - pkg-config + - bzip2 + - openssl + - python-all + - procps + - python-qt4 + - python-zopeinterface + - python-twisted-conch + state: present become: true - - name: 'Install OpenVSwitch {{ovs_version}}' - apt: 'name={{item}} state=present' - with_items: - - openvswitch-switch - - openvswitch-vtep + - name: "Install OpenVSwitch {{ovs_version}}" + apt: + name: + - openvswitch-switch + - openvswitch-vtep + state: present become: true - name: Enable openvswitch-switch service systemd: