Skip to content

Commit

Permalink
Align server/proxy config in Uyuni BV with 5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
  • Loading branch information
nodeg committed Aug 14, 2024
1 parent c831b77 commit e42a052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
15 changes: 2 additions & 13 deletions terracumber_config/tf_files/Uyuni-Master-build-validation-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -182,23 +182,19 @@ module "server_containerized" {

java_debugging = false
auto_accept = false
monitored = true
disable_firewall = false
allow_postgres_connections = false
skip_changelog_import = false
create_first_user = false
mgr_sync_autologin = false
create_sample_channel = false
create_sample_activation_key = false
create_sample_bootstrap_script = false
publish_private_ssl_key = false
use_os_released_updates = true
disable_download_tokens = false
disable_auto_bootstrap = true
large_deployment = true
ssh_key_path = "./salt/controller/id_rsa.pub"
from_email = "root@suse.de"
accept_all_ssl_protocols = true

runtime = "podman"
container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/containers/uyuni"
Expand All @@ -224,19 +220,12 @@ module "proxy_containerized" {
username = "admin"
password = "admin"
}
auto_register = false
auto_connect_to_master = false
download_private_ssl_key = false
install_proxy_pattern = false
auto_configure = false
generate_bootstrap_script = false
publish_private_ssl_key = false
use_os_released_updates = true
ssh_key_path = "./salt/controller/id_rsa.pub"

runtime = "podman"
container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/containers/uyuni"
container_tag = "latest"
auto_configure = false
ssh_key_path = "./salt/controller/id_rsa.pub"
}

// No traditional clients in Uyuni
Expand Down
16 changes: 2 additions & 14 deletions terracumber_config/tf_files/Uyuni-Master-build-validation-PRV.tf
Original file line number Diff line number Diff line change
Expand Up @@ -328,24 +328,19 @@ module "server_containerized" {

java_debugging = false
auto_accept = false
monitored = true
disable_firewall = false
allow_postgres_connections = false
skip_changelog_import = false
create_first_user = false
mgr_sync_autologin = false
create_sample_channel = false
create_sample_activation_key = false
create_sample_bootstrap_script = false
publish_private_ssl_key = false
use_os_released_updates = true
disable_download_tokens = false
disable_auto_bootstrap = true
large_deployment = true
ssh_key_path = "./salt/controller/id_rsa.pub"
from_email = "root@suse.de"
accept_all_ssl_protocols = true

runtime = "podman"
container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/containers/uyuni"
container_tag = "latest"
Expand Down Expand Up @@ -373,19 +368,12 @@ module "proxy_containerized" {
username = "admin"
password = "admin"
}
auto_register = false
auto_connect_to_master = false
download_private_ssl_key = false
install_proxy_pattern = false
auto_configure = false
generate_bootstrap_script = false
publish_private_ssl_key = false
use_os_released_updates = true
ssh_key_path = "./salt/controller/id_rsa.pub"

runtime = "podman"
container_repository = "registry.opensuse.org/systemsmanagement/uyuni/master/containers/uyuni"
container_tag = "latest"
auto_configure = false
ssh_key_path = "./salt/controller/id_rsa.pub"
}

// No traditional clients in Uyuni
Expand Down

0 comments on commit e42a052

Please sign in to comment.