Bug 1774496

Summary: [Docs] [RFE] [glance] [OSP 16] add support for configuration of glance-api endpoint for edge nodes
Product: Red Hat OpenStack Reporter: ndeevy <ndeevy>
Component: documentationAssignee: RHOS Documentation Team <rhos-docs>
Status: CLOSED DUPLICATE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: high Docs Contact:
Priority: high    
Version: 16.0 (Train)CC: astillma, dcadzow
Target Milestone: gaKeywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-06-19 08:58:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1764511    
Bug Blocks:    

Description ndeevy 2019-11-20 12:18:23 UTC
DCN deployments [1] can include deploying glance-cache at the edge by using the following to get a cached image per node, but not per edge site:

parameter_defaults:
  GlanceBackend: swift
  GlanceCacheEnabled: true
  DistributedComputeHCIExtraConfig:
    nova::glance_api_servers: 'http://127.0.0.1:9292'
    glance::api::bind_host: '127.0.0.1'

This BZ tracks work to enable caching per site instead of just per node.


[1] https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/features/distributed_compute_node.html

Comment 5 ndeevy 2020-06-19 08:58:51 UTC

*** This bug has been marked as a duplicate of bug 1789430 ***