Change genearator config file type from tox to oslo-config-generator

Bug #1527961 reported by kexiaodong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kuryr
Fix Released
Undecided
kexiaodong

Bug Description

When install kuryr with devstack, current script will use "tox -egenconfig" to generator new sample config file.
I try 10 times to use devstack to install kuryr, but the script alway stopped at generator config.
The reason is that tox will remote all python library at the first time and then download again.
That will be a big problem in those country that public network is not good enough. In those country you can not download all packages successfully in one time. You always need try again and again.
I think we need change "tox -egenconfig" to "oslo-config-generator --config-file=etc/kuryr-config-generator.conf".
So that when you try enough times, you can install kuryr successfully.

kexiaodong (kexiaodong)
Changed in kuryr:
assignee: nobody → kexiaodong (kexiaodong)
kexiaodong (kexiaodong)
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kuryr (master)

Fix proposed to branch: master
Review: https://review.openstack.org/259731

Changed in kuryr:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kuryr (master)

Change abandoned by kexiaodong (<email address hidden>) on branch: master
Review: https://review.openstack.org/259731
Reason: merge conflict

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kuryr (master)

Reviewed: https://review.openstack.org/260914
Committed: https://git.openstack.org/cgit/openstack/kuryr/commit/?id=1f86c28000600c88aa9b6e4648dcb6b46f5c3bb8
Submitter: Jenkins
Branch: master

commit 1f86c28000600c88aa9b6e4648dcb6b46f5c3bb8
Author: kexiaodong <email address hidden>
Date: Wed Dec 23 00:37:37 2015 -0800

    Change generator config file from tox to oslo-config-generator

    When restart tox script it will remove all python libraries and
    download libraries again. In the case that git/pip frequently
    timeout, this may cause failure of installation.
    Closes-Bug: #1527961

    Change-Id: I4671bb8436f38686c1ca638ea33a797bd23389a0

Changed in kuryr:
status: In Progress → Fix Released
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.