|
@@ -52,6 +52,11 @@ awx_ui_wait_time: 30
|
|
|
# Usage: check_prerequisites.yml
|
|
|
min_retries: 2
|
|
|
|
|
|
+# Usage: awx_logo.yml
|
|
|
+awx_login_info: "An open-source toolkit for deploying and managing high performance clusters for HPC, AI, and data analytics workloads."
|
|
|
+omnia_logo_path: "{{ role_path }}/files/omnia.png"
|
|
|
+logo_txt_path: "{{ role_path }}/files/.logo_base64.txt"
|
|
|
+
|
|
|
# Usage: awx_configuration.yml
|
|
|
default_org: Default
|
|
|
default_template: 'Demo Job Template'
|
|
@@ -77,7 +82,7 @@ credential_details:
|
|
|
- { name: ethernet_credential, type: Machine, username: "{{ ethernet_switch_username }}", password: "{{ ethernet_switch_password }}", flag: "{{ ethernet_switch_support }}" }
|
|
|
- { name: infiniband_credential, type: Network, username: "{{ ib_username }}", password: "{{ ib_password }}", flag: "{{ ib_switch_support }}" }
|
|
|
- { name: powervault_me4_credential, type: Network, username: "{{ powervault_me4_username }}", password: "{{ powervault_me4_password }}", flag: "{{ powervault_support }}" }
|
|
|
- - { name: node_credential, type: Machine, username: root, password: omnia@123, flag: true }
|
|
|
+ - { name: node_credential, type: Machine, username: root, password: "{{ provision_password }}", flag: true }
|
|
|
job_template_details:
|
|
|
- { name: idrac_template, inventory: idrac_inventory, playbook: control_plane/idrac.yml, credential: idrac_credential, flag: true }
|
|
|
- { name: ethernet_template, inventory: ethernet_inventory, playbook: control_plane/ethernet.yml, credential: ethernet_credential, flag: "{{ ethernet_switch_support }}" }
|
|
@@ -89,4 +94,4 @@ omnia_job_template_details:
|
|
|
- { name: deploy_omnia_template, inventory: node_inventory, playbook: omnia.yml, credential: node_credential }
|
|
|
scheduled_templates:
|
|
|
- { name: NodeInventorySchedule, template: node_inventory_job, schedule_rule: "DTSTART:20210815T120000Z RRULE:FREQ=MINUTELY;INTERVAL=10" }
|
|
|
- - { name: DeviceInventorySchedule, template: device_inventory_job, schedule_rule: "DTSTART:20210815T060000Z RRULE:FREQ=DAILY;INTERVAL=1"}
|
|
|
+ - { name: DeviceInventorySchedule, template: device_inventory_job, schedule_rule: "DTSTART:20210815T060000Z RRULE:FREQ=DAILY;INTERVAL=1"}
|