TASK: [haproxy | Copying over keepalived.conf] fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Invalid
|
High
|
Unassigned |
Bug Description
TASK: [haproxy | Copying over keepalived.conf] fails with below Error
It copies the keepalived.conf.j2 file to network node but fail to copy it to controller nodes
TASK: [haproxy | Copying over keepalived.conf] *******
fatal: [cont1] => {'msg': "ValueError: u'cont1' is not in list", 'failed': True}
fatal: [cont1] => {'msg': 'One or more items failed.', 'failed': True, 'changed': False, 'results': [{'msg': "ValueError: u'cont1' is not in list", 'failed': True}]}
fatal: [cont2] => {'msg': "ValueError: u'cont2' is not in list", 'failed': True}
fatal: [cont2] => {'msg': 'One or more items failed.', 'failed': True, 'changed': False, 'results': [{'msg': "ValueError: u'cont2' is not in list", 'failed': True}]}
ok: [network] => (item=keepalived)
Analysis:
[haproxy:children]
network
https:/
however , when i add control under [haproxy:children], then task completed successfully.
Changed in kolla: | |
status: | New → Triaged |
milestone: | none → newton-rc2 |
Changed in kolla: | |
status: | Incomplete → Invalid |
can you give me more information, type: use source or binary, use all-in-one or multinode,
thanks
base : ubuntu or centos. I want to be able to reproduce this bug