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

Tempest all #108

Closed
Closed
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
e53be1d
Add tempestconf parameters for the tempest container
lpiwowar Oct 20, 2023
637f50a
Donot Install tcib from rpm
raukadah Nov 6, 2023
d0019a2
Merge pull request #97 from openstack-k8s-operators/OSPCIX-101
openshift-merge-bot[bot] Nov 16, 2023
26c94f5
Add python3-unbound to Neutron images
olliewalsh Nov 17, 2023
57d055b
Add python3-unbound to the Octavia API image
beagles Nov 17, 2023
5d66528
This is required to connect to NB/SB db addresses that use DNS names.
luis5tb Nov 20, 2023
2b1fa1d
Merge pull request #99 from olliewalsh/ovn_dns
openshift-merge-bot[bot] Nov 20, 2023
369be2c
Merge pull request #101 from luis5tb/python3-unbound
openshift-merge-bot[bot] Nov 20, 2023
4a8bf3d
Fix placement user creation
gibizer Nov 20, 2023
f7861cd
Merge pull request #102 from gibizer/placement-kolla-user
openshift-merge-bot[bot] Nov 21, 2023
68057a9
Merge pull request #95 from lpiwowar/feature/tempestconf-params
openshift-merge-bot[bot] Nov 22, 2023
6694310
Merge pull request #100 from beagles/add-python-unbound
openshift-merge-bot[bot] Nov 22, 2023
388ec67
Add tempest parameters for the tempest container
lpiwowar Oct 26, 2023
1339555
Merge pull request #96 from lpiwowar/feature/tempest-parameter
openshift-merge-bot[bot] Nov 22, 2023
54c7d98
Revert "Merge pull request #96 from lpiwowar/feature/tempest-parameter"
arxcruz Nov 28, 2023
776352b
Merge pull request #106 from arxcruz/revert-tempest
openshift-merge-bot[bot] Nov 29, 2023
3953d8f
Merge pull request #98 from openstack-k8s-operators/tempest-all
openshift-merge-bot[bot] Dec 1, 2023
0da3d6f
Temporarly skip openstack-tempest-all package
arxcruz Dec 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Donot Install tcib from rpm
openstack-k8s-operators/ci-framework#771 adds
the support for installing tcib from rpm as a default behaviour.
It also adds a var cifmw_build_containers_install_from_source to install
it from source.

Since here tcib code is tested from source. So we need to update
the zuul job definition so that tcib will get installed from source.

Signed-off-by: Chandan Kumar <[email protected]>
raukadah committed Nov 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 637f50ad7601fce7b35b3c84dd6de546efa2a6ea
11 changes: 10 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
Abhishek Kekane <[email protected]>
Alan Bishop <[email protected]>
Arx Cruz <[email protected]>
Brendan Shephard <bshephar@redhat.com>
Brendan Shephard <59072170+bshephar@users.noreply.github.com>
Chandan Kumar <[email protected]>
Damien Ciabrini <[email protected]>
Douglas Viroel <[email protected]>
Francesco Pantano <[email protected]>
Jaromír Wysoglad <[email protected]>
OpenShift Merge Robot <[email protected]>
Pablo Rodriguez Nava <[email protected]>
Rabi Mishra <[email protected]>
Ronelle Landy <[email protected]>
Sandeep Yadav <[email protected]>
Sean Mooney <[email protected]>
Shreshtha Joshi <[email protected]>
Soniya Vyas <[email protected]>
Steve Baker <[email protected]>
Takashi Kajinami <[email protected]>
Tony Breeds <[email protected]>
afazekas <[email protected]>
rabi <[email protected]>
2 changes: 2 additions & 0 deletions zuul.d/job.yaml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
parent: cifmw-tcib-base
vars:
cifmw_build_containers_registry_namespace: podified-antelope-centos9
cifmw_build_containers_install_from_source: true
irrelevant-files: &if
- HACKING.rst
- AUTHORS
@@ -25,6 +26,7 @@
irrelevant-files: *if
vars: &edpm_vars
cifmw_edpm_prepare_update_os_containers: true
cifmw_set_openstack_containers_edpm: true
cifmw_set_openstack_containers_registry: "{{ content_provider_registry_ip }}:5001"
cifmw_set_openstack_containers_tag_from_md5: true
cifmw_set_openstack_containers_dlrn_md5_path: "~/ci-framework-data/artifacts/repositories/delorean.repo.md5"