unsupported parameter for module: interface

Bug #1847908 reported by JK
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
kolla-ansible
Confirmed
Undecided
Unassigned

Bug Description

ansible/roles/aodh/defaults/main.yml

after refactoring performed from version 8.0 to 8.0.1, most likely this commit:

https://opendev.org/openstack/kolla-ansible/commit/3522d235bd13cf689a3a3762d83fa190836f0572

====
the following error appears:

failed: [10.5.5.108 -> 10.5.5.108] (item={u'service_type': u'identity', u'name': u'keystone'}) => {"ansible_loop_var": "item", "attempts": 5, "changed": false, "item": {"description": "Openstack Identity Service", "endpoints": [{"interface": "admin", "url": "http://10.5.5.99:35357"}, {"interface": "internal", "url": "http://10.5.5.99:5000"}, {"interface": "public", "url": "http://10.5.5.99:5000"}], "name": "keystone", "type": "identity"}, "msg": "unsupported parameter for module: interface"}

Revision history for this message
Mark Goddard (mgoddard) wrote :

That commit is not present in 8.0.1. I think you are using master.

Changed in kolla-ansible:
status: New → Opinion
status: Opinion → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for kolla-ansible because there has been no activity for 60 days.]

Changed in kolla-ansible:
status: Incomplete → Expired
Revision history for this message
Acoss69 (acoss69) wrote :

Hi,

Recently on the sandbox plateform, we have updated our plateform from Stein to Train (Centos7 binary).
To upgrade our plateform, we used kolla-ansible.
We use develop scripts (branch stable/train).
We have successfully updated but when we tried to reconfigure Octavia, we have a similary problem with you :

TASK [service-ks-register : octavia | Creating services] ***************************************************************************$
FAILED - RETRYING: octavia | Creating services (5 retries left).
FAILED - RETRYING: octavia | Creating services (4 retries left).
FAILED - RETRYING: octavia | Creating services (3 retries left).
FAILED - RETRYING: octavia | Creating services (2 retries left).
FAILED - RETRYING: octavia | Creating services (1 retries left).
failed: [ctrl3] (item={'name': 'octavia', 'service_type': 'load-balancer'}) => {"ansible_loop_var": "item", "attempts": 5, "changed"$
 false, "item": {"description": "Octavia Load Balancing Service", "endpoints": [{"interface": "admin", "url": "http://10.21.1.5:9876$
}, {"interface": "internal", "url": "http://10.21.1.5:9876"}, {"interface": "public", "url": "http://10.20.1.5:9876"}], "name": "octa
via", "type": "load-balancer"}, "msg": "Can not parse the inner module output: localhost | FAILED! => {\n \"changed\": false, \n
  \"failed\": true, \n \"msg\": \"unsupported parameter for module: interface\"\n}\n"}

Can you tell me if you have resolve your issue ?
Thanks in advance.
Regards,

Changed in kolla-ansible:
status: Expired → Confirmed
Revision history for this message
Mark Goddard (mgoddard) wrote :

@acoss69, this happens if you are using an upgraded (Train+) version of kolla-ansible, but Stein or earlier images (specifically the kolla-toolbox image). Have you updated openstack_release?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.