Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/roles/bastion-network/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
value: "0"
when: controlplane_network | length > 1 or controlplane_network[0] | ansible.utils.ipv6

- name: Increase the size of the arp-cache for dnsmasq
- name: Increase the size of the arp-cache for dns
sysctl:
name: "{{ item.name }}"
value: "{{ item.value }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/create-inventory/defaults/main/dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cluster_name: mno
base_dns_name: example.com

# Setup and use coredns instead of dnsmasq
setup_coredns: false
setup_coredns: true

# Appends each entry to /etc/hosts of bastion machine during cluster install to
# allow sshuttle easy resolution when proxying into cluster
Expand Down
2 changes: 1 addition & 1 deletion ansible/vars/hv.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ssh_public_key_file: ~/.ssh/id_rsa.pub
install_tc: true

# Setup and use coredns instead of dnsmasq
setup_coredns: false
setup_coredns: true

# Enables using DHCP instead of relying on static network configuration for VMs
setup_hv_vm_dhcp: false
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy-vmno.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ ssh_public_key_file: ~/.ssh/id_rsa.pub
install_tc: true

# Setup and use coredns instead of dnsmasq
setup_coredns: false
setup_coredns: true

# Enables using DHCP instead of relying on static network configuration for VMs
setup_hv_vm_dhcp: false
Expand Down