This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Description: This method Performs the following functions: | |
# 1. YAML load the Service Dialog Options from @task.get_option(:parsed_dialog_options)) | |
# 2. Set the name of the service | |
# 3. Set tags on the service | |
# 5. Pass down any dialog options and tags to child catalog items pointing to CatalogItemInitialization | |
# Important - The dialog_parser automate method has to run prior to this in order to populate the dialog information. | |
# | |
def log_and_update_message(level, msg, update_message = false) | |
$evm.log(level, msg.to_s) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Description: This method Performs the following functions: | |
# 1. YAML load the Service Dialog Options from @task.get_option(:parsed_dialog_options)) | |
# 2. Set the name of the service | |
# 3. Set tags on the service | |
# 5. Override miq_provision task with any options and tags | |
# Important - The dialog_parser automate method has to run prior to this in order to populate the dialog information. | |
# | |
def log_and_update_message(level, msg, update_message = false) | |
$evm.log(level, msg.to_s) |
NewerOlder