Closed ozerovandrei closed 4 years ago
For LBaaS:
https://github.com/openstack/octavia/commit/59c4ad48323dac163148a94e7b37df1af9254ce2
diskimage-builder
is removed from octavia requirements.txt
, And a new one is added in diskimage-create/requirements.txt
. But the new file is not called by devstack so that the error raised here.
I think updating devstack/plugin.sh
in Octavia should be the best fix way.
Of cause, adding LIBS_FROM_GIT=diskimage-builder
into devstack local.conf file should be a quick fix way in openlab zuul job.
For fwaas:
you can see that the openlab job defination uses https://opendev.org/openstack/neutron-fwaas which is deprecated already. It should use the new one instead. But I don't know how fwaas works in OpenStack Upstream now.
Feel free to update it.
Need more time to look the problem in Trove.
The diskimage-builder
error is also affecting Gophercloud.
LBaaS tests are working now since there was a fix in the upstream: https://github.com/openstack/octavia/commit/cb7d5133e7d3082c32a505cebf3ee6167fec4812
I haven't known about FWaaS V1 deprecation, thank you for the explanation!
Not only FWaaS V1 API, It looks that neutron-fwaas has been deprecated totally. I guess this project shoulde be removed from CI now.
@ozerovandrei For Trove, the command kick-start
which the job uses is remove from the commit https://github.com/openstack/trove/commit/602c4d42de77d1be0397185b04f2790f4bae87b7
So there must be a new way to setup the test env. I'm not familar with trove, you can take a look at Trove , ask Trove commuinty and update the openlab job then. https://github.com/theopenlab/openlab-zuul-jobs/blob/master/playbooks/terraform-provider-openstack-acceptance-test-trove/run.yaml#L25
@wangxiyuan thank you for the help!
We have some issues with lbaas, trove, fwaas tests for terraform-provider-openstack.
Could you please help?
LBaaS
Error from logs devstacklog.txt:
How to reproduce:
Type
recheck lbaas
in test pr: https://github.com/terraform-provider-openstack/terraform-provider-openstack/pull/1067Trove
Trove tests are failing with the following error job-output.txt.gz:
How to reproduce:
Type
recheck trove
in test pr: https://github.com/terraform-provider-openstack/terraform-provider-openstack/pull/1067FWaaS
Devstack successfully installs but all Terraform HTTP requests are failing with the
Resource not found
error. Maybe fwaas plugins are not enabled in the Networking service.How to reproduce:
Type
recheck fwaas
in test pr: https://github.com/terraform-provider-openstack/terraform-provider-openstack/pull/1067