Skip to content

Exposes the Grommet application development environment VM as a service using the Open Service Broker API

License

Notifications You must be signed in to change notification settings

HewlettPackard/hpe-grommet-openservicebroker

Repository files navigation

osb-grommet-python

Simple Python script to get a Broker running grommet application

Pre-requisites:

Change host to the machine ip in file osb_template.py , set PORT environment variable for port

bottle.run(host='172.18.203.43', port=port, debug=True, reloader=False, server='gunicorn') Note: if using public VM, port should be opened for access.

Python2:

  • sudo pip install --no-cache-dir -r requirements.txt
  • python osb_template.py

OR

Python 3:

  • sudo pip3 install --no-cache-dir -r requirements.txt
  • python3 osb_template.py

Note: this guide only covers the basic steps for starting the broker in minimum steps, based on the requirements the usage can be extended.

About

Exposes the Grommet application development environment VM as a service using the Open Service Broker API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages