Skip to content

ImageSet Generator is a tool for creating ImageSetConfiguration YAML files to support disconnected (air‑gapped) OpenShift installations by leveraging the oc-mirror tool. Users supply OpenShift versions, operator preferences, and catalog filters, and the tool outputs a ready‑to‑use configuration.

Notifications You must be signed in to change notification settings

MoOyeg/imageset-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenShift ImageSetConfiguration Generator

This tool generates ImageSetConfiguration files for OpenShift disconnected installations using the oc-mirror tool. It takes OCP versions and operator suggestions as input and creates a YAML configuration that can be used to mirror container images and operators for air-gapped environments.

Quick Start

1 Build the application container Image with Podman and run the application

./start-podman.sh

Script should output web location Command Output

2 Open Application WebPage

  • Select the OCP Version you want to mirror, the channel and the min and max versions. Versions

  • Select which OpenShift Catalogs you want to search operators from Catalogs

  • Search for the Operators you want based on Name or Keywords. Operator Search

  • On the Advanced configuration tab, fill in the storage configuration and available checkboxes. Storage Configuration

  • On the Preview & Generate tab select "Generate Preview" to obtain the output imageset configuration.Copy you output configuration using the copy to clipboard. Output Output..Additional

Clean and Update Data

The data used is downloaded and stored in the ./data directory

To update run, the application in dev mode, delete the unnecessary info and open the webpage and update

rm -rf ./data/*. or rm -rf ./data/<the file you want updated>
./start-dev.sh

About

ImageSet Generator is a tool for creating ImageSetConfiguration YAML files to support disconnected (air‑gapped) OpenShift installations by leveraging the oc-mirror tool. Users supply OpenShift versions, operator preferences, and catalog filters, and the tool outputs a ready‑to‑use configuration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published