VM_KS_TEMPLATE: 'el9-standard.ks'
RHSM_USER: 'dpx-subscriber'
RHSM_PWD: ''
+ RHEL9_REPO_SERVER_URL: 'https://prd-repo03.pixelpark.com/Linux/yum/rhel'
MAX_WAIT_GENERAL: 60
MAX_WAIT_SHUTDOWN: 120
MAX_WAIT_FOR_FINISH_INSTALL: 1800
if [[ -n "${RHSM_PWD}" ]] ; then
echo "rhsm_pwd = ${RHSM_PWD}" >> "${CONFIG_FILE}"
fi
+ echo "rhel9_repo_server_url = ${RHEL9_REPO_SERVER_URL}" >> "${CONFIG_FILE}"
echo "" >> "${CONFIG_FILE}"
echo "[Cobbler]" >> "${CONFIG_FILE}"
echo "host = ${COBBLER_HOST}" >> "${CONFIG_FILE}"
;rhsm_pwd =
; The complete URL of the RHEL9 repo server
-;rhel9_repo_server_url = https://test-repo01.pixelpark.com/Linux/yum/rhel
+;rhel9_repo_server_url = https://prd-repo03.pixelpark.com/Linux/yum/rhel
[Timeouts]
from .ldap import LdapConnectionInfo, LdapConnectionDict
from .timeouts import ConfigTimeouts
-__version__ = '3.3.0'
+__version__ = '3.3.1'
LOG = logging.getLogger(__name__)
_ = XLATOR.gettext
re_resolv_ns_entry = re.compile(r'^\s*nameserver\s+(\S+)')
default_rhsm_user = 'dpx-subscriber'
- default_rhel9_repo_server_url = 'https://test-repo01.pixelpark.com/Linux/yum/rhel'
+ default_rhel9_repo_server_url = 'https://prd-repo03.pixelpark.com/Linux/yum/rhel'
# -------------------------------------------------------------------------
def __init__(