bjbredis / retile

Like tile replicator, but for Redis Enterprise tiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

retile

Inspired by Tile replicator

Retile takes a Redis Enterprise for PCF tile and creates a new one with an added label, thus making it different from the unmutated tile and capable of being installed side by side. This can allow operators to create different clusters for different business units, each with their own settings.

Requirements

  • python
  • tar
  • zip
  • a tile you wish to mutate

Usage

To install dependancies, run pip install -r requirements.txt.

To mutate a tile, run python retile.py <tile file> <label>

Installing the mutated tile

Once mutated, upload the tile to your Ops Manager.

Under Routing, ensure that the domains and ports do not collide with other installations of the tile.

Once installed, run cf enable-service-access redislabs-<label> to enable the new service in your foundation

About

Like tile replicator, but for Redis Enterprise tiles


Languages

Language:Python 100.0%