├── .editorconfig ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── docs.md │ └── rfe.md ├── PULL_REQUEST_TEMPLATE.md ├── config │ ├── markdown_link.json │ └── markdown_style.yaml ├── dependabot.yml └── workflows │ ├── backport.yaml │ ├── license-check.yaml │ ├── link-check.yaml │ ├── shellcheck.yaml │ ├── shfmt.yaml │ ├── spellcheck.yaml │ ├── stale.yml │ └── style-check.yaml ├── .gitignore ├── .license_check.yaml ├── .shellcheck ├── .spelling ├── Jenkinsfile.github ├── LICENSE ├── Makefile ├── README.md ├── RELEASE_NOTES.md ├── api ├── README.md ├── bos.md ├── bss.md ├── capmc.md ├── cfs.md ├── console.md ├── firmware-action.md ├── hbtd.md ├── hmnfd.md ├── ims.md ├── index.md ├── nls.md ├── power-control.md ├── rrs.md ├── scsd.md ├── sls.md ├── smd.md ├── sts.md └── tapms-operator.md ├── background ├── README.md ├── certificate_authority.md ├── index.md ├── ncn_bios.md ├── ncn_boot_workflow.md ├── ncn_firmware.md ├── ncn_images.md ├── ncn_kdump.md ├── ncn_kernel.md ├── ncn_mounts_and_filesystems.md ├── ncn_networking.md ├── ncn_operating_system_releases.md └── ncn_plan_of_record.md ├── docs-csm.spec ├── gen-api.sh ├── glossary.md ├── img ├── 3rd │ └── redfish.png ├── CEC_Display_Controls_CEC_Actions.svg ├── CEC_Front_Panel.svg ├── Ceph-Zone.png ├── Management_Network_Connections_Liquid_Cooled.png ├── SBPS_Architecture_Diagram.jpg ├── SBPS_workflow_latest.png ├── UAN_transition_CSM_1.2.png ├── bmc-reboot-ilo.png ├── bmc-virtual-media-boot-gigabyte.png ├── bmc-virtual-media-gigabyte-settings.png ├── bmc-virtual-media-ilo.png ├── bmc-virtual-media-intel-menu.png ├── bmc-virtual-media-intel-mounted.png ├── bmc-virtual-media-intel.png ├── bmc-virtual-media-settings-gigabyte.png ├── bmc-virtual-media-start-gigabyte.png ├── boot-flow.jpg ├── cmos1.png ├── cmos2.png ├── cmos3.png ├── fw-gb-1.png ├── fw-gb-2.png ├── fw-gb-3.png ├── fw-gb-4.png ├── fw-ilo-1.png ├── fw-ilo-2.png ├── fw-ilo-3.png ├── fw-ilo-4.png ├── fw-ilo-5.png ├── install │ └── shcd-hmn-tab-unexpected-data.png ├── network │ ├── AGG-SHCD.png │ ├── CDU-.png │ ├── CDU-CMM-SHCD.png │ ├── CDU-SHCD.png │ ├── CDU-Wiring.png │ ├── CECLAG.png │ ├── DL325-back.png │ ├── DL385-back.png │ ├── GigaIntel_application.png │ ├── GigaIntel_storage.png │ ├── Gigaintel_Master.png │ ├── Gigaintel_UAN.png │ ├── Gigaintel_Worker.png │ ├── HPE_Master.png │ ├── HPE_Storage.png │ ├── HPE_Storage_large.png │ ├── HPE_UAN.png │ ├── HPE_Worker.png │ ├── Leaf-SHCD.png │ ├── Leaf-Wiring.png │ ├── SHCD-40G_10G.png │ ├── Spine-SHCD.png │ ├── XL645D-back.png │ ├── XL675D-back.png │ ├── bican_cable.png │ ├── can-diagram.png │ ├── edge_shcd.png │ ├── gigabyte-master.png │ ├── gigabyte-storage.png │ ├── gigabyte-uan.png │ ├── gigabyte-worker.png │ └── management_network │ │ ├── architecture_comparison.png │ │ ├── exascale.png │ │ ├── large.png │ │ ├── mclag_link_ha.png │ │ ├── medium.png │ │ ├── member_power_failure.png │ │ ├── network_traffic_pattern.png │ │ ├── nmn_isolation_overview.png │ │ ├── scenario-a-topology.png │ │ ├── scenario-b-topology.png │ │ ├── small.png │ │ ├── vsx_isl_ha.png │ │ └── vsx_split.png ├── operations │ ├── Add_Client_in_Keycloak.png │ ├── AutomationFrameworkWorkflow.png │ ├── BGP_Peering.png │ ├── BMC_Firmware_Dashboard.png │ ├── BMC_Firmware_Information_Login_Page.png │ ├── BSS_Missing_an_Artifact.png │ ├── Boot_Flow.png │ ├── CAN_CHN_27_Subnet.png │ ├── CAN_Dual-Spine_Configuration.png │ ├── CAN_Point_to_Point.png │ ├── CAN_Single_Gateway.png │ ├── CA_Certificate_Settings.png │ ├── CDU_Circuit_Breakers.png │ ├── CDU_Circuit_Breakers.svg │ ├── CFS_Automated_Session_Flow.png │ ├── CFS_Single_Session_Flow.png │ ├── CMN_25_Subnet.png │ ├── CN_POST_Call.png │ ├── CN_Setup_Menu.png │ ├── DHCP_Helper.png │ ├── DNS_architecture.png │ ├── Dashboard_Remote_Control.png │ ├── EEPROM_Error_Dropping_to_Dracut_Emergency_Shell.png │ ├── ErrorDashboard1.png │ ├── ErrorDashboard2.png │ ├── ExternalDNS.png │ ├── Full_UEFI_Prompt.png │ ├── GossTestsDashboard.png │ ├── GossWorkflow.png │ ├── Intel_Integrated_BMC_Console_Launch_Console_Button.png │ ├── Intel_Integrated_BMC_Console_Login_Page.png │ ├── Intel_Integrated_BMC_Console_Remote_Control_Tab.png │ ├── Intel_Integrated_BMC_Console_Summary_Page.png │ ├── Java_Control_Panel_Security_Tab_Linux.png │ ├── Java_Control_Panel_Security_Tab_MAC.png │ ├── Java_Control_Panel_Security_Tab_Windows.png │ ├── Java_iKVM_Viewer.png │ ├── KVM_Main_Menu.png │ ├── KVM_Options.png │ ├── KVM_Unit_Opened.png │ ├── KVM_Unit_Pulled_Out.png │ ├── Keychain_Access_Utility.png │ ├── Keycloak_Admin-role_Mapper.png │ ├── Keycloak_Client_Details.png │ ├── Keycloak_Client_Secret.png │ ├── Keycloak_Client_Settings.png │ ├── Keycloak_Client_Token_Lifetime.png │ ├── Keycloak_Gatekeeper_Client.png │ ├── Keycloak_Global_Session_Lifetime.png │ ├── Keycloak_Global_Token_Lifetime.png │ ├── Keycloak_add_nexus_permission.png │ ├── Keycloak_client_scopes_table.png │ ├── Keykloak_Gatekeeper_Settings.png │ ├── Kibana_Clusterstor_Logs-Dropdown.png │ ├── Kibana_Discover_Dashboard.png │ ├── Kibana_Results_Time_Period.png │ ├── LDAP_User_Federation_Mappers.png │ ├── Liquid_Cooled_Cabinet_Front.svg │ ├── Liquid_Cooled_Cabinet_PDU.svg │ ├── Liquid_Cooled_Cabinet_Rear.svg │ ├── Liquid_Cooled_Cabinet_Slot_Numbering_Front.svg │ ├── Liquid_Cooled_Cabinet_Slot_Numbering_Rear.svg │ ├── Liquid_Cooled_TDS_Cabinet_PDU.svg │ ├── Management_NCN_Interfaces_and_VLANs.png │ ├── Mellanox_SN2700.png │ ├── Nexus_Admin_Account.png │ ├── Nexus_Anonymous_Account.png │ ├── Nexus_Browse_Page.png │ ├── Nexus_Compact_Task.png │ ├── Nexus_Create_Task.png │ ├── Nexus_Delete_Asset.png │ ├── Nexus_Delete_Repository.png │ ├── Nexus_New_Task.png │ ├── Nexus_Repodata_Attributes.png │ ├── Nexus_Repodata_Attributes_After.png │ ├── Nexus_Repodata_Summary.png │ ├── Nexus_Repodata_Summary_After.png │ ├── Nexus_Repository_Admin_Page.png │ ├── Nexus_Repository_List.png │ ├── Nexus_Task_Confirmation.png │ ├── Nexus_Task_Detail.png │ ├── Nexus_Task_Detail_Last_Run.png │ ├── Nexus_Task_Location.png │ ├── Nexus_Task_Type_Selection.png │ ├── Nexus_Tasks_Page.png │ ├── Nexus_Web_UI.png │ ├── Node_Console.png │ ├── PKI_Infrastructure.png │ ├── PSU_Status.svg │ ├── Security_Infrastructure.png │ ├── Simple_UEFI_Prompt.png │ ├── Sma_dashboard_console_hostname.png │ ├── Sma_dashboard_home_page.png │ ├── Sma_dashboard_index_dropdown.png │ ├── Sma_dashboard_time_period.png │ ├── TFTP_without_a_Route_Back_to_the_Node.png │ ├── TimingDashboard.png │ ├── VictoriaMetrics_Arcitecture.jpg │ ├── Wireshark_Healthy_DHCP_Discover_Sequence.png │ ├── add-node.gif │ ├── boot_orchestration │ │ ├── bos_v1_boot.gif │ │ ├── bos_v1_reconfigure.gif │ │ ├── bos_v1_shutdown.gif │ │ ├── bos_v2_boot.drawio │ │ ├── bos_v2_boot.png │ │ ├── bos_v2_reboot.drawio │ │ ├── bos_v2_reboot.png │ │ ├── bos_v2_shutdown.drawio │ │ ├── bos_v2_shutdown.png │ │ ├── bos_v2_status_transitions.drawio │ │ └── bos_v2_status_transitions.png │ ├── branch_workflow.png │ ├── crus_upgrade.gif │ ├── diagram_upgrade_csm_and_addl_products_with_iuf_07082025.png │ ├── diagram_upgrade_csm_manually_and_additional_products_with_IUF_101524.png │ ├── diagram_upgrade_csm_with_IUF_070725.png │ ├── dns.svg │ ├── gitea_repositories.png │ ├── gitea_repository_settings.png │ ├── gitea_repository_visibility.png │ ├── image-create.gif │ ├── image-customize.gif │ ├── iuf_initial_install_workflow_update_hsn_01132025.png │ └── remove-nodes.gif ├── rack-resiliency-1.png ├── rack-resiliency-2.png ├── shcd-rack-example.png ├── spit-services.jpg ├── upgrade-deploy.jpg └── usb-flow.jpg ├── index.md ├── install ├── README.md ├── collect_mac_addresses_for_ncns.md ├── collecting_bmc_mac_addresses.md ├── collecting_ncn_mac_addresses.md ├── configure_administrative_access.md ├── configure_management_network.md ├── create_application_node_config_yaml.md ├── create_cabinets_yaml.md ├── create_hmn_connections_json.md ├── create_ncn_metadata_csv.md ├── create_switch_metadata_csv.md ├── create_system_configuration_using_cluster_discovery_service.md ├── create_system_configuration_using_shcd.md ├── csm_installation_failure.md ├── deploy_final_non-compute_node.md ├── deploy_non-compute_nodes.md ├── index.md ├── install_csm_services.md ├── livecd │ ├── Access_LiveCD_USB_Device_After_Reboot.md │ ├── Boot_LiveCD_RemoteISO.md │ ├── Boot_LiveCD_USB.md │ ├── Reinstall_LiveCD_USB.md │ └── Reset_root_Password_on_a_LiveCD_USB.md ├── pre-installation.md ├── prepare_compute_nodes.md ├── prepare_site_init.md ├── re-installation.md ├── scripts │ ├── backup-pit-data.sh │ ├── craycli_init.py │ ├── csm_services │ │ ├── install.yaml │ │ └── steps │ │ │ ├── 1.initialize_bootstrap_registry.yaml │ │ │ ├── 2.create_site_init_secret.yaml │ │ │ ├── 3.deploy_sealed_secret_decryption_key.yaml │ │ │ ├── 4.deploy_csm_application_and_services.yaml │ │ │ ├── 5.setup_nexus.yaml │ │ │ ├── 6.set_management_NCN_to_use_unbound.yaml │ │ │ └── 7.docs_csm_upload_rebuild_templates.yaml │ ├── generate-customization-secrets.sh │ └── install-goss-tests.sh ├── shcd_hmn_connections_rules.md ├── troubleshooting_ceph_csi.md ├── troubleshooting_installation.md ├── troubleshooting_pxe_boot.md ├── troubleshooting_unused_drives_on_storage_nodes.md └── troubleshooting_utility_storage_node_installation.md ├── introduction ├── README.md ├── csi_Tool_Changes.md ├── csm_overview.md ├── deprecated_features │ ├── CAPMC_Deprecation_Notice.md │ ├── README.md │ └── index.md ├── documentation_conventions.md ├── img │ ├── github_heading_icon.png │ ├── github_heading_navigation.png │ ├── html_docs_csm_version_selection.png │ ├── html_heading_icon.png │ └── html_heading_navigation.png ├── index.md ├── templates │ └── disclaimers.md └── viewing_csm_documentation.md ├── operations ├── Backup_HMS.md ├── CSM_product_management │ ├── Apply_Security_Hardening.md │ ├── Change_Passwords_and_Credentials.md │ ├── Configure_CSM_Packages_with_CFS.md │ ├── Configure_Keycloak_Account.md │ ├── Configure_the_root_Password_and_SSH_Keys_in_Vault.md │ ├── Post_Install_Customizations.md │ ├── Redeploying_a_Chart.md │ ├── Remove_Artifacts_from_Product_Installations.md │ ├── Set_Up_Passwordless_SSH.md │ └── Validate_Signed_RPMs.md ├── Component_Names_xnames.md ├── README.md ├── Restore_HMS.md ├── System_Recovery │ ├── PBS_Service_Recovery.md │ ├── Slurm_Service_Recovery.md │ └── System_Recovery.md ├── argo │ ├── Using_Argo_Workflows.md │ └── Using_the_Argo_UI.md ├── artifact_management │ ├── Artifact_Management.md │ ├── Generate_Temporary_S3_Credentials.md │ ├── Manage_Artifacts_with_the_Cray_CLI.md │ └── Use_S3_Libraries_and_Clients.md ├── bare_metal │ ├── Bare-Metal.md │ └── Change_River_BMC_Credentials.md ├── boot_orchestration │ ├── BOS_API_Versions.md │ ├── BOS_Services.md │ ├── BOS_Workflows.md │ ├── Boot_Issue_Symptom_Node_Console_or_Logs_Indicate_that_the_Server_Response_has_Timed_Out.md │ ├── Boot_Issue_Symptom_Node_HSN_Interface_Does_Not_Appear_or_Shows_No_Link_Detected.md │ ├── Boot_Orchestration.md │ ├── Boot_UANs.md │ ├── Cheatsheet.md │ ├── Component_Status.md │ ├── Components.md │ ├── Compute_Node_Boot_Issue_Symptom_Duplicate_Address_Warnings_and_Declined_DHCP_Offers_in_Logs.md │ ├── Compute_Node_Boot_Issue_Symptom_Message_About_Invalid_EEPROM_Checksum_in_Node_Console_or_Log.md │ ├── Compute_Node_Boot_Issue_Symptom_Node_is_Not_Able_to_Download_the_Required_Artifacts.md │ ├── Compute_Node_Boot_Sequence.md │ ├── Create_a_Session_Template_to_Boot_Compute_Nodes_with_SBPS.md │ ├── Customize_iPXE_Binary_Names.md │ ├── Determine_Which_BOS_Session_Booted_A_Node.md │ ├── Edit_the_iPXE_Embedded_Boot_Script.md │ ├── Exporting_and_Importing_BOS_Data.md │ ├── Exporting_and_Importing_BSS_Data.md │ ├── Healthy_Compute_Node_Boot_Process.md │ ├── Kernel_Boot_Parameters.md │ ├── Limit_the_Scope_of_a_BOS_Session.md │ ├── Log_File_Locations_and_Ports_Used_in_Compute_Node_Boot_Troubleshooting.md │ ├── Manage_a_BOS_Session.md │ ├── Manage_a_Session_Template.md │ ├── Multi_tenancy_with_BOS.md │ ├── Node_Boot_Root_Cause_Analysis.md │ ├── Options.md │ ├── Redeploy_the_IPXE_and_TFTP_Services.md │ ├── Rolling_Upgrades.md │ ├── Session_Templates.md │ ├── Sessions.md │ ├── Stage_Changes_with_BOS.md │ ├── Tools_for_Resolving_Boot_Issues.md │ ├── Troubleshoot_Compute_Node_Boot_Issues_Related_to_Dynamic_Host_Configuration_Protocol_DHCP.md │ ├── Troubleshoot_Compute_Node_Boot_Issues_Related_to_Trivial_File_Transfer_Protocol_TFTP.md │ ├── Troubleshoot_Compute_Node_Boot_Issues_Related_to_Unified_Extensible_Firmware_Interface_UEFI.md │ ├── Troubleshoot_Compute_Node_Boot_Issues_Related_to_the_Boot_Script_Service_BSS.md │ ├── Troubleshoot_Compute_Node_Boot_Issues_Using_Kubernetes.md │ ├── Troubleshoot_UAN_Boot_Issues.md │ ├── Upload_Node_Boot_Information_to_Boot_Script_Service_BSS.md │ └── View_the_Status_of_a_BOS_Session.md ├── cani │ ├── Add_A_Blade_To_A_Cabinet_In_SLS.md │ └── Add_A_Cabinet_To_SLS.md ├── configuration_management │ ├── ARP_cache_tuning.md │ ├── Accessing_Sat_Bootprep_Files.md │ ├── Adding_Additional_Inventory.md │ ├── Ansible_Execution_Environments.md │ ├── Ansible_Log_Collection.md │ ├── Automatic_Configuration_Management.md │ ├── Automatic_Session_Deletion_with_session_ttl.md │ ├── Backup_and_Restore_VCS_Data.md │ ├── CFS_Commands_Cheat_Sheet.md │ ├── CFS_Components.md │ ├── CFS_Configurations.md │ ├── CFS_Flow_Diagrams.md │ ├── CFS_Global_Options.md │ ├── CFS_Key_Management.md │ ├── CFS_Session_Inventory.md │ ├── CFS_Sessions.md │ ├── CFS_Sources.md │ ├── Change_the_Ansible_Verbosity.md │ ├── Configuration_Management.md │ ├── Configure_Ansible.md │ ├── Configure_HSN_NIC_Bonding.md │ ├── Create_a_Node_Personalization_CFS_Session.md │ ├── Create_an_Image_Customization_CFS_Session.md │ ├── Create_and_Populate_a_VCS_Configuration_Repository.md │ ├── Customize_Configuration_Values.md │ ├── Differences_Between_the_V2_and_V3_CFS_APIs.md │ ├── Enable_Ansible_Profiling.md │ ├── Exporting_and_Importing_CFS_Data.md │ ├── Git_Operations.md │ ├── Management_Node_Image_Customization.md │ ├── Management_Node_Personalization.md │ ├── Managing_Sensitive_Tenant_Information_in_VCS_with_SOPS.md │ ├── Paging_CFS_Records.md │ ├── Set_Limits_for_a_Configuration_Session.md │ ├── Specifying_Hosts_and_Groups.md │ ├── Target_Ansible_Tasks_for_Image_Customization.md │ ├── Track_the_Status_of_a_Session.md │ ├── Troubleshoot_CFS_Issues.md │ ├── Troubleshoot_CFS_Session_Failed.md │ ├── Troubleshoot_CFS_Session_Failing_to_Complete.md │ ├── Troubleshoot_CFS_Sessions_Failing_to_Start.md │ ├── Update_a_CFS_Configuration.md │ ├── Update_the_Privacy_Settings_for_Gitea_Configuration_Content_Repositories.md │ ├── VCS_Administrative_User.md │ ├── VCS_Branching_Strategy.md │ ├── Version_Control_Service_VCS.md │ ├── View_Configuration_Session_Logs.md │ └── Write_Ansible_Code_for_CFS.md ├── configure_cray_cli.md ├── conman │ ├── Access_Compute_Node_Logs.md │ ├── Access_Console_Log_Data_Via_the_System_Monitoring_Framework_SMF.md │ ├── Complete_Reset_of_the_Console_Services.md │ ├── ConMan.md │ ├── Configure_Log_Rotation.md │ ├── Console_Services_Troubleshooting_Guide.md │ ├── Disable_ConMan_After_System_Software_Installation.md │ ├── Establish_a_Serial_Connection_to_NCNs.md │ ├── Log_in_to_a_Node_Using_ConMan.md │ ├── Manage_Node_Consoles.md │ ├── Troubleshoot_ConMan_Asking_for_Password_on_SSH_Connection.md │ ├── Troubleshoot_ConMan_Blocking_Access_to_a_Node_BMC.md │ ├── Troubleshoot_ConMan_Failing_to_Connect_to_a_Console.md │ └── Troubleshoot_ConMan_Node_Pod_Stuck_Terminating.md ├── firmware │ ├── FASUpdate_Script.md │ ├── FAS_Admin_Procedures.md │ ├── FAS_CLI.md │ ├── FAS_DBCleanup.md │ ├── FAS_Filters.md │ ├── FAS_Images_Backup_Restore.md │ ├── FAS_Paradise.md │ ├── FAS_Recipes.md │ ├── FAS_Update_iLO5_2.78.md │ ├── FAS_Use_Cases.md │ ├── Firmware_Upgrade_using_SPP_on_HPE_ProLiant_Servers.md │ ├── Update_Firmware_with_FAS.md │ ├── Updating_Firmware_m001.md │ ├── Updating_Firmware_without_FAS.md │ └── Upload_Olympus_BMC_Recovery_Firmware_into_TFTP_Server.md ├── hardware_state_manager │ ├── Add_a_Switch_to_the_HSM_Database.md │ ├── Add_an_NCN_to_the_HSM_Database.md │ ├── Component_Group_Members.md │ ├── Component_Groups_and_Partitions.md │ ├── Component_Memberships.md │ ├── Component_Partition_Members.md │ ├── Create_a_Backup_of_the_HSM_Postgres_Database.md │ ├── HSM_Backup_User_Data.md │ ├── HSM_Roles_and_Subroles.md │ ├── Hardware_Management_Services_HMS_Locking_API.md │ ├── Hardware_State_Manager.md │ ├── Hardware_State_Manager_HSM_State_and_Flag_Fields.md │ ├── Lock_and_Unlock_Management_Nodes.md │ ├── Manage_Component_Groups.md │ ├── Manage_Component_Partitions.md │ ├── Manage_HMS_Locks.md │ ├── Remove_Duplicate_Detected_Events_From_HSM_Postgres_Database.md │ ├── Restore_HSM_Postgres_from_Backup.md │ ├── Restore_HSM_Postgres_without_a_Backup.md │ ├── Set_BMC_Management_Role.md │ └── scripts │ │ └── backup_smd_postgres.sh ├── hmcollector │ └── adjust_hmcollector_resource_limits_requests.md ├── hpe_pdu │ └── hpe_pdu_admin_procedures.md ├── image_management │ ├── Build_a_New_UAN_Image_Using_the_Default_Recipe.md │ ├── Build_an_Image_Using_IMS_REST_Service.md │ ├── Configure_IMS_to_Use_DKMS.md │ ├── Configure_IMS_to_validate_rpms.md │ ├── Configure_a_Remote_Build_Node.md │ ├── Convert_TGZ_Archives_to_SquashFS_Images.md │ ├── Customize_an_Image_Root_Using_IMS.md │ ├── Delete_or_Recover_Deleted_IMS_Content.md │ ├── Exporting_and_Importing_IMS_Data.md │ ├── Image_Job_Performance.md │ ├── Image_Management.md │ ├── Image_Management_Workflows.md │ ├── Import_External_Image_to_IMS.md │ ├── Import_NCN_Image_to_IMS.md │ ├── Troubleshoot_Large_Image.md │ ├── Troubleshoot_Remote_Build_Node.md │ ├── Troubleshoot_zypper_interaction.md │ ├── Upload_and_Register_an_Image_Recipe.md │ └── Working_With_aarch64_Images.md ├── index.md ├── iscsi_sbps │ ├── Managing_Selective_Node_Personalization.md │ ├── README.md │ ├── iSCSI_SBPS_Metrics.md │ └── iSCSI_SBPS_Verification.md ├── iuf │ ├── IUF.md │ ├── examples │ │ ├── iuf_abort.md │ │ ├── iuf_activity.md │ │ ├── iuf_list_activities.md │ │ ├── iuf_list_stages.md │ │ ├── iuf_restart.md │ │ ├── iuf_resume.md │ │ ├── iuf_run.md │ │ └── iuf_workflow.md │ ├── stages │ │ ├── deliver_product.md │ │ ├── deploy_product.md │ │ ├── managed_nodes_rollout.md │ │ ├── management_nodes_rollout.md │ │ ├── post_install_check.md │ │ ├── post_install_service_check.md │ │ ├── pre_install_check.md │ │ ├── prepare_images.md │ │ ├── process_media.md │ │ ├── update_cfs_config.md │ │ └── update_vcs_config.md │ └── workflows │ │ ├── admin_directory.md │ │ ├── backup.md │ │ ├── cilium_migration.md │ │ ├── configuration.md │ │ ├── configuration_of_SFM.md │ │ ├── deploy_product.md │ │ ├── image_preparation.md │ │ ├── install_or_upgrade_additional_products_with_iuf.md │ │ ├── managed_rollout.md │ │ ├── management_rollout.md │ │ ├── preparation.md │ │ ├── product_delivery.md │ │ ├── slingshot_management_network_switch_updates.md │ │ ├── upgrade_csm_and_additional_products_with_iuf.md │ │ └── validate_deployment.md ├── kubernetes │ ├── About_Kubernetes_Taints_and_Labels.md │ ├── About_Postgres.md │ ├── About_etcd.md │ ├── About_kubectl.md │ ├── Backups_for_Etcd_Clusters_Running_in_Kubernetes.md │ ├── Cert_Renewal_for_Kubernetes_and_Bare_Metal_EtcD.md │ ├── Check_for_and_Clear_etcd_Cluster_Alarms.md │ ├── Check_the_Health_of_etcd_Clusters.md │ ├── Clear_Space_in_an_etcd_Cluster_Database.md │ ├── Configure_kubectl_Credentials_to_Access_the_Kubernetes_APIs.md │ ├── Containerd.md │ ├── Create_a_Manual_Backup_of_a_Healthy_Bare-Metal_etcd_Cluster.md │ ├── Create_a_Manual_Backup_of_a_Healthy_etcd_Cluster.md │ ├── Determine_if_Pods_are_Hitting_Resource_Limits.md │ ├── Disaster_Recovery_Postgres.md │ ├── Fix_Failed_to_start_etcd_on_Master.md │ ├── Increase_Kafka_Pod_Resource_Limits.md │ ├── Increase_PVC_size_in_an_etcd_Cluster_Database.md │ ├── Increase_Pod_Resource_Limits.md │ ├── Kubernetes.md │ ├── Kubernetes_Networking.md │ ├── Kubernetes_Storage.md │ ├── Kyverno.md │ ├── Pod_Resource_Limits.md │ ├── Rebuild_Unhealthy_etcd_Clusters.md │ ├── Recover_from_Postgres_WAL_Event.md │ ├── Repopulate_Data_in_etcd_Clusters_When_Rebuilding_Them.md │ ├── Report_the_Endpoint_Status_for_etcd_Clusters.md │ ├── Restore_Bare-Metal_etcd_Clusters_from_an_S3_Snapshot.md │ ├── Restore_Postgres.md │ ├── Restore_an_etcd_Cluster_from_a_Backup.md │ ├── Retrieve_Cluster_Health_Information_Using_Kubernetes.md │ ├── TDS_Lower_CPU_Requests.md │ ├── Troubleshoot_Intermittent_503s.md │ ├── Troubleshoot_Postgres_Database.md │ ├── View_Postgres_Information_for_System_Databases.md │ └── encryption │ │ ├── README.md │ │ └── index.md ├── multi-tenancy │ ├── CrayHncManager.md │ ├── Create_a_Tenant.md │ ├── ExampleWorkflow.md │ ├── GlobalTenantHooks.md │ ├── Modify_a_Tenant.md │ ├── Overview.md │ ├── Remove_a_Tenant.md │ ├── SlurmOperator.md │ ├── Tapms.md │ ├── TenantAdminConfig.md │ ├── Vault.md │ ├── hpe_slingshot_network_operator.md │ └── images │ │ ├── groupmembership.png │ │ ├── keycloakclient.png │ │ ├── oidctoken.png │ │ └── usergroups.png ├── network │ ├── Access_to_System_Management_Services.md │ ├── Connect_to_Switch_Over_USB_Serial_Cable.md │ ├── Connect_to_the_HPE_Cray_EX_Environment.md │ ├── Create_a_CSM_Configuration_Upgrade_Plan.md │ ├── Default_IP_Address_Ranges.md │ ├── Gateway_Testing.md │ ├── NMN_Isolation.md │ ├── Network.md │ ├── customer_accessible_networks │ │ ├── Connect_to_the_CMN_CAN.md │ │ ├── Customer_Accessible_Networks.md │ │ ├── Dual_Spine_Configuration.md │ │ ├── Externally_Exposed_Services.md │ │ ├── Troubleshoot_CMN_Issues.md │ │ ├── bi-can_arista_aruba_config.md │ │ ├── bi-can_arista_metallb_peering.md │ │ ├── can_to_chn │ │ │ ├── README.md │ │ │ ├── index.md │ │ │ ├── network │ │ │ │ ├── chn_enable.md │ │ │ │ └── network_upgrade_1.2_to_1.3.md │ │ │ └── scripts │ │ │ │ ├── bss │ │ │ │ ├── bss_remove_can.py │ │ │ │ └── post-bootparameters.sh │ │ │ │ ├── sls │ │ │ │ ├── add_computes_to_chn.py │ │ │ │ ├── csm_can_to_chn │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── sls_updates.py │ │ │ │ ├── sls_can_to_chn.py │ │ │ │ ├── sls_del_can.py │ │ │ │ └── sls_utils │ │ │ │ │ ├── Managers.py │ │ │ │ │ ├── Networks.py │ │ │ │ │ ├── README.md │ │ │ │ │ ├── Reservations.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── index.md │ │ │ │ │ ├── ipam.py │ │ │ │ │ ├── json_utils.py │ │ │ │ │ └── schemas │ │ │ │ │ ├── sls_networks_schema.json │ │ │ │ │ ├── sls_reservations_schema.json │ │ │ │ │ └── sls_subnets_schema.json │ │ │ │ └── util │ │ │ │ └── update-customizations-network.sh │ │ └── ipv6_configuration_guide.md │ ├── dhcp │ │ ├── Customize_boot_file.md │ │ ├── DHCP.md │ │ └── Troubleshoot_DHCP_Issues.md │ ├── dns │ │ ├── DNS.md │ │ ├── Manage_the_DNS_Unbound_Resolver.md │ │ ├── PowerDNS_Configuration.md │ │ ├── PowerDNS_migration.md │ │ ├── Troubleshoot_Common_DNS_Issues.md │ │ └── Troubleshoot_PowerDNS.md │ ├── external_dns │ │ ├── External_DNS.md │ │ ├── External_DNS_Failing_to_Discover_Services_Workaround.md │ │ ├── External_DNS_csi_config_init_Input_Values.md │ │ ├── Ingress_Routing.md │ │ ├── Troubleshoot_DNS_Configuration_Issues.md │ │ ├── Troubleshoot_Systems_Not_Provisioned_with_External_IP_Addresses.md │ │ └── Update_the_cmn-external-dns_Value_Post-Installation.md │ ├── management_network │ │ ├── README.md │ │ ├── added_hardware.md │ │ ├── apply_custom_config.md │ │ ├── apply_switch_configurations.md │ │ ├── aruba │ │ │ ├── 8021x.md │ │ │ ├── README.md │ │ │ ├── acl.md │ │ │ ├── arp.md │ │ │ ├── backup.md │ │ │ ├── bgp_basic.md │ │ │ ├── bluetooth.md │ │ │ ├── cable_diagnostics.md │ │ │ ├── check_bgp_and_metallb.md │ │ │ ├── check_current_dhcp_leases.md │ │ │ ├── check_dhcp_lease_is_getting_allocated.md │ │ │ ├── check_hsm.md │ │ │ ├── check_kea_dhcp_logs.md │ │ │ ├── classifier_policies.md │ │ │ ├── compute_uan_application_nodes.md │ │ │ ├── dhcp_decline.md │ │ │ ├── dns-client.md │ │ │ ├── domain_name.md │ │ │ ├── duplicate_ip.md │ │ │ ├── exec_banner.md │ │ │ ├── hostname.md │ │ │ ├── igmp.md │ │ │ ├── index.md │ │ │ ├── initial_prioritization.md │ │ │ ├── intro.md │ │ │ ├── key_features.md │ │ │ ├── lag.md │ │ │ ├── lldp.md │ │ │ ├── locator_led.md │ │ │ ├── loopback.md │ │ │ ├── mac_auth.md │ │ │ ├── management_interface.md │ │ │ ├── management_network_configuration_example.md │ │ │ ├── management_network_function_in_detail.md │ │ │ ├── mclag_isl_ha.md │ │ │ ├── mclag_link_ha.md │ │ │ ├── mclag_power_failure.md │ │ │ ├── mclag_split.md │ │ │ ├── mlag.md │ │ │ ├── motd.md │ │ │ ├── msdp.md │ │ │ ├── mstp.md │ │ │ ├── native_vlan.md │ │ │ ├── ncn_tcpdump.md │ │ │ ├── ncns_on_install.md │ │ │ ├── network_naming_function.md │ │ │ ├── network_topologies.md │ │ │ ├── network_traffic_pattern.md │ │ │ ├── notice.md │ │ │ ├── ntp.md │ │ │ ├── ospfv2.md │ │ │ ├── physical_interfaces.md │ │ │ ├── pim.md │ │ │ ├── port_mirroring.md │ │ │ ├── port_security.md │ │ │ ├── queuing_and_scheduling.md │ │ │ ├── radius.md │ │ │ ├── reboot_pxe_fail.md │ │ │ ├── redundant_power_supplies.md │ │ │ ├── remote_logging.md │ │ │ ├── requirements_and_optional_configuration.md │ │ │ ├── routed_interface.md │ │ │ ├── scenario-a.md │ │ │ ├── scenario-b.md │ │ │ ├── snmp-agent.md │ │ │ ├── snmp-community.md │ │ │ ├── snmp_trap.md │ │ │ ├── snmpv3_users.md │ │ │ ├── spine_leaf_architecture.md │ │ │ ├── spine_leaf_architecture2.md │ │ │ ├── ssh.md │ │ │ ├── static_routing.md │ │ │ ├── status_of_cray-dhcp-kea_pods.md │ │ │ ├── tacacs.md │ │ │ ├── test_tftp_traffic.md │ │ │ ├── typical_VSX_configuration.md │ │ │ ├── typical_edge_port_configuration.md │ │ │ ├── typical_mclag_port_configuration.md │ │ │ ├── udld.md │ │ │ ├── upgrade.md │ │ │ ├── verify-switches_are_forwarding_dhcp_traffic.md │ │ │ ├── verify_bgp.md │ │ │ ├── verify_dhcp_traffic_on_workers.md │ │ │ ├── verify_route_to_tftp.md │ │ │ ├── vlan.md │ │ │ ├── vlan_interface.md │ │ │ ├── vlan_trunking_8021q.md │ │ │ ├── vsf.md │ │ │ ├── vsx.md │ │ │ ├── vsx_architecture.md │ │ │ ├── vsx_switch_replacement.md │ │ │ ├── vsx_sync.md │ │ │ ├── web-ui.md │ │ │ └── zeroize.md │ │ ├── aruba_split_cables.md │ │ ├── backup_custom_configurations.md │ │ ├── bican_support_matrix.md │ │ ├── bican_switch_configuration.md │ │ ├── bican_technical_details.md │ │ ├── bican_technical_summary.md │ │ ├── bonded_uan.md │ │ ├── cable_management_network_servers.md │ │ ├── canu │ │ │ ├── README.md │ │ │ ├── canu_installation.md │ │ │ ├── canu_validation_error.md │ │ │ ├── canu_verify_generate_compare_switch_configuration.md │ │ │ ├── custom_config.md │ │ │ ├── index.md │ │ │ ├── initializing_canu.md │ │ │ ├── introduction_to_canu.md │ │ │ ├── quick_start_guide_to_canu.md │ │ │ ├── uninstall_canu.md │ │ │ ├── update_canu_from_csm_tarball.md │ │ │ └── using_canu_to_generate_full_network_config.md │ │ ├── canu_ansible_inventory.md │ │ ├── canu_install_update.md │ │ ├── chn_test.md │ │ ├── collect_data.md │ │ ├── config_management.md │ │ ├── configure_snmp.md │ │ ├── dell │ │ │ ├── README.md │ │ │ ├── acl.md │ │ │ ├── arp.md │ │ │ ├── backup.md │ │ │ ├── dns-client.md │ │ │ ├── domain_name.md │ │ │ ├── hostname.md │ │ │ ├── igmp.md │ │ │ ├── index.md │ │ │ ├── lag.md │ │ │ ├── lldp.md │ │ │ ├── locator_led.md │ │ │ ├── loopback.md │ │ │ ├── management_interface.md │ │ │ ├── mstp.md │ │ │ ├── ntp.md │ │ │ ├── physical_interfaces.md │ │ │ ├── qos.md │ │ │ ├── remote_logging.md │ │ │ ├── reset.md │ │ │ ├── snmp-community.md │ │ │ ├── snmpv3_users.md │ │ │ ├── ssh.md │ │ │ ├── system_images.md │ │ │ ├── upgrade.md │ │ │ ├── vlan.md │ │ │ ├── vlan_interface.md │ │ │ └── vlan_trunking_8021q.md │ │ ├── edge_switch_cabling_guide.md │ │ ├── firmware │ │ │ └── update_management_network_firmware.md │ │ ├── fresh_install.md │ │ ├── generate_switch_configs.md │ │ ├── hardware │ │ │ └── ex2500.md │ │ ├── img │ │ │ ├── architecture_comparison.png │ │ │ ├── aruba_arista.png │ │ │ ├── cmn_plus_can.png │ │ │ ├── cmn_plus_chn.png │ │ │ ├── customer_access_overview.png │ │ │ ├── exascale.png │ │ │ ├── intro.png │ │ │ ├── large.png │ │ │ ├── mclag_link_ha.png │ │ │ ├── medium.png │ │ │ ├── member_power_failure.png │ │ │ ├── network_traffic_pattern.png │ │ │ ├── scenario-a-topology.png │ │ │ ├── scenario-b-topology.png │ │ │ ├── shcd_example.png │ │ │ ├── small.png │ │ │ ├── tds_can_overview.png │ │ │ ├── vsx_isl_ha.png │ │ │ └── vsx_split.png │ │ ├── index.md │ │ ├── manual_switch_config.md │ │ ├── mellanox │ │ │ ├── README.md │ │ │ ├── acl.md │ │ │ ├── arp.md │ │ │ ├── backup.md │ │ │ ├── bgp_basic.md │ │ │ ├── cable_diagnostics.md │ │ │ ├── check_bgp_and_metallb.md │ │ │ ├── check_current_dhcp_leases.md │ │ │ ├── check_dhcp_lease_is_getting_allocated.md │ │ │ ├── check_hsm.md │ │ │ ├── check_kea_dhcp_logs.md │ │ │ ├── compute_uan_application_nodes.md │ │ │ ├── dhcp_decline.md │ │ │ ├── dns-client.md │ │ │ ├── domain_name.md │ │ │ ├── duplicate_ip.md │ │ │ ├── exec_banner.md │ │ │ ├── hostname.md │ │ │ ├── igmp.md │ │ │ ├── index.md │ │ │ ├── ip_filter.md │ │ │ ├── key_features.md │ │ │ ├── lag.md │ │ │ ├── large.md │ │ │ ├── lldp.md │ │ │ ├── loopback.md │ │ │ ├── management_interface.md │ │ │ ├── management_network_configuration_example.md │ │ │ ├── management_network_function_in_detail.md │ │ │ ├── medium.md │ │ │ ├── mlag.md │ │ │ ├── mlag_architecture.md │ │ │ ├── mlag_switch.md │ │ │ ├── mstp.md │ │ │ ├── native_vlan.md │ │ │ ├── ncn_tcpdump.md │ │ │ ├── ncns_on_install.md │ │ │ ├── network_naming_function.md │ │ │ ├── network_traffic_pattern.md │ │ │ ├── ntp.md │ │ │ ├── ospfv2.md │ │ │ ├── physical_interfaces.md │ │ │ ├── pim.md │ │ │ ├── reboot_pxe_fail.md │ │ │ ├── remote_logging.md │ │ │ ├── requirements_and_optional_configuration.md │ │ │ ├── routed_interface.md │ │ │ ├── scenario-a.md │ │ │ ├── scenario-b.md │ │ │ ├── small.md │ │ │ ├── snmp_community.md │ │ │ ├── snmpv3_users.md │ │ │ ├── spine_leaf_architecture.md │ │ │ ├── spine_leaf_architecture2.md │ │ │ ├── spine_leaf_architecture3.md │ │ │ ├── ssh.md │ │ │ ├── static_mac.md │ │ │ ├── static_routing.md │ │ │ ├── status_of_cray-dhcp-kea_pods.md │ │ │ ├── system_images.md │ │ │ ├── test_tftp_traffic.md │ │ │ ├── typical_mlag_port_configuration.md │ │ │ ├── typical_mlag_switch_configuration.md │ │ │ ├── upgrade.md │ │ │ ├── verify-switches_are_forwarding_dhcp_traffic.md │ │ │ ├── verify_bgp.md │ │ │ ├── verify_dhcp_traffic_on_workers.md │ │ │ ├── verify_route_to_tftp.md │ │ │ ├── very_large.md │ │ │ ├── vlan.md │ │ │ ├── vlan_interface.md │ │ │ ├── vlan_trunking_8021q.md │ │ │ └── web-ui.md │ │ ├── network_tests.md │ │ ├── reinstall.md │ │ ├── replace_switch.md │ │ ├── saving_config.md │ │ ├── snmp_exporter_configs.md │ │ ├── transceiver_cable_guide.md │ │ ├── transceiver_example.md │ │ ├── validate_cabling.md │ │ ├── validate_shcd.md │ │ ├── validate_switch_configs.md │ │ └── wipe_mgmt_switches.md │ └── metallb_bgp │ │ ├── Check_BGP_Status_and_Reset_Sessions.md │ │ ├── MetalLB_Configuration.md │ │ ├── MetalLB_in_BGP-Mode.md │ │ ├── Troubleshoot_BGP_not_Accepting_Routes_from_MetalLB.md │ │ └── Troubleshoot_Services_without_an_Allocated_IP_Address.md ├── node_management │ ├── Access_and_Update_the_Settings_for_Replacement_NCNs.md │ ├── Add_Remove_Replace_NCNs │ │ ├── Add_NCN_Data.md │ │ ├── Add_Remove_Replace_NCNs.md │ │ ├── Add_Switch_Config.md │ │ ├── Allocate_NCN_IP_Addresses.md │ │ ├── Boot_NCN.md │ │ ├── Collect_NCN_MAC_Addresses.md │ │ ├── Redeploy_Services.md │ │ ├── Remove_NCN_Data.md │ │ ├── Remove_NCN_from_Role.md │ │ ├── Remove_Switch_Config.md │ │ ├── Update_Firmware.md │ │ ├── Update_NCN_BIOS_TPM_State.md │ │ ├── Validate_Health.md │ │ └── Validate_NCN.md │ ├── Add_TLS_Certificates_to_BMCs.md │ ├── Add_a_Standard_Rack_Node.md │ ├── Add_additional_Air-Cooled_Cabinets_to_a_System.md │ ├── Add_additional_Liquid-Cooled_Cabinets_to_a_System.md │ ├── Adding_a_Liquid-cooled_blade_to_a_System.md │ ├── Adding_a_Liquid-cooled_blade_to_a_System_Using_SAT.md │ ├── Build_NCN_Images_Locally.md │ ├── Change_Java_Security_Settings.md │ ├── Change_Settings_for_HMS_Collector_Polling_of_Air_Cooled_Nodes.md │ ├── Check_and_Set_the_metalno-wipe_Setting_on_NCNs.md │ ├── Check_the_BMC_Failover_Mode.md │ ├── Clear_Space_in_Root_File_System_on_Worker_Nodes.md │ ├── Configuration_of_NCN_Bonding.md │ ├── Configure_NTP_on_NCNs.md │ ├── Customize_Disk_Hardware.md │ ├── Customize_PCIe_Hardware.md │ ├── Defragment_NID_Numbering.md │ ├── Disable_Nodes.md │ ├── Dump_a_Non-Compute_Node.md │ ├── Enable_Nodes.md │ ├── Enable_Passwordless_Connections_to_Liquid_Cooled_Node_BMCs.md │ ├── Enable_ipmi_access_on_HPE_iLO_BMCs.md │ ├── Find_Node_Type_and_Manufacturer.md │ ├── Launch_a_Virtual_KVM_on_Gigabyte_Nodes.md │ ├── Launch_a_Virtual_KVM_on_Intel_Nodes.md │ ├── Move_a_Standard_Rack_Node.md │ ├── Move_a_Standard_Rack_Node_SameRack_SameHSNPorts.md │ ├── Move_a_liquid-cooled_blade_within_a_System.md │ ├── NCN_Identify_Drives_Using_ledctl.md │ ├── NCN_NIC_Replacement.md │ ├── NCN_Network_Troubleshooting.md │ ├── Node_Management.md │ ├── Node_Management_Workflows.md │ ├── Reboot_NCNs.md │ ├── Reboot_NCNs_iuf.md │ ├── Reboot_NCNs_manual.md │ ├── Rebuild_NCNs │ │ ├── Final_Validation_Steps.md │ │ ├── Identify_Nodes_and_Update_Metadata.md │ │ ├── Post_Rebuild_Storage_Node_Validation.md │ │ ├── Power_Cycle_and_Rebuild_Nodes.md │ │ ├── Prepare_Storage_Nodes.md │ │ ├── Re-add_Storage_Node_to_Ceph.md │ │ ├── Rebuild_NCNs.md │ │ └── Validate_Boot_Loader.md │ ├── Removing_a_Liquid-cooled_blade_from_a_System.md │ ├── Removing_a_Liquid-cooled_blade_from_a_System_Using_SAT.md │ ├── Removing_a_Standard_Node_from_a_System.md │ ├── Replace_a_Compute_Blade.md │ ├── Replace_a_Compute_Blade_Using_SAT.md │ ├── Replace_a_Standard_Rack_Node.md │ ├── Replacing_Foxconn_User_Pass.md │ ├── Repurpose_Compute_as_UAN.md │ ├── Reset_Credentials_on_Redfish_Devices_for_Reinstallation.md │ ├── S3FS_Usage_and_Guidelines.md │ ├── Set_Gigabyte_Node_BMC_to_Factory_Defaults.md │ ├── Swap_a_Compute_Blade_with_a_Different_System.md │ ├── Swap_a_Compute_Blade_with_a_Different_System_Using_SAT.md │ ├── Switch_PXE_Boot_From_Onboard_NICs_to_PCIe.md │ ├── TLS_Certificates_for_Redfish_BMCs.md │ ├── Troubleshoot_Interfaces_with_IP_Address_Issues.md │ ├── Troubleshoot_Issues_with_Redfish_Endpoint_Discovery.md │ ├── Troubleshoot_Loss_of_Console_Connections_and_Logs_on_Gigabyte_Nodes.md │ ├── Update_Compute_Node_Mellanox_HSN_NIC_Firmware.md │ ├── Update_the_Gigabyte_Node_BIOS_Time.md │ ├── Update_the_HPE_Node_BIOS_Time.md │ ├── Updating_Cabinet_Routes_on_Management_NCNs.md │ ├── Use_the_Physical_KVM.md │ ├── Verify_Node_Removal.md │ ├── View_BIOS_Logs_for_Liquid_Cooled_Nodes.md │ ├── Wipe_NCN_Disks.md │ └── clear_gigabyte_cmos.md ├── observability │ └── Observability.md ├── package_repository_management │ ├── Manage_Repositories_with_Nexus.md │ ├── Nexus_Configuration.md │ ├── Nexus_Deployment.md │ ├── Nexus_Export_and_Restore.md │ ├── Nexus_Service_Recovery.md │ ├── Nexus_Space_Cleanup.md │ ├── Package_Repository_Management.md │ ├── Package_Repository_Management_with_Nexus.md │ ├── Repair_Blobstore.md │ ├── Repair_Yum_Repository_Metadata.md │ ├── Restrict_Admin_Privileges_in_Nexus.md │ └── Troubleshoot_Nexus.md ├── power_management │ ├── Cray_Advanced_Platform_Monitoring_and_Control_CAPMC.md │ ├── Node_Card_Power_Management.md │ ├── Power_Control_Service_PCS.md │ ├── Power_Off_Compute_Cabinets.md │ ├── Power_Off_Management_Cabinets.md │ ├── Power_Off_Storage_Cabinets.md │ ├── Power_Off_the_External_Lustre_File_System.md │ ├── Power_On_Compute_Cabinets.md │ ├── Power_On_and_Boot_Managed_Nodes.md │ ├── Power_On_and_Start_the_Management_Kubernetes_Cluster.md │ ├── Power_On_the_External_Lustre_File_System.md │ ├── Prepare_the_System_for_Power_Off.md │ ├── Recover_from_a_Liquid_Cooled_Cabinet_EPO_Event.md │ ├── Save_Management_Network_Switch_Configurations.md │ ├── Set_the_Turbo_Boost_Limit.md │ ├── Shut_Down_and_Power_Off_Managed_Nodes.md │ ├── Shut_Down_and_Power_Off_the_Management_Kubernetes_Cluster.md │ ├── Standard_Rack_Node_Power_Management.md.save │ ├── System_Power_Off_Procedures.md │ ├── System_Power_On_Procedures.md │ ├── User_Access_to_Compute_Node_Power_Data.md │ └── power_management.md ├── rack_resiliency │ ├── ConfigMaps.md │ ├── Critical_Services.md │ ├── Enabling_RR_During_Install_or_Upgrade.md │ ├── Enabling_RR_on_running_system.md │ ├── Kyverno_Policy.md │ ├── Manage_Critical_Services.md │ ├── README.md │ ├── Resiliency_Monitoring_Service.md │ ├── Setup_of_Rack_Resiliency.md │ ├── Troubleshooting.md │ ├── Zones.md │ └── cray-rrs_Deployment.md ├── resiliency │ ├── Recreate_StatefulSet_Pods_on_Another_Node.md │ ├── Resilience_of_System_Management_Services.md │ ├── Resiliency.md │ ├── Resiliency_Testing_Procedure.md │ └── Restore_System_Functionality_if_a_Kubernetes_Worker_Node_is_Down.md ├── security_and_authentication │ ├── API_Authorization.md │ ├── Access_the_Keycloak_User_Management_UI.md │ ├── Add_LDAP_User_Federation.md │ ├── Add_Root_Service_Account_for_Gigabyte_Controllers.md │ ├── Audit_Logs.md │ ├── Authenticate_an_Account_with_the_Command_Line.md │ ├── Backup_and_Restore_Vault_Clusters.md │ ├── Certificate_Types.md │ ├── Change_Air-Cooled_Node_BMC_Credentials.md │ ├── Change_Credentials_on_ServerTech_PDUs.md │ ├── Change_EX_Liquid-Cooled_Cabinet_Global_Default_Password.md │ ├── Change_Keycloak_Token_Lifetime.md │ ├── Change_NCN_Image_Root_Password_and_SSH_Keys.md │ ├── Change_NCN_Image_Root_Password_and_SSH_Keys_on_PIT_Node.md │ ├── Change_Root_Passwords_for_Compute_Nodes.md │ ├── Change_the_Keycloak_Admin_Password.md │ ├── Change_the_LDAP_Server_IP_Address_for_Existing_LDAP_Server_Content.md │ ├── Change_the_LDAP_Server_IP_Address_for_New_LDAP_Server_Content.md │ ├── Configure_Keycloak_for_LDAPAD_Authentication.md │ ├── Configure_root_user_on_HPE_iLO_BMCs.md │ ├── Configure_the_RSA_Plugin_in_Keycloak.md │ ├── Create_Internal_Groups_in_the_Keycloak_Shasta_Realm.md │ ├── Create_Internal_User_Accounts_in_the_Keycloak_Shasta_Realm.md │ ├── Create_a_Backup_of_the_Keycloak_Postgres_Database.md │ ├── Create_a_Service_Account_in_Keycloak.md │ ├── Default_Keycloak_Realms_Accounts_and_Clients.md │ ├── Delete_Internal_User_Accounts_from_the_Keycloak_Shasta_Realm.md │ ├── Get_a_Long-lived_Token_for_a_Service_Account.md │ ├── HashiCorp_Vault.md │ ├── Keycloak_Operations.md │ ├── Keycloak_Service_Recovery.md │ ├── Keycloak_User_Localization.md │ ├── Keycloak_User_Management_with_Kcadm.md │ ├── Make_HTTPS_Requests_from_Sources_Outside_the_Management_Kubernetes_Cluster.md │ ├── Manage_Sealed_Secrets.md │ ├── Manage_System_Passwords.md │ ├── PKI_Certificate_Authority_CA.md │ ├── PKI_Services.md │ ├── Preserve_Username_Capitalization_for_Users_Exported_from_Keycloak.md │ ├── Provisioning_a_Liquid-Cooled_EX_Cabinet_CEC_with_Default_Credentials.md │ ├── Public_Key_Infrastructure_PKI.md │ ├── Recovering_from_Mismatched_BMC_Credentials.md │ ├── Remove_Internal_Groups_from_the_Keycloak_Shasta_Realm.md │ ├── Remove_the_Email_Mapper_from_the_LDAP_User_Federation.md │ ├── Remove_the_LDAP_User_Federation_from_Keycloak.md │ ├── Resync_Keycloak_Users_to_Compute_Nodes.md │ ├── Retrieve_an_Authentication_Token.md │ ├── Retrieve_the_Client_Secret_for_Service_Accounts.md │ ├── SOPS.md │ ├── SSH_Keys.md │ ├── System_Security_and_Authentication.md │ ├── Transport_Layer_Security_for_Ingress_Services.md │ ├── Troubleshoot_Common_Vault_Cluster_Issues.md │ ├── Troubleshoot_Kyverno_Configuration_manually.md │ ├── Update_Default_Air-Cooled_BMC_and_Leaf_BMC_Switch_SNMP_Credentials.md │ ├── Update_Default_ServerTech_PDU_Credentials_used_by_the_Redfish_Translation_Service.md │ ├── Update_NCN_Passwords.md │ ├── Update_Root_Secrets_In_Vault.md │ ├── Updating_the_Liquid-Cooled_EX_Cabinet_Default_Credentials_after_a_CEC_Password_Change.md │ ├── Vault_Service_Recovery.md │ └── keycloak_ipv6_support.md ├── spire │ ├── Enable_TPM_node_attestation.md │ ├── Restore_Missing_Spire_Metadata.md │ ├── Restore_Spire_Postgres_without_a_Backup.md │ ├── Spire_Service_Recovery.md │ ├── Troubleshoot_Spire_Failing_to_Start_on_NCNs.md │ ├── Update_Spire_Intermediate_CA_Certificate.md │ └── xname_validation.md ├── system_admin_toolkit │ ├── README.md │ ├── SAT_Uninstall_and_Downgrade.md │ ├── SAT_on_an_External_System.md │ ├── about_sat │ │ ├── Introduction_to_SAT.md │ │ ├── README.md │ │ ├── SAT_Command_Overview.md │ │ ├── SAT_Dependencies.md │ │ └── SAT_in_CSM.md │ ├── configuration │ │ ├── Authenticate_SAT_Commands.md │ │ ├── Configure_Multi-tenancy_Optional.md │ │ ├── Generate_SAT_S3_Credentials.md │ │ ├── README.md │ │ └── Set_System_Revision_Information.md │ └── usage │ │ ├── Change_BOS_Version.md │ │ ├── Change_CFS_Version.md │ │ ├── Configure_Retries.md │ │ ├── README.md │ │ ├── SAT_Bootprep.md │ │ └── SAT_and_IUF.md ├── system_configuration_service │ ├── Configure_BMC_and_Controller_Parameters_with_scsd.md │ ├── Manage_Parameters_with_the_scsd_Service.md │ ├── Set_BMC_Credentials.md │ └── System_Configuration_Service.md ├── system_layout_service │ ├── Add_Liquid-Cooled_Cabinets_To_SLS.md │ ├── Add_UAN_CAN_IP_Addresses_to_SLS.md │ ├── Add_an_alias_to_a_service.md │ ├── Create_a_Backup_of_the_SLS_Postgres_Database.md │ ├── Dump_SLS_Information.md │ ├── Load_SLS_Database_with_Dump_File.md │ ├── Restore_SLS_Postgres_Database_from_Backup.md │ ├── Restore_SLS_Postgres_without_an_Existing_Backup.md │ ├── System_Layout_Service_SLS.md │ └── Update_SLS_with_UAN_Aliases.md ├── system_management_health │ ├── Access_System_Management_Health_Services.md │ ├── Cilium_Monitoring.md │ ├── Configure_Prometheus_Email_Alert_Notifications.md │ ├── E1000_SMART_data_configuration.md │ ├── Grafana_Dashboards_by_Component.md │ ├── Grok-Exporter_Error.md │ ├── Prometheus_Kafka_Error.md │ ├── Remove_Kiali.md │ ├── SMA_Victoria_Metrics_Monitoring.md │ ├── System_Management_Health.md │ ├── System_Management_Health_Checks_and_Alerts.md │ ├── Troubleshoot_Grafana_Dashboard.md │ ├── Troubleshoot_Prometheus_Alerts.md │ ├── uan_node_exporter_configs.md │ └── victoriametrics.md ├── utility_storage │ ├── Add_Ceph_Node.md │ ├── Add_Ceph_OSDs.md │ ├── Adjust_Ceph_Pool_Quotas.md │ ├── Alternate_Storage_Pools.md │ ├── Ceph_Daemon_Memory_Profiling.md │ ├── Ceph_Deep_Scrubs.md │ ├── Ceph_Health_States.md │ ├── Ceph_Orchestrator_Usage.md │ ├── Ceph_Service_Check_Script_Usage.md │ ├── Ceph_Storage_Types.md │ ├── Ceph_upgrade_tool_Usage.md │ ├── Cephadm_Reference_Material.md │ ├── Collect_Information_About_the_Ceph_Cluster.md │ ├── Dump_Ceph_Crash_Data.md │ ├── Identify_Ceph_Latency_Issues.md │ ├── Manage_Ceph_Services.md │ ├── Move_Unmanaged_Ceph_OSDs.md │ ├── Remove_Ceph_Node.md │ ├── Shrink_Ceph_OSDs.md │ ├── Troubleshoot_Ceph-Mon_Processes_Stopping_and_Exceeding_Max_Restarts.md │ ├── Troubleshoot_Ceph_FS_Client_Connectivity_issues.md │ ├── Troubleshoot_Ceph_MDS_reporting_slow_requests_and_failure_on_client.md │ ├── Troubleshoot_Ceph_New_RGW_Deployment_Failing.md │ ├── Troubleshoot_Ceph_OSDs_Not_Created.md │ ├── Troubleshoot_Ceph_OSDs_Reporting_Full.md │ ├── Troubleshoot_Ceph_Services_Not_Starting.md │ ├── Troubleshoot_Failure_to_Get_Ceph_Health.md │ ├── Troubleshoot_HEALTH_ERR_Module_devicehealth.md │ ├── Troubleshoot_Insufficient_Standby_MDS_Daemons_Available.md │ ├── Troubleshoot_Large_Object_Map_Objects_in_Ceph_Health.md │ ├── Troubleshoot_Pods_Multi-Attach_Error.md │ ├── Troubleshoot_Pools_Have_Many_More_Objects_Per_Pg_Than_Average.md │ ├── Troubleshoot_RGW_Health_Check_Fail.md │ ├── Troubleshoot_S3FS_Cache_Cleanup.md │ ├── Troubleshoot_S3FS_Mounts.md │ ├── Troubleshoot_System_Clock_Skew.md │ ├── Troubleshoot_a_Down_OSD.md │ ├── Troubleshoot_an_Unresponsive_S3_Endpoint.md │ ├── Troubleshoot_ceph_image_with_none_tag.md │ ├── Utility_Storage.md │ └── update_ceph_node_exporter_config.md └── validate_csm_health.md ├── runLint.sh ├── scripts ├── .shellspec ├── CASMINST-1309.sh ├── CASMINST-2015.sh ├── cilium_migration.sh ├── configure_snmp_monitor.py ├── csm_rbd_tool.tar.gz ├── cubs_tool.py ├── ensure_testing_rpms.sh ├── mount-admin-tools-bucket.sh ├── nexus-export.sh ├── nexus-restore.sh ├── nexus-space-usage.sh ├── nexus_helper.sh ├── operations │ ├── bifurcated_can │ │ └── bican_route.py │ ├── boot_script_service │ │ ├── bss-restore-bootparameters.sh │ │ └── bss-update-ids-etags.py │ ├── ceph │ │ ├── bootstrap_osd_on_removable_disk.sh │ │ ├── disable_local_registry.sh │ │ └── redeploy_monitoring_stack_to_nexus.sh │ ├── configuration │ │ ├── apply_csm_configuration.sh │ │ ├── backup_vcs.sh │ │ ├── bash_lib │ │ │ ├── common.sh │ │ │ └── vcs.sh │ │ ├── export_bos_data.sh │ │ ├── export_cfs_data.py │ │ ├── export_cfs_data.sh │ │ ├── export_ims_data.py │ │ ├── get_git.py │ │ ├── import_bos_data.py │ │ ├── import_bos_data.sh │ │ ├── import_cfs_data.py │ │ ├── import_cfs_data.sh │ │ ├── import_ims_data.py │ │ ├── json_str_list_diff.py │ │ ├── make_cfs_config.py │ │ ├── monitor_comp_cfs_config_status.py │ │ ├── python_lib │ │ │ ├── __init__.py │ │ │ ├── api_requests.py │ │ │ ├── args.py │ │ │ ├── bos.py │ │ │ ├── bos_cli.py │ │ │ ├── bss.py │ │ │ ├── cfs.py │ │ │ ├── cfs_import_export.py │ │ │ ├── common.py │ │ │ ├── csm_root_secret.py │ │ │ ├── hsm.py │ │ │ ├── ims.py │ │ │ ├── ims_import_export │ │ │ │ ├── __init__.py │ │ │ │ ├── defs.py │ │ │ │ ├── exceptions.py │ │ │ │ ├── export_options.py │ │ │ │ ├── exported_data.py │ │ │ │ ├── import_options.py │ │ │ │ ├── ims_data.py │ │ │ │ ├── ims_deleted_data.py │ │ │ │ ├── ims_export.py │ │ │ │ ├── ims_import.py │ │ │ │ ├── s3_bucket_info.py │ │ │ │ ├── s3_bucket_listings.py │ │ │ │ ├── s3_data.py │ │ │ │ └── s3_helper.py │ │ │ ├── k8s.py │ │ │ ├── logger.py │ │ │ ├── product_catalog.py │ │ │ ├── root_ssh_config.py │ │ │ ├── s3.py │ │ │ ├── types.py │ │ │ ├── vault.py │ │ │ └── vcs.py │ │ ├── re_run_node_personalization.sh │ │ ├── refresh_master_storage_rack_resiliency_config.py │ │ ├── refresh_worker_iscsi_config.py │ │ ├── replace_ssh_keys.sh │ │ ├── restore_ssh_config_from_vault.py │ │ ├── restore_ssh_keys.sh │ │ ├── restore_vcs.sh │ │ ├── update_ims_data_files.py │ │ ├── write_root_secrets_to_vault.py │ │ ├── write_ssh_config_to_vault.py │ │ └── write_sw_admin_pw_to_vault.py │ ├── etcd │ │ └── take-etcd-manual-backups.sh │ ├── firmware │ │ ├── FASBackupImages.py │ │ ├── FASUpdate.py │ │ ├── FASrmActions.sh │ │ ├── FASrmSnapshots.sh │ │ ├── recipes │ │ │ ├── cray_chassisBMC_BMC.json │ │ │ ├── cray_nodeBMC_BMC.json │ │ │ ├── cray_nodeBMC_node0AccFPGA0.json │ │ │ ├── cray_nodeBMC_node0AccVBIOS.json │ │ │ ├── cray_nodeBMC_node0BIOS.json │ │ │ ├── cray_nodeBMC_node0ManagementEthernet.json │ │ │ ├── cray_nodeBMC_node1AccFPGA0.json │ │ │ ├── cray_nodeBMC_node1BIOS.json │ │ │ ├── cray_nodeBMC_node1ManagementEthernet.json │ │ │ ├── cray_nodeBMC_node2BIOS.json │ │ │ ├── cray_nodeBMC_node2ManagementEthernet.json │ │ │ ├── cray_nodeBMC_node3BIOS.json │ │ │ ├── cray_nodeBMC_node3ManagementEthernet.json │ │ │ ├── cray_nodeBMC_nodeAccFPGA0.json │ │ │ ├── cray_nodeBMC_nodeAccUC.json │ │ │ ├── cray_nodeBMC_nodeBIOS.json │ │ │ ├── cray_nodeBMC_nodeManagementEthernet.json │ │ │ ├── cray_routerBMC_BMC.json │ │ │ ├── foxconn_nodeBMC_bios.json │ │ │ ├── foxconn_nodeBMC_bmc.json │ │ │ ├── foxconn_nodeBMC_erot.json │ │ │ ├── foxconn_nodeBMC_fpga.json │ │ │ ├── foxconn_nodeBMC_pld.json │ │ │ ├── gigabyte_nodeBMC_BIOS.json │ │ │ ├── gigabyte_nodeBMC_BMC.json │ │ │ ├── hpe_nodeBMC_iLO5.json │ │ │ ├── hpe_nodeBMC_iLO6.json │ │ │ └── hpe_nodeBMC_systemRom.json │ │ └── upload_nvidia_images_tftp.py │ ├── gateway-test │ │ ├── cn-gateway-test.sh │ │ ├── gateway-test-defn.yaml │ │ ├── gateway-test.py │ │ ├── ncn-gateway-test.sh │ │ └── uan-gateway-test.sh │ ├── hardware_state_manager │ │ ├── FoxconnUserPass.py │ │ ├── updateroles.py │ │ ├── verifygroups.py │ │ ├── verifylocks.py │ │ ├── verifymembership.py │ │ ├── verifypartitions.py │ │ └── verifyroles.py │ ├── known-issues.sh │ ├── kubernetes │ │ ├── encryption.sh │ │ └── latest_chart_manifest.sh │ ├── node_management │ │ ├── Add_Remove_Replace_NCNs │ │ │ ├── add_management_ncn.py │ │ │ ├── mac_collection_script.ipxe │ │ │ ├── ncn_add_pre-req.py │ │ │ ├── ncn_status.py │ │ │ ├── remove_management_ncn.py │ │ │ ├── sls_utils │ │ │ │ ├── Managers.py │ │ │ │ ├── Networks.py │ │ │ │ ├── Reservations.py │ │ │ │ ├── __init__.py │ │ │ │ ├── ipam.py │ │ │ │ ├── json_utils.py │ │ │ │ └── schemas │ │ │ │ │ ├── hold │ │ │ │ │ ├── sls_full.schema.json.hold │ │ │ │ │ ├── sls_hardware.schema.json.hold │ │ │ │ │ ├── sls_networks_schema.json.hold │ │ │ │ │ └── sls_subnet_schema.json.hold │ │ │ │ │ ├── sls_networks_schema.json │ │ │ │ │ ├── sls_reservations_schema.json │ │ │ │ │ └── sls_subnets_schema.json │ │ │ └── update_customizations.sh │ │ ├── Add_River_Cabinets │ │ │ ├── update_ncn_etc_hosts.py │ │ │ └── verify_bmc_credentials.sh │ │ ├── allocate_uan_ip.py │ │ ├── assign-ncn-images.sh │ │ ├── defragment_nids.py │ │ ├── delete_bmc_subscriptions.py │ │ ├── ncn-image-modification.sh │ │ ├── ncn-ims-image-upload.sh │ │ ├── remove_gigabyte_cmc.sh │ │ ├── remove_standard_rack_node.sh │ │ └── update-ncn-cabinet-routes.sh │ ├── pyscripts │ │ ├── .gitignore │ │ ├── pyscripts │ │ │ ├── __init__.py │ │ │ ├── cli.py │ │ │ ├── commands │ │ │ │ ├── __init__.py │ │ │ │ ├── cmd_test_bican_external.py │ │ │ │ ├── cmd_test_bican_internal.py │ │ │ │ ├── cmd_test_nmn_isolation.py │ │ │ │ ├── test_bican_external │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── can_toggle_tests_external.yaml │ │ │ │ │ ├── chn_toggle_tests_external.yaml │ │ │ │ │ └── test_bican_external.py │ │ │ │ ├── test_bican_internal │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── can_toggle_tests.yaml │ │ │ │ │ ├── chn_toggle_tests.yaml │ │ │ │ │ └── test_bican_internal.py │ │ │ │ └── test_nmn_isolation │ │ │ │ │ └── test_nmn_isolation.py │ │ │ └── core │ │ │ │ ├── __init__.py │ │ │ │ ├── csm_api_utils.py │ │ │ │ ├── log_config.py │ │ │ │ └── ssh │ │ │ │ ├── __init__.py │ │ │ │ ├── ssh_connection.py │ │ │ │ ├── ssh_host.py │ │ │ │ └── ssh_targets.py │ │ ├── setup.py │ │ └── start.py │ ├── system_layout_service │ │ ├── add_cdu_switch.py │ │ ├── add_liquid_cooled_cabinet.py │ │ ├── backup_sls_postgres.sh │ │ ├── inspect_sls_cabinets.py │ │ └── restore_sls_postgres_from_backup.sh │ └── xnamevalidation.sh ├── patch-ceph-runcmd.py ├── remove_orphaned_artifacts.py ├── repair-ceph-latency.sh ├── spec │ ├── encryption_spec.sh │ └── spec_helper.sh └── upload_ceph_images_to_nexus.sh ├── troubleshooting ├── BMC_SSH_key_manual_fixup.md ├── Cilium_Network_Troubleshooting_Runbook.md ├── README.md ├── cms_barebones_image_boot.md ├── debugging_with_hms_pprof_images.md ├── dhcp_runbook.md ├── dns_runbook.md ├── error_rolling_back_service_chart_with_etcd.md ├── hms_ct_manual_run.md ├── image_projection_inconsistent_across_nodes.md ├── incrementally_configuring_images.md ├── index.md ├── interpreting_hms_health_check_results.md ├── known_issues │ ├── CFS_Component_With_Zero_Length_ID.md │ ├── Gigabyte_BMC_Missing_Redfish_Data.md │ ├── Keycloak_Error_Cannot_read_properties.md │ ├── Nexus_Fail_Authentication_with_Keycloak_Users.md │ ├── SLS_Not_Working_During_Node_Rebuild.md │ ├── VCS_Password_With_Illegal_Characters.md │ ├── admin_client_auth_not_found.md │ ├── antero_node_NID_allocation.md │ ├── ceph_osd_latency.md │ ├── cfs-api_pods_in_CLBO_state.md │ ├── cfs_session_status_for_image_customization_on_remote_node_stuck_at_running.md │ ├── component_power_state_mismatch.md │ ├── craycli_403_forbidden_errors.md │ ├── discovery_job_not_creating_redfish_endpoints.md │ ├── etcd_pods_in_CLBO_state.md │ ├── flags_set_for_nodes_in_hsm.md │ ├── helm_chart_deploy_timeouts.md │ ├── hpe_systems_not_transitioning_power_state.md │ ├── ims_image_customization_job_status_stuck_at_waiting_on_user.md │ ├── ims_images_orphaned_in_s3.md │ ├── issues_with_ncn_health_checks.md │ ├── iuf_management_rollout_last_worker_dvs_errors.md │ ├── iuf_unable_to_run_next_stage.md │ ├── keycloak_hung_during_prerequisites.md │ ├── missing_binaries_in_aarch64_images.md │ ├── ncn_resource_checks.md │ ├── parry_peak_console_boot_errors.md │ ├── postgres_cluster_upgrade_failure.md │ ├── postgres_system_id_mismatch.md │ ├── sms_health_check.md │ ├── spire_database_airgap_configuration.md │ ├── spire_database_lookup_error.md │ ├── spire_pod_initializing.md │ ├── ssl_certificate_validation_issues.md │ └── test_failures_no_discovered_computes_in_hsm.md ├── kubernetes │ ├── Kubernetes_Kube_apiserver_failing.md │ ├── Kubernetes_Log_File_Locations.md │ ├── Kubernetes_Pods_Failing_to_Mount_PVCs.md │ ├── Kubernetes_Troubleshooting_Information.md │ ├── Troubleshoot_Kubernetes_Node_NotReady.md │ ├── Troubleshoot_Kubernetes_Pods_Not_Starting.md │ ├── Troubleshoot_Liveliness_Readiness_Probe_Failures.md │ └── Troubleshoot_Unresponsive_kubectl_Commands.md ├── pxe_runbook.md └── scripts │ ├── kea_unbound_check.sh │ └── remove_label_from_etcd_cluster.sh ├── update_product_stream ├── README.md └── index.md ├── upgrade ├── Prepare_for_Upgrade_to_Next_CSM_Major_Version.md ├── README.md ├── Upgrade_Management_Nodes_and_CSM_Services.md ├── Upgrade_Only_CSM_with_iuf.md ├── Validate_CSM_Health_During_Upgrade.md ├── index.md ├── manual_ncn_upgrade.md ├── resource_material │ ├── README.md │ ├── index.md │ ├── k8s │ │ └── worker-reference.md │ └── storage │ │ └── cephadm-reference.md └── scripts │ ├── ceph │ ├── ceph-services-stage2.sh │ ├── ceph-upgrade-monitoring-stack.sh │ ├── ceph-upgrade-tool.py │ ├── create_rgw_buckets.sh │ ├── csm-1.5-new-buckets.yml │ └── lib │ │ ├── ceph-health.sh │ │ ├── ceph-image-pull.sh │ │ ├── ceph-install-dashboard.sh │ │ ├── ceph-orch-tasks.sh │ │ ├── ceph-upgrade-init.sh │ │ ├── ceph-upgrade-mdss.sh │ │ ├── ceph-upgrade-mgrs.sh │ │ ├── ceph-upgrade-mons.sh │ │ ├── ceph-upgrade-osds.sh │ │ ├── ceph-upgrade-rgws.sh │ │ ├── ceph-upgrade-step1.sh │ │ ├── cephadm-keys.sh │ │ ├── convert-radosgw.sh │ │ ├── k8s-scale-utils.sh │ │ ├── mark_step_complete.sh │ │ └── update_bss_metadata.sh │ ├── cfs │ └── wait_for_configuration.sh │ ├── common │ ├── k8s-common.sh │ ├── ncn-common.sh │ ├── ncn-rebuild-common.sh │ ├── restart-cfs.sh │ └── upgrade-state.sh │ ├── k8s │ ├── apply-coredns-pod-affinity.sh │ ├── deploy_charts_post_k8s_upgrade.sh │ ├── failover-leader.sh │ ├── fix-kube-prometheus-alerts.sh │ ├── move-pod.sh │ ├── promote-initial-master.sh │ ├── remove-k8s-node.sh │ ├── remove_psp.sh │ ├── rr_critical_service_restart.py │ ├── tds_lower_cpu_requests.sh │ ├── upgrade_control_plane.sh │ ├── upgrade_k8s.sh │ ├── upgrade_k8s_job.yaml │ └── upgrade_k8s_steps.sh │ ├── rebuild │ ├── ncn-rebuild-master-nodes.sh │ └── prerequisites.sh │ ├── sls │ ├── README.SLS_Upgrade.md │ ├── csm_1_2_upgrade │ │ ├── __init__.py │ │ └── sls_updates.py │ ├── expert_mode.md │ ├── sls_updater.py_technical_details.md │ ├── sls_updater_csm_1.2.py │ └── sls_utils │ │ ├── Managers.py │ │ ├── Networks.py │ │ ├── README.md │ │ ├── Reservations.py │ │ ├── __init__.py │ │ ├── index.md │ │ ├── ipam.py │ │ ├── json_utils.py │ │ └── schemas │ │ ├── hold │ │ ├── sls_full.schema.json.hold │ │ ├── sls_hardware.schema.json.hold │ │ ├── sls_networks_schema.json.hold │ │ └── sls_subnet_schema.json.hold │ │ ├── sls_networks_schema.json │ │ ├── sls_reservations_schema.json │ │ └── sls_subnets_schema.json │ ├── upgrade │ ├── Upgrade_automation.md │ ├── cleanup.py │ ├── cleanup.sh │ ├── csm-upgrade.sh │ ├── label-istio-resources.sh │ ├── ncn-upgrade-master-nodes.sh │ ├── ncn-upgrade-worker-storage-nodes.sh │ ├── patch_sma_cronjobs.sh │ ├── prepare-assets.sh │ ├── prerequisites.sh │ ├── rollout-restart.sh │ ├── smd │ │ ├── fru_history_backup.sh │ │ ├── fru_history_remove_duplicate_detected_events.sh │ │ └── fru_history_restore.sh │ ├── tds_cpu_requests.yaml │ ├── upload-ncn-images.sh │ └── util │ │ ├── extract_chart_manifest.py │ │ ├── fix-postgres.sh │ │ ├── postgres-reinit.sh │ │ ├── pre-upgrade-status.sh │ │ ├── sysmgmt-health-upgrade.sh │ │ ├── update-customizations.sh │ │ ├── upgrade-test-rpms.sh │ │ └── verify-k8s-nodes-upgraded.sh │ └── upgrade_ntp_timezone_metadata.sh └── workflows ├── cilium ├── cilium-live-migration.j2 └── generateCiliumLiveMigration.py ├── iuf ├── hooks │ └── master-host-hook-script.yaml ├── operations │ ├── add-product-to-product-catalog.yaml │ ├── extract-release-distributions.yaml │ ├── ims-upload.yaml │ ├── loftsman-manifest-deploy.yaml │ ├── loftsman-manifest-upload │ │ └── loftsman-manifest-upload-template.yaml │ ├── managed-nodes │ │ └── managed-nodes-rollout.yaml │ ├── management-nodes-rollout │ │ ├── management-m001-rollout.yaml │ │ ├── management-storage-nodes-reboot.yaml │ │ ├── management-storage-nodes-rollout.yaml │ │ ├── management-two-master-nodes-rollout.yaml │ │ ├── management-worker-nodes-reboot.yaml │ │ ├── management-worker-nodes-rollout.yaml │ │ └── verify-ncn-images-configs.yaml │ ├── nexus-setup │ │ ├── README.md │ │ ├── cleanup-nexus-admin-credential.yaml │ │ ├── nexus-docker-upload-template.yaml │ │ ├── nexus-get-prerequisites-template.yaml │ │ ├── nexus-helm-upload-template.yaml │ │ ├── nexus-rpm-upload-template.yaml │ │ └── nexus-setup-template.yaml │ ├── operation-record-time.yaml │ ├── post-install-check-end.yaml │ ├── post-install-check-start.yaml │ ├── post-install-service-check-end.yaml │ ├── post-install-service-check-start.yaml │ ├── preflight-checks-for-services.yaml │ ├── prepare-images │ │ ├── prepare-managed-images-template.yaml │ │ └── prepare-management-images-template.yaml │ ├── s3-upload │ │ └── s3-upload-template.yaml │ ├── update-cfs-config │ │ ├── update-managed-cfs-config.yaml │ │ └── update-management-cfs-config.yaml │ ├── vcs-update │ │ └── vcs-update-working-branch.yaml │ └── vcs-upload │ │ ├── README.md │ │ └── vcs-upload-content.yaml ├── samples │ ├── global_params_example.json │ └── global_params_schema.yaml └── stages.yaml ├── ncn ├── hooks │ ├── after-each │ │ ├── update-bss-no-wipe.yaml │ │ ├── update-node-label.yaml │ │ └── wait-for-cfs-after-rebuild.yaml │ ├── before-all │ │ ├── install-csi.yaml │ │ └── move-critical-singleton-pods.yaml │ └── before-each │ │ ├── ensure-critical-pods-are-running.yaml │ │ ├── ensure-etcd-pods-are-healthy.yaml │ │ ├── ensure-pg-pods-are-healthy.yaml │ │ └── force-time-sync.yaml ├── storage │ ├── storage.rebuild.yaml │ └── storage.upgrade.yaml └── worker │ ├── worker.reboot.yaml │ └── worker.rebuild.yaml ├── scripts └── upload-rebuild-templates.sh ├── templates ├── add-labels.yaml ├── after-all-hooks.yaml ├── after-each-hooks.yaml ├── base │ ├── echo.template.argo.yaml │ ├── iufBase.template.argo.yaml │ ├── kubectlAndCurl.template.argo.yaml │ ├── sat-general-iuf.template.argo.yaml │ ├── ssh.template.argo.yaml │ └── update-product-catalog.template.argo.yaml ├── before-all-hooks.yaml ├── before-each-hooks.yaml ├── cilium.deploy.yaml ├── cilium.migrate.yaml ├── cilium.post-migrate.yaml ├── drain-worker.yaml ├── ncn-reboot-common.yaml ├── post-cilium-migrate-healthcheck.yaml ├── post-rebuild-worker.yaml ├── reboot-worker.yaml ├── set-bss-images-cfs-config.yaml ├── set-no-wipe.yaml ├── set-rd.live.dir-overlay.reset.yaml ├── storage.add-node-to-ceph.yaml ├── storage.add-to-haproxy-keepalived.yaml ├── storage.backup-ceph-data.yaml ├── storage.before-all.yaml ├── storage.before-each.yaml ├── storage.ceph-health-check.yaml ├── storage.ceph-upgrade.yaml ├── storage.create-rgw-buckets.yaml ├── storage.drain.yaml ├── storage.goss-tests.yaml ├── storage.post-reboot.yaml ├── storage.reboot.yaml ├── storage.shutdown-services.yaml ├── storage.upgrade-pre-shutdown.yaml ├── storage.wait-for-cfs.yaml ├── time-sync.yaml ├── wait-for-sls.yaml └── wipe-and-reboot-worker.yaml └── update_tags.sh /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/ISSUE_TEMPLATE/docs.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/rfe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/ISSUE_TEMPLATE/rfe.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/config/markdown_link.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/config/markdown_link.json -------------------------------------------------------------------------------- /.github/config/markdown_style.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/config/markdown_style.yaml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/backport.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/workflows/backport.yaml -------------------------------------------------------------------------------- /.github/workflows/license-check.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/workflows/license-check.yaml -------------------------------------------------------------------------------- /.github/workflows/link-check.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/workflows/link-check.yaml -------------------------------------------------------------------------------- /.github/workflows/shellcheck.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/workflows/shellcheck.yaml -------------------------------------------------------------------------------- /.github/workflows/shfmt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/workflows/shfmt.yaml -------------------------------------------------------------------------------- /.github/workflows/spellcheck.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/workflows/spellcheck.yaml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.github/workflows/style-check.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.github/workflows/style-check.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.gitignore -------------------------------------------------------------------------------- /.license_check.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.license_check.yaml -------------------------------------------------------------------------------- /.shellcheck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.shellcheck -------------------------------------------------------------------------------- /.spelling: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/.spelling -------------------------------------------------------------------------------- /Jenkinsfile.github: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/Jenkinsfile.github -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/README.md -------------------------------------------------------------------------------- /RELEASE_NOTES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/RELEASE_NOTES.md -------------------------------------------------------------------------------- /api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/README.md -------------------------------------------------------------------------------- /api/bos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/bos.md -------------------------------------------------------------------------------- /api/bss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/bss.md -------------------------------------------------------------------------------- /api/capmc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/capmc.md -------------------------------------------------------------------------------- /api/cfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/cfs.md -------------------------------------------------------------------------------- /api/console.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/console.md -------------------------------------------------------------------------------- /api/firmware-action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/firmware-action.md -------------------------------------------------------------------------------- /api/hbtd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/hbtd.md -------------------------------------------------------------------------------- /api/hmnfd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/hmnfd.md -------------------------------------------------------------------------------- /api/ims.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/ims.md -------------------------------------------------------------------------------- /api/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /api/nls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/nls.md -------------------------------------------------------------------------------- /api/power-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/power-control.md -------------------------------------------------------------------------------- /api/rrs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/rrs.md -------------------------------------------------------------------------------- /api/scsd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/scsd.md -------------------------------------------------------------------------------- /api/sls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/sls.md -------------------------------------------------------------------------------- /api/smd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/smd.md -------------------------------------------------------------------------------- /api/sts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/sts.md -------------------------------------------------------------------------------- /api/tapms-operator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/api/tapms-operator.md -------------------------------------------------------------------------------- /background/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/background/README.md -------------------------------------------------------------------------------- /background/certificate_authority.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/background/certificate_authority.md -------------------------------------------------------------------------------- /background/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /background/ncn_bios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/background/ncn_bios.md -------------------------------------------------------------------------------- /background/ncn_boot_workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/background/ncn_boot_workflow.md -------------------------------------------------------------------------------- /background/ncn_firmware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/background/ncn_firmware.md -------------------------------------------------------------------------------- /background/ncn_images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/background/ncn_images.md -------------------------------------------------------------------------------- /background/ncn_kdump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/background/ncn_kdump.md -------------------------------------------------------------------------------- /background/ncn_kernel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/background/ncn_kernel.md -------------------------------------------------------------------------------- /background/ncn_mounts_and_filesystems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/background/ncn_mounts_and_filesystems.md -------------------------------------------------------------------------------- /background/ncn_networking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/background/ncn_networking.md -------------------------------------------------------------------------------- /background/ncn_operating_system_releases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/background/ncn_operating_system_releases.md -------------------------------------------------------------------------------- /background/ncn_plan_of_record.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/background/ncn_plan_of_record.md -------------------------------------------------------------------------------- /docs-csm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/docs-csm.spec -------------------------------------------------------------------------------- /gen-api.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/gen-api.sh -------------------------------------------------------------------------------- /glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/glossary.md -------------------------------------------------------------------------------- /img/3rd/redfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/3rd/redfish.png -------------------------------------------------------------------------------- /img/CEC_Display_Controls_CEC_Actions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/CEC_Display_Controls_CEC_Actions.svg -------------------------------------------------------------------------------- /img/CEC_Front_Panel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/CEC_Front_Panel.svg -------------------------------------------------------------------------------- /img/Ceph-Zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/Ceph-Zone.png -------------------------------------------------------------------------------- /img/Management_Network_Connections_Liquid_Cooled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/Management_Network_Connections_Liquid_Cooled.png -------------------------------------------------------------------------------- /img/SBPS_Architecture_Diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/SBPS_Architecture_Diagram.jpg -------------------------------------------------------------------------------- /img/SBPS_workflow_latest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/SBPS_workflow_latest.png -------------------------------------------------------------------------------- /img/UAN_transition_CSM_1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/UAN_transition_CSM_1.2.png -------------------------------------------------------------------------------- /img/bmc-reboot-ilo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/bmc-reboot-ilo.png -------------------------------------------------------------------------------- /img/bmc-virtual-media-boot-gigabyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/bmc-virtual-media-boot-gigabyte.png -------------------------------------------------------------------------------- /img/bmc-virtual-media-gigabyte-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/bmc-virtual-media-gigabyte-settings.png -------------------------------------------------------------------------------- /img/bmc-virtual-media-ilo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/bmc-virtual-media-ilo.png -------------------------------------------------------------------------------- /img/bmc-virtual-media-intel-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/bmc-virtual-media-intel-menu.png -------------------------------------------------------------------------------- /img/bmc-virtual-media-intel-mounted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/bmc-virtual-media-intel-mounted.png -------------------------------------------------------------------------------- /img/bmc-virtual-media-intel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/bmc-virtual-media-intel.png -------------------------------------------------------------------------------- /img/bmc-virtual-media-settings-gigabyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/bmc-virtual-media-settings-gigabyte.png -------------------------------------------------------------------------------- /img/bmc-virtual-media-start-gigabyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/bmc-virtual-media-start-gigabyte.png -------------------------------------------------------------------------------- /img/boot-flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/boot-flow.jpg -------------------------------------------------------------------------------- /img/cmos1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/cmos1.png -------------------------------------------------------------------------------- /img/cmos2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/cmos2.png -------------------------------------------------------------------------------- /img/cmos3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/cmos3.png -------------------------------------------------------------------------------- /img/fw-gb-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/fw-gb-1.png -------------------------------------------------------------------------------- /img/fw-gb-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/fw-gb-2.png -------------------------------------------------------------------------------- /img/fw-gb-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/fw-gb-3.png -------------------------------------------------------------------------------- /img/fw-gb-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/fw-gb-4.png -------------------------------------------------------------------------------- /img/fw-ilo-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/fw-ilo-1.png -------------------------------------------------------------------------------- /img/fw-ilo-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/fw-ilo-2.png -------------------------------------------------------------------------------- /img/fw-ilo-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/fw-ilo-3.png -------------------------------------------------------------------------------- /img/fw-ilo-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/fw-ilo-4.png -------------------------------------------------------------------------------- /img/fw-ilo-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/fw-ilo-5.png -------------------------------------------------------------------------------- /img/install/shcd-hmn-tab-unexpected-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/install/shcd-hmn-tab-unexpected-data.png -------------------------------------------------------------------------------- /img/network/AGG-SHCD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/AGG-SHCD.png -------------------------------------------------------------------------------- /img/network/CDU-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/CDU-.png -------------------------------------------------------------------------------- /img/network/CDU-CMM-SHCD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/CDU-CMM-SHCD.png -------------------------------------------------------------------------------- /img/network/CDU-SHCD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/CDU-SHCD.png -------------------------------------------------------------------------------- /img/network/CDU-Wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/CDU-Wiring.png -------------------------------------------------------------------------------- /img/network/CECLAG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/CECLAG.png -------------------------------------------------------------------------------- /img/network/DL325-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/DL325-back.png -------------------------------------------------------------------------------- /img/network/DL385-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/DL385-back.png -------------------------------------------------------------------------------- /img/network/GigaIntel_application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/GigaIntel_application.png -------------------------------------------------------------------------------- /img/network/GigaIntel_storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/GigaIntel_storage.png -------------------------------------------------------------------------------- /img/network/Gigaintel_Master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/Gigaintel_Master.png -------------------------------------------------------------------------------- /img/network/Gigaintel_UAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/Gigaintel_UAN.png -------------------------------------------------------------------------------- /img/network/Gigaintel_Worker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/Gigaintel_Worker.png -------------------------------------------------------------------------------- /img/network/HPE_Master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/HPE_Master.png -------------------------------------------------------------------------------- /img/network/HPE_Storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/HPE_Storage.png -------------------------------------------------------------------------------- /img/network/HPE_Storage_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/HPE_Storage_large.png -------------------------------------------------------------------------------- /img/network/HPE_UAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/HPE_UAN.png -------------------------------------------------------------------------------- /img/network/HPE_Worker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/HPE_Worker.png -------------------------------------------------------------------------------- /img/network/Leaf-SHCD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/Leaf-SHCD.png -------------------------------------------------------------------------------- /img/network/Leaf-Wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/Leaf-Wiring.png -------------------------------------------------------------------------------- /img/network/SHCD-40G_10G.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/SHCD-40G_10G.png -------------------------------------------------------------------------------- /img/network/Spine-SHCD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/Spine-SHCD.png -------------------------------------------------------------------------------- /img/network/XL645D-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/XL645D-back.png -------------------------------------------------------------------------------- /img/network/XL675D-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/XL675D-back.png -------------------------------------------------------------------------------- /img/network/bican_cable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/bican_cable.png -------------------------------------------------------------------------------- /img/network/can-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/can-diagram.png -------------------------------------------------------------------------------- /img/network/edge_shcd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/edge_shcd.png -------------------------------------------------------------------------------- /img/network/gigabyte-master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/gigabyte-master.png -------------------------------------------------------------------------------- /img/network/gigabyte-storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/gigabyte-storage.png -------------------------------------------------------------------------------- /img/network/gigabyte-uan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/gigabyte-uan.png -------------------------------------------------------------------------------- /img/network/gigabyte-worker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/gigabyte-worker.png -------------------------------------------------------------------------------- /img/network/management_network/exascale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/management_network/exascale.png -------------------------------------------------------------------------------- /img/network/management_network/large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/management_network/large.png -------------------------------------------------------------------------------- /img/network/management_network/mclag_link_ha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/management_network/mclag_link_ha.png -------------------------------------------------------------------------------- /img/network/management_network/medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/management_network/medium.png -------------------------------------------------------------------------------- /img/network/management_network/member_power_failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/management_network/member_power_failure.png -------------------------------------------------------------------------------- /img/network/management_network/scenario-a-topology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/management_network/scenario-a-topology.png -------------------------------------------------------------------------------- /img/network/management_network/scenario-b-topology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/management_network/scenario-b-topology.png -------------------------------------------------------------------------------- /img/network/management_network/small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/management_network/small.png -------------------------------------------------------------------------------- /img/network/management_network/vsx_isl_ha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/management_network/vsx_isl_ha.png -------------------------------------------------------------------------------- /img/network/management_network/vsx_split.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/network/management_network/vsx_split.png -------------------------------------------------------------------------------- /img/operations/Add_Client_in_Keycloak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Add_Client_in_Keycloak.png -------------------------------------------------------------------------------- /img/operations/AutomationFrameworkWorkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/AutomationFrameworkWorkflow.png -------------------------------------------------------------------------------- /img/operations/BGP_Peering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/BGP_Peering.png -------------------------------------------------------------------------------- /img/operations/BMC_Firmware_Dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/BMC_Firmware_Dashboard.png -------------------------------------------------------------------------------- /img/operations/BMC_Firmware_Information_Login_Page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/BMC_Firmware_Information_Login_Page.png -------------------------------------------------------------------------------- /img/operations/BSS_Missing_an_Artifact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/BSS_Missing_an_Artifact.png -------------------------------------------------------------------------------- /img/operations/Boot_Flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Boot_Flow.png -------------------------------------------------------------------------------- /img/operations/CAN_CHN_27_Subnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/CAN_CHN_27_Subnet.png -------------------------------------------------------------------------------- /img/operations/CAN_Dual-Spine_Configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/CAN_Dual-Spine_Configuration.png -------------------------------------------------------------------------------- /img/operations/CAN_Point_to_Point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/CAN_Point_to_Point.png -------------------------------------------------------------------------------- /img/operations/CAN_Single_Gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/CAN_Single_Gateway.png -------------------------------------------------------------------------------- /img/operations/CA_Certificate_Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/CA_Certificate_Settings.png -------------------------------------------------------------------------------- /img/operations/CDU_Circuit_Breakers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/CDU_Circuit_Breakers.png -------------------------------------------------------------------------------- /img/operations/CDU_Circuit_Breakers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/CDU_Circuit_Breakers.svg -------------------------------------------------------------------------------- /img/operations/CFS_Automated_Session_Flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/CFS_Automated_Session_Flow.png -------------------------------------------------------------------------------- /img/operations/CFS_Single_Session_Flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/CFS_Single_Session_Flow.png -------------------------------------------------------------------------------- /img/operations/CMN_25_Subnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/CMN_25_Subnet.png -------------------------------------------------------------------------------- /img/operations/CN_POST_Call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/CN_POST_Call.png -------------------------------------------------------------------------------- /img/operations/CN_Setup_Menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/CN_Setup_Menu.png -------------------------------------------------------------------------------- /img/operations/DHCP_Helper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/DHCP_Helper.png -------------------------------------------------------------------------------- /img/operations/DNS_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/DNS_architecture.png -------------------------------------------------------------------------------- /img/operations/Dashboard_Remote_Control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Dashboard_Remote_Control.png -------------------------------------------------------------------------------- /img/operations/ErrorDashboard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/ErrorDashboard1.png -------------------------------------------------------------------------------- /img/operations/ErrorDashboard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/ErrorDashboard2.png -------------------------------------------------------------------------------- /img/operations/ExternalDNS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/ExternalDNS.png -------------------------------------------------------------------------------- /img/operations/Full_UEFI_Prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Full_UEFI_Prompt.png -------------------------------------------------------------------------------- /img/operations/GossTestsDashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/GossTestsDashboard.png -------------------------------------------------------------------------------- /img/operations/GossWorkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/GossWorkflow.png -------------------------------------------------------------------------------- /img/operations/Java_Control_Panel_Security_Tab_MAC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Java_Control_Panel_Security_Tab_MAC.png -------------------------------------------------------------------------------- /img/operations/Java_iKVM_Viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Java_iKVM_Viewer.png -------------------------------------------------------------------------------- /img/operations/KVM_Main_Menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/KVM_Main_Menu.png -------------------------------------------------------------------------------- /img/operations/KVM_Options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/KVM_Options.png -------------------------------------------------------------------------------- /img/operations/KVM_Unit_Opened.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/KVM_Unit_Opened.png -------------------------------------------------------------------------------- /img/operations/KVM_Unit_Pulled_Out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/KVM_Unit_Pulled_Out.png -------------------------------------------------------------------------------- /img/operations/Keychain_Access_Utility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Keychain_Access_Utility.png -------------------------------------------------------------------------------- /img/operations/Keycloak_Admin-role_Mapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Keycloak_Admin-role_Mapper.png -------------------------------------------------------------------------------- /img/operations/Keycloak_Client_Details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Keycloak_Client_Details.png -------------------------------------------------------------------------------- /img/operations/Keycloak_Client_Secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Keycloak_Client_Secret.png -------------------------------------------------------------------------------- /img/operations/Keycloak_Client_Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Keycloak_Client_Settings.png -------------------------------------------------------------------------------- /img/operations/Keycloak_Client_Token_Lifetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Keycloak_Client_Token_Lifetime.png -------------------------------------------------------------------------------- /img/operations/Keycloak_Gatekeeper_Client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Keycloak_Gatekeeper_Client.png -------------------------------------------------------------------------------- /img/operations/Keycloak_Global_Session_Lifetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Keycloak_Global_Session_Lifetime.png -------------------------------------------------------------------------------- /img/operations/Keycloak_Global_Token_Lifetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Keycloak_Global_Token_Lifetime.png -------------------------------------------------------------------------------- /img/operations/Keycloak_add_nexus_permission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Keycloak_add_nexus_permission.png -------------------------------------------------------------------------------- /img/operations/Keycloak_client_scopes_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Keycloak_client_scopes_table.png -------------------------------------------------------------------------------- /img/operations/Keykloak_Gatekeeper_Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Keykloak_Gatekeeper_Settings.png -------------------------------------------------------------------------------- /img/operations/Kibana_Clusterstor_Logs-Dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Kibana_Clusterstor_Logs-Dropdown.png -------------------------------------------------------------------------------- /img/operations/Kibana_Discover_Dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Kibana_Discover_Dashboard.png -------------------------------------------------------------------------------- /img/operations/Kibana_Results_Time_Period.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Kibana_Results_Time_Period.png -------------------------------------------------------------------------------- /img/operations/LDAP_User_Federation_Mappers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/LDAP_User_Federation_Mappers.png -------------------------------------------------------------------------------- /img/operations/Liquid_Cooled_Cabinet_Front.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Liquid_Cooled_Cabinet_Front.svg -------------------------------------------------------------------------------- /img/operations/Liquid_Cooled_Cabinet_PDU.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Liquid_Cooled_Cabinet_PDU.svg -------------------------------------------------------------------------------- /img/operations/Liquid_Cooled_Cabinet_Rear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Liquid_Cooled_Cabinet_Rear.svg -------------------------------------------------------------------------------- /img/operations/Liquid_Cooled_TDS_Cabinet_PDU.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Liquid_Cooled_TDS_Cabinet_PDU.svg -------------------------------------------------------------------------------- /img/operations/Management_NCN_Interfaces_and_VLANs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Management_NCN_Interfaces_and_VLANs.png -------------------------------------------------------------------------------- /img/operations/Mellanox_SN2700.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Mellanox_SN2700.png -------------------------------------------------------------------------------- /img/operations/Nexus_Admin_Account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Admin_Account.png -------------------------------------------------------------------------------- /img/operations/Nexus_Anonymous_Account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Anonymous_Account.png -------------------------------------------------------------------------------- /img/operations/Nexus_Browse_Page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Browse_Page.png -------------------------------------------------------------------------------- /img/operations/Nexus_Compact_Task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Compact_Task.png -------------------------------------------------------------------------------- /img/operations/Nexus_Create_Task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Create_Task.png -------------------------------------------------------------------------------- /img/operations/Nexus_Delete_Asset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Delete_Asset.png -------------------------------------------------------------------------------- /img/operations/Nexus_Delete_Repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Delete_Repository.png -------------------------------------------------------------------------------- /img/operations/Nexus_New_Task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_New_Task.png -------------------------------------------------------------------------------- /img/operations/Nexus_Repodata_Attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Repodata_Attributes.png -------------------------------------------------------------------------------- /img/operations/Nexus_Repodata_Attributes_After.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Repodata_Attributes_After.png -------------------------------------------------------------------------------- /img/operations/Nexus_Repodata_Summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Repodata_Summary.png -------------------------------------------------------------------------------- /img/operations/Nexus_Repodata_Summary_After.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Repodata_Summary_After.png -------------------------------------------------------------------------------- /img/operations/Nexus_Repository_Admin_Page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Repository_Admin_Page.png -------------------------------------------------------------------------------- /img/operations/Nexus_Repository_List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Repository_List.png -------------------------------------------------------------------------------- /img/operations/Nexus_Task_Confirmation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Task_Confirmation.png -------------------------------------------------------------------------------- /img/operations/Nexus_Task_Detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Task_Detail.png -------------------------------------------------------------------------------- /img/operations/Nexus_Task_Detail_Last_Run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Task_Detail_Last_Run.png -------------------------------------------------------------------------------- /img/operations/Nexus_Task_Location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Task_Location.png -------------------------------------------------------------------------------- /img/operations/Nexus_Task_Type_Selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Task_Type_Selection.png -------------------------------------------------------------------------------- /img/operations/Nexus_Tasks_Page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Tasks_Page.png -------------------------------------------------------------------------------- /img/operations/Nexus_Web_UI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Nexus_Web_UI.png -------------------------------------------------------------------------------- /img/operations/Node_Console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Node_Console.png -------------------------------------------------------------------------------- /img/operations/PKI_Infrastructure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/PKI_Infrastructure.png -------------------------------------------------------------------------------- /img/operations/PSU_Status.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/PSU_Status.svg -------------------------------------------------------------------------------- /img/operations/Security_Infrastructure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Security_Infrastructure.png -------------------------------------------------------------------------------- /img/operations/Simple_UEFI_Prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Simple_UEFI_Prompt.png -------------------------------------------------------------------------------- /img/operations/Sma_dashboard_console_hostname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Sma_dashboard_console_hostname.png -------------------------------------------------------------------------------- /img/operations/Sma_dashboard_home_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Sma_dashboard_home_page.png -------------------------------------------------------------------------------- /img/operations/Sma_dashboard_index_dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Sma_dashboard_index_dropdown.png -------------------------------------------------------------------------------- /img/operations/Sma_dashboard_time_period.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/Sma_dashboard_time_period.png -------------------------------------------------------------------------------- /img/operations/TimingDashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/TimingDashboard.png -------------------------------------------------------------------------------- /img/operations/VictoriaMetrics_Arcitecture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/VictoriaMetrics_Arcitecture.jpg -------------------------------------------------------------------------------- /img/operations/add-node.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/add-node.gif -------------------------------------------------------------------------------- /img/operations/boot_orchestration/bos_v1_boot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/boot_orchestration/bos_v1_boot.gif -------------------------------------------------------------------------------- /img/operations/boot_orchestration/bos_v1_shutdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/boot_orchestration/bos_v1_shutdown.gif -------------------------------------------------------------------------------- /img/operations/boot_orchestration/bos_v2_boot.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/boot_orchestration/bos_v2_boot.drawio -------------------------------------------------------------------------------- /img/operations/boot_orchestration/bos_v2_boot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/boot_orchestration/bos_v2_boot.png -------------------------------------------------------------------------------- /img/operations/boot_orchestration/bos_v2_reboot.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/boot_orchestration/bos_v2_reboot.drawio -------------------------------------------------------------------------------- /img/operations/boot_orchestration/bos_v2_reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/boot_orchestration/bos_v2_reboot.png -------------------------------------------------------------------------------- /img/operations/boot_orchestration/bos_v2_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/boot_orchestration/bos_v2_shutdown.png -------------------------------------------------------------------------------- /img/operations/branch_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/branch_workflow.png -------------------------------------------------------------------------------- /img/operations/crus_upgrade.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/crus_upgrade.gif -------------------------------------------------------------------------------- /img/operations/diagram_upgrade_csm_with_IUF_070725.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/diagram_upgrade_csm_with_IUF_070725.png -------------------------------------------------------------------------------- /img/operations/dns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/dns.svg -------------------------------------------------------------------------------- /img/operations/gitea_repositories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/gitea_repositories.png -------------------------------------------------------------------------------- /img/operations/gitea_repository_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/gitea_repository_settings.png -------------------------------------------------------------------------------- /img/operations/gitea_repository_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/gitea_repository_visibility.png -------------------------------------------------------------------------------- /img/operations/image-create.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/image-create.gif -------------------------------------------------------------------------------- /img/operations/image-customize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/image-customize.gif -------------------------------------------------------------------------------- /img/operations/remove-nodes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/operations/remove-nodes.gif -------------------------------------------------------------------------------- /img/rack-resiliency-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/rack-resiliency-1.png -------------------------------------------------------------------------------- /img/rack-resiliency-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/rack-resiliency-2.png -------------------------------------------------------------------------------- /img/shcd-rack-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/shcd-rack-example.png -------------------------------------------------------------------------------- /img/spit-services.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/spit-services.jpg -------------------------------------------------------------------------------- /img/upgrade-deploy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/upgrade-deploy.jpg -------------------------------------------------------------------------------- /img/usb-flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/img/usb-flow.jpg -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /install/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/README.md -------------------------------------------------------------------------------- /install/collect_mac_addresses_for_ncns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/collect_mac_addresses_for_ncns.md -------------------------------------------------------------------------------- /install/collecting_bmc_mac_addresses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/collecting_bmc_mac_addresses.md -------------------------------------------------------------------------------- /install/collecting_ncn_mac_addresses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/collecting_ncn_mac_addresses.md -------------------------------------------------------------------------------- /install/configure_administrative_access.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/configure_administrative_access.md -------------------------------------------------------------------------------- /install/configure_management_network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/configure_management_network.md -------------------------------------------------------------------------------- /install/create_application_node_config_yaml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/create_application_node_config_yaml.md -------------------------------------------------------------------------------- /install/create_cabinets_yaml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/create_cabinets_yaml.md -------------------------------------------------------------------------------- /install/create_hmn_connections_json.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/create_hmn_connections_json.md -------------------------------------------------------------------------------- /install/create_ncn_metadata_csv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/create_ncn_metadata_csv.md -------------------------------------------------------------------------------- /install/create_switch_metadata_csv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/create_switch_metadata_csv.md -------------------------------------------------------------------------------- /install/create_system_configuration_using_shcd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/create_system_configuration_using_shcd.md -------------------------------------------------------------------------------- /install/csm_installation_failure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/csm_installation_failure.md -------------------------------------------------------------------------------- /install/deploy_final_non-compute_node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/deploy_final_non-compute_node.md -------------------------------------------------------------------------------- /install/deploy_non-compute_nodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/deploy_non-compute_nodes.md -------------------------------------------------------------------------------- /install/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /install/install_csm_services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/install_csm_services.md -------------------------------------------------------------------------------- /install/livecd/Access_LiveCD_USB_Device_After_Reboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/livecd/Access_LiveCD_USB_Device_After_Reboot.md -------------------------------------------------------------------------------- /install/livecd/Boot_LiveCD_RemoteISO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/livecd/Boot_LiveCD_RemoteISO.md -------------------------------------------------------------------------------- /install/livecd/Boot_LiveCD_USB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/livecd/Boot_LiveCD_USB.md -------------------------------------------------------------------------------- /install/livecd/Reinstall_LiveCD_USB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/livecd/Reinstall_LiveCD_USB.md -------------------------------------------------------------------------------- /install/livecd/Reset_root_Password_on_a_LiveCD_USB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/livecd/Reset_root_Password_on_a_LiveCD_USB.md -------------------------------------------------------------------------------- /install/pre-installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/pre-installation.md -------------------------------------------------------------------------------- /install/prepare_compute_nodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/prepare_compute_nodes.md -------------------------------------------------------------------------------- /install/prepare_site_init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/prepare_site_init.md -------------------------------------------------------------------------------- /install/re-installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/re-installation.md -------------------------------------------------------------------------------- /install/scripts/backup-pit-data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/scripts/backup-pit-data.sh -------------------------------------------------------------------------------- /install/scripts/craycli_init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/scripts/craycli_init.py -------------------------------------------------------------------------------- /install/scripts/csm_services/install.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/scripts/csm_services/install.yaml -------------------------------------------------------------------------------- /install/scripts/csm_services/steps/5.setup_nexus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/scripts/csm_services/steps/5.setup_nexus.yaml -------------------------------------------------------------------------------- /install/scripts/generate-customization-secrets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/scripts/generate-customization-secrets.sh -------------------------------------------------------------------------------- /install/scripts/install-goss-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/scripts/install-goss-tests.sh -------------------------------------------------------------------------------- /install/shcd_hmn_connections_rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/shcd_hmn_connections_rules.md -------------------------------------------------------------------------------- /install/troubleshooting_ceph_csi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/troubleshooting_ceph_csi.md -------------------------------------------------------------------------------- /install/troubleshooting_installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/troubleshooting_installation.md -------------------------------------------------------------------------------- /install/troubleshooting_pxe_boot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/install/troubleshooting_pxe_boot.md -------------------------------------------------------------------------------- /introduction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/introduction/README.md -------------------------------------------------------------------------------- /introduction/csi_Tool_Changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/introduction/csi_Tool_Changes.md -------------------------------------------------------------------------------- /introduction/csm_overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/introduction/csm_overview.md -------------------------------------------------------------------------------- /introduction/deprecated_features/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/introduction/deprecated_features/README.md -------------------------------------------------------------------------------- /introduction/deprecated_features/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /introduction/documentation_conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/introduction/documentation_conventions.md -------------------------------------------------------------------------------- /introduction/img/github_heading_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/introduction/img/github_heading_icon.png -------------------------------------------------------------------------------- /introduction/img/github_heading_navigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/introduction/img/github_heading_navigation.png -------------------------------------------------------------------------------- /introduction/img/html_docs_csm_version_selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/introduction/img/html_docs_csm_version_selection.png -------------------------------------------------------------------------------- /introduction/img/html_heading_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/introduction/img/html_heading_icon.png -------------------------------------------------------------------------------- /introduction/img/html_heading_navigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/introduction/img/html_heading_navigation.png -------------------------------------------------------------------------------- /introduction/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /introduction/templates/disclaimers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/introduction/templates/disclaimers.md -------------------------------------------------------------------------------- /introduction/viewing_csm_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/introduction/viewing_csm_documentation.md -------------------------------------------------------------------------------- /operations/Backup_HMS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/Backup_HMS.md -------------------------------------------------------------------------------- /operations/Component_Names_xnames.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/Component_Names_xnames.md -------------------------------------------------------------------------------- /operations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/README.md -------------------------------------------------------------------------------- /operations/Restore_HMS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/Restore_HMS.md -------------------------------------------------------------------------------- /operations/System_Recovery/PBS_Service_Recovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/System_Recovery/PBS_Service_Recovery.md -------------------------------------------------------------------------------- /operations/System_Recovery/Slurm_Service_Recovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/System_Recovery/Slurm_Service_Recovery.md -------------------------------------------------------------------------------- /operations/System_Recovery/System_Recovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/System_Recovery/System_Recovery.md -------------------------------------------------------------------------------- /operations/argo/Using_Argo_Workflows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/argo/Using_Argo_Workflows.md -------------------------------------------------------------------------------- /operations/argo/Using_the_Argo_UI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/argo/Using_the_Argo_UI.md -------------------------------------------------------------------------------- /operations/artifact_management/Artifact_Management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/artifact_management/Artifact_Management.md -------------------------------------------------------------------------------- /operations/bare_metal/Bare-Metal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/bare_metal/Bare-Metal.md -------------------------------------------------------------------------------- /operations/bare_metal/Change_River_BMC_Credentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/bare_metal/Change_River_BMC_Credentials.md -------------------------------------------------------------------------------- /operations/boot_orchestration/BOS_API_Versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/BOS_API_Versions.md -------------------------------------------------------------------------------- /operations/boot_orchestration/BOS_Services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/BOS_Services.md -------------------------------------------------------------------------------- /operations/boot_orchestration/BOS_Workflows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/BOS_Workflows.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Boot_Orchestration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Boot_Orchestration.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Boot_UANs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Boot_UANs.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Cheatsheet.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Component_Status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Component_Status.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Components.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Kernel_Boot_Parameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Kernel_Boot_Parameters.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Manage_a_BOS_Session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Manage_a_BOS_Session.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Multi_tenancy_with_BOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Multi_tenancy_with_BOS.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Options.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Rolling_Upgrades.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Rolling_Upgrades.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Session_Templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Session_Templates.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Sessions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Sessions.md -------------------------------------------------------------------------------- /operations/boot_orchestration/Stage_Changes_with_BOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/boot_orchestration/Stage_Changes_with_BOS.md -------------------------------------------------------------------------------- /operations/cani/Add_A_Blade_To_A_Cabinet_In_SLS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/cani/Add_A_Blade_To_A_Cabinet_In_SLS.md -------------------------------------------------------------------------------- /operations/cani/Add_A_Cabinet_To_SLS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/cani/Add_A_Cabinet_To_SLS.md -------------------------------------------------------------------------------- /operations/configuration_management/ARP_cache_tuning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/configuration_management/ARP_cache_tuning.md -------------------------------------------------------------------------------- /operations/configuration_management/CFS_Components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/configuration_management/CFS_Components.md -------------------------------------------------------------------------------- /operations/configuration_management/CFS_Sessions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/configuration_management/CFS_Sessions.md -------------------------------------------------------------------------------- /operations/configuration_management/CFS_Sources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/configuration_management/CFS_Sources.md -------------------------------------------------------------------------------- /operations/configuration_management/Git_Operations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/configuration_management/Git_Operations.md -------------------------------------------------------------------------------- /operations/configure_cray_cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/configure_cray_cli.md -------------------------------------------------------------------------------- /operations/conman/Access_Compute_Node_Logs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/conman/Access_Compute_Node_Logs.md -------------------------------------------------------------------------------- /operations/conman/ConMan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/conman/ConMan.md -------------------------------------------------------------------------------- /operations/conman/Configure_Log_Rotation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/conman/Configure_Log_Rotation.md -------------------------------------------------------------------------------- /operations/conman/Log_in_to_a_Node_Using_ConMan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/conman/Log_in_to_a_Node_Using_ConMan.md -------------------------------------------------------------------------------- /operations/conman/Manage_Node_Consoles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/conman/Manage_Node_Consoles.md -------------------------------------------------------------------------------- /operations/firmware/FASUpdate_Script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/FASUpdate_Script.md -------------------------------------------------------------------------------- /operations/firmware/FAS_Admin_Procedures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/FAS_Admin_Procedures.md -------------------------------------------------------------------------------- /operations/firmware/FAS_CLI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/FAS_CLI.md -------------------------------------------------------------------------------- /operations/firmware/FAS_DBCleanup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/FAS_DBCleanup.md -------------------------------------------------------------------------------- /operations/firmware/FAS_Filters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/FAS_Filters.md -------------------------------------------------------------------------------- /operations/firmware/FAS_Images_Backup_Restore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/FAS_Images_Backup_Restore.md -------------------------------------------------------------------------------- /operations/firmware/FAS_Paradise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/FAS_Paradise.md -------------------------------------------------------------------------------- /operations/firmware/FAS_Recipes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/FAS_Recipes.md -------------------------------------------------------------------------------- /operations/firmware/FAS_Update_iLO5_2.78.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/FAS_Update_iLO5_2.78.md -------------------------------------------------------------------------------- /operations/firmware/FAS_Use_Cases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/FAS_Use_Cases.md -------------------------------------------------------------------------------- /operations/firmware/Update_Firmware_with_FAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/Update_Firmware_with_FAS.md -------------------------------------------------------------------------------- /operations/firmware/Updating_Firmware_m001.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/Updating_Firmware_m001.md -------------------------------------------------------------------------------- /operations/firmware/Updating_Firmware_without_FAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/firmware/Updating_Firmware_without_FAS.md -------------------------------------------------------------------------------- /operations/hardware_state_manager/Manage_HMS_Locks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/hardware_state_manager/Manage_HMS_Locks.md -------------------------------------------------------------------------------- /operations/hpe_pdu/hpe_pdu_admin_procedures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/hpe_pdu/hpe_pdu_admin_procedures.md -------------------------------------------------------------------------------- /operations/image_management/Image_Job_Performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/image_management/Image_Job_Performance.md -------------------------------------------------------------------------------- /operations/image_management/Image_Management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/image_management/Image_Management.md -------------------------------------------------------------------------------- /operations/image_management/Import_NCN_Image_to_IMS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/image_management/Import_NCN_Image_to_IMS.md -------------------------------------------------------------------------------- /operations/image_management/Troubleshoot_Large_Image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/image_management/Troubleshoot_Large_Image.md -------------------------------------------------------------------------------- /operations/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /operations/iscsi_sbps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iscsi_sbps/README.md -------------------------------------------------------------------------------- /operations/iscsi_sbps/iSCSI_SBPS_Metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iscsi_sbps/iSCSI_SBPS_Metrics.md -------------------------------------------------------------------------------- /operations/iscsi_sbps/iSCSI_SBPS_Verification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iscsi_sbps/iSCSI_SBPS_Verification.md -------------------------------------------------------------------------------- /operations/iuf/IUF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/IUF.md -------------------------------------------------------------------------------- /operations/iuf/examples/iuf_abort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/examples/iuf_abort.md -------------------------------------------------------------------------------- /operations/iuf/examples/iuf_activity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/examples/iuf_activity.md -------------------------------------------------------------------------------- /operations/iuf/examples/iuf_list_activities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/examples/iuf_list_activities.md -------------------------------------------------------------------------------- /operations/iuf/examples/iuf_list_stages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/examples/iuf_list_stages.md -------------------------------------------------------------------------------- /operations/iuf/examples/iuf_restart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/examples/iuf_restart.md -------------------------------------------------------------------------------- /operations/iuf/examples/iuf_resume.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/examples/iuf_resume.md -------------------------------------------------------------------------------- /operations/iuf/examples/iuf_run.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/examples/iuf_run.md -------------------------------------------------------------------------------- /operations/iuf/examples/iuf_workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/examples/iuf_workflow.md -------------------------------------------------------------------------------- /operations/iuf/stages/deliver_product.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/stages/deliver_product.md -------------------------------------------------------------------------------- /operations/iuf/stages/deploy_product.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/stages/deploy_product.md -------------------------------------------------------------------------------- /operations/iuf/stages/managed_nodes_rollout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/stages/managed_nodes_rollout.md -------------------------------------------------------------------------------- /operations/iuf/stages/management_nodes_rollout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/stages/management_nodes_rollout.md -------------------------------------------------------------------------------- /operations/iuf/stages/post_install_check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/stages/post_install_check.md -------------------------------------------------------------------------------- /operations/iuf/stages/post_install_service_check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/stages/post_install_service_check.md -------------------------------------------------------------------------------- /operations/iuf/stages/pre_install_check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/stages/pre_install_check.md -------------------------------------------------------------------------------- /operations/iuf/stages/prepare_images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/stages/prepare_images.md -------------------------------------------------------------------------------- /operations/iuf/stages/process_media.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/stages/process_media.md -------------------------------------------------------------------------------- /operations/iuf/stages/update_cfs_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/stages/update_cfs_config.md -------------------------------------------------------------------------------- /operations/iuf/stages/update_vcs_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/stages/update_vcs_config.md -------------------------------------------------------------------------------- /operations/iuf/workflows/admin_directory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/workflows/admin_directory.md -------------------------------------------------------------------------------- /operations/iuf/workflows/backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/workflows/backup.md -------------------------------------------------------------------------------- /operations/iuf/workflows/cilium_migration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/workflows/cilium_migration.md -------------------------------------------------------------------------------- /operations/iuf/workflows/configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/workflows/configuration.md -------------------------------------------------------------------------------- /operations/iuf/workflows/configuration_of_SFM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/workflows/configuration_of_SFM.md -------------------------------------------------------------------------------- /operations/iuf/workflows/deploy_product.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/workflows/deploy_product.md -------------------------------------------------------------------------------- /operations/iuf/workflows/image_preparation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/workflows/image_preparation.md -------------------------------------------------------------------------------- /operations/iuf/workflows/managed_rollout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/workflows/managed_rollout.md -------------------------------------------------------------------------------- /operations/iuf/workflows/management_rollout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/workflows/management_rollout.md -------------------------------------------------------------------------------- /operations/iuf/workflows/preparation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/workflows/preparation.md -------------------------------------------------------------------------------- /operations/iuf/workflows/product_delivery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/workflows/product_delivery.md -------------------------------------------------------------------------------- /operations/iuf/workflows/validate_deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/iuf/workflows/validate_deployment.md -------------------------------------------------------------------------------- /operations/kubernetes/About_Postgres.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/About_Postgres.md -------------------------------------------------------------------------------- /operations/kubernetes/About_etcd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/About_etcd.md -------------------------------------------------------------------------------- /operations/kubernetes/About_kubectl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/About_kubectl.md -------------------------------------------------------------------------------- /operations/kubernetes/Containerd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/Containerd.md -------------------------------------------------------------------------------- /operations/kubernetes/Disaster_Recovery_Postgres.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/Disaster_Recovery_Postgres.md -------------------------------------------------------------------------------- /operations/kubernetes/Increase_Pod_Resource_Limits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/Increase_Pod_Resource_Limits.md -------------------------------------------------------------------------------- /operations/kubernetes/Kubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/Kubernetes.md -------------------------------------------------------------------------------- /operations/kubernetes/Kubernetes_Networking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/Kubernetes_Networking.md -------------------------------------------------------------------------------- /operations/kubernetes/Kubernetes_Storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/Kubernetes_Storage.md -------------------------------------------------------------------------------- /operations/kubernetes/Kyverno.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/Kyverno.md -------------------------------------------------------------------------------- /operations/kubernetes/Pod_Resource_Limits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/Pod_Resource_Limits.md -------------------------------------------------------------------------------- /operations/kubernetes/Restore_Postgres.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/Restore_Postgres.md -------------------------------------------------------------------------------- /operations/kubernetes/TDS_Lower_CPU_Requests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/TDS_Lower_CPU_Requests.md -------------------------------------------------------------------------------- /operations/kubernetes/Troubleshoot_Intermittent_503s.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/Troubleshoot_Intermittent_503s.md -------------------------------------------------------------------------------- /operations/kubernetes/Troubleshoot_Postgres_Database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/Troubleshoot_Postgres_Database.md -------------------------------------------------------------------------------- /operations/kubernetes/encryption/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/kubernetes/encryption/README.md -------------------------------------------------------------------------------- /operations/kubernetes/encryption/index.md: -------------------------------------------------------------------------------- 1 | README.md -------------------------------------------------------------------------------- /operations/multi-tenancy/CrayHncManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/CrayHncManager.md -------------------------------------------------------------------------------- /operations/multi-tenancy/Create_a_Tenant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/Create_a_Tenant.md -------------------------------------------------------------------------------- /operations/multi-tenancy/ExampleWorkflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/ExampleWorkflow.md -------------------------------------------------------------------------------- /operations/multi-tenancy/GlobalTenantHooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/GlobalTenantHooks.md -------------------------------------------------------------------------------- /operations/multi-tenancy/Modify_a_Tenant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/Modify_a_Tenant.md -------------------------------------------------------------------------------- /operations/multi-tenancy/Overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/Overview.md -------------------------------------------------------------------------------- /operations/multi-tenancy/Remove_a_Tenant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/Remove_a_Tenant.md -------------------------------------------------------------------------------- /operations/multi-tenancy/SlurmOperator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/SlurmOperator.md -------------------------------------------------------------------------------- /operations/multi-tenancy/Tapms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/Tapms.md -------------------------------------------------------------------------------- /operations/multi-tenancy/TenantAdminConfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/TenantAdminConfig.md -------------------------------------------------------------------------------- /operations/multi-tenancy/Vault.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/Vault.md -------------------------------------------------------------------------------- /operations/multi-tenancy/images/groupmembership.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/images/groupmembership.png -------------------------------------------------------------------------------- /operations/multi-tenancy/images/keycloakclient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/images/keycloakclient.png -------------------------------------------------------------------------------- /operations/multi-tenancy/images/oidctoken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/images/oidctoken.png -------------------------------------------------------------------------------- /operations/multi-tenancy/images/usergroups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/multi-tenancy/images/usergroups.png -------------------------------------------------------------------------------- /operations/network/Default_IP_Address_Ranges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/Default_IP_Address_Ranges.md -------------------------------------------------------------------------------- /operations/network/Gateway_Testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/Gateway_Testing.md -------------------------------------------------------------------------------- /operations/network/NMN_Isolation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/NMN_Isolation.md -------------------------------------------------------------------------------- /operations/network/Network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/Network.md -------------------------------------------------------------------------------- /operations/network/customer_accessible_networks/can_to_chn/index.md: -------------------------------------------------------------------------------- 1 | README.md -------------------------------------------------------------------------------- /operations/network/dhcp/Customize_boot_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/dhcp/Customize_boot_file.md -------------------------------------------------------------------------------- /operations/network/dhcp/DHCP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/dhcp/DHCP.md -------------------------------------------------------------------------------- /operations/network/dhcp/Troubleshoot_DHCP_Issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/dhcp/Troubleshoot_DHCP_Issues.md -------------------------------------------------------------------------------- /operations/network/dns/DNS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/dns/DNS.md -------------------------------------------------------------------------------- /operations/network/dns/PowerDNS_Configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/dns/PowerDNS_Configuration.md -------------------------------------------------------------------------------- /operations/network/dns/PowerDNS_migration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/dns/PowerDNS_migration.md -------------------------------------------------------------------------------- /operations/network/dns/Troubleshoot_PowerDNS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/dns/Troubleshoot_PowerDNS.md -------------------------------------------------------------------------------- /operations/network/external_dns/External_DNS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/external_dns/External_DNS.md -------------------------------------------------------------------------------- /operations/network/external_dns/Ingress_Routing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/external_dns/Ingress_Routing.md -------------------------------------------------------------------------------- /operations/network/management_network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/README.md -------------------------------------------------------------------------------- /operations/network/management_network/added_hardware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/added_hardware.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/8021x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/8021x.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/README.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/acl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/acl.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/arp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/arp.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/backup.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/hostname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/hostname.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/igmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/igmp.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/intro.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/lag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/lag.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/lldp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/lldp.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/loopback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/loopback.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/mac_auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/mac_auth.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/mlag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/mlag.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/motd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/motd.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/msdp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/msdp.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/mstp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/mstp.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/notice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/notice.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/ntp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/ntp.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/ospfv2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/ospfv2.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/pim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/pim.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/radius.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/radius.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/ssh.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/tacacs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/tacacs.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/udld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/udld.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/upgrade.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/vlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/vlan.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/vsf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/vsf.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/vsx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/vsx.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/vsx_sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/vsx_sync.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/web-ui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/web-ui.md -------------------------------------------------------------------------------- /operations/network/management_network/aruba/zeroize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/aruba/zeroize.md -------------------------------------------------------------------------------- /operations/network/management_network/bonded_uan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/bonded_uan.md -------------------------------------------------------------------------------- /operations/network/management_network/canu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/canu/README.md -------------------------------------------------------------------------------- /operations/network/management_network/canu/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /operations/network/management_network/chn_test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/chn_test.md -------------------------------------------------------------------------------- /operations/network/management_network/collect_data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/collect_data.md -------------------------------------------------------------------------------- /operations/network/management_network/configure_snmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/configure_snmp.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/README.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/acl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/acl.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/arp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/arp.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/backup.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/hostname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/hostname.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/igmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/igmp.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/lag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/lag.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/lldp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/lldp.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/loopback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/loopback.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/mstp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/mstp.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/ntp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/ntp.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/qos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/qos.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/reset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/reset.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/ssh.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/upgrade.md -------------------------------------------------------------------------------- /operations/network/management_network/dell/vlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/dell/vlan.md -------------------------------------------------------------------------------- /operations/network/management_network/fresh_install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/fresh_install.md -------------------------------------------------------------------------------- /operations/network/management_network/img/exascale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/img/exascale.png -------------------------------------------------------------------------------- /operations/network/management_network/img/intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/img/intro.png -------------------------------------------------------------------------------- /operations/network/management_network/img/large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/img/large.png -------------------------------------------------------------------------------- /operations/network/management_network/img/medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/img/medium.png -------------------------------------------------------------------------------- /operations/network/management_network/img/small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/img/small.png -------------------------------------------------------------------------------- /operations/network/management_network/img/vsx_split.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/img/vsx_split.png -------------------------------------------------------------------------------- /operations/network/management_network/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/acl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/acl.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/arp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/arp.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/igmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/igmp.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/lag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/lag.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/large.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/large.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/lldp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/lldp.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/mlag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/mlag.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/mstp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/mstp.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/ntp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/ntp.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/pim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/pim.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/small.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/small.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/ssh.md -------------------------------------------------------------------------------- /operations/network/management_network/mellanox/vlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/mellanox/vlan.md -------------------------------------------------------------------------------- /operations/network/management_network/network_tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/network_tests.md -------------------------------------------------------------------------------- /operations/network/management_network/reinstall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/reinstall.md -------------------------------------------------------------------------------- /operations/network/management_network/replace_switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/replace_switch.md -------------------------------------------------------------------------------- /operations/network/management_network/saving_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/saving_config.md -------------------------------------------------------------------------------- /operations/network/management_network/validate_shcd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/management_network/validate_shcd.md -------------------------------------------------------------------------------- /operations/network/metallb_bgp/MetalLB_Configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/metallb_bgp/MetalLB_Configuration.md -------------------------------------------------------------------------------- /operations/network/metallb_bgp/MetalLB_in_BGP-Mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/network/metallb_bgp/MetalLB_in_BGP-Mode.md -------------------------------------------------------------------------------- /operations/node_management/Add_a_Standard_Rack_Node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Add_a_Standard_Rack_Node.md -------------------------------------------------------------------------------- /operations/node_management/Build_NCN_Images_Locally.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Build_NCN_Images_Locally.md -------------------------------------------------------------------------------- /operations/node_management/Configure_NTP_on_NCNs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Configure_NTP_on_NCNs.md -------------------------------------------------------------------------------- /operations/node_management/Customize_Disk_Hardware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Customize_Disk_Hardware.md -------------------------------------------------------------------------------- /operations/node_management/Customize_PCIe_Hardware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Customize_PCIe_Hardware.md -------------------------------------------------------------------------------- /operations/node_management/Defragment_NID_Numbering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Defragment_NID_Numbering.md -------------------------------------------------------------------------------- /operations/node_management/Disable_Nodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Disable_Nodes.md -------------------------------------------------------------------------------- /operations/node_management/Dump_a_Non-Compute_Node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Dump_a_Non-Compute_Node.md -------------------------------------------------------------------------------- /operations/node_management/Enable_Nodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Enable_Nodes.md -------------------------------------------------------------------------------- /operations/node_management/Move_a_Standard_Rack_Node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Move_a_Standard_Rack_Node.md -------------------------------------------------------------------------------- /operations/node_management/NCN_NIC_Replacement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/NCN_NIC_Replacement.md -------------------------------------------------------------------------------- /operations/node_management/Node_Management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Node_Management.md -------------------------------------------------------------------------------- /operations/node_management/Node_Management_Workflows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Node_Management_Workflows.md -------------------------------------------------------------------------------- /operations/node_management/Reboot_NCNs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Reboot_NCNs.md -------------------------------------------------------------------------------- /operations/node_management/Reboot_NCNs_iuf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Reboot_NCNs_iuf.md -------------------------------------------------------------------------------- /operations/node_management/Reboot_NCNs_manual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Reboot_NCNs_manual.md -------------------------------------------------------------------------------- /operations/node_management/Rebuild_NCNs/Rebuild_NCNs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Rebuild_NCNs/Rebuild_NCNs.md -------------------------------------------------------------------------------- /operations/node_management/Replace_a_Compute_Blade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Replace_a_Compute_Blade.md -------------------------------------------------------------------------------- /operations/node_management/Repurpose_Compute_as_UAN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Repurpose_Compute_as_UAN.md -------------------------------------------------------------------------------- /operations/node_management/S3FS_Usage_and_Guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/S3FS_Usage_and_Guidelines.md -------------------------------------------------------------------------------- /operations/node_management/Use_the_Physical_KVM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Use_the_Physical_KVM.md -------------------------------------------------------------------------------- /operations/node_management/Verify_Node_Removal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Verify_Node_Removal.md -------------------------------------------------------------------------------- /operations/node_management/Wipe_NCN_Disks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/Wipe_NCN_Disks.md -------------------------------------------------------------------------------- /operations/node_management/clear_gigabyte_cmos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/node_management/clear_gigabyte_cmos.md -------------------------------------------------------------------------------- /operations/observability/Observability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/observability/Observability.md -------------------------------------------------------------------------------- /operations/power_management/power_management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/power_management/power_management.md -------------------------------------------------------------------------------- /operations/rack_resiliency/ConfigMaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/rack_resiliency/ConfigMaps.md -------------------------------------------------------------------------------- /operations/rack_resiliency/Critical_Services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/rack_resiliency/Critical_Services.md -------------------------------------------------------------------------------- /operations/rack_resiliency/Kyverno_Policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/rack_resiliency/Kyverno_Policy.md -------------------------------------------------------------------------------- /operations/rack_resiliency/Manage_Critical_Services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/rack_resiliency/Manage_Critical_Services.md -------------------------------------------------------------------------------- /operations/rack_resiliency/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/rack_resiliency/README.md -------------------------------------------------------------------------------- /operations/rack_resiliency/Setup_of_Rack_Resiliency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/rack_resiliency/Setup_of_Rack_Resiliency.md -------------------------------------------------------------------------------- /operations/rack_resiliency/Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/rack_resiliency/Troubleshooting.md -------------------------------------------------------------------------------- /operations/rack_resiliency/Zones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/rack_resiliency/Zones.md -------------------------------------------------------------------------------- /operations/rack_resiliency/cray-rrs_Deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/rack_resiliency/cray-rrs_Deployment.md -------------------------------------------------------------------------------- /operations/resiliency/Resiliency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/resiliency/Resiliency.md -------------------------------------------------------------------------------- /operations/resiliency/Resiliency_Testing_Procedure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/resiliency/Resiliency_Testing_Procedure.md -------------------------------------------------------------------------------- /operations/security_and_authentication/Audit_Logs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/security_and_authentication/Audit_Logs.md -------------------------------------------------------------------------------- /operations/security_and_authentication/PKI_Services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/security_and_authentication/PKI_Services.md -------------------------------------------------------------------------------- /operations/security_and_authentication/SOPS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/security_and_authentication/SOPS.md -------------------------------------------------------------------------------- /operations/security_and_authentication/SSH_Keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/security_and_authentication/SSH_Keys.md -------------------------------------------------------------------------------- /operations/spire/Enable_TPM_node_attestation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/spire/Enable_TPM_node_attestation.md -------------------------------------------------------------------------------- /operations/spire/Restore_Missing_Spire_Metadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/spire/Restore_Missing_Spire_Metadata.md -------------------------------------------------------------------------------- /operations/spire/Spire_Service_Recovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/spire/Spire_Service_Recovery.md -------------------------------------------------------------------------------- /operations/spire/xname_validation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/spire/xname_validation.md -------------------------------------------------------------------------------- /operations/system_admin_toolkit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/system_admin_toolkit/README.md -------------------------------------------------------------------------------- /operations/system_admin_toolkit/about_sat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/system_admin_toolkit/about_sat/README.md -------------------------------------------------------------------------------- /operations/system_admin_toolkit/about_sat/SAT_in_CSM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/system_admin_toolkit/about_sat/SAT_in_CSM.md -------------------------------------------------------------------------------- /operations/system_admin_toolkit/configuration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/system_admin_toolkit/configuration/README.md -------------------------------------------------------------------------------- /operations/system_admin_toolkit/usage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/system_admin_toolkit/usage/README.md -------------------------------------------------------------------------------- /operations/system_admin_toolkit/usage/SAT_Bootprep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/system_admin_toolkit/usage/SAT_Bootprep.md -------------------------------------------------------------------------------- /operations/system_admin_toolkit/usage/SAT_and_IUF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/system_admin_toolkit/usage/SAT_and_IUF.md -------------------------------------------------------------------------------- /operations/system_management_health/Remove_Kiali.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/system_management_health/Remove_Kiali.md -------------------------------------------------------------------------------- /operations/system_management_health/victoriametrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/system_management_health/victoriametrics.md -------------------------------------------------------------------------------- /operations/utility_storage/Add_Ceph_Node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Add_Ceph_Node.md -------------------------------------------------------------------------------- /operations/utility_storage/Add_Ceph_OSDs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Add_Ceph_OSDs.md -------------------------------------------------------------------------------- /operations/utility_storage/Adjust_Ceph_Pool_Quotas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Adjust_Ceph_Pool_Quotas.md -------------------------------------------------------------------------------- /operations/utility_storage/Alternate_Storage_Pools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Alternate_Storage_Pools.md -------------------------------------------------------------------------------- /operations/utility_storage/Ceph_Deep_Scrubs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Ceph_Deep_Scrubs.md -------------------------------------------------------------------------------- /operations/utility_storage/Ceph_Health_States.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Ceph_Health_States.md -------------------------------------------------------------------------------- /operations/utility_storage/Ceph_Orchestrator_Usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Ceph_Orchestrator_Usage.md -------------------------------------------------------------------------------- /operations/utility_storage/Ceph_Storage_Types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Ceph_Storage_Types.md -------------------------------------------------------------------------------- /operations/utility_storage/Ceph_upgrade_tool_Usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Ceph_upgrade_tool_Usage.md -------------------------------------------------------------------------------- /operations/utility_storage/Dump_Ceph_Crash_Data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Dump_Ceph_Crash_Data.md -------------------------------------------------------------------------------- /operations/utility_storage/Manage_Ceph_Services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Manage_Ceph_Services.md -------------------------------------------------------------------------------- /operations/utility_storage/Move_Unmanaged_Ceph_OSDs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Move_Unmanaged_Ceph_OSDs.md -------------------------------------------------------------------------------- /operations/utility_storage/Remove_Ceph_Node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Remove_Ceph_Node.md -------------------------------------------------------------------------------- /operations/utility_storage/Shrink_Ceph_OSDs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Shrink_Ceph_OSDs.md -------------------------------------------------------------------------------- /operations/utility_storage/Troubleshoot_S3FS_Mounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Troubleshoot_S3FS_Mounts.md -------------------------------------------------------------------------------- /operations/utility_storage/Troubleshoot_a_Down_OSD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Troubleshoot_a_Down_OSD.md -------------------------------------------------------------------------------- /operations/utility_storage/Utility_Storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/utility_storage/Utility_Storage.md -------------------------------------------------------------------------------- /operations/validate_csm_health.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/operations/validate_csm_health.md -------------------------------------------------------------------------------- /runLint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/runLint.sh -------------------------------------------------------------------------------- /scripts/.shellspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/.shellspec -------------------------------------------------------------------------------- /scripts/CASMINST-1309.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/CASMINST-1309.sh -------------------------------------------------------------------------------- /scripts/CASMINST-2015.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/CASMINST-2015.sh -------------------------------------------------------------------------------- /scripts/cilium_migration.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/cilium_migration.sh -------------------------------------------------------------------------------- /scripts/configure_snmp_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/configure_snmp_monitor.py -------------------------------------------------------------------------------- /scripts/csm_rbd_tool.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/csm_rbd_tool.tar.gz -------------------------------------------------------------------------------- /scripts/cubs_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/cubs_tool.py -------------------------------------------------------------------------------- /scripts/ensure_testing_rpms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/ensure_testing_rpms.sh -------------------------------------------------------------------------------- /scripts/mount-admin-tools-bucket.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/mount-admin-tools-bucket.sh -------------------------------------------------------------------------------- /scripts/nexus-export.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/nexus-export.sh -------------------------------------------------------------------------------- /scripts/nexus-restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/nexus-restore.sh -------------------------------------------------------------------------------- /scripts/nexus-space-usage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/nexus-space-usage.sh -------------------------------------------------------------------------------- /scripts/nexus_helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/nexus_helper.sh -------------------------------------------------------------------------------- /scripts/operations/bifurcated_can/bican_route.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/bifurcated_can/bican_route.py -------------------------------------------------------------------------------- /scripts/operations/ceph/disable_local_registry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/ceph/disable_local_registry.sh -------------------------------------------------------------------------------- /scripts/operations/configuration/backup_vcs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/backup_vcs.sh -------------------------------------------------------------------------------- /scripts/operations/configuration/bash_lib/common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/bash_lib/common.sh -------------------------------------------------------------------------------- /scripts/operations/configuration/bash_lib/vcs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/bash_lib/vcs.sh -------------------------------------------------------------------------------- /scripts/operations/configuration/export_bos_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/export_bos_data.sh -------------------------------------------------------------------------------- /scripts/operations/configuration/export_cfs_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/export_cfs_data.py -------------------------------------------------------------------------------- /scripts/operations/configuration/export_cfs_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/export_cfs_data.sh -------------------------------------------------------------------------------- /scripts/operations/configuration/export_ims_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/export_ims_data.py -------------------------------------------------------------------------------- /scripts/operations/configuration/get_git.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/get_git.py -------------------------------------------------------------------------------- /scripts/operations/configuration/import_bos_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/import_bos_data.py -------------------------------------------------------------------------------- /scripts/operations/configuration/import_bos_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/import_bos_data.sh -------------------------------------------------------------------------------- /scripts/operations/configuration/import_cfs_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/import_cfs_data.py -------------------------------------------------------------------------------- /scripts/operations/configuration/import_cfs_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/import_cfs_data.sh -------------------------------------------------------------------------------- /scripts/operations/configuration/import_ims_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/import_ims_data.py -------------------------------------------------------------------------------- /scripts/operations/configuration/json_str_list_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/json_str_list_diff.py -------------------------------------------------------------------------------- /scripts/operations/configuration/make_cfs_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/make_cfs_config.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/args.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/bos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/bos.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/bos_cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/bos_cli.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/bss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/bss.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/cfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/cfs.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/common.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/hsm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/hsm.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/ims.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/ims.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/k8s.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/k8s.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/s3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/s3.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/types.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/vault.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/vault.py -------------------------------------------------------------------------------- /scripts/operations/configuration/python_lib/vcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/python_lib/vcs.py -------------------------------------------------------------------------------- /scripts/operations/configuration/replace_ssh_keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/replace_ssh_keys.sh -------------------------------------------------------------------------------- /scripts/operations/configuration/restore_ssh_keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/restore_ssh_keys.sh -------------------------------------------------------------------------------- /scripts/operations/configuration/restore_vcs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/configuration/restore_vcs.sh -------------------------------------------------------------------------------- /scripts/operations/etcd/take-etcd-manual-backups.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/etcd/take-etcd-manual-backups.sh -------------------------------------------------------------------------------- /scripts/operations/firmware/FASBackupImages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/firmware/FASBackupImages.py -------------------------------------------------------------------------------- /scripts/operations/firmware/FASUpdate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/firmware/FASUpdate.py -------------------------------------------------------------------------------- /scripts/operations/firmware/FASrmActions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/firmware/FASrmActions.sh -------------------------------------------------------------------------------- /scripts/operations/firmware/FASrmSnapshots.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/firmware/FASrmSnapshots.sh -------------------------------------------------------------------------------- /scripts/operations/gateway-test/cn-gateway-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/gateway-test/cn-gateway-test.sh -------------------------------------------------------------------------------- /scripts/operations/gateway-test/gateway-test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/gateway-test/gateway-test.py -------------------------------------------------------------------------------- /scripts/operations/gateway-test/ncn-gateway-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/gateway-test/ncn-gateway-test.sh -------------------------------------------------------------------------------- /scripts/operations/gateway-test/uan-gateway-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/gateway-test/uan-gateway-test.sh -------------------------------------------------------------------------------- /scripts/operations/known-issues.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/known-issues.sh -------------------------------------------------------------------------------- /scripts/operations/kubernetes/encryption.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/kubernetes/encryption.sh -------------------------------------------------------------------------------- /scripts/operations/pyscripts/.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__ 2 | data.json 3 | -------------------------------------------------------------------------------- /scripts/operations/pyscripts/pyscripts/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/pyscripts/pyscripts/__init__.py -------------------------------------------------------------------------------- /scripts/operations/pyscripts/pyscripts/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/pyscripts/pyscripts/cli.py -------------------------------------------------------------------------------- /scripts/operations/pyscripts/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/pyscripts/setup.py -------------------------------------------------------------------------------- /scripts/operations/pyscripts/start.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/pyscripts/start.py -------------------------------------------------------------------------------- /scripts/operations/xnamevalidation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/operations/xnamevalidation.sh -------------------------------------------------------------------------------- /scripts/patch-ceph-runcmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/patch-ceph-runcmd.py -------------------------------------------------------------------------------- /scripts/remove_orphaned_artifacts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/remove_orphaned_artifacts.py -------------------------------------------------------------------------------- /scripts/repair-ceph-latency.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/repair-ceph-latency.sh -------------------------------------------------------------------------------- /scripts/spec/encryption_spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/spec/encryption_spec.sh -------------------------------------------------------------------------------- /scripts/spec/spec_helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/spec/spec_helper.sh -------------------------------------------------------------------------------- /scripts/upload_ceph_images_to_nexus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/scripts/upload_ceph_images_to_nexus.sh -------------------------------------------------------------------------------- /troubleshooting/BMC_SSH_key_manual_fixup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/BMC_SSH_key_manual_fixup.md -------------------------------------------------------------------------------- /troubleshooting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/README.md -------------------------------------------------------------------------------- /troubleshooting/cms_barebones_image_boot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/cms_barebones_image_boot.md -------------------------------------------------------------------------------- /troubleshooting/debugging_with_hms_pprof_images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/debugging_with_hms_pprof_images.md -------------------------------------------------------------------------------- /troubleshooting/dhcp_runbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/dhcp_runbook.md -------------------------------------------------------------------------------- /troubleshooting/dns_runbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/dns_runbook.md -------------------------------------------------------------------------------- /troubleshooting/hms_ct_manual_run.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/hms_ct_manual_run.md -------------------------------------------------------------------------------- /troubleshooting/incrementally_configuring_images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/incrementally_configuring_images.md -------------------------------------------------------------------------------- /troubleshooting/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /troubleshooting/known_issues/ceph_osd_latency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/known_issues/ceph_osd_latency.md -------------------------------------------------------------------------------- /troubleshooting/known_issues/ncn_resource_checks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/known_issues/ncn_resource_checks.md -------------------------------------------------------------------------------- /troubleshooting/known_issues/sms_health_check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/known_issues/sms_health_check.md -------------------------------------------------------------------------------- /troubleshooting/pxe_runbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/pxe_runbook.md -------------------------------------------------------------------------------- /troubleshooting/scripts/kea_unbound_check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/troubleshooting/scripts/kea_unbound_check.sh -------------------------------------------------------------------------------- /update_product_stream/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/update_product_stream/README.md -------------------------------------------------------------------------------- /update_product_stream/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /upgrade/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/README.md -------------------------------------------------------------------------------- /upgrade/Upgrade_Management_Nodes_and_CSM_Services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/Upgrade_Management_Nodes_and_CSM_Services.md -------------------------------------------------------------------------------- /upgrade/Upgrade_Only_CSM_with_iuf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/Upgrade_Only_CSM_with_iuf.md -------------------------------------------------------------------------------- /upgrade/Validate_CSM_Health_During_Upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/Validate_CSM_Health_During_Upgrade.md -------------------------------------------------------------------------------- /upgrade/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /upgrade/manual_ncn_upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/manual_ncn_upgrade.md -------------------------------------------------------------------------------- /upgrade/resource_material/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/resource_material/README.md -------------------------------------------------------------------------------- /upgrade/resource_material/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /upgrade/resource_material/k8s/worker-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/resource_material/k8s/worker-reference.md -------------------------------------------------------------------------------- /upgrade/scripts/ceph/ceph-services-stage2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/ceph-services-stage2.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/ceph-upgrade-tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/ceph-upgrade-tool.py -------------------------------------------------------------------------------- /upgrade/scripts/ceph/create_rgw_buckets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/create_rgw_buckets.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/csm-1.5-new-buckets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/csm-1.5-new-buckets.yml -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/ceph-health.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/ceph-health.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/ceph-image-pull.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/ceph-image-pull.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/ceph-install-dashboard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/ceph-install-dashboard.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/ceph-orch-tasks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/ceph-orch-tasks.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/ceph-upgrade-init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/ceph-upgrade-init.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/ceph-upgrade-mdss.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/ceph-upgrade-mdss.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/ceph-upgrade-mgrs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/ceph-upgrade-mgrs.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/ceph-upgrade-mons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/ceph-upgrade-mons.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/ceph-upgrade-osds.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/ceph-upgrade-osds.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/ceph-upgrade-rgws.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/ceph-upgrade-rgws.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/ceph-upgrade-step1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/ceph-upgrade-step1.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/cephadm-keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/cephadm-keys.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/convert-radosgw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/convert-radosgw.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/k8s-scale-utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/k8s-scale-utils.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/mark_step_complete.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/mark_step_complete.sh -------------------------------------------------------------------------------- /upgrade/scripts/ceph/lib/update_bss_metadata.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/ceph/lib/update_bss_metadata.sh -------------------------------------------------------------------------------- /upgrade/scripts/cfs/wait_for_configuration.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/cfs/wait_for_configuration.sh -------------------------------------------------------------------------------- /upgrade/scripts/common/k8s-common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/common/k8s-common.sh -------------------------------------------------------------------------------- /upgrade/scripts/common/ncn-common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/common/ncn-common.sh -------------------------------------------------------------------------------- /upgrade/scripts/common/ncn-rebuild-common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/common/ncn-rebuild-common.sh -------------------------------------------------------------------------------- /upgrade/scripts/common/restart-cfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/common/restart-cfs.sh -------------------------------------------------------------------------------- /upgrade/scripts/common/upgrade-state.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/common/upgrade-state.sh -------------------------------------------------------------------------------- /upgrade/scripts/k8s/apply-coredns-pod-affinity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/apply-coredns-pod-affinity.sh -------------------------------------------------------------------------------- /upgrade/scripts/k8s/failover-leader.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/failover-leader.sh -------------------------------------------------------------------------------- /upgrade/scripts/k8s/fix-kube-prometheus-alerts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/fix-kube-prometheus-alerts.sh -------------------------------------------------------------------------------- /upgrade/scripts/k8s/move-pod.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/move-pod.sh -------------------------------------------------------------------------------- /upgrade/scripts/k8s/promote-initial-master.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/promote-initial-master.sh -------------------------------------------------------------------------------- /upgrade/scripts/k8s/remove-k8s-node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/remove-k8s-node.sh -------------------------------------------------------------------------------- /upgrade/scripts/k8s/remove_psp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/remove_psp.sh -------------------------------------------------------------------------------- /upgrade/scripts/k8s/rr_critical_service_restart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/rr_critical_service_restart.py -------------------------------------------------------------------------------- /upgrade/scripts/k8s/tds_lower_cpu_requests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/tds_lower_cpu_requests.sh -------------------------------------------------------------------------------- /upgrade/scripts/k8s/upgrade_control_plane.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/upgrade_control_plane.sh -------------------------------------------------------------------------------- /upgrade/scripts/k8s/upgrade_k8s.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/upgrade_k8s.sh -------------------------------------------------------------------------------- /upgrade/scripts/k8s/upgrade_k8s_job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/upgrade_k8s_job.yaml -------------------------------------------------------------------------------- /upgrade/scripts/k8s/upgrade_k8s_steps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/k8s/upgrade_k8s_steps.sh -------------------------------------------------------------------------------- /upgrade/scripts/rebuild/ncn-rebuild-master-nodes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/rebuild/ncn-rebuild-master-nodes.sh -------------------------------------------------------------------------------- /upgrade/scripts/rebuild/prerequisites.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/rebuild/prerequisites.sh -------------------------------------------------------------------------------- /upgrade/scripts/sls/README.SLS_Upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/sls/README.SLS_Upgrade.md -------------------------------------------------------------------------------- /upgrade/scripts/sls/csm_1_2_upgrade/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/sls/csm_1_2_upgrade/__init__.py -------------------------------------------------------------------------------- /upgrade/scripts/sls/csm_1_2_upgrade/sls_updates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/sls/csm_1_2_upgrade/sls_updates.py -------------------------------------------------------------------------------- /upgrade/scripts/sls/expert_mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/sls/expert_mode.md -------------------------------------------------------------------------------- /upgrade/scripts/sls/sls_updater_csm_1.2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/sls/sls_updater_csm_1.2.py -------------------------------------------------------------------------------- /upgrade/scripts/sls/sls_utils/Managers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/sls/sls_utils/Managers.py -------------------------------------------------------------------------------- /upgrade/scripts/sls/sls_utils/Networks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/sls/sls_utils/Networks.py -------------------------------------------------------------------------------- /upgrade/scripts/sls/sls_utils/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/sls/sls_utils/README.md -------------------------------------------------------------------------------- /upgrade/scripts/sls/sls_utils/Reservations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/sls/sls_utils/Reservations.py -------------------------------------------------------------------------------- /upgrade/scripts/sls/sls_utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/sls/sls_utils/__init__.py -------------------------------------------------------------------------------- /upgrade/scripts/sls/sls_utils/index.md: -------------------------------------------------------------------------------- 1 | ./README.md -------------------------------------------------------------------------------- /upgrade/scripts/sls/sls_utils/ipam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/sls/sls_utils/ipam.py -------------------------------------------------------------------------------- /upgrade/scripts/sls/sls_utils/json_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/sls/sls_utils/json_utils.py -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/Upgrade_automation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/Upgrade_automation.md -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/cleanup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/cleanup.py -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/cleanup.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/csm-upgrade.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/csm-upgrade.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/label-istio-resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/label-istio-resources.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/ncn-upgrade-master-nodes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/ncn-upgrade-master-nodes.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/patch_sma_cronjobs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/patch_sma_cronjobs.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/prepare-assets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/prepare-assets.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/prerequisites.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/prerequisites.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/rollout-restart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/rollout-restart.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/smd/fru_history_backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/smd/fru_history_backup.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/smd/fru_history_restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/smd/fru_history_restore.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/tds_cpu_requests.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/tds_cpu_requests.yaml -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/upload-ncn-images.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/upload-ncn-images.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/util/fix-postgres.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/util/fix-postgres.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/util/postgres-reinit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/util/postgres-reinit.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/util/pre-upgrade-status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/util/pre-upgrade-status.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade/util/upgrade-test-rpms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade/util/upgrade-test-rpms.sh -------------------------------------------------------------------------------- /upgrade/scripts/upgrade_ntp_timezone_metadata.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/upgrade/scripts/upgrade_ntp_timezone_metadata.sh -------------------------------------------------------------------------------- /workflows/cilium/cilium-live-migration.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/cilium/cilium-live-migration.j2 -------------------------------------------------------------------------------- /workflows/cilium/generateCiliumLiveMigration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/cilium/generateCiliumLiveMigration.py -------------------------------------------------------------------------------- /workflows/iuf/hooks/master-host-hook-script.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/iuf/hooks/master-host-hook-script.yaml -------------------------------------------------------------------------------- /workflows/iuf/operations/ims-upload.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/iuf/operations/ims-upload.yaml -------------------------------------------------------------------------------- /workflows/iuf/operations/nexus-setup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/iuf/operations/nexus-setup/README.md -------------------------------------------------------------------------------- /workflows/iuf/operations/operation-record-time.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/iuf/operations/operation-record-time.yaml -------------------------------------------------------------------------------- /workflows/iuf/operations/post-install-check-end.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/iuf/operations/post-install-check-end.yaml -------------------------------------------------------------------------------- /workflows/iuf/operations/vcs-upload/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/iuf/operations/vcs-upload/README.md -------------------------------------------------------------------------------- /workflows/iuf/samples/global_params_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/iuf/samples/global_params_example.json -------------------------------------------------------------------------------- /workflows/iuf/samples/global_params_schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/iuf/samples/global_params_schema.yaml -------------------------------------------------------------------------------- /workflows/iuf/stages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/iuf/stages.yaml -------------------------------------------------------------------------------- /workflows/ncn/hooks/before-all/install-csi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/ncn/hooks/before-all/install-csi.yaml -------------------------------------------------------------------------------- /workflows/ncn/hooks/before-each/force-time-sync.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/ncn/hooks/before-each/force-time-sync.yaml -------------------------------------------------------------------------------- /workflows/ncn/storage/storage.rebuild.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/ncn/storage/storage.rebuild.yaml -------------------------------------------------------------------------------- /workflows/ncn/storage/storage.upgrade.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/ncn/storage/storage.upgrade.yaml -------------------------------------------------------------------------------- /workflows/ncn/worker/worker.reboot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/ncn/worker/worker.reboot.yaml -------------------------------------------------------------------------------- /workflows/ncn/worker/worker.rebuild.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/ncn/worker/worker.rebuild.yaml -------------------------------------------------------------------------------- /workflows/scripts/upload-rebuild-templates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/scripts/upload-rebuild-templates.sh -------------------------------------------------------------------------------- /workflows/templates/add-labels.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/add-labels.yaml -------------------------------------------------------------------------------- /workflows/templates/after-all-hooks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/after-all-hooks.yaml -------------------------------------------------------------------------------- /workflows/templates/after-each-hooks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/after-each-hooks.yaml -------------------------------------------------------------------------------- /workflows/templates/base/echo.template.argo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/base/echo.template.argo.yaml -------------------------------------------------------------------------------- /workflows/templates/base/iufBase.template.argo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/base/iufBase.template.argo.yaml -------------------------------------------------------------------------------- /workflows/templates/base/ssh.template.argo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/base/ssh.template.argo.yaml -------------------------------------------------------------------------------- /workflows/templates/before-all-hooks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/before-all-hooks.yaml -------------------------------------------------------------------------------- /workflows/templates/before-each-hooks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/before-each-hooks.yaml -------------------------------------------------------------------------------- /workflows/templates/cilium.deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/cilium.deploy.yaml -------------------------------------------------------------------------------- /workflows/templates/cilium.migrate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/cilium.migrate.yaml -------------------------------------------------------------------------------- /workflows/templates/cilium.post-migrate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/cilium.post-migrate.yaml -------------------------------------------------------------------------------- /workflows/templates/drain-worker.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/drain-worker.yaml -------------------------------------------------------------------------------- /workflows/templates/ncn-reboot-common.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/ncn-reboot-common.yaml -------------------------------------------------------------------------------- /workflows/templates/post-rebuild-worker.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/post-rebuild-worker.yaml -------------------------------------------------------------------------------- /workflows/templates/reboot-worker.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/reboot-worker.yaml -------------------------------------------------------------------------------- /workflows/templates/set-bss-images-cfs-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/set-bss-images-cfs-config.yaml -------------------------------------------------------------------------------- /workflows/templates/set-no-wipe.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/set-no-wipe.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.add-node-to-ceph.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.add-node-to-ceph.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.backup-ceph-data.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.backup-ceph-data.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.before-all.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.before-all.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.before-each.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.before-each.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.ceph-health-check.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.ceph-health-check.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.ceph-upgrade.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.ceph-upgrade.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.create-rgw-buckets.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.create-rgw-buckets.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.drain.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.drain.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.goss-tests.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.goss-tests.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.post-reboot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.post-reboot.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.reboot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.reboot.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.shutdown-services.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.shutdown-services.yaml -------------------------------------------------------------------------------- /workflows/templates/storage.wait-for-cfs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/storage.wait-for-cfs.yaml -------------------------------------------------------------------------------- /workflows/templates/time-sync.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/time-sync.yaml -------------------------------------------------------------------------------- /workflows/templates/wait-for-sls.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/wait-for-sls.yaml -------------------------------------------------------------------------------- /workflows/templates/wipe-and-reboot-worker.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/templates/wipe-and-reboot-worker.yaml -------------------------------------------------------------------------------- /workflows/update_tags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cray-HPE/docs-csm/HEAD/workflows/update_tags.sh --------------------------------------------------------------------------------