6 lines
160 B
Bash
Executable File
6 lines
160 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo echo "nameserver {{ dns_server }}" > /etc/resolv.conf
|
|
cd /home/cirros/ && wget "{{ octavia_test_bin_path }}"
|
|
echo "Browbeat workload installed"
|