Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable liberty 9 #1363

Merged
merged 1 commit into from
Sep 13, 2024
Merged
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
39 changes: 19 additions & 20 deletions terracumber_config/tf_files/SUSEManager-4.3-build-validation-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -533,27 +533,26 @@ module "centos7_minion" {
install_salt_bundle = true
}

module "liberty9_minion" {
source = "./modules/minion"
base_configuration = module.base_core.configuration
product_version = "4.3-released"
name = "liberty9-minion"
image = "libertylinux9o"
provider_settings = {
mac = "aa:b2:92:42:00:c5"
memory = 4096
}
server_configuration = {
hostname = "suma-bv-43-proxy.mgr.suse.de"
}
auto_connect_to_master = false
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

# module "liberty9_minion" {
# source = "./modules/minion"
# base_configuration = module.base_core.configuration
# product_version = "4.3-released"
# name = "liberty9-minion"
# image = "libertylinux9o"
# provider_settings = {
# mac = "aa:b2:92:42:00:c5"
# memory = 4096
# }
# server_configuration = {
# hostname = "suma-bv-43-proxy.mgr.suse.de"
# }
# auto_connect_to_master = false
# use_os_released_updates = false
# ssh_key_path = "./salt/controller/id_rsa.pub"
#
# additional_packages = [ "venv-salt-minion" ]
# install_salt_bundle = true
# }
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "oracle9_minion" {
source = "./modules/minion"
Expand Down
Loading