Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| octane_addon [2020/04/26 03:33] – external edit 127.0.0.1 | octane_addon [2020/05/10 16:01] (current) – removed admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== HPE / Microfocus Octane AddOn Configuration ===== | ||
| - | //Octane Addon// communicates with {{https:// | ||
| - | |||
| - | You may use any text editor to add/update settings. | ||
| - | |||
| - | ---- | ||
| - | ==== Minimum Configuration ==== | ||
| - | First pick a unique name for your Octane system, e.g. MYOCTANE, The name must be in uppercase. | ||
| - | |||
| - | Copy and paste following settings into // | ||
| - | ADDON.MYOCTANE.AUTH.PASSWORD=password/ | ||
| - | ADDON.MYOCTANE.AUTH.USERNAME=userid | ||
| - | ADDON.MYOCTANE.BUG.ENABLED=true | ||
| - | ADDON.MYOCTANE.CLASS=com.webmbt.alm.addon.AddOnOctane | ||
| - | ADDON.MYOCTANE.REQ.ENABLED=true | ||
| - | ADDON.MYOCTANE.URL=https:// | ||
| - | ADDON.MYOCTANE.REQ.QUERY=subtype EQ ' | ||
| - | | ||
| - | You may supply following to replace USERNAME/ | ||
| - | * ADDON.MYOCTANE.AUTH.CLIENT_ID=clientId | ||
| - | * ADDON.MYOCTANE.AUTH.CLIENT_SECRET=clientSecret | ||
| - | |||
| - | |||
| - | ---- | ||
| - | ==== Enable Octane AddOn for Models ===== | ||
| - | Each model that needs to access //Octane// for requirement or defects must also be configured: | ||
| - | * Enable [[ALMPlugin | ALM Plugin]] in the model using [[modelnode | Model Property]]. | ||
| - | * Select ' | ||
| - | |||
| - | === Requirements Setting === | ||
| - | * SHARED_SPACE=shared space id, required | ||
| - | * WORKSPACE=workspace id, required | ||
| - | * REQ_QUERY=additional query clause to filter requirements | ||
| - | |||
| - | === Defect Setting === | ||
| - | * SHARED_SPACE=shared space id, required | ||
| - | * WORKSPACE=workspace id, required | ||
| - | * BUG_QUERY=additional query clause to filter defects | ||
| - | |||
| - | ---- | ||
| - | ==== AddOn Settings ==== | ||
| - | AddOn Settings are defined in file // | ||
| - | |||
| - | * ADDON.MYOCTANE.AUTH.USERNAME=userid, | ||
| - | * ADDON.MYOCTANE.AUTH.PASSWORD=password/ | ||
| - | * ADDON.MYOCTANE.AUTH.CLIENT_ID=clientId | ||
| - | * ADDON.MYOCTANE.AUTH.CLIENT_SECRET=clientSecret | ||
| - | * ADDON.MYOCTANE.BUG.ENABLED=true | ||
| - | * ADDON.MYOCTANE.CLASS=com.webmbt.alm.addon.AddOnOctane | ||
| - | * ADDON.MYOCTANE.REQ.ENABLED=true | ||
| - | * ADDON.MYOCTANE.URL=url pointing to your Octane hosted server | ||
| - | * ADDON.MYOCTANE.REQ.QUERY=additional query clause to filter requirements, | ||
| - | * ADDON.MYOCTANE.BUG.QUERY=additional query clause to filter defects, overridden by model setting | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||