-
Notifications
You must be signed in to change notification settings - Fork 1k
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
stable 8.0 #7481
stable 8.0 #7481
Conversation
jenkins test centos-non_container-update |
1 similar comment
jenkins test centos-non_container-update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems the problem is here (inventory):
diff --git a/tox-update.ini b/tox-update.ini
index cb0f95a12..23d0f4b11 100644
--- a/tox-update.ini
+++ b/tox-update.ini
@@ -69,6 +69,6 @@ commands=
ceph_docker_registry_password={env:DOCKER_HUB_PASSWORD} \
"
- bash -c "CEPH_STABLE_RELEASE=squid py.test --reruns 5 --reruns-delay 1 -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={envdir}/tmp/ceph-ansible/{env:PLAYBOOK:site.yml.sample} --ssh-config={envdir}/tmp/ceph-ansible/tests/functional/all_daemons{env:CONTAINER_DIR:}/vagrant_ssh_config {toxinidir}/tests/functional/tests"
+ bash -c "CEPH_STABLE_RELEASE=reef py.test --reruns 5 --reruns-delay 1 -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} --ssh-config={envdir}/tmp/ceph-ansible/tests/functional/all_daemons{env:CONTAINER_DIR:}/vagrant_ssh_config {toxinidir}/tests/functional/tests"
vagrant destroy --force
jenkins test centos-non_container-update |
4 similar comments
jenkins test centos-non_container-update |
jenkins test centos-non_container-update |
jenkins test centos-non_container-update |
jenkins test centos-non_container-update |
62e48fc
to
115c23c
Compare
jenkins test centos-non_container-update |
jenkins test centos-non_container-update |
jenkins test centos-non_container-switch_to_containers |
jenkins test centos-container-update |
jenkins test centos-container-update |
jenkins test centos-container-update |
this addresses 3 linter errors in rolling update playbook Signed-off-by: Guillaume Abrioux <[email protected]>
Signed-off-by: Guillaume Abrioux <[email protected]>
this drops the following parameters: - monitor_address_block - monitor_interface - monitor_address The monitor address will be automatically set from `public_network` parameter. Signed-off-by: Guillaume Abrioux <[email protected]>
2b72ea9 and c8eeae2 have missed the resync. This addresses that. Signed-off-by: Guillaume Abrioux <[email protected]>
Signed-off-by: Seena Fallah <[email protected]>
this job was removed, these files are no longer needed, let's remove them. Signed-off-by: Guillaume Abrioux <[email protected]> (cherry picked from commit 05a1465)
All of this should be addressed in custom separate playbooks if needed. Signed-off-by: Guillaume Abrioux <[email protected]> (cherry picked from commit 9c467e4)
stable-8.0 is reef so this must check the right value for ceph_stable_release Signed-off-by: Guillaume Abrioux <[email protected]>
Signed-off-by: Guillaume Abrioux <[email protected]>
Signed-off-by: Guillaume Abrioux <[email protected]>
Signed-off-by: Guillaume Abrioux <[email protected]>
As 8.0 drops cluster config from ceph.conf by default, we need to make sure this config is well applied as part of the upgrade to 8 (reef) from 7 (quincy) Signed-off-by: Guillaume Abrioux <[email protected]>
as stable-8.0 is dropping iscsigws support, after the upgrade to reef from quincy these tests should be skipped. Signed-off-by: Guillaume Abrioux <[email protected]>
This makes the container-upgrade scenario fail as this gets deployed during initial quincy deployment but doesn't get upgraded to reef Signed-off-by: Guillaume Abrioux <[email protected]>
Signed-off-by: Guillaume Abrioux <[email protected]> (cherry picked from commit 3c0e06e)
- use el8 image, - disable nfs-ganesha testing Signed-off-by: Guillaume Abrioux <[email protected]>
This reverts commit 4e1e61d. Signed-off-by: Guillaume Abrioux <[email protected]>
No description provided.