Use cases: Collection and display of the Templates defined in the OpenShift providers Instantiation of the Templates (in a particular project) Note: Service Catalog and Service Designer are not implemented in this feature Here are all related PRs: -manageiq: Persist Container Template https://github.com/ManageIQ/manageiq/pull/10159 -manageiq: Container template UI https://github.com/ManageIQ/manageiq/pull/10303 -manageiq: Instantiate Container Template https://github.com/ManageIQ/manageiq/pull/10737 -manageiq: Schema changes: add container templates (extracted from the first one) https://github.com/ManageIQ/manageiq/pull/11217 -openshift client: Add support for template entity https://github.com/abonas/openshift_client/pull/27 -openshift client: Add support for processing templates https://github.com/abonas/openshift_client/pull/29
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/8f521f8356155a9b5b9524f75cab1f621bf3aa55 commit 8f521f8356155a9b5b9524f75cab1f621bf3aa55 Author: Greg Blomquist <blomquisg> AuthorDate: Thu Oct 13 08:05:20 2016 -0400 Commit: Oleg Barenboim <chessbyte> CommitDate: Thu Oct 13 17:30:35 2016 -0400 Merge pull request #10159 from zakiva/persist_container_template Persist Container Templates (cherry picked from commit 58a7b12b4fb0603b9787f9b3671b8fb2e5db48f8) https://bugzilla.redhat.com/show_bug.cgi?id=1375951 app/models/ems_refresh/save_inventory_container.rb | 28 +- .../openshift/container_manager/refresh_parser.rb | 32 + .../openshift/container_manager/refresher.rb | 2 +- .../metrics_capture/capture_context_spec.rb | 3 +- .../container_manager/refresh_parser_spec.rb | 42 + .../openshift/container_manager/refresher_spec.rb | 17 + .../metrics_capture/capture_context_refresh.yml | 1140 ++++++++++++-------- .../openshift/container_manager/refresher.yml | 60 ++ 8 files changed, 881 insertions(+), 443 deletions(-)
https://github.com/ManageIQ/manageiq/pull/12119
we list the templates but some info on the templates themselves is missing: https://bugzilla.redhat.com/show_bug.cgi?id=1434760 however, since we do have a new templates tab, we list the templates from the provider and only some of the info is missing, I will move this RFE to verified.