Skip to content

Commit

Permalink
Add DHCP-DNS VM to tests on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Sep 5, 2024
1 parent 6db04a4 commit db5ee06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terracumber_config/tf_files/PR-testing-template.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ module "cucumber_testsuite" {
memory = 2048
}
}
dhcp-dns = {
name = "dhcp-dns"
image = "opensuse155o"
hypervisor = {
host = var.ENVIRONMENT_CONFIGURATION[var.ENVIRONMENT].hypervisor
user = "root"
private_key = file("~/.ssh/id_rsa")
}
server_containerized = {
provider_settings = {
mac = var.ENVIRONMENT_CONFIGURATION[var.ENVIRONMENT].mac["server"]
Expand Down

0 comments on commit db5ee06

Please sign in to comment.