Skip to content

Instantly share code, notes, and snippets.

@cneill
Created May 19, 2016 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cneill/8977f807ecd191ebd27794767e4507c4 to your computer and use it in GitHub Desktop.
Save cneill/8977f807ecd191ebd27794767e4507c4 to your computer and use it in GitHub Desktop.
CONTRIBUTING.rst:10:4. No new code will be accepted if it adds a new dependency on OpenCAFE, or adds
CONTRIBUTING.rst:11: on top of existing CAFE functionality IF it cannot stand on its own without
CONTRIBUTING.rst:12: CAFE.
README.rst:35:CAFE Framework <https://github.com/stackforge/opencafe>`__.
README.rst:83:- Create a directory named .opencafe in the user's home directory, or in the case of a python virtualenv, in the virtualenv root folder.
README.rst:87: $ cafe-config init
README.rst:93: $ cafe-config plugins install http
README.rst:98:Copy the data files from Syntribos data directory to .opencafe/data directory created during "cafe-config init". This directory contains the fuzz string files. Copy the example configuration file to .opencafe/configs directory created during "cafe-config init".
README.rst:102: $ cp syntribos/data/* .opencafe/data/
README.rst:103: $ cp syntribos/examples/configs/keystone.config .opencafe/configs/.
README.rst:110: $ vi .opencafe/configs/keystone.config
README.rst:128:You can create a templates directory inside .opencafe directory to store the request templates for the resources
README.rst:134: $ mkdir .opencafe/templates
README.rst:135: $ mkdir .opencafe/templates/keystone
README.rst:136: $ cp syntribos/examples/templates/keystone/* .opencafe/templates/keystone
README.rst:146: $ syntribos keystone.config .opencafe/templates/keystone/roles_get.txt
README.rst:153: $ syntribos keystone.config .opencafe/templates/keystone/
README.rst:158:Syntribos takes advantage of the OpenCafe logging facility. Logs are
README.rst:159:found in ``.opencafe/logs/`` Logs are then arranged in directories based
README.rst:165: $ ls .opencafe/logs/keystone.config/2015-08-18_14_44_04.333088/
README.rst:166: cafe.master.log
README.rst:187: 2015-08-18 14:44:12,464: DEBUG: cafe.engine.http.client:
README.rst:206: 2015-08-18 14:44:12,465: WARNING: cafe.engine.models.data_interfaces.ConfigParserDataSource: No section: 'fuzz'. Using default value '200.0' instead
README.rst:296:added in ``opencafe/configs/keystone.config``
doc/source/configuration.rst:4:Copy the data files from Syntribos data directory to ``.opencafe/data``
doc/source/configuration.rst:5:directory created during ``cafe-config init``. This directory contains the fuzz
doc/source/configuration.rst:7:``.opencafe/configs`` directory.
doc/source/configuration.rst:11: $ cp data/* .opencafe/data/
doc/source/configuration.rst:12: $ cp examples/configs/keystone.config .opencafe/configs/
doc/source/configuration.rst:19: $ vi .opencafe/configs/keystone.config
doc/source/contributing.rst:10:4. No new code will be accepted if it adds a new dependency on OpenCAFE, or adds
doc/source/contributing.rst:11: on top of existing CAFE functionality IF it cannot stand on its own without
doc/source/contributing.rst:12: CAFE.
doc/source/index.rst:5:CAFE Framework <https://github.com/stackforge/opencafe>`__.
doc/source/installation.rst:21:- Create a directory named .opencafe in the user's home directory, or in the case of a python virtualenv, in the virtualenv root folder.
doc/source/installation.rst:25: $ cafe-config init
doc/source/installation.rst:31: $ cafe-config plugins install http
doc/source/logging.rst:4:Syntribos takes advantage of the OpenCafe logging facility. Logs are
doc/source/logging.rst:5:found in ``.opencafe/logs/`` Logs are then arranged in directories based
doc/source/logging.rst:11: $ ls .opencafe/logs/keystone.config/2015-08-18_14_44_04.333088/
doc/source/logging.rst:12: cafe.master.log
doc/source/logging.rst:33: 2015-08-18 14:44:12,464: DEBUG: cafe.engine.http.client:
doc/source/logging.rst:52: 2015-08-18 14:44:12,465: WARNING: cafe.engine.models.data_interfaces.ConfigParserDataSource: No section: 'fuzz'. Using default value '200.0' instead
doc/source/test.anatomy.rst:55:added in ``opencafe/configs/keystone.config``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment