Skip to content
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
jtopjian opened this issue Feb 11, 2019 · 5 comments · Fixed by theopenlab/openlab-zuul-jobs#454
Closed

Terraform: Trove Failing #183

jtopjian opened this issue Feb 11, 2019 · 5 comments · Fixed by theopenlab/openlab-zuul-jobs#454
Assignees
Labels
bug Something isn't working

Comments

@jtopjian
Copy link

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:

Steps to reproduce the issue

Describe how to reproduce the issue:

Run recheck trove at https://github.com/terraform-providers/terraform-provider-openstack/pull/671

@kiwik kiwik added bug Something isn't working need volunteer Somebody can help to do this labels Feb 11, 2019
@kiwik
Copy link
Contributor

kiwik commented 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 kiwik assigned kiwik and unassigned liusheng Feb 20, 2019
kiwik added a commit to theopenlab/openlab-zuul-jobs that referenced this issue Feb 20, 2019
@jtopjian
Copy link
Author

@kiwik
Copy link
Contributor

kiwik commented Feb 21, 2019

Sorry, @jtopjian , still exist issue, I am trying to address it

@kiwik kiwik reopened this Feb 21, 2019
@jtopjian
Copy link
Author

@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 huangtianhua removed the need volunteer Somebody can help to do this label Feb 28, 2019
@huangtianhua huangtianhua self-assigned this Feb 28, 2019
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
@kiwik kiwik reopened this Mar 5, 2019
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
@jtopjian
Copy link
Author

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
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants