Assisted UI

screenshot of Assisted UI
react

OpenShift assisted installer UI

Overview

The Assisted Installer User Interface is designed to streamline the process of deploying OpenShift clusters on bare metal using Installer-Provisioned Infrastructure (IPI). With its user-friendly interface, the application significantly simplifies the installation process by automating cluster deployment and configuration. Users can effortlessly prepare their cluster by booting from an ISO image and inputting essential configuration details.

This innovative project primarily leverages the Assisted Installer API to provide a cohesive and robust experience for users looking to set up OpenShift. Whether you're new to OpenShift or a seasoned professional, this tool is geared to help you launch a fully functional cluster with minimal effort.

Features

  • Easy Cluster Setup: The Assisted Installer allows for quick OpenShift cluster deployments by simply booting from an ISO image, making the setup process user-friendly and efficient.

  • Automatic Configuration: Users just need to provide basic configuration details, like SSH keys and network specifics. The tool takes care of the rest, ensuring a hassle-free installation.

  • Development Mode Support: You can run the application in development mode, allowing real-time editing and instant updates with a live reload feature.

  • Production Build Optimization: The tool includes capabilities to build the application for production, optimizing it for performance and ensuring that it is ready for deployment.

  • Prettier Integration: Code formatting is simplified with Prettier integration, allowing users to maintain clean code easily, enhancing collaboration and readability.

  • Script Accessibility: A variety of Yarn scripts simplify the process of installing dependencies, running tests, and managing the app's lifecycle, making it flexible and maintainable.

  • Customizable Configurations: Users have the option to eject the build and gain complete control over the configuration files and dependencies, catering to advanced use cases.

  • Comprehensive Testing Framework: The Assisted Installer UI includes tools for running integration tests, ensuring a robust development process and high software quality.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.