quickstart: ocata/newton overclouds are deployed with pike repos
Bug #1673585 reported by
Emilien Macchi
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
Critical
|
Unassigned |
Bug Description
gate-tripleo-
Changed in tripleo: | |
status: | Triaged → Fix Released |
tags: | removed: alert |
To post a comment you must log in.
I think I've found the issue. One of the tripleo- quickstart- extras roles is being called that runs tripleo.sh --repo-setup without the STABLE_RELEASE environment variable being set. This can be seen in this log here: http:// logs.openstack. org/50/ 446750/ 1/check/ gate-tripleo- ci-centos- 7-nonha- multinode- oooq/4bc7b91/ logs/undercloud /home/jenkins/ toci_vxlan_ networking. sh.log. txt.gz
Execution of this can be found here: http:// git.openstack. org/cgit/ openstack/ tripleo- quickstart- extras/ tree/roles/ undercloud- setup/files/ toci_vxlan_ networking. sh#n47
Ideally the fix should be to deprecate use of this tripleo.sh multinode_setup() function in favor of logic inside a tripleo- quickstart- extras role, but for now it should work to include the STABLE_RELEASE environment variable to the undercloud-setup role.
You can find an experimental change that does that here: https:/ /review. openstack. org/#/c/ 446746/
You can find the dependent change to do testing against stable/ocata here: https:/ /review. openstack. org/#/c/ 446865/