File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 144
144
aci_image=$( docker images -q contiv/aci-gw:$aci_gw_version )
145
145
docker save $aci_image -o $binary_cache /aci-gw-image.tar
146
146
curl --fail -sL -o $binary_cache /openvswitch-2.5.0-2.el7.x86_64.rpm http://cbs.centos.org/kojifiles/packages/openvswitch/2.5.0/2.el7/x86_64/openvswitch-2.5.0-2.el7.x86_64.rpm
147
- curl --fail -sL -o $binary_cache /ovs-common.deb http://mirrors.kernel.org/ubuntu/pool/main/o/openvswitch/openvswitch-common_2.5.2-0ubuntu0.16.04.1_amd64 .deb
148
- curl --fail -sL -o $binary_cache /ovs-switch.deb http://mirrors.kernel.org/ubuntu/pool/main/o/openvswitch/openvswitch-switch_2.5.2-0ubuntu0.16.04.1_amd64 .deb
147
+ curl --fail -sL -o $binary_cache /ovs-common.deb http://mirrors.kernel.org/ubuntu/pool/main/o/openvswitch/openvswitch-common_2.5.2-0ubuntu0.16.04.3_amd64 .deb
148
+ curl --fail -sL -o $binary_cache /ovs-switch.deb http://mirrors.kernel.org/ubuntu/pool/main/o/openvswitch/openvswitch-switch_2.5.2-0ubuntu0.16.04.3_amd64 .deb
149
149
150
150
env_file=$output_dir /install/ansible/env.json
151
151
sed -i.bak " s#.*auth_proxy_local_install.*# \" auth_proxy_local_install\" : True,#g" $env_file
You can’t perform that action at this time.
0 commit comments