Bug 1341223
| Summary: | [RFE] Flannel rpm issues on rhel7 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Avesh Agarwal <avagarwa> |
| Component: | flannel | Assignee: | Jan Chaloupka <jchaloup> |
| Status: | CLOSED ERRATA | QA Contact: | atomic-bugs <atomic-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.2 | CC: | bbreard, dornelas, eparis, gouyang, jamills, lfriedma, ypu |
| Target Milestone: | rc | Keywords: | Extras, FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | flannel-0.5.5-2.el7 | Doc Type: | Bug Fix |
| Doc Text: |
The flannel package has been upgraded to still recognize non-canonicalized environmental variables present in configuration files before flannel-5.3.0-10.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-10 21:09:57 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: | |||
| Bug Blocks: | 1186913 | ||
|
Description
Avesh Agarwal
2016-05-31 13:31:38 UTC
As this is RFE, let's make the flannel more shiny not before 7.3. So I don't think systemd variable expansion handles that syntax... I think we'd have to make a helper script which runs bash to handle this... I'd rather we just doc'd it, but if we have to fix it, I think it needs to be a helper script called by ExecStart which actually launches flannel a Jan suggested... Test with flannel-0.5.5-2 and the uninstall and conf files are all as expect. Details: 1. use ls to check flannel after uninstall: # ls /usr/libexec/flannel ls: cannot access /usr/libexec/flannel: No such file or directory 2. flannel conf file content: # Flanneld configuration options # etcd url location. Point this to the server where etcd runs FLANNEL_ETCD_ENDPOINTS="https://127.0.0.1:2379" # etcd config key. This is the configuration key that flannel queries # For address range assignment FLANNEL_ETCD_PREFIX="/atomic.io/network" .... So set this to verified. |