Template for Redmine deployment on OpenShift Container Platform, using mysql database in ephemeral mode.
Redmine requires root permission so ensure to give this permission to your project before launching this application (i.e. running oc adm policy add-scc-to-user anyuid -z default -n yourprojectname)
So the steps to deploy this application are:
-
Create the project: oc new-project yourprojectname
-
Give root permissions to the default service account: oc adm policy add-scc-to-user anyuid -z default -n yourprojectname
-
Create the template: oc create -f https://raw.githubusercontent.com/antoniogallegosaez/redmine-openshift/master/redmine-mysql-ephemeral.yaml
-
From the webconsole, access to the project, press Add To Project and create the app using the previously created template.
-
Please wait until the pods are ready, then you can log-in with the following Redmine credentials: admin/admin