ODF Console is the UI plugin for Openshift Data Foundation Operator. It works as a remote module for OpenShift Container Platform console.
ODF console works as a remote bundle for OCP console. To run ODF Console there should be a instance of OCP console up and running. Follow these steps to run OCP Console in development mode:
- Follow everything as mentioned in the console README.md to build the application.
- Run the console bridge as follows
./bin/bridge -plugins odf-console=http://localhost:9001/
- Run developemnt mode of console by going into
console/frontend
and runningyarn run dev
After the OCP console is set as required by ODF Console. Performs the following steps to make it run.
- Install ODF Operator
- Create a Storage System
- Clone this repo.
- Pull all required dependencies by running
yarn install
. - Run the development mode of odf-console using
yarn run dev
. This runs a webserver in port 9001.