diff --git a/ansible/install/roles/workloads/templates/custom-cirros.file b/ansible/install/roles/workloads/templates/custom-cirros.file index 4ca4d6659..ddf056f36 100755 --- a/ansible/install/roles/workloads/templates/custom-cirros.file +++ b/ansible/install/roles/workloads/templates/custom-cirros.file @@ -1,4 +1,5 @@ #!/bin/sh +sudo echo "nameserver {{ dns_server }}" > /etc/resolv.conf cd /home/cirros/ && wget "{{ octavia_test_bin_path }}" echo "Browbeat workload installed"