Skip to content

Commit a106f64

Browse files
committedMar 3, 2025
Revert "Merge branch 'master' into qa"
This reverts commit ffbc368, reversing changes made to e8f8f8c.
1 parent 4f23a2e commit a106f64

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+4912
-2028
lines changed
 

‎HA/pacemaker/scripts/stage1.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ if [[ -e "${DSIP_SYSTEM_CONFIG_DIR}" ]]; then
116116
if (( $DSIP_MAJ_VER > 0 )) || (( $DSIP_MAJ_VER == 0 && $DSIP_MIN_VER >= 7 )); then
117117
setConfigAttrib 'NETWORK_MODE' "$STATIC_NETWORKING_MODE" ${DSIP_SYSTEM_CONFIG_DIR}/gui/settings.py
118118
else
119-
removeExecStartCmd 'dsiprouter.sh updatertpconfig' ${DSIP_INIT_PATH}
120-
removeExecStartCmd 'dsiprouter.sh updatekamconfig' ${DSIP_INIT_PATH}
121-
removeExecStartCmd 'dsiprouter.sh updatedsipconfig' ${DSIP_INIT_PATH}
119+
removeExecStartCmd 'dsiprouter updatertpconfig' ${DSIP_INIT_PATH}
120+
removeExecStartCmd 'dsiprouter updatekamconfig' ${DSIP_INIT_PATH}
121+
removeExecStartCmd 'dsiprouter updatedsipconfig' ${DSIP_INIT_PATH}
122122
fi
123123

124124
setConfigAttrib 'INTERNAL_IP_ADDR' '${CLUSTER_NODE_ADDRS[$i]}' ${DSIP_SYSTEM_CONFIG_DIR}/gui/settings.py

‎cloud/cloud-init/configs/AWS.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ manage_etc_hosts: true
99
manage_resolv_conf: false
1010
preserve_hostname: false
1111
apt_preserve_sources_list: true
12-
network: {config: disabled}

0 commit comments

Comments
 (0)
Please sign in to comment.