RedHatSatellite / satellite-clone

Utility to assist cloning an existing Satellite 6 server to a new host
GNU General Public License v3.0
37 stars 31 forks source link
clone satellite6

Satellite-clone

Easily set up a Red Hat Satellite server with restored backup data.

Getting Started

Throughout this documentation, ensure that you understand the following terminology:

Supported Satellite Versions

Satellite 6.12 and newer

What you need:

Setup

On the target server:

  1. Clone this repository with git:
    # dnf install git-core
    # git clone https://github.com/RedHatSatellite/satellite-clone.git
  2. Install the ansible-core package:
    # dnf install ansible-core

Proceed to performing the cloning process. Please check our FAQ section for frequently asked questions.

Development

To make a contribution, please fork the repository and open up a pull request with your branch. All pull requests need to have a corresponding issue, you can comment the issue that your are fixing by putting Fixes #302 (where 302 is the issue number) in the commit message. If there is no issue yet for your problem, just open one up! Community issues and contributions are always appreciated.