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

unclear how to test a specific release (e.g. 1.0.0-beta4) with eos #260

Closed
jnweiger opened this issue May 7, 2020 · 2 comments
Closed

Comments

@jnweiger
Copy link
Contributor

jnweiger commented May 7, 2020

Following the steps in https://github.com/owncloud/ocis/blob/master/docs/eos.md#run-it
make eos-start
brings up a fresh instance. This procedure does not respond to a .env file or to setting the environment variable OCIS_DOCKER_TAG=1.0.0-beta4
This is what can be used with compose-playground/ocis, when testing ocis without eos.

Can we achieve a similar effect here?
I want to specify the release that I test.

@jnweiger
Copy link
Contributor Author

jnweiger commented May 11, 2020

ocis with eos fails to start, when specifying -b v1.0.0-beta4 during checkout. Is that the correct way to test 1.0.0-beta4?

git clone [email protected]:owncloud/ocis.git -b v1.0.0-beta4
cd ocis; make eos-start

...
** Enabling default space with quota disabled and booting filesystems
Wait for FSTs to become online ...
All FSTs are online
success: boot message sent to eos-fst1.eoscluster.cern.ch:/home/data/eos1 eos-fst2.eoscluster.cern.ch:/home/data/eos2 eos-fst3.eoscluster.cern.ch:/home/data/eos3 eos-fst4.eoscluster.cern.ch:/home/data/eos4 eos-fst5.eoscluster.cern.ch:/home/data/eos5 eos-fst6.eoscluster.cern.ch:/home/data/eos6 eos-fst7.eoscluster.cern.ch:/home/data/eos7
success: configuration successfully saved!
Wait for FSTs to boot ...
All FSTs are booted


*** Client servers creation and setup
ded21f6941212b222a430b47bc33eb279726ab66e8893e4bbc8c92f977523343
host/[email protected]: kvno = 1
Error: No such container:path: eos-kdc:/root/eos-user.keytab
chown: cannot access '/home/eos-user/eos-user.keytab': No such file or directory
make: *** [Makefile:195: eos-deploy] Error 1

With default master branch, that succeeds.
Reproducable with https://gitea.owncloud.services/jw/hetzner make_ocis_eos_test.sh

@jnweiger
Copy link
Contributor Author

jnweiger commented Sep 8, 2020

Fixed. Followup issue #310

@jnweiger jnweiger closed this as completed Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant