Bug 1419398

Summary: Failed in deploying logging with dynamic PV enabled
Product: OpenShift Container Platform Reporter: Xia Zhao <xiazhao>
Component: LoggingAssignee: Jeff Cantrill <jcantril>
Status: CLOSED DUPLICATE QA Contact: Xia Zhao <xiazhao>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.5.0CC: aos-bugs
Target Milestone: ---Keywords: Regression
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: 2017-02-06 19:37:38 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:
Attachments:
Description Flags
deployer log
none
content of logging-deployer configmap none

Description Xia Zhao 2017-02-06 03:26:34 UTC
Created attachment 1247934 [details]
deployer log

Description of problem:
Deploy logging 3.5.0 stacks with dynamic PV enabled for ES and ES-ops storage, the deployer failed by comma seprated commands used for enabling dynamic PV:

$ oc logs -f logging-deployer-7wvz9
...
+ oc new-app logging-pvc-dynamic-template -p NAME=logging-es-1,SIZE=1G
warning: --param no longer accepts comma-separated lists of values. "NAME=logging-es-1,SIZE=1G" will be treated as a single key-value pair.
error: error processing template "logging/logging-pvc-dynamic-template": Template "logging-pvc-dynamic-template" is invalid: template.parameters[1]: Required value: template.parameters[1]: parameter SIZE is required and must be specified

Version-Release number of selected component (if applicable):
ops registry:
openshift3/logging-deployer    2162a2197767

# openshift version
openshift v3.5.0.16+a26133a
kubernetes v1.5.2+43a9be4
etcd 3.1.0

How reproducible:
Always

Steps to Reproduce:
1.Deploy logging 3.5.0 stacks with dynamic PV enabled in deployer configmap:
  es-ops-pvc-dynamic: "true"
  es-ops-pvc-size: 1G
  es-pvc-dynamic: "true"
  es-pvc-size: 1G

Actual results:
Deployer is in error status
--> Remove these 4 lines in deployer configmap, then redeploy logging, can be successful.

Expected results:
Deployer should complete successfully

Additional info:
full log of deployer was attached

Comment 1 Xia Zhao 2017-02-06 03:27:45 UTC
Created attachment 1247935 [details]
content of logging-deployer configmap

Comment 2 Jeff Cantrill 2017-02-06 19:37:38 UTC

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

Comment 3 Xia Zhao 2017-02-07 06:23:56 UTC
bug 1418912 was verified, and you may want to dup this with bug 1417261.

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