Custom-cirros: Add a dns entry

Change-Id: I9a84dcdaaf8186ece2f1142f7446379ea6155f1b
This commit is contained in:
Asma Syed Hameed 2021-08-12 10:26:47 +05:30
parent 32da486c69
commit b37cabac99

View 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"