├── .claude ├── settings.local.json └── skills │ └── topsail-ci │ └── SKILL.md ├── .github ├── renovate.json ├── steps │ └── prepare_minimal_ubuntu_image │ │ └── action.yml └── workflows │ ├── ansible-lint.yml │ ├── build_docs.yml │ ├── check_consistency.yml │ ├── check_generated_ansible.yml │ ├── check_generated_toolbox_rst.yml │ ├── check_python_syntax.yml │ └── check_wip.yml ├── .gitignore ├── .gitleaks.toml ├── .gitmodules ├── .tekton ├── build-image.pipeline.yaml ├── build-image.pipelinerun.yaml └── build-light-image.pipelinerun.yaml ├── LICENSE ├── OWNERS ├── README.rst ├── ansible-config ├── README.md ├── ansible-lint.yml ├── ansible.cfg ├── callback_plugins │ ├── human_log.py │ └── json_to_logfile.py ├── inventory │ └── hosts └── yamllint.conf ├── docs ├── .gitignore ├── .patch │ └── sphinx-versioning.patch ├── Makefile ├── README.rst ├── _static │ └── ci-dashboard.png ├── conf.py ├── contributing.rst ├── extending │ ├── orchestration.rst │ ├── toolbox.rst │ └── visualization.rst ├── index.rst ├── intro.rst ├── requirements.txt ├── toolbox.generated │ ├── Cluster.build_push_image.rst │ ├── Cluster.capture_environment.rst │ ├── Cluster.create_htpasswd_adminuser.rst │ ├── Cluster.create_osd.rst │ ├── Cluster.deploy_operator.rst │ ├── Cluster.destroy_ocp.rst │ ├── Cluster.destroy_osd.rst │ ├── Cluster.dump_prometheus_db.rst │ ├── Cluster.fill_workernodes.rst │ ├── Cluster.preload_image.rst │ ├── Cluster.query_prometheus_db.rst │ ├── Cluster.reset_prometheus_db.rst │ ├── Cluster.set_project_annotation.rst │ ├── Cluster.set_scale.rst │ ├── Cluster.update_pods_per_node.rst │ ├── Cluster.upgrade_to_image.rst │ ├── Cluster.wait_fully_awake.rst │ ├── Configure.apply.rst │ ├── Configure.enter.rst │ ├── Configure.get.rst │ ├── Configure.name.rst │ ├── Container_Bench.artifact_add_benchmark.rst │ ├── Container_Bench.capture_container_engine_info.rst │ ├── Container_Bench.capture_cpu_ram_usage.rst │ ├── Container_Bench.capture_power_usage.rst │ ├── Container_Bench.capture_system_state.rst │ ├── Container_Bench.commit_container_benchmark.rst │ ├── Container_Bench.copy_file.rst │ ├── Container_Bench.copy_file_to_remote.rst │ ├── Container_Bench.create_benchmark.rst │ ├── Container_Bench.create_container_benchmark.rst │ ├── Container_Bench.exec_benchmark.rst │ ├── Container_Bench.exec_container_benchmark.rst │ ├── Container_Bench.helloworld_benchmark.rst │ ├── Container_Bench.image_build_large_build_context_benchmark.rst │ ├── Container_Bench.iperf_host_to_container_benchmark.rst │ ├── Container_Bench.iperf_net_bridge_benchmark.rst │ ├── Container_Bench.iperf_net_host_benchmark.rst │ ├── Container_Bench.list_images_benchmark.rst │ ├── Container_Bench.load_image_benchmark.rst │ ├── Container_Bench.parallel_remove_image_benchmark.rst │ ├── Container_Bench.pip_install_remote.rst │ ├── Container_Bench.prepare_benchmark_script_on_remote.rst │ ├── Container_Bench.pull_image_benchmark.rst │ ├── Container_Bench.remove_container_benchmark.rst │ ├── Container_Bench.remove_image_benchmark.rst │ ├── Container_Bench.run_benchmark.rst │ ├── Container_Bench.run_container_benchmark.rst │ ├── Container_Bench.save_image_benchmark.rst │ ├── Container_Bench.start_benchmark.rst │ ├── Container_Bench.start_container_benchmark.rst │ ├── Container_Bench.sysbench_cpu_benchmark.rst │ ├── Container_Bench.sysbench_fileio_container_benchmark.rst │ ├── Container_Bench.sysbench_fileio_mount_benchmark.rst │ ├── Container_Bench.sysbench_memory_benchmark.rst │ ├── Container_Bench.sysbench_memory_read_benchmark.rst │ ├── Container_Bench.sysbench_memory_write_benchmark.rst │ ├── Crc.refresh_image.rst │ ├── Fine_Tuning.ray_fine_tuning_job.rst │ ├── Fine_Tuning.run_fine_tuning_job.rst │ ├── From_Config.run.rst │ ├── Gpu_Operator.capture_deployment_state.rst │ ├── Gpu_Operator.deploy_cluster_policy.rst │ ├── Gpu_Operator.deploy_from_bundle.rst │ ├── Gpu_Operator.deploy_from_operatorhub.rst │ ├── Gpu_Operator.enable_time_sharing.rst │ ├── Gpu_Operator.extend_metrics.rst │ ├── Gpu_Operator.get_csv_version.rst │ ├── Gpu_Operator.run_gpu_burn.rst │ ├── Gpu_Operator.undeploy_from_operatorhub.rst │ ├── Gpu_Operator.wait_deployment.rst │ ├── Gpu_Operator.wait_stack_deployed.rst │ ├── Jump_Ci.ensure_lock.rst │ ├── Jump_Ci.prepare_step.rst │ ├── Jump_Ci.prepare_topsail.rst │ ├── Jump_Ci.release_lock.rst │ ├── Jump_Ci.retrieve_artifacts.rst │ ├── Jump_Ci.take_lock.rst │ ├── Kserve.capture_operators_state.rst │ ├── Kserve.capture_state.rst │ ├── Kserve.deploy_model.rst │ ├── Kserve.extract_protos.rst │ ├── Kserve.extract_protos_grpcurl.rst │ ├── Kserve.undeploy_model.rst │ ├── Kserve.validate_model.rst │ ├── Llm_Load_Test.run.rst │ ├── Local_Ci.run.rst │ ├── Local_Ci.run_multi.rst │ ├── Mac_Ai.remote_build_virglrenderer.rst │ ├── Mac_Ai.remote_capture_cpu_ram_usage.rst │ ├── Mac_Ai.remote_capture_power_usage.rst │ ├── Mac_Ai.remote_capture_system_state.rst │ ├── Mac_Ai.remote_capture_virtgpu_memory.rst │ ├── Mac_Ai.remote_llama_cpp_pull_model.rst │ ├── Mac_Ai.remote_llama_cpp_run_bench.rst │ ├── Mac_Ai.remote_llama_cpp_run_model.rst │ ├── Mac_Ai.remote_ollama_pull_model.rst │ ├── Mac_Ai.remote_ollama_run_model.rst │ ├── Mac_Ai.remote_ollama_start.rst │ ├── Mac_Ai.remote_ramalama_run_bench.rst │ ├── Mac_Ai.remote_ramalama_run_model.rst │ ├── Nfd.has_gpu_nodes.rst │ ├── Nfd.has_labels.rst │ ├── Nfd.wait_gpu_nodes.rst │ ├── Nfd.wait_labels.rst │ ├── Nfd_Operator.deploy_from_operatorhub.rst │ ├── Nfd_Operator.undeploy_from_operatorhub.rst │ ├── Pipelines.capture_notebooks_state.rst │ ├── Pipelines.capture_state.rst │ ├── Pipelines.deploy_application.rst │ ├── Pipelines.run_kfp_notebook.rst │ ├── Remote.build_image.rst │ ├── Remote.clone.rst │ ├── Remote.download.rst │ ├── Remote.retrieve.rst │ ├── Repo.generate_ansible_default_settings.rst │ ├── Repo.generate_middleware_ci_secret_boilerplate.rst │ ├── Repo.generate_toolbox_related_files.rst │ ├── Repo.generate_toolbox_rst_documentation.rst │ ├── Repo.send_cpt_notification.rst │ ├── Repo.send_job_completion_notification.rst │ ├── Repo.validate_no_broken_link.rst │ ├── Repo.validate_no_wip.rst │ ├── Repo.validate_role_files.rst │ ├── Repo.validate_role_vars_used.rst │ ├── Rhods.capture_state.rst │ ├── Rhods.delete_ods.rst │ ├── Rhods.deploy_addon.rst │ ├── Rhods.deploy_ods.rst │ ├── Rhods.dump_prometheus_db.rst │ ├── Rhods.reset_prometheus_db.rst │ ├── Rhods.undeploy_ods.rst │ ├── Rhods.update_datasciencecluster.rst │ ├── Rhods.wait_odh.rst │ ├── Rhods.wait_ods.rst │ ├── Server.deploy_ldap.rst │ ├── Server.deploy_minio_s3_server.rst │ ├── Server.deploy_nginx_server.rst │ ├── Server.deploy_opensearch.rst │ ├── Server.deploy_redis_server.rst │ ├── Server.undeploy_ldap.rst │ ├── Storage.deploy_aws_efs.rst │ ├── Storage.deploy_nfs_provisioner.rst │ ├── Storage.download_to_image.rst │ ├── Storage.download_to_pvc.rst │ └── index.rst ├── toolbox_gendoc.py └── understanding │ ├── orchestration.rst │ ├── toolbox.rst │ └── visualization.rst ├── launcher ├── .gitignore ├── README.md ├── recreate ├── topsail_build ├── topsail_container_env.default ├── topsail_enter ├── topsail_enter_here ├── topsail_host_config.default ├── topsail_run └── topsail_run_cmd ├── projects ├── README.md ├── cluster │ ├── library │ │ └── prom.py │ ├── subprojects │ │ ├── deploy-cluster │ │ │ ├── .gitignore │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── cluster_full.mk │ │ │ ├── cluster_single-master.mk │ │ │ ├── cluster_sno.mk │ │ │ ├── config_install.mk │ │ │ ├── fips.mk │ │ │ ├── spot.mk │ │ │ ├── tags.mk │ │ │ └── utils │ │ │ │ ├── config.mk.sample │ │ │ │ ├── install-config.yaml.sample │ │ │ │ └── single-master │ │ │ │ ├── cvo_override.yml │ │ │ │ ├── single-authentication.yaml │ │ │ │ ├── single-ingress.yaml │ │ │ │ └── single-node-etcd.yaml │ │ └── deploy-topsail-clusters │ │ │ ├── clusters.sh │ │ │ ├── ocm_helpers.sh │ │ │ ├── ocp_cluster.sh │ │ │ ├── osd_cluster.sh │ │ │ └── private_cluster.sh │ └── toolbox │ │ ├── cluster.py │ │ ├── cluster_build_push_image │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── run-image-push.sh │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ ├── build_helper.yml │ │ │ ├── build_image.yml │ │ │ ├── main.yml │ │ │ └── run_push_pod.yml │ │ ├── templates │ │ │ ├── helper_buildconfig.yml.j2 │ │ │ ├── image_buildconfig.yml.j2 │ │ │ └── push_helper_pod.yml.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_capture_environment │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ └── vars │ │ │ └── main │ │ │ └── main.yml │ │ ├── cluster_create_htpasswd_user │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── oauth.yml.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_create_osd │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_deploy_operator │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ ├── deploy_cr.yml │ │ │ └── main.yml │ │ ├── templates │ │ │ ├── namespace.yml.j2 │ │ │ ├── operator_group.yml.j2 │ │ │ └── subscription.yml.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_destroy_ocp │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── metadata.json.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_destroy_osd │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_ensure_machineset │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── meta │ │ │ └── main.yml │ │ ├── scripts │ │ │ └── reconfigure_machineset.sh │ │ ├── tasks │ │ │ ├── derive_machineset.yml │ │ │ └── main.yml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_fill_workernodes │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ ├── fill_node.yaml │ │ │ └── main.yml │ │ ├── templates │ │ │ └── pod_placeholder.yaml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_preload_image │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── daemonset.yaml.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_prometheus_db │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ ├── dump.yml │ │ │ ├── main.yml │ │ │ └── reset.yml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_query_prometheus_db │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ ├── .keep │ │ │ └── query_prometheus.py │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_set_project_annotation │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ ├── cluster_set.yaml │ │ │ ├── main.yml │ │ │ └── project_set.yaml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_set_scale │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── meta │ │ │ └── main.yml │ │ └── tasks │ │ │ └── main.yml │ │ ├── cluster_update_pods_per_node │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ ├── template │ │ │ └── kubeletconfig.yaml.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── cluster_upgrade_to_image │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── meta │ │ │ └── main.yml │ │ └── tasks │ │ │ └── main.yml │ │ └── cluster_wait_fully_awake │ │ ├── defaults │ │ └── main │ │ │ └── config.yml │ │ ├── files │ │ ├── .keep │ │ └── approve_csrs.sh │ │ ├── meta │ │ └── main.yml │ │ ├── tasks │ │ └── main.yml │ │ ├── templates │ │ └── .keep │ │ └── vars │ │ └── main │ │ └── resources.yml ├── container_bench │ ├── container_images │ │ ├── Containerfile.iperf3 │ │ ├── Containerfile.sysbench │ │ └── build.sh │ ├── testing │ │ ├── config.yaml │ │ ├── config_manager.py │ │ ├── constants.py │ │ ├── container_engine.py │ │ ├── entrypoint.py │ │ ├── example_info.yaml │ │ ├── exec_time.py │ │ ├── install.py │ │ ├── platform_builders.py │ │ ├── prepare.py │ │ ├── remote_access.py │ │ ├── test.py │ │ ├── test_container_bench.py │ │ └── utils.py │ ├── toolbox │ │ ├── container_bench.py │ │ ├── container_bench_artifact_add_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_capture_container_engine_info │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ ├── main.yaml │ │ │ │ ├── unix.yml │ │ │ │ └── windows.yml │ │ ├── container_bench_capture_system_state │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ ├── darwin.yml │ │ │ │ ├── linux.yml │ │ │ │ ├── main.yaml │ │ │ │ └── windows.yml │ │ ├── container_bench_commit_container_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_create_container_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_exec_container_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_image_build_large_build_context_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yaml │ │ ├── container_bench_iperf_host_to_container_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_iperf_net_bridge_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_iperf_net_host_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_list_images_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_load_image_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_parallel_remove_image_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_prepare_benchmark_script_on_remote │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ ├── main.yaml │ │ │ │ ├── unix.yml │ │ │ │ └── windows.yml │ │ ├── container_bench_pull_image_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_remove_container_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_remove_image_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_run_container_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_save_image_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_start_container_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_sysbench_cpu_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_sysbench_fileio_container_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_sysbench_fileio_mount_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_sysbench_memory_read_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ ├── container_bench_sysbench_memory_write_benchmark │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ └── shared_tasks │ │ │ ├── cleanup_container_resources.yml │ │ │ ├── create_artifacts_dir.yml │ │ │ ├── pull_image.yml │ │ │ ├── pull_single_image.yml │ │ │ ├── run_benchmark.yml │ │ │ ├── unix_default_benchmark_body.yml │ │ │ ├── unix_synthetic_benchmark_body.yml │ │ │ ├── windows_default_benchmark_body.yml │ │ │ └── windows_synthetic_benchmark_body.yml │ └── visualizations │ │ └── benchmark │ │ ├── data │ │ └── plots.yaml │ │ ├── plotting │ │ ├── __init__.py │ │ ├── comparison_report.py │ │ ├── metrics.py │ │ ├── report.py │ │ └── utils │ │ │ ├── __init__.py │ │ │ ├── config.py │ │ │ └── shared.py │ │ ├── requirements.txt │ │ └── store │ │ ├── __init__.py │ │ └── parsers.py ├── core │ ├── library │ │ ├── __init__.py │ │ ├── ansible_toolbox.py │ │ ├── common.py │ │ ├── config.py │ │ ├── env.py │ │ ├── export.py │ │ ├── run.py │ │ ├── sizing.machines │ │ └── sizing.py │ └── toolbox │ │ ├── configure.py │ │ └── from_config.py ├── crc-timing │ ├── testing │ │ ├── cloud-init.yaml │ │ ├── command_args.yml.j2 │ │ ├── config.yaml │ │ ├── entrypoint.py │ │ ├── images │ │ │ └── llama_cpp.containerfile │ │ ├── prepare_crc_timing.py │ │ ├── test.py │ │ └── test_crc_timing.py │ ├── toolbox │ │ ├── crc.py │ │ └── crc_timing_refresh_image │ │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ │ ├── meta │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ └── main.yml │ │ │ ├── templates │ │ │ ├── refresh_image.sh.j2 │ │ │ └── update_disk.sh.j2 │ │ │ └── vars │ │ │ └── main │ │ │ └── resources.yaml │ └── visualizations │ │ └── crc-timing │ │ ├── analyze │ │ └── __init__.py │ │ ├── data │ │ └── plots.yaml │ │ ├── models │ │ ├── __init__.py │ │ ├── kpi.py │ │ └── lts.py │ │ ├── plotting │ │ ├── __init__.py │ │ ├── error_report.py │ │ ├── init.py │ │ └── report.py │ │ ├── requirements.txt │ │ └── store │ │ ├── __init__.py │ │ ├── lts_parser.py │ │ ├── parsers.py │ │ └── prom.py ├── deprecated │ ├── benchmarking │ │ ├── testing │ │ │ └── run_mlperf_ssd.sh │ │ └── toolbox │ │ │ ├── benchmarking.py │ │ │ ├── benchmarking_deploy_coco_dataset │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── entrypoint.sh │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ ├── pod.yml.j2 │ │ │ │ └── pvc.yml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ └── benchmarking_run_mlperf_ssd │ │ │ ├── defaults │ │ │ └── main │ │ │ │ ├── config.yml │ │ │ │ └── preset.yaml │ │ │ ├── files │ │ │ └── entrypoint.sh │ │ │ ├── meta │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ └── main.yml │ │ │ ├── templates │ │ │ └── mlperf-ssd-pod.yml.j2 │ │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ ├── busy_cluster │ │ ├── testing │ │ │ ├── command_args.yml.j2 │ │ │ ├── config.yaml │ │ │ └── test.py │ │ └── toolbox │ │ │ ├── busy_cluster.py │ │ │ ├── busy_cluster_cleanup │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ │ └── main.yml │ │ │ ├── busy_cluster_create_configmaps │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ ├── .keep │ │ │ │ └── template.yaml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ ├── busy_cluster_create_deployments │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ ├── .keep │ │ │ │ ├── deployments.yaml.j2 │ │ │ │ └── services.yaml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ ├── busy_cluster_create_jobs │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ ├── .keep │ │ │ │ └── job.yaml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ ├── busy_cluster_create_namespaces │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ ├── .keep │ │ │ │ └── namespace.yaml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ └── busy_cluster_status │ │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ │ └── tasks │ │ │ └── main.yml │ ├── codeflare │ │ ├── testing │ │ │ ├── clusters.sh │ │ │ ├── command_args.yml.j2 │ │ │ ├── config.yaml │ │ │ ├── configure.sh │ │ │ ├── images │ │ │ │ └── Containerfile.codeflare_sdk │ │ │ ├── prepare.py │ │ │ ├── prepare_common.py │ │ │ ├── prepare_gpu.py │ │ │ ├── prepare_mcad.py │ │ │ ├── prepare_odh.py │ │ │ ├── prepare_sdk_user.py │ │ │ ├── prepare_user_pods.py │ │ │ ├── sdk_user │ │ │ │ └── sample │ │ │ │ │ ├── mnist.py │ │ │ │ │ ├── requirements.txt │ │ │ │ │ └── sample.py │ │ │ ├── test.py │ │ │ ├── test_mcad.py │ │ │ ├── test_sdk_user.py │ │ │ └── test_templates.yaml │ │ └── visualizations │ │ │ └── codeflare │ │ │ ├── data │ │ │ ├── plot_multiple_tests.yaml │ │ │ └── plots.yaml │ │ │ ├── models │ │ │ ├── __init__.py │ │ │ └── lts.py │ │ │ ├── plotting │ │ │ ├── __init__.py │ │ │ ├── compare_report.py │ │ │ ├── compare_test_speed.py │ │ │ ├── error_report.py │ │ │ ├── mapping.py │ │ │ ├── progress.py │ │ │ ├── prom_report.py │ │ │ ├── report.py │ │ │ ├── resource_allocation.py │ │ │ ├── resource_creation.py │ │ │ └── time_distribution.py │ │ │ ├── requirements.txt │ │ │ └── store │ │ │ ├── __init__.py │ │ │ ├── k8s_quantity.py │ │ │ ├── lts.py │ │ │ ├── lts_payload.py │ │ │ ├── parsers.py │ │ │ └── prom.py │ ├── cpt │ │ ├── testing │ │ │ ├── command_args.yml.j2 │ │ │ ├── config.yaml │ │ │ ├── configure.sh │ │ │ └── cpt_dashboard.py │ │ └── toolbox │ │ │ ├── cpt.py │ │ │ └── cpt_deploy_cpt_dashboard │ │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ └── .keep │ │ │ ├── meta │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ └── main.yaml │ │ │ ├── templates │ │ │ ├── deploy.yaml.j2 │ │ │ └── ocpperf.yaml.j2 │ │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ ├── entitlement │ │ └── toolbox │ │ │ ├── entitlement.py │ │ │ ├── entitlement_deploy │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ ├── apply_template.py │ │ │ │ ├── mc_pem.yml │ │ │ │ ├── mc_rhsm.yml │ │ │ │ ├── mc_rhsm_ca.yml │ │ │ │ └── rhsm.conf │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ ├── entitlement_inspect │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── internal_config.yml │ │ │ ├── entitlement_test_in_cluster │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── entitlement-tester_pod.yml │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ ├── entitlement_test_in_podman │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── entrypoint.sh │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ ├── entitlement_test_wait_deployment │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ ├── config.yml │ │ │ │ │ └── internal_config.yml │ │ │ ├── files │ │ │ │ ├── entitlement-tester_entrypoint.yml │ │ │ │ └── entitlement-tester_pod.yml │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ └── entitlement_undeploy │ │ │ ├── meta │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ └── main.yml │ │ │ └── vars │ │ │ └── main │ │ │ └── main.yml │ ├── gpu-operator │ │ └── testing │ │ │ ├── _helm_common.sh │ │ │ ├── _helm_deploy_operator.sh │ │ │ ├── cleanup_resources.sh │ │ │ ├── deploy_from_helm.sh │ │ │ ├── diagnose.sh │ │ │ ├── list_version_from_helm.sh │ │ │ ├── list_version_from_operator_hub.sh │ │ │ └── undeploy_from_helm.sh │ ├── hollow_nodes │ │ ├── testing │ │ │ └── test.py │ │ └── toolbox │ │ │ ├── kubemark.py │ │ │ ├── kubemark_deploy_capi_provider │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ ├── kubemark_deploy_nodes │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── cluster-template.yaml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ ├── kwok.py │ │ │ ├── kwok_deploy_controller │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ └── kwok_set_scale │ │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ └── .keep │ │ │ ├── meta │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ └── main.yml │ │ │ ├── templates │ │ │ └── kwok-node.yaml.j2 │ │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ ├── kepler │ │ └── toolbox │ │ │ ├── cluster_deploy_kepler │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ ├── .keep │ │ │ │ └── kepler-monitor.yaml │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ ├── cluster_undeploy_kepler │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ ├── .keep │ │ │ │ └── kepler-monitor.yaml │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ └── kepler.py │ ├── lightspeed │ │ ├── testing │ │ │ ├── clusters.sh │ │ │ ├── command_args.yml.j2 │ │ │ ├── config.yaml │ │ │ ├── configure.sh │ │ │ └── test.py │ │ └── toolbox │ │ │ ├── wisdom.py │ │ │ ├── wisdom_deploy_model │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ ├── .keep │ │ │ │ └── entrypoint.sh │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ ├── inference_service.yml.j2 │ │ │ │ ├── model_serving_config.yml.j2 │ │ │ │ ├── serving_runtime.yml.j2 │ │ │ │ └── wisdom-tester_pod.yml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ ├── wisdom_llm_load_test │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ ├── llm-load-test-config.json.j2 │ │ │ │ └── llm-load-test_pod.yml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ ├── wisdom_llm_load_test_multiplexed │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ ├── llm-load-test-config.json.j2 │ │ │ │ └── llm-load-test_pod.yml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ │ └── wisdom_warmup_model │ │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ ├── .keep │ │ │ └── entrypoint.sh │ │ │ ├── tasks │ │ │ └── main.yml │ │ │ ├── templates │ │ │ └── wisdom-warmup_pod.yml.j2 │ │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ ├── load-aware │ │ ├── load_aware_deploy_trimaran │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ ├── .keep │ │ │ │ ├── cluster-monitoring-config.yaml │ │ │ │ └── trimaran-test-pod.yaml │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── trimaran.yaml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── load_aware_scale_test │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ ├── .keep │ │ │ │ ├── coreutils-make-pod.yaml │ │ │ │ ├── coreutils-test-pod.yaml │ │ │ │ ├── scheduler.py │ │ │ │ ├── sleep-pod.yaml │ │ │ │ └── timeline.py │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── load_aware_undeploy_trimaran │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── testing │ │ │ ├── clusters.sh │ │ │ ├── command_args.yml.j2 │ │ │ ├── config.yaml │ │ │ ├── configure.sh │ │ │ ├── images │ │ │ │ ├── Containerfile.deps │ │ │ │ └── Containerfile.make │ │ │ └── test.py │ │ ├── toolbox │ │ │ └── load_aware.py │ │ └── visualizations │ │ │ └── load-aware │ │ │ ├── data │ │ │ ├── load-aware.yaml │ │ │ └── load-aware_multi.yaml │ │ │ ├── plotting │ │ │ ├── __init__.py │ │ │ ├── comparison.py │ │ │ ├── error_report.py │ │ │ ├── mapping.py │ │ │ ├── pod_times.py │ │ │ ├── power_report.py │ │ │ ├── prom_report.py │ │ │ ├── report.py │ │ │ └── scheduler_report.py │ │ │ ├── requirements.txt │ │ │ └── store │ │ │ ├── __init__.py │ │ │ ├── lts.py │ │ │ ├── parsers.py │ │ │ └── prom.py │ ├── middleware │ │ └── testing │ │ │ ├── command_args.yml.j2 │ │ │ ├── config.yaml │ │ │ ├── configure.sh │ │ │ └── test.py │ ├── model-mesh │ │ └── testing │ │ │ ├── 00-cleanup.sh │ │ │ ├── 1-install-mm.sh │ │ │ ├── 2-serve-minio.sh │ │ │ ├── 3-clear-prom-db.sh │ │ │ ├── 4-deploy-many-ns-many-models.sh │ │ │ ├── 5-dump-and-clear-prom-db.sh │ │ │ ├── 6-publish-artefacts.sh │ │ │ ├── 7-analyze.sh │ │ │ ├── BACKLOG │ │ │ ├── command_args.yml.j2 │ │ │ ├── config.sh │ │ │ ├── config.yaml │ │ │ ├── input-onnx.json │ │ │ ├── locust.sh │ │ │ ├── modelmesh.yaml │ │ │ ├── protelion.sh │ │ │ ├── sample-minio-secret.yaml │ │ │ ├── sample-minio.yaml │ │ │ └── triton.yaml │ ├── notebooks │ │ ├── subprojects │ │ │ ├── horreum-config │ │ │ │ ├── psap_template │ │ │ │ │ └── psap_format.schema.json │ │ │ │ └── rhods-notebooks-ux │ │ │ │ │ ├── cvt_to_summary.js │ │ │ │ │ ├── report │ │ │ │ │ ├── filter.js │ │ │ │ │ └── successful_user_pct.js │ │ │ │ │ ├── rhods_notebooks_ux_summary.schema.json │ │ │ │ │ └── rhods_notebooks_ux_upload.schema.json │ │ │ └── locust-files │ │ ├── testing │ │ │ ├── autoscaling │ │ │ │ ├── clusterautoscaler.yaml │ │ │ │ └── machineautoscaler.yaml │ │ │ ├── cluster_helpers.sh │ │ │ ├── clusters.sh │ │ │ ├── command_args.yml.j2 │ │ │ ├── config.yaml │ │ │ ├── configure.sh │ │ │ ├── dashboard_scale_test.sh │ │ │ ├── generate_matrix-benchmarking.sh │ │ │ ├── images │ │ │ │ └── Containerfile.s3_artifacts_exporter │ │ │ ├── notebooks │ │ │ │ ├── benchmark_entrypoint.ipynb │ │ │ │ └── pyperf_bm_go.py │ │ │ ├── prepare_common.sh │ │ │ ├── prepare_driver.sh │ │ │ ├── prepare_lab_perflab.sh │ │ │ ├── prepare_lab_template.sh │ │ │ ├── prepare_sutest.sh │ │ │ ├── scale_test_ods_ci.sh │ │ │ ├── scale_test_run_tests.sh │ │ │ ├── single_notebook_performance_test.sh │ │ │ └── test.sh │ │ ├── toolbox │ │ │ ├── notebooks.py │ │ │ ├── notebooks_benchmark_performance │ │ │ │ ├── defaults │ │ │ │ │ └── main │ │ │ │ │ │ └── config.yml │ │ │ │ ├── files │ │ │ │ │ └── .keep │ │ │ │ ├── meta │ │ │ │ │ └── main.yml │ │ │ │ ├── tasks │ │ │ │ │ ├── artifacts_driver.yml │ │ │ │ │ ├── artifacts_sutest.yml │ │ │ │ │ ├── artifacts_sutest_project.yml │ │ │ │ │ └── main.yml │ │ │ │ ├── templates │ │ │ │ │ └── notebook.yaml │ │ │ │ └── vars │ │ │ │ │ └── main │ │ │ │ │ └── resources.yml │ │ │ ├── notebooks_capture_state │ │ │ │ ├── defaults │ │ │ │ │ └── main │ │ │ │ │ │ └── config.yml │ │ │ │ ├── files │ │ │ │ │ └── .keep │ │ │ │ ├── meta │ │ │ │ │ └── main.yml │ │ │ │ ├── tasks │ │ │ │ │ ├── capture_namespace.yml │ │ │ │ │ └── main.yml │ │ │ │ └── vars │ │ │ │ │ └── main │ │ │ │ │ └── resources.yml │ │ │ ├── notebooks_cleanup │ │ │ │ ├── defaults │ │ │ │ │ └── main │ │ │ │ │ │ └── config.yml │ │ │ │ ├── files │ │ │ │ │ └── .keep │ │ │ │ ├── meta │ │ │ │ │ └── main.yml │ │ │ │ ├── tasks │ │ │ │ │ └── main.yml │ │ │ │ └── vars │ │ │ │ │ └── main │ │ │ │ │ └── resources.yml │ │ │ ├── notebooks_dashboard_scale_test │ │ │ │ ├── defaults │ │ │ │ │ └── main │ │ │ │ │ │ └── config.yml │ │ │ │ ├── files │ │ │ │ │ ├── .keep │ │ │ │ │ ├── entrypoint.sh │ │ │ │ │ ├── ods-ci │ │ │ │ │ │ ├── dashboard_elyra_scale_test.robot │ │ │ │ │ │ ├── notebook_jupyter_test.robot │ │ │ │ │ │ └── notebook_scale_test_common.resource │ │ │ │ │ ├── s3-artifacts-exporter.sh │ │ │ │ │ └── state-signal_barrier.py │ │ │ │ ├── meta │ │ │ │ │ └── main.yml │ │ │ │ ├── tasks │ │ │ │ │ ├── artifacts.yml │ │ │ │ │ ├── artifacts_driver.yml │ │ │ │ │ ├── artifacts_sutest.yml │ │ │ │ │ └── main.yml │ │ │ │ ├── templates │ │ │ │ │ └── ods-ci_job.yaml │ │ │ │ └── vars │ │ │ │ │ └── main │ │ │ │ │ └── resources.yml │ │ │ ├── notebooks_locust_scale_test │ │ │ │ ├── defaults │ │ │ │ │ └── main │ │ │ │ │ │ └── config.yml │ │ │ │ ├── files │ │ │ │ │ ├── .keep │ │ │ │ │ ├── Containerfile.locust │ │ │ │ │ ├── locust-files │ │ │ │ │ │ ├── common.py │ │ │ │ │ │ ├── dashboard.py │ │ │ │ │ │ ├── entrypoint.py │ │ │ │ │ │ ├── get_leader.py │ │ │ │ │ │ ├── jupyterlab.py │ │ │ │ │ │ ├── locust_users.py │ │ │ │ │ │ ├── locustfile.py │ │ │ │ │ │ ├── oauth.py │ │ │ │ │ │ ├── project.json │ │ │ │ │ │ ├── project.py │ │ │ │ │ │ ├── run_locust_on_laptop.sh │ │ │ │ │ │ ├── run_locust_on_ocp.sh │ │ │ │ │ │ ├── workbench.json │ │ │ │ │ │ └── workbench.py │ │ │ │ │ └── s3-artifacts-exporter.sh │ │ │ │ ├── meta │ │ │ │ │ └── main.yml │ │ │ │ ├── tasks │ │ │ │ │ ├── artifacts_driver.yml │ │ │ │ │ ├── artifacts_sutest.yml │ │ │ │ │ └── main.yml │ │ │ │ ├── templates │ │ │ │ │ └── locust_job.yaml │ │ │ │ └── vars │ │ │ │ │ └── main │ │ │ │ │ └── resources.yml │ │ │ └── notebooks_ods_ci_scale_test │ │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ │ ├── files │ │ │ │ ├── .keep │ │ │ │ ├── entrypoint.sh │ │ │ │ ├── ods-ci │ │ │ │ │ ├── notebook_dsg_test.robot │ │ │ │ │ ├── notebook_jupyter_test.robot │ │ │ │ │ └── notebook_scale_test_common.resource │ │ │ │ ├── s3-artifacts-exporter.sh │ │ │ │ └── state-signal_barrier.py │ │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ │ ├── tasks │ │ │ │ ├── artifacts.yml │ │ │ │ ├── artifacts_driver.yml │ │ │ │ ├── artifacts_sutest.yml │ │ │ │ ├── artifacts_sutest_project.yml │ │ │ │ └── main.yml │ │ │ │ ├── templates │ │ │ │ └── ods-ci_job.yaml │ │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ └── visualizations │ │ │ ├── rhods-dashboard-pipelines │ │ │ ├── analyze │ │ │ │ └── __init__.py │ │ │ ├── data │ │ │ │ ├── machines │ │ │ │ └── plots.yaml │ │ │ ├── lts.py │ │ │ ├── models │ │ │ │ ├── enums.py │ │ │ │ ├── lts.py │ │ │ │ ├── metadata.py │ │ │ │ ├── prom.py │ │ │ │ └── user.py │ │ │ ├── plotting │ │ │ │ ├── __init__.py │ │ │ │ ├── completion.py │ │ │ │ ├── error_report.py │ │ │ │ ├── launch_time.py │ │ │ │ ├── mapping.py │ │ │ │ ├── multi_notebook_spawn_time.py │ │ │ │ ├── notebook_performance.py │ │ │ │ ├── perf_report.py │ │ │ │ ├── prom_report.py │ │ │ │ ├── report.py │ │ │ │ ├── spawntime.py │ │ │ │ └── status.py │ │ │ ├── requirements.txt │ │ │ ├── store.py │ │ │ └── store │ │ │ │ ├── __init__.py │ │ │ │ ├── lts_parser.py │ │ │ │ ├── lts_parser_helpers.py │ │ │ │ ├── parsers.py │ │ │ │ ├── prom.py │ │ │ │ ├── theoretical.py │ │ │ │ └── utils.py │ │ │ ├── rhods-notebooks-performance │ │ │ ├── analyze │ │ │ │ └── __init__.py │ │ │ ├── data │ │ │ │ └── single_notebook_perf.yaml │ │ │ ├── models │ │ │ │ ├── kpi.py │ │ │ │ └── lts.py │ │ │ ├── plotting │ │ │ │ ├── __init__.py │ │ │ │ ├── error_report.py │ │ │ │ ├── notebook_performance.py │ │ │ │ ├── notebook_performance_comparison.py │ │ │ │ └── report.py │ │ │ ├── requirements.txt │ │ │ └── store │ │ │ │ ├── __init__.py │ │ │ │ ├── lts.py │ │ │ │ ├── lts_parser.py │ │ │ │ └── parsers.py │ │ │ └── rhods-notebooks │ │ │ ├── analyze │ │ │ └── __init__.py │ │ │ ├── data │ │ │ ├── machines │ │ │ └── notebook_scale_test_ods_ci.yaml │ │ │ ├── lts.py │ │ │ ├── models │ │ │ ├── enums.py │ │ │ ├── lts.py │ │ │ ├── metadata.py │ │ │ ├── prom.py │ │ │ └── user.py │ │ │ ├── plotting │ │ │ ├── __init__.py │ │ │ ├── completion.py │ │ │ ├── error_report.py │ │ │ ├── launch_time.py │ │ │ ├── mapping.py │ │ │ ├── multi_notebook_spawn_time.py │ │ │ ├── notebook_performance.py │ │ │ ├── perf_report.py │ │ │ ├── prom_report.py │ │ │ ├── report.py │ │ │ ├── spawntime.py │ │ │ └── status.py │ │ │ ├── requirements.txt │ │ │ ├── store.py │ │ │ └── store │ │ │ ├── __init__.py │ │ │ ├── lts_parser.py │ │ │ ├── lts_parser_helpers.py │ │ │ ├── parsers.py │ │ │ ├── prom.py │ │ │ ├── theoretical.py │ │ │ └── utils.py │ ├── ocm │ │ └── toolbox │ │ │ └── ocm_deploy_addon │ │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ │ ├── meta │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ └── main.yml │ │ │ ├── templates │ │ │ └── ocm_addon_template.json.j2 │ │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ ├── ods │ │ └── testing │ │ │ └── cleanup │ │ │ └── zombies.sh │ └── scheduler │ │ ├── subprojects │ │ └── scheduler-load-generator │ │ │ ├── appwrapper.py │ │ │ ├── base_appwrapper.yaml │ │ │ ├── config.py │ │ │ ├── coscheduling.py │ │ │ ├── generator.py │ │ │ ├── job.py │ │ │ ├── k8s_job.py │ │ │ ├── k8s_quantity.py │ │ │ ├── kueue.py │ │ │ ├── preparators │ │ │ ├── existing.py │ │ │ ├── job.py │ │ │ ├── kfjob.py │ │ │ ├── metadata.py │ │ │ ├── sleeper.py │ │ │ └── training.py │ │ │ ├── requirements.txt │ │ │ ├── run.py │ │ │ ├── scheduler.py │ │ │ ├── templates │ │ │ ├── sleeper.yaml │ │ │ └── training.yaml │ │ │ ├── utils.py │ │ │ └── visualize_schedule.py │ │ ├── testing │ │ ├── clusters.sh │ │ ├── command_args.yml.j2 │ │ ├── config.yaml │ │ ├── configure.sh │ │ ├── coscheduling │ │ │ ├── config.yaml │ │ │ ├── rbac.yaml │ │ │ └── secondary-operator.yaml │ │ ├── kueue │ │ │ ├── cluster-queue.yaml │ │ │ ├── local-queue.yaml │ │ │ └── resource-flavor.yaml │ │ ├── kwok-job-controller │ │ │ ├── controller.py │ │ │ ├── stage_pod-complete.yaml │ │ │ ├── stage_pod-not-ready.yaml │ │ │ └── stage_pod-ready.yaml │ │ ├── prepare.py │ │ ├── test.py │ │ ├── test_schedulers.py │ │ └── test_templates.yaml │ │ ├── toolbox │ │ ├── scheduler.py │ │ ├── scheduler_cleanup │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── appwrapper_canary.yaml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── scheduler_create_mcad_canary │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── appwrapper_canary.yaml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── scheduler_deploy_mcad_from_helm │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ └── scheduler_generate_load │ │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ └── .keep │ │ │ ├── meta │ │ │ └── main.yml │ │ │ └── tasks │ │ │ └── main.yml │ │ └── visualizations │ │ └── schedulers │ │ ├── data │ │ ├── plot_multiple_tests.yaml │ │ └── plots.yaml │ │ ├── models │ │ ├── __init__.py │ │ ├── kpi.py │ │ └── lts.py │ │ ├── plotting │ │ ├── __init__.py │ │ ├── compare_report.py │ │ ├── compare_test_speed.py │ │ ├── error_report.py │ │ ├── mapping.py │ │ ├── progress.py │ │ ├── prom_report.py │ │ ├── report.py │ │ ├── resource_allocation.py │ │ ├── resource_creation.py │ │ ├── scheduling.py │ │ └── time_distribution.py │ │ ├── requirements.txt │ │ └── store │ │ ├── __init__.py │ │ ├── lts.py │ │ ├── lts_parser.py │ │ ├── parsers.py │ │ └── prom.py ├── fine_tuning │ ├── testing │ │ ├── clusters.sh │ │ ├── command_args.yml.j2 │ │ ├── config.yaml │ │ ├── configure.sh │ │ ├── kueue │ │ │ ├── cluster-queue.yaml │ │ │ ├── local-queue.yaml │ │ │ └── resource-flavor.yaml │ │ ├── metrics.txt │ │ ├── prepare_finetuning.py │ │ ├── test.py │ │ └── test_finetuning.py │ ├── toolbox │ │ ├── fine_tuning.py │ │ ├── fine_tuning_ray_fine_tuning_job │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ ├── base_config.yaml.j2 │ │ │ │ ├── ray_cluster.yaml.j2 │ │ │ │ └── ray_job.yaml.j2 │ │ │ ├── vars │ │ │ │ └── main │ │ │ │ │ └── resources.yml │ │ │ └── workloads │ │ │ │ ├── ray-benchmark │ │ │ │ ├── app │ │ │ │ │ ├── test_iperf.py │ │ │ │ │ └── test_network_overhead.py │ │ │ │ └── entrypoint │ │ │ │ │ ├── entrypoint.py │ │ │ │ │ └── init_ray_container.py │ │ │ │ └── ray-finetune-llm-deepspeed │ │ │ │ ├── app │ │ │ │ ├── .source │ │ │ │ ├── README.md │ │ │ │ ├── deepspeed_configs │ │ │ │ │ ├── zero_3_llama_2_13b.json │ │ │ │ │ ├── zero_3_llama_2_70b.json │ │ │ │ │ └── zero_3_llama_2_7b.json │ │ │ │ ├── lora.json │ │ │ │ ├── ray_finetune_llm_deepspeed.ipynb │ │ │ │ ├── ray_finetune_llm_deepspeed.py │ │ │ │ ├── ray_test.py │ │ │ │ ├── requirements.txt │ │ │ │ ├── training.py │ │ │ │ ├── utils.py │ │ │ │ └── zero_3_offload_optim_param.json │ │ │ │ └── entrypoint │ │ │ │ ├── convert_alpaca.py │ │ │ │ ├── convert_dataset_helper.py │ │ │ │ ├── convert_replicate.py │ │ │ │ ├── entrypoint.sh │ │ │ │ ├── prepare_dataset.sh │ │ │ │ ├── study_dataset.py │ │ │ │ └── synthetic_dataset.txt │ │ └── fine_tuning_run_fine_tuning_job │ │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ └── entrypoint │ │ │ │ ├── convert_alpaca.py │ │ │ │ ├── convert_dataset_helper.py │ │ │ │ ├── convert_replicate.py │ │ │ │ ├── entrypoint.sh │ │ │ │ ├── run_fms.sh │ │ │ │ ├── run_ilab.sh │ │ │ │ ├── study_dataset.py │ │ │ │ └── synthetic_dataset.txt │ │ │ ├── meta │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ └── main.yml │ │ │ ├── templates │ │ │ ├── fine_tuning_job.yaml.j2 │ │ │ ├── fms_base_config.yaml.j2 │ │ │ ├── ilab_base_config.yaml.j2 │ │ │ └── retrieval_pod.yaml.j2 │ │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ └── visualizations │ │ ├── fine_tuning │ │ ├── analyze │ │ │ └── __init__.py │ │ ├── data │ │ │ ├── fms.yaml │ │ │ ├── ilab_training.yaml │ │ │ └── ray_benchmark.yaml │ │ ├── models │ │ │ ├── __init__.py │ │ │ ├── fms │ │ │ │ ├── kpi.py │ │ │ │ └── lts.py │ │ │ └── ilab │ │ │ │ ├── kpi.py │ │ │ │ └── lts.py │ │ ├── plotting │ │ │ ├── __init__.py │ │ │ ├── error_report.py │ │ │ ├── ilab_training.py │ │ │ ├── ray_benchmark.py │ │ │ ├── report.py │ │ │ └── sfttrainer.py │ │ ├── requirements.txt │ │ └── store │ │ │ ├── __init__.py │ │ │ ├── fms_lts_parser.py │ │ │ ├── ilab_lts_parser.py │ │ │ └── parsers.py │ │ ├── fine_tuning_prom │ │ ├── analyze │ │ │ └── __init__.py │ │ ├── data │ │ │ ├── fms.yaml │ │ │ ├── ilab_training.yaml │ │ │ └── ray_benchmark.yaml │ │ ├── models │ │ │ ├── __init__.py │ │ │ ├── fms_kpi.py │ │ │ ├── fms_lts.py │ │ │ ├── ilab_kpi.py │ │ │ └── ilab_lts.py │ │ ├── plotting │ │ │ ├── __init__.py │ │ │ ├── prom_report.py │ │ │ └── summary.py │ │ ├── requirements.txt │ │ └── store │ │ │ ├── __init__.py │ │ │ ├── fms_lts_parser.py │ │ │ ├── ilab_lts_parser.py │ │ │ ├── lts_parser.py │ │ │ ├── parsers.py │ │ │ └── prom.py │ │ ├── fms_hf_tuning │ │ ├── fms_prom │ │ ├── ibm_comparison │ │ ├── data │ │ │ └── plots.yaml │ │ ├── models │ │ │ ├── __init__.py │ │ │ ├── kpi.py │ │ │ └── lts.py │ │ ├── plotting │ │ │ ├── __init__.py │ │ │ ├── comparison.py │ │ │ └── comparison_report.py │ │ ├── requirements.txt │ │ └── store │ │ │ ├── __init__.py │ │ │ ├── lts_parser.py │ │ │ └── parsers.py │ │ ├── ilab_prom │ │ ├── ilab_training │ │ ├── ray_benchmark │ │ └── ray_prom ├── gpu_operator │ ├── library │ │ └── prepare_gpu_operator.py │ └── toolbox │ │ ├── gpu_operator.py │ │ ├── gpu_operator_capture_deployment_state │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ └── vars │ │ │ └── main │ │ │ └── main.yml │ │ ├── gpu_operator_deploy_from_operatorhub │ │ ├── defaults │ │ │ └── main │ │ │ │ ├── bundle.yml │ │ │ │ ├── config.yml │ │ │ │ └── main.yml │ │ ├── files │ │ │ └── 010_namespace.yml │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ ├── deploy_clusterpolicy.yml │ │ │ ├── deploy_from_bundle.yml │ │ │ ├── deploy_from_catalog.yml │ │ │ └── main.yml │ │ ├── templates │ │ │ ├── 010_operator_group.yml.j2 │ │ │ └── 020_operator_sub.yml.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── gpu_operator_enable_time_sharing │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── configmap.yaml.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── gpu_operator_extend_metrics │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ ├── .keep │ │ │ ├── dcgm-metrics.csv │ │ │ └── well-known.csv │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── configmap.yaml.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── gpu_operator_get_csv_version │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── gpu_operator_run_gpu_burn │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ ├── entrypoint.sh │ │ │ └── gpu-burn │ │ │ │ ├── LICENSE │ │ │ │ ├── Makefile │ │ │ │ ├── README.md │ │ │ │ ├── compare.cu │ │ │ │ └── gpu_burn-drv.cpp │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── gpu_burn_pod.yml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── gpu_operator_set_namespace │ │ └── tasks │ │ │ └── main.yml │ │ ├── gpu_operator_undeploy_from_operatorhub │ │ ├── meta │ │ │ └── main.yml │ │ └── tasks │ │ │ └── main.yml │ │ ├── gpu_operator_wait_deployment │ │ ├── files │ │ │ └── fetch_pod_metrics.sh │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ ├── main.yml │ │ │ └── metrics.yml │ │ └── vars │ │ │ └── main │ │ │ └── main.yml │ │ ├── gpu_operator_wait_stack_deployed │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── nfd.py │ │ ├── nfd_has_labels │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ └── vars │ │ │ └── main │ │ │ └── main.yml │ │ ├── nfd_operator.py │ │ ├── nfd_operator_deploy_from_operatorhub │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ ├── 010_namespace.yml │ │ │ └── 020_operatorgroup.yml │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── 030_operator_sub.yml.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── nfd_operator_undeploy_from_operatorhub │ │ ├── files │ │ │ └── 010_namespace.yml │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── 030_operator_sub.yml.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── nfd_test_wait_gpu │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── meta │ │ │ └── main.yml │ │ └── tasks │ │ │ └── main.yml │ │ └── nfd_test_wait_labels │ │ ├── meta │ │ └── main.yml │ │ └── tasks │ │ └── main.yml ├── jump_ci │ ├── readme.md │ ├── testing │ │ ├── command_args.yml.j2 │ │ ├── config.yaml │ │ ├── prepare_jump_ci.py │ │ ├── run │ │ ├── test.py │ │ ├── tunnelling.py │ │ ├── utils.py │ │ └── utils_gethostname.py │ └── toolbox │ │ ├── jump_ci.py │ │ ├── jump_ci_ensure_lock │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── .keep │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── jump_ci_prepare_step │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ ├── .keep │ │ │ └── entrypoint.sh.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── jump_ci_prepare_topsail │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── .keep │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── jump_ci_release_lock │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── .keep │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── jump_ci_retrieve_artifacts │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── .keep │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ └── jump_ci_take_lock │ │ ├── defaults │ │ └── main │ │ │ └── config.yml │ │ ├── files │ │ └── .keep │ │ ├── tasks │ │ └── main.yml │ │ ├── templates │ │ └── .keep │ │ └── vars │ │ └── main │ │ └── resources.yml ├── kserve │ ├── testing │ │ ├── clusters.sh │ │ ├── command_args.yml.j2 │ │ ├── config.yaml │ │ ├── configure.sh │ │ ├── images │ │ │ └── Containerfile.e2e_test_user │ │ ├── metrics.txt │ │ ├── model.py │ │ ├── poc │ │ │ ├── 1-prerequisite-operators.sh │ │ │ ├── 2-required-crs.sh │ │ │ ├── cert │ │ │ │ └── gen-cert.go │ │ │ ├── check-env-variables.sh │ │ │ ├── custom-manifests │ │ │ │ ├── opendatahub │ │ │ │ │ └── kserve-dsc.yaml │ │ │ │ └── service-mesh │ │ │ │ │ └── default-smmr.yaml │ │ │ ├── env.sh │ │ │ ├── kserve-install.sh │ │ │ ├── prepare.sh │ │ │ └── utils.sh │ │ ├── prepare_kserve.py │ │ ├── prepare_scale.py │ │ ├── protos │ │ │ └── tgis_generation.proto │ │ ├── test.py │ │ ├── test_e2e.py │ │ └── test_scale.py │ ├── toolbox │ │ ├── kserve.py │ │ ├── kserve_capture_operators_state │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── capture_pods.yaml │ │ │ │ ├── main.yml │ │ │ │ └── serverless.yaml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── kserve_capture_state │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── kserve_deploy_model │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ ├── .keep │ │ │ │ ├── patch │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ ├── patch-inferenceservice.yaml │ │ │ │ │ └── patch-servingruntime.yaml │ │ │ │ ├── standalone-tgis │ │ │ │ │ ├── base │ │ │ │ │ │ ├── configuration.yaml │ │ │ │ │ │ ├── inferenceservice.yaml │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── servingruntime.yaml │ │ │ │ │ └── models │ │ │ │ │ │ ├── codellama-34b-instruct-hf │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ ├── flan-t5-small │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ ├── flan-t5-xl │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ ├── flan-t5-xxl │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ ├── granite-20b-code-instruct │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ ├── granite-3b-code-instruct │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ ├── granite-8b-code-instruct │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ ├── japanese-llama-2-7b-instruct │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ ├── llama-2-13b-chat-hf │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ ├── llama-2-70b-chat-hf │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ ├── llama-3-70b-instruct │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ ├── llama-3-8b-instruct │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ ├── mistral-7b-instruct-v02 │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ │ │ └── mpt-7b-instruct2 │ │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ │ └── patch.yaml │ │ │ │ └── vllm │ │ │ │ │ ├── base │ │ │ │ │ ├── configuration.yaml │ │ │ │ │ ├── inferenceservice.yaml │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── servingruntime.yaml │ │ │ │ │ └── models │ │ │ │ │ ├── codellama-34b-instruct-hf │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ ├── granite-20b-code-instruct │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ ├── granite-3.0-8b-instruct │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ ├── granite-3b-code-instruct │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ ├── granite-8b-code-instruct │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ ├── japanese-llama-2-7b-instruct │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ ├── llama-2-13b-chat-hf │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ ├── llama-2-70b-chat-hf │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ ├── llama-3-70b-instruct │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ ├── llama-3-8b-instruct │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ ├── mistral-7b-instruct-v02 │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ ├── mixtral-8x7b │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ ├── mpt-7b-instruct2 │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ │ │ └── phi-2 │ │ │ │ │ ├── kustomization.yaml │ │ │ │ │ └── patch.yaml │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ ├── kustomization.yaml.j2 │ │ │ │ ├── patch-inferenceservice.yaml.j2 │ │ │ │ └── patch-servingruntime.yaml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── kserve_extract_protos │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── kserve_extract_protos_grpcurl │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── kserve_undeploy_model │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ └── kserve_validate_model │ │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ └── .keep │ │ │ ├── meta │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ ├── main.yml │ │ │ ├── validate_model_standalone-tgis.yaml │ │ │ └── validate_model_vllm.yaml │ │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ └── visualizations │ │ ├── kserve-llm │ │ ├── analyze │ │ │ └── __init__.py │ │ ├── data │ │ │ └── plots.yaml │ │ ├── models │ │ │ ├── __init__.py │ │ │ ├── kpi.py │ │ │ └── lts.py │ │ ├── plotting │ │ │ ├── __init__.py │ │ │ ├── error_report.py │ │ │ ├── errors.py │ │ │ ├── latency.py │ │ │ ├── lts.py │ │ │ ├── report.py │ │ │ └── throughput.py │ │ ├── requirements.txt │ │ └── store │ │ │ ├── __init__.py │ │ │ ├── lts_parser.py │ │ │ └── parsers.py │ │ ├── kserve-prom │ │ ├── analyze │ │ │ └── __init__.py │ │ ├── data │ │ │ └── plots.yaml │ │ ├── models │ │ │ ├── __init__.py │ │ │ ├── kpi.py │ │ │ └── lts.py │ │ ├── plotting │ │ │ ├── __init__.py │ │ │ └── prom_report.py │ │ ├── requirements.txt │ │ └── store │ │ │ ├── __init__.py │ │ │ ├── lts_parser.py │ │ │ ├── parsers.py │ │ │ └── prom.py │ │ └── kserve-scale │ │ ├── analyze │ │ └── __init__.py │ │ ├── data │ │ └── plots.yaml │ │ ├── models │ │ ├── __init__.py │ │ └── lts.py │ │ ├── plotting │ │ ├── __init__.py │ │ ├── conditions.py │ │ ├── error_report.py │ │ ├── grpc_distribution.py │ │ ├── load_time.py │ │ ├── prom_report.py │ │ ├── report.py │ │ ├── resource_creation.py │ │ └── user_progress.py │ │ ├── requirements.txt │ │ └── store │ │ ├── __init__.py │ │ ├── lts_parser.py │ │ ├── parsers.py │ │ └── prom.py ├── llm_load_test │ └── toolbox │ │ ├── llm_load_test.py │ │ └── llm_load_test_run │ │ ├── defaults │ │ └── main │ │ │ └── config.yml │ │ ├── files │ │ └── .keep │ │ ├── tasks │ │ └── main.yml │ │ ├── templates │ │ └── llm-load-test-config.yaml.j2 │ │ └── vars │ │ └── main │ │ └── resources.yml ├── local_ci │ ├── library │ │ └── prepare_user_pods.py │ ├── subprojects │ │ └── state-signal-utils │ │ │ └── state-signal_barrier.py │ ├── testing │ │ ├── command_args.yml.j2 │ │ ├── config.yaml │ │ ├── configure.sh │ │ └── run │ └── toolbox │ │ ├── local_ci.py │ │ ├── local_ci_run │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ ├── execution_pod.yml │ │ │ ├── image_builder.yml │ │ │ ├── imagestream.yml │ │ │ ├── namespace.yml │ │ │ ├── operator_ci_utils.yml │ │ │ └── operator_ci_utils_namespace.yml │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── pod.yaml.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ └── local_ci_run_multi │ │ ├── defaults │ │ └── main │ │ │ └── config.yml │ │ ├── files │ │ ├── execution_pod.yml │ │ ├── image_builder.yml │ │ ├── imagestream.yml │ │ ├── namespace.yml │ │ ├── operator_ci_utils.yml │ │ └── operator_ci_utils_namespace.yml │ │ ├── meta │ │ └── main.yml │ │ ├── tasks │ │ └── main.yml │ │ ├── templates │ │ └── job.yaml.j2 │ │ └── vars │ │ └── main │ │ └── resources.yml ├── mac_ai │ ├── testing │ │ ├── brew.py │ │ ├── command_args.yml.j2 │ │ ├── config.yaml │ │ ├── entrypoint.py │ │ ├── images │ │ │ └── llama_cpp.containerfile │ │ ├── inference_server_sample.py │ │ ├── krunkit.py │ │ ├── lightspeed.py │ │ ├── llama_cpp.py │ │ ├── ollama.py │ │ ├── podman.py │ │ ├── podman_machine.py │ │ ├── prepare_llama_cpp.py │ │ ├── prepare_mac_ai.py │ │ ├── prepare_release.py │ │ ├── prepare_release_common.py │ │ ├── prepare_release_linux.py │ │ ├── prepare_release_mac.py │ │ ├── prepare_virglrenderer.py │ │ ├── ramalama.py │ │ ├── scripts │ │ │ ├── check_podman_machine_status.sh │ │ │ ├── krunkit.entitlements │ │ │ ├── podman_start_machine.api_remoting.sh │ │ │ └── update_krunkit.sh │ │ ├── test.py │ │ ├── test_mac_ai.py │ │ └── utils.py │ ├── toolbox │ │ ├── mac_ai.py │ │ ├── mac_ai_remote_build_virglrenderer │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── .keep │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── mac_ai_remote_capture_cpu_ram_usage │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── .keep │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── mac_ai_remote_capture_power_usage │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── .keep │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── mac_ai_remote_capture_system_state │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── .keep │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── mac_ai_remote_capture_virtgpu_memory │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── .keep │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── mac_ai_remote_llama_cpp_pull_model │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── .keep │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── mac_ai_remote_llama_cpp_run_bench │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── .keep │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── mac_ai_remote_llama_cpp_run_model │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── .keep │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── mac_ai_remote_ollama_pull_model │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── .keep │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── mac_ai_remote_ollama_run_model │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── .keep │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── mac_ai_remote_ollama_start │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── .keep │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── mac_ai_remote_ramalama_run_bench │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── .keep │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ └── mac_ai_remote_ramalama_run_model │ │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ └── .keep │ │ │ ├── tasks │ │ │ └── main.yml │ │ │ ├── templates │ │ │ └── .keep │ │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ └── visualizations │ │ └── llm_load_test │ │ ├── analyze │ │ └── __init__.py │ │ ├── data │ │ └── plots.yaml │ │ ├── models │ │ ├── __init__.py │ │ ├── kpi.py │ │ └── lts.py │ │ ├── plotting │ │ ├── __init__.py │ │ ├── cpu_ram.py │ │ ├── error_report.py │ │ ├── errors.py │ │ ├── latency.py │ │ ├── llama_bench.py │ │ ├── lts.py │ │ ├── power.py │ │ ├── report.py │ │ └── throughput.py │ │ ├── requirements.txt │ │ └── store │ │ ├── __init__.py │ │ ├── lts_parser.py │ │ └── parsers.py ├── matrix_benchmarking │ ├── library │ │ ├── matbenchmark.py │ │ └── visualize.py │ └── visualizations │ │ └── helpers │ │ ├── analyze │ │ └── __init__.py │ │ ├── plotting │ │ ├── html.py │ │ ├── kpi_plot.py │ │ ├── kpi_table.py │ │ ├── lts_documentation.py │ │ ├── prom │ │ │ ├── __init__.py │ │ │ └── cpu_memory.py │ │ ├── report.py │ │ ├── styles_css.py │ │ └── units.py │ │ └── store │ │ ├── __init__.py │ │ ├── k8s_quantity.py │ │ ├── parsers.py │ │ └── prom.py ├── pipelines │ ├── testing │ │ ├── clusters.sh │ │ ├── command_args.yml.j2 │ │ ├── config.yaml │ │ ├── configure.sh │ │ ├── notebooks │ │ │ ├── hash │ │ │ │ ├── hash.py │ │ │ │ └── kfp_hash.ipynb │ │ │ ├── hello-world │ │ │ │ ├── kfp_hello_world.ipynb │ │ │ │ └── pipeline.py │ │ │ ├── iris │ │ │ │ ├── kfp_iris.ipynb │ │ │ │ └── pipeline.py │ │ │ ├── pi │ │ │ │ ├── kfp_pi.ipynb │ │ │ │ └── pi.py │ │ │ └── timed-multistage │ │ │ │ ├── kfp_timed_multistage.ipynb │ │ │ │ └── timed_multistage.py │ │ └── test.py │ ├── toolbox │ │ ├── pipelines.py │ │ ├── pipelines_capture_notebooks_state │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── capture_namespace.yml │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── pipelines_capture_state │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── pipelines_deploy_application │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── application.yaml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ └── pipelines_run_kfp_notebook │ │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ └── .keep │ │ │ ├── meta │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ ├── artifacts.yml │ │ │ └── main.yml │ │ │ ├── templates │ │ │ └── notebook.yaml │ │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ └── visualizations │ │ └── rhods-pipelines │ │ ├── analyze │ │ └── __init__.py │ │ ├── data │ │ └── scale_test.yaml │ │ ├── models │ │ ├── __init__.py │ │ ├── kpi.py │ │ └── lts.py │ │ ├── plotting │ │ ├── __init__.py │ │ ├── error_report.py │ │ ├── mapping.py │ │ ├── perf_report.py │ │ ├── prom_report.py │ │ ├── report.py │ │ ├── spawntime.py │ │ └── status.py │ │ ├── requirements.txt │ │ └── store │ │ ├── __init__.py │ │ ├── lts_parser.py │ │ ├── parsers.py │ │ └── prom.py ├── remote │ ├── lib │ │ ├── remote_access.py │ │ └── utils.py │ └── toolbox │ │ ├── remote.py │ │ ├── remote_build_image │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ └── tasks │ │ │ └── main.yaml │ │ ├── remote_clone │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ └── tasks │ │ │ └── main.yaml │ │ ├── remote_download │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ └── tasks │ │ │ ├── main.yml │ │ │ ├── unix.yml │ │ │ └── windows.yml │ │ └── remote_retrieve │ │ ├── defaults │ │ └── main │ │ │ └── config.yml │ │ └── tasks │ │ ├── main.yaml │ │ ├── unix.yml │ │ └── windows.yml ├── repo │ ├── scripts │ │ ├── ansible_default_config.py │ │ ├── toolbox_rst_documentation.py │ │ ├── validate_no_wip.sh │ │ ├── validate_role_files.py │ │ └── validate_role_vars_used.py │ └── toolbox │ │ ├── check_deps │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ └── tasks │ │ │ └── main.yml │ │ ├── notifications │ │ ├── github │ │ │ ├── api.py │ │ │ └── gen_jwt.py │ │ ├── send.py │ │ └── slack │ │ │ └── api.py │ │ ├── repo.py │ │ └── template │ │ ├── defaults │ │ └── main │ │ │ └── config.yml │ │ ├── files │ │ └── .keep │ │ ├── meta │ │ └── main.yml │ │ ├── tasks │ │ └── main.yml │ │ ├── templates │ │ └── .keep │ │ └── vars │ │ └── main │ │ └── resources.yml ├── rhods │ ├── library │ │ └── prepare_rhoai.py │ ├── toolbox │ │ ├── rhods.py │ │ ├── rhods_capture_state │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── rhods_delete_ods │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ └── tasks │ │ │ │ ├── delete_ns.yaml │ │ │ │ ├── delete_resources.yaml │ │ │ │ └── main.yml │ │ ├── rhods_deploy_ods │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── catalog.yml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── rhods_undeploy_ods │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── cm_delete.yml │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── rhods_update_datasciencecluster │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ ├── .keep │ │ │ │ └── datascience_empty_cluster.yaml │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ ├── templates │ │ │ │ └── datascience_cluster.yaml.j2 │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ ├── rhods_wait_odh │ │ │ ├── defaults │ │ │ │ └── main │ │ │ │ │ └── config.yml │ │ │ ├── files │ │ │ │ └── .keep │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ └── main.yml │ │ │ └── vars │ │ │ │ └── main │ │ │ │ └── resources.yml │ │ └── rhods_wait_ods │ │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ │ ├── meta │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ └── main.yml │ │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ └── utils │ │ ├── brew-registry-icsp.yaml │ │ ├── image-config.yaml │ │ └── setup.sh ├── server │ └── toolbox │ │ ├── server.py │ │ ├── server_deploy_ldap │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ ├── .keep │ │ │ ├── deploy-ldap.yml │ │ │ └── ldapgen.py │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ ├── bind-secret.yml │ │ │ ├── oauth-ldap.yml.j2 │ │ │ ├── ocm_identity.json │ │ │ └── secret.yml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── server_deploy_minio_s3_server │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ ├── .keep │ │ │ └── deploy_minio.yaml │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── server_deploy_nginx_server │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ ├── deploy_nginx.yaml │ │ │ └── nginx.conf │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ ├── templates │ │ │ └── .keep │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── server_deploy_opensearch │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ └── .keep │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yaml │ │ ├── templates │ │ │ ├── deploy.yaml.j2 │ │ │ ├── internal_users.yaml.j2 │ │ │ └── opensearch_dashboards.yaml.j2 │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ ├── server_deploy_redis_server │ │ ├── defaults │ │ │ └── main │ │ │ │ └── config.yml │ │ ├── files │ │ │ ├── .keep │ │ │ └── deploy_redis.yaml │ │ ├── meta │ │ │ └── main.yml │ │ ├── tasks │ │ │ └── main.yml │ │ └── vars │ │ │ └── main │ │ │ └── resources.yml │ │ └── server_undeploy_ldap │ │ ├── defaults │ │ └── main │ │ │ └── config.yml │ │ ├── files │ │ ├── meta │ │ └── main.yml │ │ ├── tasks │ │ └── main.yml │ │ ├── templates │ │ └── vars │ │ └── main │ │ └── resources.yml ├── skeleton │ ├── testing │ │ ├── clusters.sh │ │ ├── command_args.yml.j2 │ │ ├── config.yaml │ │ ├── configure.sh │ │ └── test.py │ └── visualizations │ │ └── skeleton │ │ ├── analyze │ │ └── __init__.py │ │ ├── data │ │ └── plots.yaml │ │ ├── models │ │ ├── __init__.py │ │ ├── kpi.py │ │ └── lts.py │ │ ├── plotting │ │ ├── __init__.py │ │ ├── error_report.py │ │ ├── prom_report.py │ │ └── report.py │ │ ├── requirements.txt │ │ └── store │ │ ├── __init__.py │ │ ├── lts_parser.py │ │ ├── parsers.py │ │ └── prom.py └── storage │ └── toolbox │ ├── storage.py │ ├── storage_deploy_aws_efs │ ├── defaults │ │ └── main │ │ │ └── config.yml │ ├── files │ │ └── .keep │ ├── meta │ │ └── main.yml │ ├── tasks │ │ ├── aws-efs.yaml │ │ ├── main.yml │ │ └── ocp-efs.yaml │ ├── templates │ │ ├── cluster-csi-driver.yml.j2 │ │ └── storage-class.yml.j2 │ └── vars │ │ └── main │ │ └── resources.yml │ ├── storage_deploy_nfs_provisioner │ ├── defaults │ │ └── main │ │ │ └── config.yml │ ├── files │ │ ├── .keep │ │ └── nfs-server-and-provisioner │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── deploy │ │ │ ├── class.yaml │ │ │ ├── deployment.yaml │ │ │ ├── export-pv-claim.yaml │ │ │ ├── rbac.yaml │ │ │ └── scc.yaml │ │ │ ├── source │ │ │ └── usage │ │ │ ├── claim.yaml │ │ │ ├── pod-1.yaml │ │ │ └── pod-2.yaml │ ├── meta │ │ └── main.yml │ ├── tasks │ │ └── main.yml │ └── vars │ │ └── main │ │ └── resources.yml │ ├── storage_download_to_image │ ├── defaults │ │ └── main │ │ │ └── config.yml │ ├── files │ │ └── entrypoint.sh │ ├── meta │ │ └── main.yml │ ├── tasks │ │ └── main.yml │ ├── templates │ │ └── pod.yml.j2 │ └── vars │ │ └── main │ │ └── resources.yml │ └── storage_download_to_pvc │ ├── defaults │ └── main │ │ └── config.yml │ ├── files │ └── entrypoint.sh │ ├── meta │ └── main.yml │ ├── tasks │ └── main.yml │ ├── templates │ ├── pod.yml.j2 │ └── pvc.yml.j2 │ └── vars │ └── main │ └── resources.yml ├── requirements-light.txt ├── requirements.txt ├── run_toolbox.py ├── testing ├── README.md ├── rhoai.py ├── run ├── secrets.sample │ ├── .awscred │ └── PSAP_ODS_SECRET_PATH │ │ ├── README.md │ │ ├── brew.registry.redhat.io.token │ │ ├── create_osd_cluster.password │ │ ├── get_cluster.password │ │ ├── git-credentials │ │ ├── opensearch.yaml │ │ ├── pull-secret │ │ ├── s3_ldap.passwords │ │ └── ssh-publickey └── utils │ ├── _common.sh │ ├── ci_init_configure.sh │ ├── configure.sh │ ├── configure_overrides.sh │ ├── configure_set_presets.sh │ ├── gather-extra.sh │ ├── generate_plot_index.py │ ├── logging.sh │ ├── openshift_ci │ └── pr_args.sh │ ├── process_ctrl.sh │ ├── sizing │ ├── machines │ ├── sizing │ └── sizing.icelake.sh │ └── test.sh └── variable_overrides.yaml.sample /.claude/settings.local.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.claude/settings.local.json -------------------------------------------------------------------------------- /.claude/skills/topsail-ci/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.claude/skills/topsail-ci/SKILL.md -------------------------------------------------------------------------------- /.github/renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.github/renovate.json -------------------------------------------------------------------------------- /.github/steps/prepare_minimal_ubuntu_image/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.github/steps/prepare_minimal_ubuntu_image/action.yml -------------------------------------------------------------------------------- /.github/workflows/ansible-lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.github/workflows/ansible-lint.yml -------------------------------------------------------------------------------- /.github/workflows/build_docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.github/workflows/build_docs.yml -------------------------------------------------------------------------------- /.github/workflows/check_consistency.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.github/workflows/check_consistency.yml -------------------------------------------------------------------------------- /.github/workflows/check_generated_ansible.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.github/workflows/check_generated_ansible.yml -------------------------------------------------------------------------------- /.github/workflows/check_generated_toolbox_rst.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.github/workflows/check_generated_toolbox_rst.yml -------------------------------------------------------------------------------- /.github/workflows/check_python_syntax.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.github/workflows/check_python_syntax.yml -------------------------------------------------------------------------------- /.github/workflows/check_wip.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.github/workflows/check_wip.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitleaks.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.gitleaks.toml -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.gitmodules -------------------------------------------------------------------------------- /.tekton/build-image.pipeline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.tekton/build-image.pipeline.yaml -------------------------------------------------------------------------------- /.tekton/build-image.pipelinerun.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.tekton/build-image.pipelinerun.yaml -------------------------------------------------------------------------------- /.tekton/build-light-image.pipelinerun.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/.tekton/build-light-image.pipelinerun.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/LICENSE -------------------------------------------------------------------------------- /OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/OWNERS -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/README.rst -------------------------------------------------------------------------------- /ansible-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/ansible-config/README.md -------------------------------------------------------------------------------- /ansible-config/ansible-lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/ansible-config/ansible-lint.yml -------------------------------------------------------------------------------- /ansible-config/ansible.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/ansible-config/ansible.cfg -------------------------------------------------------------------------------- /ansible-config/callback_plugins/human_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/ansible-config/callback_plugins/human_log.py -------------------------------------------------------------------------------- /ansible-config/callback_plugins/json_to_logfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/ansible-config/callback_plugins/json_to_logfile.py -------------------------------------------------------------------------------- /ansible-config/inventory/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/ansible-config/inventory/hosts -------------------------------------------------------------------------------- /ansible-config/yamllint.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/ansible-config/yamllint.conf -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- 1 | _build 2 | -------------------------------------------------------------------------------- /docs/.patch/sphinx-versioning.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/.patch/sphinx-versioning.patch -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/README.rst -------------------------------------------------------------------------------- /docs/_static/ci-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/_static/ci-dashboard.png -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/contributing.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/contributing.rst -------------------------------------------------------------------------------- /docs/extending/orchestration.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/extending/orchestration.rst -------------------------------------------------------------------------------- /docs/extending/toolbox.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/extending/toolbox.rst -------------------------------------------------------------------------------- /docs/extending/visualization.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/extending/visualization.rst -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/intro.rst: -------------------------------------------------------------------------------- 1 | .. include:: ../README.rst -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.build_push_image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.build_push_image.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.capture_environment.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.capture_environment.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.create_htpasswd_adminuser.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.create_htpasswd_adminuser.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.create_osd.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.create_osd.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.deploy_operator.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.deploy_operator.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.destroy_ocp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.destroy_ocp.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.destroy_osd.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.destroy_osd.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.dump_prometheus_db.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.dump_prometheus_db.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.fill_workernodes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.fill_workernodes.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.preload_image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.preload_image.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.query_prometheus_db.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.query_prometheus_db.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.reset_prometheus_db.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.reset_prometheus_db.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.set_project_annotation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.set_project_annotation.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.set_scale.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.set_scale.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.update_pods_per_node.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.update_pods_per_node.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.upgrade_to_image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.upgrade_to_image.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Cluster.wait_fully_awake.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Cluster.wait_fully_awake.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Configure.apply.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Configure.apply.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Configure.enter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Configure.enter.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Configure.get.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Configure.get.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Configure.name.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Configure.name.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Container_Bench.capture_power_usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Container_Bench.capture_power_usage.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Container_Bench.copy_file.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Container_Bench.copy_file.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Container_Bench.copy_file_to_remote.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Container_Bench.copy_file_to_remote.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Container_Bench.create_benchmark.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Container_Bench.create_benchmark.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Container_Bench.exec_benchmark.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Container_Bench.exec_benchmark.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Container_Bench.pip_install_remote.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Container_Bench.pip_install_remote.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Container_Bench.run_benchmark.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Container_Bench.run_benchmark.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Container_Bench.start_benchmark.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Container_Bench.start_benchmark.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Crc.refresh_image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Crc.refresh_image.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Fine_Tuning.ray_fine_tuning_job.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Fine_Tuning.ray_fine_tuning_job.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Fine_Tuning.run_fine_tuning_job.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Fine_Tuning.run_fine_tuning_job.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/From_Config.run.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/From_Config.run.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Gpu_Operator.deploy_cluster_policy.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Gpu_Operator.deploy_cluster_policy.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Gpu_Operator.deploy_from_bundle.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Gpu_Operator.deploy_from_bundle.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Gpu_Operator.enable_time_sharing.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Gpu_Operator.enable_time_sharing.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Gpu_Operator.extend_metrics.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Gpu_Operator.extend_metrics.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Gpu_Operator.get_csv_version.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Gpu_Operator.get_csv_version.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Gpu_Operator.run_gpu_burn.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Gpu_Operator.run_gpu_burn.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Gpu_Operator.wait_deployment.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Gpu_Operator.wait_deployment.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Gpu_Operator.wait_stack_deployed.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Gpu_Operator.wait_stack_deployed.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Jump_Ci.ensure_lock.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Jump_Ci.ensure_lock.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Jump_Ci.prepare_step.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Jump_Ci.prepare_step.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Jump_Ci.prepare_topsail.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Jump_Ci.prepare_topsail.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Jump_Ci.release_lock.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Jump_Ci.release_lock.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Jump_Ci.retrieve_artifacts.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Jump_Ci.retrieve_artifacts.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Jump_Ci.take_lock.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Jump_Ci.take_lock.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Kserve.capture_operators_state.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Kserve.capture_operators_state.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Kserve.capture_state.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Kserve.capture_state.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Kserve.deploy_model.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Kserve.deploy_model.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Kserve.extract_protos.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Kserve.extract_protos.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Kserve.extract_protos_grpcurl.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Kserve.extract_protos_grpcurl.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Kserve.undeploy_model.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Kserve.undeploy_model.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Kserve.validate_model.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Kserve.validate_model.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Llm_Load_Test.run.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Llm_Load_Test.run.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Local_Ci.run.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Local_Ci.run.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Local_Ci.run_multi.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Local_Ci.run_multi.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Mac_Ai.remote_build_virglrenderer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Mac_Ai.remote_build_virglrenderer.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Mac_Ai.remote_capture_cpu_ram_usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Mac_Ai.remote_capture_cpu_ram_usage.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Mac_Ai.remote_capture_power_usage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Mac_Ai.remote_capture_power_usage.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Mac_Ai.remote_capture_system_state.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Mac_Ai.remote_capture_system_state.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Mac_Ai.remote_llama_cpp_pull_model.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Mac_Ai.remote_llama_cpp_pull_model.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Mac_Ai.remote_llama_cpp_run_bench.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Mac_Ai.remote_llama_cpp_run_bench.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Mac_Ai.remote_llama_cpp_run_model.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Mac_Ai.remote_llama_cpp_run_model.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Mac_Ai.remote_ollama_pull_model.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Mac_Ai.remote_ollama_pull_model.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Mac_Ai.remote_ollama_run_model.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Mac_Ai.remote_ollama_run_model.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Mac_Ai.remote_ollama_start.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Mac_Ai.remote_ollama_start.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Mac_Ai.remote_ramalama_run_bench.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Mac_Ai.remote_ramalama_run_bench.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Mac_Ai.remote_ramalama_run_model.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Mac_Ai.remote_ramalama_run_model.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Nfd.has_gpu_nodes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Nfd.has_gpu_nodes.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Nfd.has_labels.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Nfd.has_labels.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Nfd.wait_gpu_nodes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Nfd.wait_gpu_nodes.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Nfd.wait_labels.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Nfd.wait_labels.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Pipelines.capture_notebooks_state.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Pipelines.capture_notebooks_state.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Pipelines.capture_state.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Pipelines.capture_state.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Pipelines.deploy_application.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Pipelines.deploy_application.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Pipelines.run_kfp_notebook.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Pipelines.run_kfp_notebook.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Remote.build_image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Remote.build_image.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Remote.clone.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Remote.clone.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Remote.download.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Remote.download.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Remote.retrieve.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Remote.retrieve.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Repo.generate_toolbox_related_files.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Repo.generate_toolbox_related_files.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Repo.send_cpt_notification.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Repo.send_cpt_notification.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Repo.validate_no_broken_link.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Repo.validate_no_broken_link.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Repo.validate_no_wip.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Repo.validate_no_wip.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Repo.validate_role_files.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Repo.validate_role_files.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Repo.validate_role_vars_used.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Repo.validate_role_vars_used.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Rhods.capture_state.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Rhods.capture_state.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Rhods.delete_ods.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Rhods.delete_ods.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Rhods.deploy_addon.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Rhods.deploy_addon.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Rhods.deploy_ods.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Rhods.deploy_ods.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Rhods.dump_prometheus_db.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Rhods.dump_prometheus_db.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Rhods.reset_prometheus_db.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Rhods.reset_prometheus_db.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Rhods.undeploy_ods.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Rhods.undeploy_ods.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Rhods.update_datasciencecluster.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Rhods.update_datasciencecluster.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Rhods.wait_odh.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Rhods.wait_odh.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Rhods.wait_ods.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Rhods.wait_ods.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Server.deploy_ldap.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Server.deploy_ldap.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Server.deploy_minio_s3_server.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Server.deploy_minio_s3_server.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Server.deploy_nginx_server.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Server.deploy_nginx_server.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Server.deploy_opensearch.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Server.deploy_opensearch.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Server.deploy_redis_server.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Server.deploy_redis_server.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Server.undeploy_ldap.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Server.undeploy_ldap.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Storage.deploy_aws_efs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Storage.deploy_aws_efs.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Storage.deploy_nfs_provisioner.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Storage.deploy_nfs_provisioner.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Storage.download_to_image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Storage.download_to_image.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/Storage.download_to_pvc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/Storage.download_to_pvc.rst -------------------------------------------------------------------------------- /docs/toolbox.generated/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox.generated/index.rst -------------------------------------------------------------------------------- /docs/toolbox_gendoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/toolbox_gendoc.py -------------------------------------------------------------------------------- /docs/understanding/orchestration.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/understanding/orchestration.rst -------------------------------------------------------------------------------- /docs/understanding/toolbox.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/understanding/toolbox.rst -------------------------------------------------------------------------------- /docs/understanding/visualization.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/docs/understanding/visualization.rst -------------------------------------------------------------------------------- /launcher/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/launcher/.gitignore -------------------------------------------------------------------------------- /launcher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/launcher/README.md -------------------------------------------------------------------------------- /launcher/recreate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/launcher/recreate -------------------------------------------------------------------------------- /launcher/topsail_build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/launcher/topsail_build -------------------------------------------------------------------------------- /launcher/topsail_container_env.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/launcher/topsail_container_env.default -------------------------------------------------------------------------------- /launcher/topsail_enter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/launcher/topsail_enter -------------------------------------------------------------------------------- /launcher/topsail_enter_here: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/launcher/topsail_enter_here -------------------------------------------------------------------------------- /launcher/topsail_host_config.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/launcher/topsail_host_config.default -------------------------------------------------------------------------------- /launcher/topsail_run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/launcher/topsail_run -------------------------------------------------------------------------------- /launcher/topsail_run_cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/launcher/topsail_run_cmd -------------------------------------------------------------------------------- /projects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/README.md -------------------------------------------------------------------------------- /projects/cluster/library/prom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/library/prom.py -------------------------------------------------------------------------------- /projects/cluster/subprojects/deploy-cluster/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/subprojects/deploy-cluster/.gitignore -------------------------------------------------------------------------------- /projects/cluster/subprojects/deploy-cluster/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/subprojects/deploy-cluster/Makefile -------------------------------------------------------------------------------- /projects/cluster/subprojects/deploy-cluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/subprojects/deploy-cluster/README.md -------------------------------------------------------------------------------- /projects/cluster/subprojects/deploy-cluster/cluster_full.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/subprojects/deploy-cluster/cluster_full.mk -------------------------------------------------------------------------------- /projects/cluster/subprojects/deploy-cluster/cluster_sno.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/subprojects/deploy-cluster/cluster_sno.mk -------------------------------------------------------------------------------- /projects/cluster/subprojects/deploy-cluster/config_install.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/subprojects/deploy-cluster/config_install.mk -------------------------------------------------------------------------------- /projects/cluster/subprojects/deploy-cluster/fips.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/subprojects/deploy-cluster/fips.mk -------------------------------------------------------------------------------- /projects/cluster/subprojects/deploy-cluster/spot.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/subprojects/deploy-cluster/spot.mk -------------------------------------------------------------------------------- /projects/cluster/subprojects/deploy-cluster/tags.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/subprojects/deploy-cluster/tags.mk -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster.py -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_build_push_image/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_capture_environment/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_capture_environment/vars/main/main.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_create_htpasswd_user/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_create_htpasswd_user/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_create_osd/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_create_osd/meta/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster_create_osd/meta/main.yml -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_create_osd/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster_create_osd/tasks/main.yml -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_create_osd/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_deploy_operator/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_destroy_ocp/meta/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster_destroy_ocp/meta/main.yml -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_destroy_ocp/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster_destroy_ocp/tasks/main.yml -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_destroy_osd/meta/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster_destroy_osd/meta/main.yml -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_destroy_osd/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster_destroy_osd/tasks/main.yml -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_destroy_osd/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_ensure_machineset/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_fill_workernodes/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_fill_workernodes/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_preload_image/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_preload_image/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_preload_image/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster_preload_image/tasks/main.yml -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_prometheus_db/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_prometheus_db/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_prometheus_db/tasks/dump.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster_prometheus_db/tasks/dump.yml -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_prometheus_db/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster_prometheus_db/tasks/main.yml -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_prometheus_db/tasks/reset.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster_prometheus_db/tasks/reset.yml -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_prometheus_db/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_query_prometheus_db/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_query_prometheus_db/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_set_project_annotation/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_set_project_annotation/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_set_project_annotation/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_set_scale/meta/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster_set_scale/meta/main.yml -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_set_scale/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/cluster/toolbox/cluster_set_scale/tasks/main.yml -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_update_pods_per_node/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_update_pods_per_node/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_upgrade_to_image/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_wait_fully_awake/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_wait_fully_awake/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/cluster/toolbox/cluster_wait_fully_awake/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/container_bench/container_images/Containerfile.iperf3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/container_images/Containerfile.iperf3 -------------------------------------------------------------------------------- /projects/container_bench/container_images/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/container_images/build.sh -------------------------------------------------------------------------------- /projects/container_bench/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/config.yaml -------------------------------------------------------------------------------- /projects/container_bench/testing/config_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/config_manager.py -------------------------------------------------------------------------------- /projects/container_bench/testing/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/constants.py -------------------------------------------------------------------------------- /projects/container_bench/testing/container_engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/container_engine.py -------------------------------------------------------------------------------- /projects/container_bench/testing/entrypoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/entrypoint.py -------------------------------------------------------------------------------- /projects/container_bench/testing/example_info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/example_info.yaml -------------------------------------------------------------------------------- /projects/container_bench/testing/exec_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/exec_time.py -------------------------------------------------------------------------------- /projects/container_bench/testing/install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/install.py -------------------------------------------------------------------------------- /projects/container_bench/testing/platform_builders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/platform_builders.py -------------------------------------------------------------------------------- /projects/container_bench/testing/prepare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/prepare.py -------------------------------------------------------------------------------- /projects/container_bench/testing/remote_access.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/remote_access.py -------------------------------------------------------------------------------- /projects/container_bench/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/test.py -------------------------------------------------------------------------------- /projects/container_bench/testing/test_container_bench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/test_container_bench.py -------------------------------------------------------------------------------- /projects/container_bench/testing/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/testing/utils.py -------------------------------------------------------------------------------- /projects/container_bench/toolbox/container_bench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/toolbox/container_bench.py -------------------------------------------------------------------------------- /projects/container_bench/toolbox/shared_tasks/pull_image.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/container_bench/toolbox/shared_tasks/pull_image.yml -------------------------------------------------------------------------------- /projects/container_bench/visualizations/benchmark/plotting/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/container_bench/visualizations/benchmark/requirements.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/core/library/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/core/library/__init__.py -------------------------------------------------------------------------------- /projects/core/library/ansible_toolbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/core/library/ansible_toolbox.py -------------------------------------------------------------------------------- /projects/core/library/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/core/library/common.py -------------------------------------------------------------------------------- /projects/core/library/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/core/library/config.py -------------------------------------------------------------------------------- /projects/core/library/env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/core/library/env.py -------------------------------------------------------------------------------- /projects/core/library/export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/core/library/export.py -------------------------------------------------------------------------------- /projects/core/library/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/core/library/run.py -------------------------------------------------------------------------------- /projects/core/library/sizing.machines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/core/library/sizing.machines -------------------------------------------------------------------------------- /projects/core/library/sizing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/core/library/sizing.py -------------------------------------------------------------------------------- /projects/core/toolbox/configure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/core/toolbox/configure.py -------------------------------------------------------------------------------- /projects/core/toolbox/from_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/core/toolbox/from_config.py -------------------------------------------------------------------------------- /projects/crc-timing/testing/cloud-init.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/testing/cloud-init.yaml -------------------------------------------------------------------------------- /projects/crc-timing/testing/command_args.yml.j2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/crc-timing/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/testing/config.yaml -------------------------------------------------------------------------------- /projects/crc-timing/testing/entrypoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/testing/entrypoint.py -------------------------------------------------------------------------------- /projects/crc-timing/testing/images/llama_cpp.containerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/testing/images/llama_cpp.containerfile -------------------------------------------------------------------------------- /projects/crc-timing/testing/prepare_crc_timing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/testing/prepare_crc_timing.py -------------------------------------------------------------------------------- /projects/crc-timing/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/testing/test.py -------------------------------------------------------------------------------- /projects/crc-timing/testing/test_crc_timing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/testing/test_crc_timing.py -------------------------------------------------------------------------------- /projects/crc-timing/toolbox/crc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/toolbox/crc.py -------------------------------------------------------------------------------- /projects/crc-timing/toolbox/crc_timing_refresh_image/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: [] 3 | -------------------------------------------------------------------------------- /projects/crc-timing/toolbox/crc_timing_refresh_image/vars/main/resources.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | -------------------------------------------------------------------------------- /projects/crc-timing/visualizations/crc-timing/data/plots.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/visualizations/crc-timing/data/plots.yaml -------------------------------------------------------------------------------- /projects/crc-timing/visualizations/crc-timing/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/crc-timing/visualizations/crc-timing/models/kpi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/visualizations/crc-timing/models/kpi.py -------------------------------------------------------------------------------- /projects/crc-timing/visualizations/crc-timing/models/lts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/visualizations/crc-timing/models/lts.py -------------------------------------------------------------------------------- /projects/crc-timing/visualizations/crc-timing/plotting/init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/visualizations/crc-timing/plotting/init.py -------------------------------------------------------------------------------- /projects/crc-timing/visualizations/crc-timing/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/crc-timing/visualizations/crc-timing/store/parsers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/visualizations/crc-timing/store/parsers.py -------------------------------------------------------------------------------- /projects/crc-timing/visualizations/crc-timing/store/prom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/crc-timing/visualizations/crc-timing/store/prom.py -------------------------------------------------------------------------------- /projects/deprecated/benchmarking/testing/run_mlperf_ssd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/benchmarking/testing/run_mlperf_ssd.sh -------------------------------------------------------------------------------- /projects/deprecated/benchmarking/toolbox/benchmarking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/benchmarking/toolbox/benchmarking.py -------------------------------------------------------------------------------- /projects/deprecated/benchmarking/toolbox/benchmarking_deploy_coco_dataset/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/benchmarking/toolbox/benchmarking_run_mlperf_ssd/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/busy_cluster/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/busy_cluster/testing/config.yaml -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/busy_cluster/testing/test.py -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/busy_cluster/toolbox/busy_cluster.py -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster_create_configmaps/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster_create_configmaps/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster_create_configmaps/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster_create_deployments/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster_create_deployments/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster_create_deployments/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster_create_jobs/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster_create_jobs/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster_create_jobs/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster_create_namespaces/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster_create_namespaces/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/busy_cluster/toolbox/busy_cluster_create_namespaces/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/clusters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/clusters.sh -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/config.yaml -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/configure.sh -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/prepare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/prepare.py -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/prepare_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/prepare_common.py -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/prepare_gpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/prepare_gpu.py -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/prepare_mcad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/prepare_mcad.py -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/prepare_odh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/prepare_odh.py -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/prepare_sdk_user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/prepare_sdk_user.py -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/prepare_user_pods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/prepare_user_pods.py -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/sdk_user/sample/mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/sdk_user/sample/mnist.py -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/test.py -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/test_mcad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/test_mcad.py -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/test_sdk_user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/test_sdk_user.py -------------------------------------------------------------------------------- /projects/deprecated/codeflare/testing/test_templates.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/codeflare/testing/test_templates.yaml -------------------------------------------------------------------------------- /projects/deprecated/codeflare/visualizations/codeflare/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/codeflare/visualizations/codeflare/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/deprecated/cpt/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/cpt/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/deprecated/cpt/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/cpt/testing/config.yaml -------------------------------------------------------------------------------- /projects/deprecated/cpt/testing/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/cpt/testing/configure.sh -------------------------------------------------------------------------------- /projects/deprecated/cpt/testing/cpt_dashboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/cpt/testing/cpt_dashboard.py -------------------------------------------------------------------------------- /projects/deprecated/cpt/toolbox/cpt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/cpt/toolbox/cpt.py -------------------------------------------------------------------------------- /projects/deprecated/cpt/toolbox/cpt_deploy_cpt_dashboard/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/cpt/toolbox/cpt_deploy_cpt_dashboard/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/entitlement/toolbox/entitlement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/entitlement/toolbox/entitlement.py -------------------------------------------------------------------------------- /projects/deprecated/entitlement/toolbox/entitlement_deploy/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/entitlement/toolbox/entitlement_inspect/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/entitlement/toolbox/entitlement_inspect/vars/main/internal_config.yml: -------------------------------------------------------------------------------- 1 | --- 2 | entitlement_inspect_called_from_testwait: "no" 3 | -------------------------------------------------------------------------------- /projects/deprecated/entitlement/toolbox/entitlement_test_in_cluster/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/entitlement/toolbox/entitlement_test_in_podman/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | -------------------------------------------------------------------------------- /projects/deprecated/entitlement/toolbox/entitlement_test_wait_deployment/defaults/main/internal_config.yml: -------------------------------------------------------------------------------- 1 | --- 2 | _entitlement_testwait_called_from_inspect: "no" 3 | -------------------------------------------------------------------------------- /projects/deprecated/entitlement/toolbox/entitlement_test_wait_deployment/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/entitlement/toolbox/entitlement_undeploy/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/entitlement/toolbox/entitlement_undeploy/vars/main/main.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/gpu-operator/testing/_helm_common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/gpu-operator/testing/_helm_common.sh -------------------------------------------------------------------------------- /projects/deprecated/gpu-operator/testing/cleanup_resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/gpu-operator/testing/cleanup_resources.sh -------------------------------------------------------------------------------- /projects/deprecated/gpu-operator/testing/deploy_from_helm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/gpu-operator/testing/deploy_from_helm.sh -------------------------------------------------------------------------------- /projects/deprecated/gpu-operator/testing/diagnose.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/gpu-operator/testing/diagnose.sh -------------------------------------------------------------------------------- /projects/deprecated/hollow_nodes/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/hollow_nodes/testing/test.py -------------------------------------------------------------------------------- /projects/deprecated/hollow_nodes/toolbox/kubemark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/hollow_nodes/toolbox/kubemark.py -------------------------------------------------------------------------------- /projects/deprecated/hollow_nodes/toolbox/kubemark_deploy_capi_provider/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/hollow_nodes/toolbox/kubemark_deploy_capi_provider/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/hollow_nodes/toolbox/kubemark_deploy_capi_provider/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/hollow_nodes/toolbox/kubemark_deploy_nodes/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/hollow_nodes/toolbox/kubemark_deploy_nodes/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/hollow_nodes/toolbox/kwok.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/hollow_nodes/toolbox/kwok.py -------------------------------------------------------------------------------- /projects/deprecated/hollow_nodes/toolbox/kwok_deploy_controller/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/hollow_nodes/toolbox/kwok_deploy_controller/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/hollow_nodes/toolbox/kwok_set_scale/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/hollow_nodes/toolbox/kwok_set_scale/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/kepler/toolbox/cluster_deploy_kepler/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/kepler/toolbox/cluster_deploy_kepler/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/kepler/toolbox/cluster_undeploy_kepler/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/kepler/toolbox/cluster_undeploy_kepler/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/kepler/toolbox/kepler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/kepler/toolbox/kepler.py -------------------------------------------------------------------------------- /projects/deprecated/lightspeed/testing/clusters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/lightspeed/testing/clusters.sh -------------------------------------------------------------------------------- /projects/deprecated/lightspeed/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/lightspeed/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/deprecated/lightspeed/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/lightspeed/testing/config.yaml -------------------------------------------------------------------------------- /projects/deprecated/lightspeed/testing/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/lightspeed/testing/configure.sh -------------------------------------------------------------------------------- /projects/deprecated/lightspeed/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/lightspeed/testing/test.py -------------------------------------------------------------------------------- /projects/deprecated/lightspeed/toolbox/wisdom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/lightspeed/toolbox/wisdom.py -------------------------------------------------------------------------------- /projects/deprecated/lightspeed/toolbox/wisdom_deploy_model/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/lightspeed/toolbox/wisdom_deploy_model/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/lightspeed/toolbox/wisdom_llm_load_test/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/lightspeed/toolbox/wisdom_llm_load_test_multiplexed/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/lightspeed/toolbox/wisdom_warmup_model/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/load-aware/load_aware_deploy_trimaran/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/load-aware/load_aware_deploy_trimaran/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/load-aware/load_aware_scale_test/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/load-aware/load_aware_scale_test/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/load-aware/load_aware_undeploy_trimaran/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/load-aware/load_aware_undeploy_trimaran/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/load-aware/testing/clusters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/load-aware/testing/clusters.sh -------------------------------------------------------------------------------- /projects/deprecated/load-aware/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/load-aware/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/deprecated/load-aware/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/load-aware/testing/config.yaml -------------------------------------------------------------------------------- /projects/deprecated/load-aware/testing/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/load-aware/testing/configure.sh -------------------------------------------------------------------------------- /projects/deprecated/load-aware/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/load-aware/testing/test.py -------------------------------------------------------------------------------- /projects/deprecated/load-aware/toolbox/load_aware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/load-aware/toolbox/load_aware.py -------------------------------------------------------------------------------- /projects/deprecated/load-aware/visualizations/load-aware/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/deprecated/middleware/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/middleware/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/deprecated/middleware/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/middleware/testing/config.yaml -------------------------------------------------------------------------------- /projects/deprecated/middleware/testing/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/middleware/testing/configure.sh -------------------------------------------------------------------------------- /projects/deprecated/middleware/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/middleware/testing/test.py -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/00-cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/00-cleanup.sh -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/1-install-mm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/1-install-mm.sh -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/2-serve-minio.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/2-serve-minio.sh -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/3-clear-prom-db.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/3-clear-prom-db.sh -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/7-analyze.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/7-analyze.sh -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/BACKLOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/BACKLOG -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/config.sh -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/config.yaml -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/input-onnx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/input-onnx.json -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/locust.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/locust.sh -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/modelmesh.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/modelmesh.yaml -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/protelion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/protelion.sh -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/sample-minio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/sample-minio.yaml -------------------------------------------------------------------------------- /projects/deprecated/model-mesh/testing/triton.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/model-mesh/testing/triton.yaml -------------------------------------------------------------------------------- /projects/deprecated/notebooks/subprojects/locust-files: -------------------------------------------------------------------------------- 1 | ../toolbox/notebooks_locust_scale_test/files/locust-files -------------------------------------------------------------------------------- /projects/deprecated/notebooks/testing/cluster_helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/notebooks/testing/cluster_helpers.sh -------------------------------------------------------------------------------- /projects/deprecated/notebooks/testing/clusters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/notebooks/testing/clusters.sh -------------------------------------------------------------------------------- /projects/deprecated/notebooks/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/notebooks/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/deprecated/notebooks/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/notebooks/testing/config.yaml -------------------------------------------------------------------------------- /projects/deprecated/notebooks/testing/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/notebooks/testing/configure.sh -------------------------------------------------------------------------------- /projects/deprecated/notebooks/testing/prepare_common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/notebooks/testing/prepare_common.sh -------------------------------------------------------------------------------- /projects/deprecated/notebooks/testing/prepare_driver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/notebooks/testing/prepare_driver.sh -------------------------------------------------------------------------------- /projects/deprecated/notebooks/testing/prepare_lab_perflab.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/notebooks/testing/prepare_lab_perflab.sh -------------------------------------------------------------------------------- /projects/deprecated/notebooks/testing/prepare_sutest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/notebooks/testing/prepare_sutest.sh -------------------------------------------------------------------------------- /projects/deprecated/notebooks/testing/scale_test_ods_ci.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/notebooks/testing/scale_test_ods_ci.sh -------------------------------------------------------------------------------- /projects/deprecated/notebooks/testing/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/notebooks/testing/test.sh -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/notebooks/toolbox/notebooks.py -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_benchmark_performance/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_benchmark_performance/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_benchmark_performance/tasks/artifacts_driver.yml: -------------------------------------------------------------------------------- 1 | ../../notebooks_ods_ci_scale_test/tasks/artifacts_driver.yml -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_benchmark_performance/tasks/artifacts_sutest.yml: -------------------------------------------------------------------------------- 1 | ../../notebooks_ods_ci_scale_test/tasks/artifacts_sutest.yml -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_benchmark_performance/tasks/artifacts_sutest_project.yml: -------------------------------------------------------------------------------- 1 | ../../notebooks_ods_ci_scale_test/tasks/artifacts_sutest_project.yml -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_capture_state/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_capture_state/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_capture_state/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_cleanup/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_cleanup/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_cleanup/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_dashboard_scale_test/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_dashboard_scale_test/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_locust_scale_test/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_locust_scale_test/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_locust_scale_test/tasks/artifacts_driver.yml: -------------------------------------------------------------------------------- 1 | ../../notebooks_ods_ci_scale_test/tasks/artifacts_driver.yml -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_locust_scale_test/tasks/artifacts_sutest.yml: -------------------------------------------------------------------------------- 1 | ../../notebooks_ods_ci_scale_test/tasks/artifacts_sutest.yml -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_ods_ci_scale_test/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/toolbox/notebooks_ods_ci_scale_test/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | -------------------------------------------------------------------------------- /projects/deprecated/notebooks/visualizations/rhods-notebooks-performance/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/deprecated/ods/testing/cleanup/zombies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/ods/testing/cleanup/zombies.sh -------------------------------------------------------------------------------- /projects/deprecated/scheduler/subprojects/scheduler-load-generator/requirements.txt: -------------------------------------------------------------------------------- 1 | fire 2 | jsonpath_ng 3 | pandas 4 | plotly 5 | -------------------------------------------------------------------------------- /projects/deprecated/scheduler/testing/clusters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/scheduler/testing/clusters.sh -------------------------------------------------------------------------------- /projects/deprecated/scheduler/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/scheduler/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/deprecated/scheduler/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/scheduler/testing/config.yaml -------------------------------------------------------------------------------- /projects/deprecated/scheduler/testing/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/scheduler/testing/configure.sh -------------------------------------------------------------------------------- /projects/deprecated/scheduler/testing/coscheduling/rbac.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/scheduler/testing/coscheduling/rbac.yaml -------------------------------------------------------------------------------- /projects/deprecated/scheduler/testing/kueue/local-queue.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/scheduler/testing/kueue/local-queue.yaml -------------------------------------------------------------------------------- /projects/deprecated/scheduler/testing/prepare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/scheduler/testing/prepare.py -------------------------------------------------------------------------------- /projects/deprecated/scheduler/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/scheduler/testing/test.py -------------------------------------------------------------------------------- /projects/deprecated/scheduler/testing/test_schedulers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/scheduler/testing/test_schedulers.py -------------------------------------------------------------------------------- /projects/deprecated/scheduler/testing/test_templates.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/scheduler/testing/test_templates.yaml -------------------------------------------------------------------------------- /projects/deprecated/scheduler/toolbox/scheduler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/deprecated/scheduler/toolbox/scheduler.py -------------------------------------------------------------------------------- /projects/deprecated/scheduler/toolbox/scheduler_cleanup/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/scheduler/toolbox/scheduler_cleanup/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/scheduler/toolbox/scheduler_cleanup/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/scheduler/toolbox/scheduler_create_mcad_canary/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/scheduler/toolbox/scheduler_create_mcad_canary/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/scheduler/toolbox/scheduler_deploy_mcad_from_helm/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/scheduler/toolbox/scheduler_deploy_mcad_from_helm/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/scheduler/toolbox/scheduler_deploy_mcad_from_helm/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/scheduler/toolbox/scheduler_generate_load/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/scheduler/toolbox/scheduler_generate_load/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/deprecated/scheduler/visualizations/schedulers/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/deprecated/scheduler/visualizations/schedulers/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/fine_tuning/testing/clusters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/fine_tuning/testing/clusters.sh -------------------------------------------------------------------------------- /projects/fine_tuning/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/fine_tuning/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/fine_tuning/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/fine_tuning/testing/config.yaml -------------------------------------------------------------------------------- /projects/fine_tuning/testing/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/fine_tuning/testing/configure.sh -------------------------------------------------------------------------------- /projects/fine_tuning/testing/kueue/cluster-queue.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/fine_tuning/testing/kueue/cluster-queue.yaml -------------------------------------------------------------------------------- /projects/fine_tuning/testing/kueue/local-queue.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/fine_tuning/testing/kueue/local-queue.yaml -------------------------------------------------------------------------------- /projects/fine_tuning/testing/kueue/resource-flavor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/fine_tuning/testing/kueue/resource-flavor.yaml -------------------------------------------------------------------------------- /projects/fine_tuning/testing/metrics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/fine_tuning/testing/metrics.txt -------------------------------------------------------------------------------- /projects/fine_tuning/testing/prepare_finetuning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/fine_tuning/testing/prepare_finetuning.py -------------------------------------------------------------------------------- /projects/fine_tuning/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/fine_tuning/testing/test.py -------------------------------------------------------------------------------- /projects/fine_tuning/testing/test_finetuning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/fine_tuning/testing/test_finetuning.py -------------------------------------------------------------------------------- /projects/fine_tuning/toolbox/fine_tuning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/fine_tuning/toolbox/fine_tuning.py -------------------------------------------------------------------------------- /projects/fine_tuning/toolbox/fine_tuning_ray_fine_tuning_job/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/fine_tuning/toolbox/fine_tuning_run_fine_tuning_job/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/fine_tuning/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/fine_tuning/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/fine_tuning_prom/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/fine_tuning_prom/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/fms_hf_tuning: -------------------------------------------------------------------------------- 1 | fine_tuning -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/fms_prom: -------------------------------------------------------------------------------- 1 | fine_tuning_prom -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/ibm_comparison/data/plots.yaml: -------------------------------------------------------------------------------- 1 | visualize: 2 | - generate: 3 | - "report: Comparison" 4 | -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/ibm_comparison/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/ibm_comparison/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/ilab_prom: -------------------------------------------------------------------------------- 1 | fine_tuning_prom -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/ilab_training: -------------------------------------------------------------------------------- 1 | fine_tuning -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/ray_benchmark: -------------------------------------------------------------------------------- 1 | fine_tuning -------------------------------------------------------------------------------- /projects/fine_tuning/visualizations/ray_prom: -------------------------------------------------------------------------------- 1 | fine_tuning_prom -------------------------------------------------------------------------------- /projects/gpu_operator/library/prepare_gpu_operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/gpu_operator/library/prepare_gpu_operator.py -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/gpu_operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/gpu_operator/toolbox/gpu_operator.py -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/gpu_operator_capture_deployment_state/vars/main/main.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/gpu_operator_deploy_from_operatorhub/defaults/main/main.yml: -------------------------------------------------------------------------------- 1 | gpu_operator_deploy_from: "catalog" 2 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/gpu_operator_enable_time_sharing/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/gpu_operator_enable_time_sharing/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/gpu_operator_extend_metrics/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/gpu_operator_extend_metrics/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/gpu_operator_get_csv_version/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/gpu_operator_run_gpu_burn/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/gpu_operator_wait_stack_deployed/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/gpu_operator_wait_stack_deployed/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/gpu_operator_wait_stack_deployed/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/nfd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/gpu_operator/toolbox/nfd.py -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/nfd_has_labels/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/nfd_has_labels/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/gpu_operator/toolbox/nfd_has_labels/tasks/main.yml -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/nfd_has_labels/vars/main/main.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/nfd_operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/gpu_operator/toolbox/nfd_operator.py -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/nfd_operator_deploy_from_operatorhub/defaults/main/config.yml: -------------------------------------------------------------------------------- 1 | --- 2 | nfd_channel: "" 3 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/nfd_operator_deploy_from_operatorhub/files/010_namespace.yml: -------------------------------------------------------------------------------- 1 | apiVersion: v1 2 | kind: Namespace 3 | metadata: 4 | name: openshift-nfd 5 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/nfd_operator_deploy_from_operatorhub/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/nfd_operator_undeploy_from_operatorhub/files/010_namespace.yml: -------------------------------------------------------------------------------- 1 | ../../nfd_operator_deploy_from_operatorhub/files/010_namespace.yml -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/nfd_operator_undeploy_from_operatorhub/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/nfd_test_wait_gpu/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/gpu_operator/toolbox/nfd_test_wait_labels/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/jump_ci/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/readme.md -------------------------------------------------------------------------------- /projects/jump_ci/testing/command_args.yml.j2: -------------------------------------------------------------------------------- 1 | # not used 2 | -------------------------------------------------------------------------------- /projects/jump_ci/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/testing/config.yaml -------------------------------------------------------------------------------- /projects/jump_ci/testing/prepare_jump_ci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/testing/prepare_jump_ci.py -------------------------------------------------------------------------------- /projects/jump_ci/testing/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/testing/run -------------------------------------------------------------------------------- /projects/jump_ci/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/testing/test.py -------------------------------------------------------------------------------- /projects/jump_ci/testing/tunnelling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/testing/tunnelling.py -------------------------------------------------------------------------------- /projects/jump_ci/testing/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/testing/utils.py -------------------------------------------------------------------------------- /projects/jump_ci/testing/utils_gethostname.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/testing/utils_gethostname.py -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/toolbox/jump_ci.py -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_ensure_lock/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_ensure_lock/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/toolbox/jump_ci_ensure_lock/tasks/main.yml -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_ensure_lock/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_ensure_lock/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_prepare_step/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_prepare_step/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/toolbox/jump_ci_prepare_step/tasks/main.yml -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_prepare_step/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_prepare_topsail/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_prepare_topsail/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_prepare_topsail/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_release_lock/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_release_lock/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/toolbox/jump_ci_release_lock/tasks/main.yml -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_release_lock/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_release_lock/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_retrieve_artifacts/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_retrieve_artifacts/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_retrieve_artifacts/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_take_lock/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_take_lock/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/jump_ci/toolbox/jump_ci_take_lock/tasks/main.yml -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_take_lock/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/jump_ci/toolbox/jump_ci_take_lock/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/testing/clusters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/clusters.sh -------------------------------------------------------------------------------- /projects/kserve/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/kserve/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/config.yaml -------------------------------------------------------------------------------- /projects/kserve/testing/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/configure.sh -------------------------------------------------------------------------------- /projects/kserve/testing/images/Containerfile.e2e_test_user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/images/Containerfile.e2e_test_user -------------------------------------------------------------------------------- /projects/kserve/testing/metrics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/metrics.txt -------------------------------------------------------------------------------- /projects/kserve/testing/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/model.py -------------------------------------------------------------------------------- /projects/kserve/testing/poc/1-prerequisite-operators.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/poc/1-prerequisite-operators.sh -------------------------------------------------------------------------------- /projects/kserve/testing/poc/2-required-crs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/poc/2-required-crs.sh -------------------------------------------------------------------------------- /projects/kserve/testing/poc/cert/gen-cert.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/poc/cert/gen-cert.go -------------------------------------------------------------------------------- /projects/kserve/testing/poc/check-env-variables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/poc/check-env-variables.sh -------------------------------------------------------------------------------- /projects/kserve/testing/poc/env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/poc/env.sh -------------------------------------------------------------------------------- /projects/kserve/testing/poc/kserve-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/poc/kserve-install.sh -------------------------------------------------------------------------------- /projects/kserve/testing/poc/prepare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/poc/prepare.sh -------------------------------------------------------------------------------- /projects/kserve/testing/poc/utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/poc/utils.sh -------------------------------------------------------------------------------- /projects/kserve/testing/prepare_kserve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/prepare_kserve.py -------------------------------------------------------------------------------- /projects/kserve/testing/prepare_scale.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/prepare_scale.py -------------------------------------------------------------------------------- /projects/kserve/testing/protos/tgis_generation.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/protos/tgis_generation.proto -------------------------------------------------------------------------------- /projects/kserve/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/test.py -------------------------------------------------------------------------------- /projects/kserve/testing/test_e2e.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/test_e2e.py -------------------------------------------------------------------------------- /projects/kserve/testing/test_scale.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/testing/test_scale.py -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/toolbox/kserve.py -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_capture_operators_state/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_capture_operators_state/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_capture_operators_state/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_capture_state/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_capture_state/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_capture_state/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/toolbox/kserve_capture_state/tasks/main.yml -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_capture_state/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_deploy_model/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_deploy_model/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_deploy_model/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/toolbox/kserve_deploy_model/tasks/main.yml -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_extract_protos/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_extract_protos/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_extract_protos/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/toolbox/kserve_extract_protos/tasks/main.yml -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_extract_protos/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_extract_protos_grpcurl/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_extract_protos_grpcurl/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_extract_protos_grpcurl/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_undeploy_model/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_undeploy_model/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_undeploy_model/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/toolbox/kserve_undeploy_model/tasks/main.yml -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_undeploy_model/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_validate_model/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_validate_model/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_validate_model/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/toolbox/kserve_validate_model/tasks/main.yml -------------------------------------------------------------------------------- /projects/kserve/toolbox/kserve_validate_model/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-llm/data/plots.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-llm/data/plots.yaml -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-llm/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-llm/models/kpi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-llm/models/kpi.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-llm/models/lts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-llm/models/lts.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-llm/plotting/errors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-llm/plotting/errors.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-llm/plotting/lts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-llm/plotting/lts.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-llm/plotting/report.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-llm/plotting/report.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-llm/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-llm/store/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-llm/store/__init__.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-llm/store/parsers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-llm/store/parsers.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-prom/data/plots.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-prom/data/plots.yaml -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-prom/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-prom/models/kpi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-prom/models/kpi.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-prom/models/lts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-prom/models/lts.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-prom/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-prom/store/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-prom/store/__init__.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-prom/store/parsers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-prom/store/parsers.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-prom/store/prom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-prom/store/prom.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-scale/data/plots.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-scale/data/plots.yaml -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-scale/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-scale/models/lts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-scale/models/lts.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-scale/plotting/prom_report.py: -------------------------------------------------------------------------------- 1 | ../../kserve-prom/plotting/prom_report.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-scale/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-scale/store/parsers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/kserve/visualizations/kserve-scale/store/parsers.py -------------------------------------------------------------------------------- /projects/kserve/visualizations/kserve-scale/store/prom.py: -------------------------------------------------------------------------------- 1 | ../../kserve-prom/store/prom.py -------------------------------------------------------------------------------- /projects/llm_load_test/toolbox/llm_load_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/llm_load_test/toolbox/llm_load_test.py -------------------------------------------------------------------------------- /projects/llm_load_test/toolbox/llm_load_test_run/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/local_ci/library/prepare_user_pods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/local_ci/library/prepare_user_pods.py -------------------------------------------------------------------------------- /projects/local_ci/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/local_ci/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/local_ci/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/local_ci/testing/config.yaml -------------------------------------------------------------------------------- /projects/local_ci/testing/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/local_ci/testing/configure.sh -------------------------------------------------------------------------------- /projects/local_ci/testing/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/local_ci/testing/run -------------------------------------------------------------------------------- /projects/local_ci/toolbox/local_ci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/local_ci/toolbox/local_ci.py -------------------------------------------------------------------------------- /projects/local_ci/toolbox/local_ci_run/files/imagestream.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/local_ci/toolbox/local_ci_run/files/imagestream.yml -------------------------------------------------------------------------------- /projects/local_ci/toolbox/local_ci_run/files/namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/local_ci/toolbox/local_ci_run/files/namespace.yml -------------------------------------------------------------------------------- /projects/local_ci/toolbox/local_ci_run/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/local_ci/toolbox/local_ci_run/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/local_ci/toolbox/local_ci_run/tasks/main.yml -------------------------------------------------------------------------------- /projects/local_ci/toolbox/local_ci_run/templates/pod.yaml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/local_ci/toolbox/local_ci_run/templates/pod.yaml.j2 -------------------------------------------------------------------------------- /projects/local_ci/toolbox/local_ci_run_multi/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/local_ci/toolbox/local_ci_run_multi/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/local_ci/toolbox/local_ci_run_multi/tasks/main.yml -------------------------------------------------------------------------------- /projects/mac_ai/testing/brew.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/brew.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/command_args.yml.j2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/config.yaml -------------------------------------------------------------------------------- /projects/mac_ai/testing/entrypoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/entrypoint.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/images/llama_cpp.containerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/images/llama_cpp.containerfile -------------------------------------------------------------------------------- /projects/mac_ai/testing/inference_server_sample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/inference_server_sample.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/krunkit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/krunkit.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/lightspeed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/lightspeed.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/llama_cpp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/llama_cpp.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/ollama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/ollama.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/podman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/podman.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/podman_machine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/podman_machine.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/prepare_llama_cpp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/prepare_llama_cpp.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/prepare_mac_ai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/prepare_mac_ai.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/prepare_release.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/prepare_release.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/prepare_release_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/prepare_release_common.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/prepare_release_linux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/prepare_release_linux.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/prepare_release_mac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/prepare_release_mac.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/prepare_virglrenderer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/prepare_virglrenderer.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/ramalama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/ramalama.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/scripts/krunkit.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/scripts/krunkit.entitlements -------------------------------------------------------------------------------- /projects/mac_ai/testing/scripts/update_krunkit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/scripts/update_krunkit.sh -------------------------------------------------------------------------------- /projects/mac_ai/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/test.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/test_mac_ai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/test_mac_ai.py -------------------------------------------------------------------------------- /projects/mac_ai/testing/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/testing/utils.py -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/toolbox/mac_ai.py -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_build_virglrenderer/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_build_virglrenderer/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_build_virglrenderer/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_capture_cpu_ram_usage/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_capture_cpu_ram_usage/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_capture_cpu_ram_usage/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_capture_power_usage/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_capture_power_usage/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_capture_power_usage/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_capture_system_state/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_capture_system_state/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_capture_system_state/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_capture_virtgpu_memory/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_capture_virtgpu_memory/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_capture_virtgpu_memory/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_llama_cpp_pull_model/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_llama_cpp_pull_model/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_llama_cpp_pull_model/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_llama_cpp_run_bench/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_llama_cpp_run_bench/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_llama_cpp_run_bench/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_llama_cpp_run_model/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_llama_cpp_run_model/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_llama_cpp_run_model/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ollama_pull_model/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ollama_pull_model/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ollama_pull_model/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ollama_run_model/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ollama_run_model/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ollama_run_model/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ollama_start/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ollama_start/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ollama_start/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ramalama_run_bench/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ramalama_run_bench/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ramalama_run_bench/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ramalama_run_model/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ramalama_run_model/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/toolbox/mac_ai_remote_ramalama_run_model/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/visualizations/llm_load_test/data/plots.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/visualizations/llm_load_test/data/plots.yaml -------------------------------------------------------------------------------- /projects/mac_ai/visualizations/llm_load_test/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/mac_ai/visualizations/llm_load_test/models/kpi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/visualizations/llm_load_test/models/kpi.py -------------------------------------------------------------------------------- /projects/mac_ai/visualizations/llm_load_test/models/lts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/visualizations/llm_load_test/models/lts.py -------------------------------------------------------------------------------- /projects/mac_ai/visualizations/llm_load_test/plotting/lts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/mac_ai/visualizations/llm_load_test/plotting/lts.py -------------------------------------------------------------------------------- /projects/mac_ai/visualizations/llm_load_test/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/matrix_benchmarking/library/matbenchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/matrix_benchmarking/library/matbenchmark.py -------------------------------------------------------------------------------- /projects/matrix_benchmarking/library/visualize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/matrix_benchmarking/library/visualize.py -------------------------------------------------------------------------------- /projects/pipelines/testing/clusters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/testing/clusters.sh -------------------------------------------------------------------------------- /projects/pipelines/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/pipelines/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/testing/config.yaml -------------------------------------------------------------------------------- /projects/pipelines/testing/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/testing/configure.sh -------------------------------------------------------------------------------- /projects/pipelines/testing/notebooks/hash/hash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/testing/notebooks/hash/hash.py -------------------------------------------------------------------------------- /projects/pipelines/testing/notebooks/hash/kfp_hash.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/testing/notebooks/hash/kfp_hash.ipynb -------------------------------------------------------------------------------- /projects/pipelines/testing/notebooks/hello-world/pipeline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/testing/notebooks/hello-world/pipeline.py -------------------------------------------------------------------------------- /projects/pipelines/testing/notebooks/iris/kfp_iris.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/testing/notebooks/iris/kfp_iris.ipynb -------------------------------------------------------------------------------- /projects/pipelines/testing/notebooks/iris/pipeline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/testing/notebooks/iris/pipeline.py -------------------------------------------------------------------------------- /projects/pipelines/testing/notebooks/pi/kfp_pi.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/testing/notebooks/pi/kfp_pi.ipynb -------------------------------------------------------------------------------- /projects/pipelines/testing/notebooks/pi/pi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/testing/notebooks/pi/pi.py -------------------------------------------------------------------------------- /projects/pipelines/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/testing/test.py -------------------------------------------------------------------------------- /projects/pipelines/toolbox/pipelines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/pipelines/toolbox/pipelines.py -------------------------------------------------------------------------------- /projects/pipelines/toolbox/pipelines_capture_notebooks_state/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/pipelines/toolbox/pipelines_capture_notebooks_state/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/pipelines/toolbox/pipelines_capture_notebooks_state/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/pipelines/toolbox/pipelines_capture_state/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/pipelines/toolbox/pipelines_capture_state/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/pipelines/toolbox/pipelines_capture_state/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/pipelines/toolbox/pipelines_deploy_application/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/pipelines/toolbox/pipelines_deploy_application/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/pipelines/toolbox/pipelines_run_kfp_notebook/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/pipelines/toolbox/pipelines_run_kfp_notebook/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/pipelines/visualizations/rhods-pipelines/models/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /projects/pipelines/visualizations/rhods-pipelines/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/remote/lib/remote_access.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/remote/lib/remote_access.py -------------------------------------------------------------------------------- /projects/remote/lib/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/remote/lib/utils.py -------------------------------------------------------------------------------- /projects/remote/toolbox/remote.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/remote/toolbox/remote.py -------------------------------------------------------------------------------- /projects/remote/toolbox/remote_build_image/tasks/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/remote/toolbox/remote_build_image/tasks/main.yaml -------------------------------------------------------------------------------- /projects/remote/toolbox/remote_clone/tasks/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/remote/toolbox/remote_clone/tasks/main.yaml -------------------------------------------------------------------------------- /projects/remote/toolbox/remote_download/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/remote/toolbox/remote_download/tasks/main.yml -------------------------------------------------------------------------------- /projects/remote/toolbox/remote_download/tasks/unix.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/remote/toolbox/remote_download/tasks/unix.yml -------------------------------------------------------------------------------- /projects/remote/toolbox/remote_download/tasks/windows.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/remote/toolbox/remote_download/tasks/windows.yml -------------------------------------------------------------------------------- /projects/remote/toolbox/remote_retrieve/tasks/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/remote/toolbox/remote_retrieve/tasks/main.yaml -------------------------------------------------------------------------------- /projects/remote/toolbox/remote_retrieve/tasks/unix.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/remote/toolbox/remote_retrieve/tasks/unix.yml -------------------------------------------------------------------------------- /projects/remote/toolbox/remote_retrieve/tasks/windows.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/remote/toolbox/remote_retrieve/tasks/windows.yml -------------------------------------------------------------------------------- /projects/repo/scripts/ansible_default_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/repo/scripts/ansible_default_config.py -------------------------------------------------------------------------------- /projects/repo/scripts/toolbox_rst_documentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/repo/scripts/toolbox_rst_documentation.py -------------------------------------------------------------------------------- /projects/repo/scripts/validate_no_wip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/repo/scripts/validate_no_wip.sh -------------------------------------------------------------------------------- /projects/repo/scripts/validate_role_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/repo/scripts/validate_role_files.py -------------------------------------------------------------------------------- /projects/repo/scripts/validate_role_vars_used.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/repo/scripts/validate_role_vars_used.py -------------------------------------------------------------------------------- /projects/repo/toolbox/check_deps/defaults/main/config.yml: -------------------------------------------------------------------------------- 1 | --- 2 | check_deps_needs_cluster: true 3 | -------------------------------------------------------------------------------- /projects/repo/toolbox/check_deps/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/repo/toolbox/check_deps/tasks/main.yml -------------------------------------------------------------------------------- /projects/repo/toolbox/notifications/github/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/repo/toolbox/notifications/github/api.py -------------------------------------------------------------------------------- /projects/repo/toolbox/notifications/github/gen_jwt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/repo/toolbox/notifications/github/gen_jwt.py -------------------------------------------------------------------------------- /projects/repo/toolbox/notifications/send.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/repo/toolbox/notifications/send.py -------------------------------------------------------------------------------- /projects/repo/toolbox/notifications/slack/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/repo/toolbox/notifications/slack/api.py -------------------------------------------------------------------------------- /projects/repo/toolbox/repo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/repo/toolbox/repo.py -------------------------------------------------------------------------------- /projects/repo/toolbox/template/defaults/main/config.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/repo/toolbox/template/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/repo/toolbox/template/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/repo/toolbox/template/tasks/main.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/repo/toolbox/template/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/repo/toolbox/template/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/rhods/library/prepare_rhoai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/rhods/library/prepare_rhoai.py -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/rhods/toolbox/rhods.py -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_capture_state/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_capture_state/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_capture_state/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/rhods/toolbox/rhods_capture_state/tasks/main.yml -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_capture_state/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_delete_ods/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_delete_ods/tasks/delete_ns.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/rhods/toolbox/rhods_delete_ods/tasks/delete_ns.yaml -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_delete_ods/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/rhods/toolbox/rhods_delete_ods/tasks/main.yml -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_deploy_ods/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_deploy_ods/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_deploy_ods/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/rhods/toolbox/rhods_deploy_ods/tasks/main.yml -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_undeploy_ods/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_undeploy_ods/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/rhods/toolbox/rhods_undeploy_ods/tasks/main.yml -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_update_datasciencecluster/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_update_datasciencecluster/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_wait_odh/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_wait_odh/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_wait_odh/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/rhods/toolbox/rhods_wait_odh/tasks/main.yml -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_wait_odh/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_wait_ods/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_wait_ods/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/rhods/toolbox/rhods_wait_ods/tasks/main.yml -------------------------------------------------------------------------------- /projects/rhods/toolbox/rhods_wait_ods/vars/main/resources.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/rhods/utils/brew-registry-icsp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/rhods/utils/brew-registry-icsp.yaml -------------------------------------------------------------------------------- /projects/rhods/utils/image-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/rhods/utils/image-config.yaml -------------------------------------------------------------------------------- /projects/rhods/utils/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/rhods/utils/setup.sh -------------------------------------------------------------------------------- /projects/server/toolbox/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/server/toolbox/server.py -------------------------------------------------------------------------------- /projects/server/toolbox/server_deploy_ldap/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/server/toolbox/server_deploy_ldap/files/ldapgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/server/toolbox/server_deploy_ldap/files/ldapgen.py -------------------------------------------------------------------------------- /projects/server/toolbox/server_deploy_ldap/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/server/toolbox/server_deploy_ldap/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/server/toolbox/server_deploy_ldap/tasks/main.yml -------------------------------------------------------------------------------- /projects/server/toolbox/server_deploy_minio_s3_server/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/server/toolbox/server_deploy_minio_s3_server/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/server/toolbox/server_deploy_nginx_server/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/server/toolbox/server_deploy_nginx_server/templates/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/server/toolbox/server_deploy_opensearch/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/server/toolbox/server_deploy_opensearch/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/server/toolbox/server_deploy_redis_server/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/server/toolbox/server_deploy_redis_server/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/server/toolbox/server_undeploy_ldap/files: -------------------------------------------------------------------------------- 1 | ../server_deploy_ldap/files -------------------------------------------------------------------------------- /projects/server/toolbox/server_undeploy_ldap/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/server/toolbox/server_undeploy_ldap/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/server/toolbox/server_undeploy_ldap/tasks/main.yml -------------------------------------------------------------------------------- /projects/server/toolbox/server_undeploy_ldap/templates: -------------------------------------------------------------------------------- 1 | ../server_deploy_ldap/templates -------------------------------------------------------------------------------- /projects/skeleton/testing/clusters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/skeleton/testing/clusters.sh -------------------------------------------------------------------------------- /projects/skeleton/testing/command_args.yml.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/skeleton/testing/command_args.yml.j2 -------------------------------------------------------------------------------- /projects/skeleton/testing/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/skeleton/testing/config.yaml -------------------------------------------------------------------------------- /projects/skeleton/testing/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/skeleton/testing/configure.sh -------------------------------------------------------------------------------- /projects/skeleton/testing/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/skeleton/testing/test.py -------------------------------------------------------------------------------- /projects/skeleton/visualizations/skeleton/data/plots.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/skeleton/visualizations/skeleton/data/plots.yaml -------------------------------------------------------------------------------- /projects/skeleton/visualizations/skeleton/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/skeleton/visualizations/skeleton/models/kpi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/skeleton/visualizations/skeleton/models/kpi.py -------------------------------------------------------------------------------- /projects/skeleton/visualizations/skeleton/models/lts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/skeleton/visualizations/skeleton/models/lts.py -------------------------------------------------------------------------------- /projects/skeleton/visualizations/skeleton/plotting/report.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/skeleton/visualizations/skeleton/plotting/report.py -------------------------------------------------------------------------------- /projects/skeleton/visualizations/skeleton/requirements.txt: -------------------------------------------------------------------------------- 1 | prometheus_api_client 2 | -------------------------------------------------------------------------------- /projects/skeleton/visualizations/skeleton/store/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/skeleton/visualizations/skeleton/store/__init__.py -------------------------------------------------------------------------------- /projects/skeleton/visualizations/skeleton/store/parsers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/skeleton/visualizations/skeleton/store/parsers.py -------------------------------------------------------------------------------- /projects/skeleton/visualizations/skeleton/store/prom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/skeleton/visualizations/skeleton/store/prom.py -------------------------------------------------------------------------------- /projects/storage/toolbox/storage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/projects/storage/toolbox/storage.py -------------------------------------------------------------------------------- /projects/storage/toolbox/storage_deploy_aws_efs/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/storage/toolbox/storage_deploy_aws_efs/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/storage/toolbox/storage_deploy_nfs_provisioner/files/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/storage/toolbox/storage_deploy_nfs_provisioner/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/storage/toolbox/storage_download_to_image/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /projects/storage/toolbox/storage_download_to_pvc/meta/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | dependencies: 3 | - role: check_deps 4 | -------------------------------------------------------------------------------- /requirements-light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/requirements-light.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/requirements.txt -------------------------------------------------------------------------------- /run_toolbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/run_toolbox.py -------------------------------------------------------------------------------- /testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/README.md -------------------------------------------------------------------------------- /testing/rhoai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/rhoai.py -------------------------------------------------------------------------------- /testing/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/run -------------------------------------------------------------------------------- /testing/secrets.sample/.awscred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/secrets.sample/.awscred -------------------------------------------------------------------------------- /testing/secrets.sample/PSAP_ODS_SECRET_PATH/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/secrets.sample/PSAP_ODS_SECRET_PATH/README.md -------------------------------------------------------------------------------- /testing/secrets.sample/PSAP_ODS_SECRET_PATH/git-credentials: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/secrets.sample/PSAP_ODS_SECRET_PATH/git-credentials -------------------------------------------------------------------------------- /testing/secrets.sample/PSAP_ODS_SECRET_PATH/opensearch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/secrets.sample/PSAP_ODS_SECRET_PATH/opensearch.yaml -------------------------------------------------------------------------------- /testing/secrets.sample/PSAP_ODS_SECRET_PATH/pull-secret: -------------------------------------------------------------------------------- 1 | # OpenShift pull secrets 2 | 3 | # Used in ocp_cluster.sh create 4 | -------------------------------------------------------------------------------- /testing/secrets.sample/PSAP_ODS_SECRET_PATH/ssh-publickey: -------------------------------------------------------------------------------- 1 | # SSH public key 2 | 3 | # Used in ocp_cluster.sh create 4 | -------------------------------------------------------------------------------- /testing/utils/_common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/utils/_common.sh -------------------------------------------------------------------------------- /testing/utils/ci_init_configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/utils/ci_init_configure.sh -------------------------------------------------------------------------------- /testing/utils/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/utils/configure.sh -------------------------------------------------------------------------------- /testing/utils/configure_overrides.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/utils/configure_overrides.sh -------------------------------------------------------------------------------- /testing/utils/configure_set_presets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/utils/configure_set_presets.sh -------------------------------------------------------------------------------- /testing/utils/gather-extra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/utils/gather-extra.sh -------------------------------------------------------------------------------- /testing/utils/generate_plot_index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/utils/generate_plot_index.py -------------------------------------------------------------------------------- /testing/utils/logging.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/utils/logging.sh -------------------------------------------------------------------------------- /testing/utils/openshift_ci/pr_args.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/utils/openshift_ci/pr_args.sh -------------------------------------------------------------------------------- /testing/utils/process_ctrl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/utils/process_ctrl.sh -------------------------------------------------------------------------------- /testing/utils/sizing/machines: -------------------------------------------------------------------------------- 1 | ../../../projects/core/library/sizing.machines -------------------------------------------------------------------------------- /testing/utils/sizing/sizing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/utils/sizing/sizing -------------------------------------------------------------------------------- /testing/utils/sizing/sizing.icelake.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/testing/utils/sizing/sizing.icelake.sh -------------------------------------------------------------------------------- /testing/utils/test.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env bash 2 | 3 | exec echo "Hello World" 4 | -------------------------------------------------------------------------------- /variable_overrides.yaml.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-psap/topsail/HEAD/variable_overrides.yaml.sample --------------------------------------------------------------------------------