Skip to content

Commit

Permalink
z/VM connector on zl41
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Jan 13, 2025
1 parent 66a3a28 commit db56ee7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ provider "libvirt" {
}

provider "feilong" {
connector = "https://10.144.68.9"
connector = "https://feilong.mgr.suse.de"
admin_token = var.ZVM_ADMIN_TOKEN
local_user = "[email protected]"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ provider "libvirt" {
}

provider "feilong" {
connector = "https://10.144.68.9"
connector = "https://feilong.mgr.suse.de"
admin_token = var.ZVM_ADMIN_TOKEN
local_user = "[email protected]"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ provider "libvirt" {
}

provider "feilong" {
connector = "https://10.144.68.9"
connector = "https://feilong.mgr.suse.de"
admin_token = var.ZVM_ADMIN_TOKEN
local_user = "[email protected]"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ provider "libvirt" {
}

provider "feilong" {
connector = "https://10.144.68.9"
connector = "https://feilong.mgr.suse.de"
admin_token = var.ZVM_ADMIN_TOKEN
local_user = "[email protected]"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ provider "libvirt" {
}

provider "feilong" {
connector = "https://10.144.68.9"
connector = "https://feilong.mgr.suse.de"
admin_token = var.ZVM_ADMIN_TOKEN
local_user = "[email protected]"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ provider "libvirt" {
}

provider "feilong" {
connector = "https://10.144.68.9"
connector = "https://feilong.mgr.suse.de"
admin_token = var.ZVM_ADMIN_TOKEN
local_user = "[email protected]"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ provider "libvirt" {
}

provider "feilong" {
connector = "https://10.144.68.9"
connector = "https://feilong.mgr.suse.de"
admin_token = var.ZVM_ADMIN_TOKEN
local_user = "[email protected]"
}
Expand Down

0 comments on commit db56ee7

Please sign in to comment.