Bug 1601112
Summary: | glance backend file configuration looks as if it was required for NFV | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Andreas Karis <akaris> | |
Component: | openstack-tripleo-heat-templates | Assignee: | Roger Heslop <rheslop> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Yariv <yrachman> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 10.0 (Newton) | CC: | abishop, akaris, atelang, cfields, cfontain, ddf-bot, fbaudin, mburns, rcernin, rhos-docs, scohen, srevivo | |
Target Milestone: | --- | Keywords: | Documentation, Reopened, Triaged, ZStream | |
Target Release: | --- | |||
Hardware: | All | |||
OS: | All | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 1601039 | |||
: | 1754502 1754525 1754559 (view as bug list) | Environment: | ||
Last Closed: | 2019-09-24 10:56:00 UTC | Type: | --- | |
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: | ||||
Bug Blocks: | 1601039, 1754502, 1754525, 1754559 |
Description
Andreas Karis
2018-07-13 22:39:30 UTC
Hi, Please have a look at: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/network_functions_virtualization_configuration_guide/appe-sample-ovsdpdk-files#annotations:e6a345f6-865f-4abc-9fba-9c628d8fcc64 Section: B.1.3. network.environment.yaml The example environment file contains: GlanceBackend: 'file' It also contains: SshServerOptions: UseDns: 'no' These should not be there in the examples for NFV deployments. Customers will copy this file and will insert the above two options in their templates, or will at least ask support why these parameters are there. The network-environment.yaml file for our examples should be minimal. Sandra McCann from the docs team told me that: ~~~ The yaml files are a direct import from QE. We can not hand edit. Please open an internal bug against an engineering component (I suggest director) to have this removed from the QE source. We can then import the files again. ~~~ Perhaps, we need to change our QE templates and "outsource" these parameters (such as GlanceBackend: 'file' and SshServerOptions into a different .yaml file. Thanks, Andreas Thanks, Andreas Additionally: ' # Configure the classname of the firewall driver to use for implementing security groups. NeutronOVSFirewallDriver: openvswitch The openvswitch OVS firewall driver is only tech preview, so we should not include that in our NFV documentation (which should only refer to fully supported components). - Andreas This seems specific to NFV, so updating the DFG assignment. Introductory paragraph has been modified; admonition added at top of appendix and published: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/network_functions_virtualization_configuration_guide/appe-sample-dpdk-sriov-2-port-files |