You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
3.3 KiB

[script:upgrade_shc]
python.version = python3
match = /upgrade/shc/upgrade
script = upgrade_shc.py
scripttype = persist
handler = application.UpgradeShcRestEndpoint
passSession = true
capability = upgrade_splunk_shc
[script:upgrade_shc_member]
python.version = python3
match = /upgrade/shc/member_upgrade_internal
script = upgrade_shc_member.py
scripttype = persist
handler = application.UpgradeShcMemberRestEndpoint
passSession = true
capability = upgrade_splunk_shc
[script:upgrade_shc_status]
python.version = python3
match = /upgrade/shc/status
script = upgrade_shc_status.py
scripttype = persist
handler = application.UpgradeShcStatusRestEndpoint
passSession = true
capability = upgrade_splunk_shc
[script:upgrade_shc_recovery]
python.version = python3
match = /upgrade/shc/recovery
script = upgrade_shc_recovery.py
scripttype = persist
handler = application.UpgradeShcRecoveryRestEndpoint
passSession = true
capability = upgrade_splunk_shc
[script:upgrade_cluster_instance]
python.version = python3
match = /upgrade/cluster/instance
script = upgrade_cluster_instance.py
scripttype = persist
handler = application.UpgradeClusterInstanceRestEndpoint
passSession = true
capability = upgrade_splunk_idxc
[script:upgrade_cluster_all_peers]
python.version = python3
match = /upgrade/cluster/all_peers
script = upgrade_cluster_all_peers.py
scripttype = persist
handler = application.UpgradeClusterAllPeersRestEndpoint
passSession = true
passPayload = true
capability = upgrade_splunk_idxc
[script:upgrade_cluster_standalone]
python.version = python3
match = /upgrade/standalone
script = upgrade_cluster_standalone.py
scripttype = persist
handler = application.UpgradeClusterStandaloneRestEndpoint
passSession = true
capability = upgrade_splunk_idxc
[script:upgrade_cluster_manager]
python.version = python3
match = /upgrade/cluster/manager
script = upgrade_cluster_manager.py
scripttype = persist
handler = application.UpgradeClusterManagerRestEndpoint
passSession = true
capability = upgrade_splunk_idxc
[script:upgrade_cluster_status]
python.version = python3
match = /upgrade/cluster/status
script = upgrade_cluster_status.py
scripttype = persist
handler = application.UpgradeClusterStatusRestEndpoint
passSession = true
capability = upgrade_splunk_idxc
[script:upgrade_cluster_recovery]
python.version = python3
match = /upgrade/cluster/recovery
script = upgrade_cluster_recovery.py
scripttype = persist
handler = application.UpgradeClusterRecoveryRestEndpoint
passSession = true
capability = upgrade_splunk_idxc

Powered by BW's shoe-string budget.