#259 Add configuration files for local deployment on minishift
Merged by jflory7. Opened by shraddhaag.
fedora-commops/ shraddhaag/fedora-happiness-packets deploy  into  master

Download 259.patch

Steps to test:
1. Make a new project in minishift.
2. Make a pod for postgresql using the template by the same name, with the service name db, password example, username and database name are postgres.
3. Run kubectl apply -f openshift/services.yml then kubectl apply -f openshift/deployment.yml.
4. Make a route for the web container on the web interface.

Access the URL given in the route above to access FHP locally!

Metadata Update from @jflory7:
- Pull-request tagged with: PASSED, needs testing, new change, type - infra, type - summer coding
- Request assigned

There's a little updation that I would like to make is :
3. Run kubectl apply -f openshift/service.yml then kubectl apply -f openshift/deployment.yml
Reason : There's an Extra s in service.yml, You've Done an Awesome Job Shraddha.

Hey @shraddhaag, admittedly I never had the chance to test this. I am traveling and away from my default workstation where I test. However, since we need to push the OpenShift work forward, I'm going to merge this as a place to start from, and we can make future changes as needed.

Thanks for getting these up in the first place and being so patient. Merging! :clapper:

Pull-Request has been merged by jflory7