-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform: Trove Failing #183
Closed
Labels
bug
Something isn't working
Comments
kiwik
added
bug
Something isn't working
need volunteer
Somebody can help to do this
labels
Feb 11, 2019
Hi @liu-sheng , do you have time to fix this? |
kiwik
added a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Feb 20, 2019
- OpenStack upstream have used tox to deploy trove in python3, OpenLab keep to use same way to do it. - OpenStack CI use 4 vCPUs and 8G RAM instances to run trove integration tests, OpenLab should be able to use same falvor, so remove nodepool label `ubuntu-xenial-otc`. Closes: theopenlab/openlab#183
kiwik
added a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Feb 20, 2019
Related-Bug: theopenlab/openlab#183
We're still seeing trove failures: https://github.com/terraform-providers/terraform-provider-openstack/pull/671 |
Sorry, @jtopjian , still exist issue, I am trying to address it |
@kiwik No problem at all - thank you 🙂 |
kiwik
added a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Feb 23, 2019
kiwik
added a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Feb 23, 2019
kiwik
added a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Feb 23, 2019
kiwik
added a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Feb 23, 2019
kiwik
added a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Feb 23, 2019
kiwik
added a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Feb 23, 2019
huangtianhua
pushed a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Feb 26, 2019
Change directory of trove to {toxinidir} for testenv trovestack in /trove/tox.ini. Related-Bug: theopenlab/openlab#183
huangtianhua
pushed a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Feb 26, 2019
Change directory of trove to {toxinidir} for testenv trovestack in /trove/tox.ini. Related-Bug: theopenlab/openlab#183
huangtianhua
pushed a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Feb 28, 2019
Fix trove job errors with several changes: 1. trovestack scripts can not run as root 2. change path of devstack src to /opt/stack/new/devstack 3. change dest path of trove to /opt/stack/new/trove 4. change owner of files in directory of /opt/stack and /etc/trove to support running tox -etrovestack 5. there is an error of trove upstream when exec tox -etrovestack, which hard code of /opt/stack/trove/test-upper-constraints.txt in tox.ini, change it to {toxinidir}/stack/trove/test-upper-constraints.txt Closes: theopenlab/openlab#183
kiwik
pushed a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Mar 1, 2019
Fix trove job errors with several changes: 1. trovestack scripts can not run as root 2. change path of devstack src to /opt/stack/new/devstack 3. change dest path of trove to /opt/stack/new/trove 4. change owner of files in directory of /opt/stack and /etc/trove to support running tox -etrovestack 5. there is an error of trove upstream when exec tox -etrovestack, which hard code of /opt/stack/trove/test-upper-constraints.txt in tox.ini, change it to {toxinidir}/stack/trove/test-upper-constraints.txt Closes: theopenlab/openlab#183
huangtianhua
pushed a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Mar 6, 2019
This change is the modification of last fixing with several changes: 1. trove-guest uses ssh keypairs to communicate with tr-manager,so specify the correct path to generate the ssh keypairs. 2. only change owner of files in directory of /opt/stack/new/trove and /etc/trove to support running tox -etrovestack. Closes: theopenlab/openlab#183
huangtianhua
pushed a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Mar 6, 2019
This change is the modification of last fixing with several changes: 1. trove-guest uses ssh keypairs to communicate with tr-manager,so specify the correct path to generate the ssh keypairs. 2. only change owner of files in directory of /opt/stack/new/trove and /etc/trove to support running tox -etrovestack. 3. delete to debug mysql image info, the version maybe different later. Closes: theopenlab/openlab#183
kiwik
pushed a commit
to theopenlab/openlab-zuul-jobs
that referenced
this issue
Mar 6, 2019
This change is the modification of last fixing with several changes: 1. trove-guest uses ssh keypairs to communicate with tr-manager,so specify the correct path to generate the ssh keypairs. 2. only change owner of files in directory of /opt/stack/new/trove and /etc/trove to support running tox -etrovestack. 3. delete to debug mysql image info, the version maybe different later. Closes: theopenlab/openlab#183
It looks like this is working. Thank you very much for fixing it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
recheck trove
job seems to be failing.Related Job information
If the bug is related a CI job, put the job information below:
job name:
recheck trove
job build log link:
http://logs.openlabtesting.org/logs/71/671/832a4773b230ebd19bad9bbddcd5046c35aad689/recheck-trove/terraform-provider-openstack-acceptance-test-trove/ae4993c/
http://logs.openlabtesting.org/logs/71/671/832a4773b230ebd19bad9bbddcd5046c35aad689/recheck-trove/terraform-provider-openstack-acceptance-test-trove/6aa6422/
error log piece: not sure
Steps to reproduce the issue
Describe how to reproduce the issue:
Run
recheck trove
at https://github.com/terraform-providers/terraform-provider-openstack/pull/671The text was updated successfully, but these errors were encountered: