Skip to content

Commit 0580276

Browse files
committed
better dns namespacing
1 parent 50894fa commit 0580276

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

remote/scripts/persistent-volume/setup.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ function main {
5353
# if the zpool command is missing, install it
5454
#
5555
if ! command -v 'zpool'; then
56-
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
5756
sudo -E apt -y update
5857
sudo -E apt -y install zfsutils-linux
5958
fi

resources__openstack_networking_network_v2.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ resource "openstack_networking_subnet_v2" "intra_subnet" {
1010
name = "main"
1111
cidr = "192.168.0.0/24"
1212
gateway_ip = "192.168.0.254"
13+
dns_nameservers = ["8.8.8.8"]
1314
}
1415

1516
resource "openstack_networking_router_v2" "jup_ng_router" {

0 commit comments

Comments
 (0)