Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »


https://github.com/savithruml/HOT-OpenStack/blob/master/two-tier-app/two-tier-app.yaml



If you decide to use docker (K8s/OpenShift) you will need to run:


ON DATABASE NODE: 

docker run -d --name redminedb --net=host -e MYSQL_ROOT_PASSWORD=secret -e MYSQL_DATABASE=redmine mysql


ON FRONTEND NODE:

docker run -d --name redminefrontend --net=host -e REDMINE_DB_MYSQL=<database-node-ip-address> -e REDMINE_DB_PASSWORD=secret redmine

  • No labels