Update log collect YAML template

Changes:
    - Added HTTPS and IPMI port

Tested:
    - NA

Change-Id: I4eeb198c1465003b4b310bf60334fcc3afc7913e
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ffdc/templates/log_collector_config_template.yaml b/ffdc/templates/log_collector_config_template.yaml
index a418a8c..6ccd4fb 100644
--- a/ffdc/templates/log_collector_config_template.yaml
+++ b/ffdc/templates/log_collector_config_template.yaml
@@ -14,8 +14,9 @@
 
     REDFISH_LOGS:
         COMMANDS:
-            - redfishtool -u ${username} -p ${password} -r ${hostname} -S Always
-              raw GET /redfish/v1/AccountService/Accounts
+            - redfishtool -u ${username} -p ${password} -r
+              ${hostname}:${port_https} -S Always raw GET
+              /redfish/v1/AccountService/Accounts
         FILES:
             - "REDFISH_bmc_user_accounts.json"
         PROTOCOL:
@@ -23,8 +24,8 @@
 
     IPMI_LOGS:
         COMMANDS:
-            - ipmitool -I lanplus -C 17 -U ${username} -P ${password} -H
-              ${hostname} lan print
+            - ipmitool -I lanplus -C 17 -U ${username} -P ${password} -H -p
+              ${port_ipmi} ${hostname} lan print
         FILES:
             - "IPMI_LAN_print.txt"
         PROTOCOL: