diff --git a/refstack-ui/app/components/guidelines/guidelines.html b/refstack-ui/app/components/guidelines/guidelines.html index d04a2185..797a636e 100644 --- a/refstack-ui/app/components/guidelines/guidelines.html +++ b/refstack-ui/app/components/guidelines/guidelines.html @@ -20,6 +20,7 @@ + diff --git a/refstack-ui/app/components/guidelines/guidelinesController.js b/refstack-ui/app/components/guidelines/guidelinesController.js index 1bcda20d..e76e4a2a 100644 --- a/refstack-ui/app/components/guidelines/guidelinesController.js +++ b/refstack-ui/app/components/guidelines/guidelinesController.js @@ -140,7 +140,10 @@ var targetComponents = null; var old_type = ctrl.gl_type; - if (ctrl.target === 'dns' || ctrl.target === 'orchestration') { + if (ctrl.target === 'dns' || + ctrl.target === 'orchestration' || + ctrl.target === 'shared_file_system' + ) { ctrl.gl_type = ctrl.target; } else { ctrl.gl_type = 'powered'; diff --git a/refstack-ui/app/components/home/home.html b/refstack-ui/app/components/home/home.html index f4c16fda..7a732758 100644 --- a/refstack-ui/app/components/home/home.html +++ b/refstack-ui/app/components/home/home.html @@ -30,6 +30,7 @@
  • OpenStack Powered Object Storage
  • OpenStack with DNS
  • OpenStack with Orchestration
  • +
  • OpenStack with Shared File System
  • diff --git a/refstack-ui/app/components/products/partials/testsTable.html b/refstack-ui/app/components/products/partials/testsTable.html index 346efb34..b1604124 100644 --- a/refstack-ui/app/components/products/partials/testsTable.html +++ b/refstack-ui/app/components/products/partials/testsTable.html @@ -94,6 +94,7 @@ + OpenStack Powered Object Storage +
    Associated Product: diff --git a/refstack-ui/app/components/results-report/resultsReport.html b/refstack-ui/app/components/results-report/resultsReport.html index 7d022647..661a4093 100644 --- a/refstack-ui/app/components/results-report/resultsReport.html +++ b/refstack-ui/app/components/results-report/resultsReport.html @@ -87,6 +87,7 @@ + diff --git a/refstack-ui/app/components/results-report/resultsReportController.js b/refstack-ui/app/components/results-report/resultsReportController.js index e97d4600..e45d2401 100644 --- a/refstack-ui/app/components/results-report/resultsReportController.js +++ b/refstack-ui/app/components/results-report/resultsReportController.js @@ -68,7 +68,8 @@ 'compute': 'OpenStack Powered Compute', 'object': 'OpenStack Powered Object Storage', 'dns': 'OpenStack with DNS', - 'orchestration': 'OpenStack with orchestration' + 'orchestration': 'OpenStack with orchestration', + 'shared_file_system': 'OpenStack with Shared File System' }; /** The schema version of the currently selected guideline data. */ @@ -90,7 +91,10 @@ * Sample API return array: ["2015.03.json", "2015.04.json"] */ function getVersionList() { - if (ctrl.target === 'dns' || ctrl.target === 'orchestration') { + if (ctrl.target === 'dns' || + ctrl.target === 'orchestration' || + ctrl.target === 'shared_file_system' + ) { ctrl.gl_type = ctrl.target; } else { @@ -279,7 +283,10 @@ var targetCaps = {}; var targetComponents = null; var old_type = ctrl.gl_type; - if (ctrl.target === 'dns' || ctrl.target === 'orchestration') { + if (ctrl.target === 'dns' || + ctrl.target === 'orchestration' || + ctrl.target === 'shared_file_system' + ) { ctrl.gl_type = ctrl.target; } else { ctrl.gl_type = 'powered'; diff --git a/refstack-ui/app/components/results/results.html b/refstack-ui/app/components/results/results.html index d627a1fc..ade812f3 100644 --- a/refstack-ui/app/components/results/results.html +++ b/refstack-ui/app/components/results/results.html @@ -157,6 +157,7 @@ +