Skip to content

Commit

Permalink
Add set_openstack_containers role run after updating delorean tag
Browse files Browse the repository at this point in the history
Run set_openstack_containers to upadate openstack services containers
in meta operator and to run openstack_wait make target .
  • Loading branch information
ciecierski authored and openshift-merge-bot[bot] committed May 10, 2024
1 parent ffc084d commit 78d91ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion playbooks/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@
step: pre_update
ansible.builtin.import_playbook: ./hooks.yml

- name: Update repos playbook
- name: Update repos and openstack services containers
hosts: "{{ cifmw_target_host | default('localhost') }}"
gather_facts: false
tasks:
- name: Run repo_setup
ansible.builtin.include_role:
name: repo_setup

- name: Update all openstack services containers env vars in meta operator with tag from delorean
vars:
cifmw_set_openstack_containers_dlrn_md5_path: "{{ cifmw_basedir }}/artifacts/repositories/delorean.repo.md5"
cifmw_set_openstack_containers_tag_from_md5: true
cifmw_set_openstack_containers_extra_vars: "{{ cifmw_edpm_prepare_extra_vars }}"
ansible.builtin.include_role:
name: set_openstack_containers

- name: Sync repos for controller to compute
hosts: computes
gather_facts: true
Expand Down
4 changes: 3 additions & 1 deletion scenarios/centos-9/multinode-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ cifmw_use_libvirt: false

cifmw_openshift_setup_skip_internal_registry_tls_verify: true

post_infra:
post_infra: &fetch_nodes_facts
- name: Fetch nodes facts and save them as parameters
type: playbook
inventory: "{{ ansible_user_dir }}/ci-framework-data/artifacts/zuul_inventory.yml"
source: fetch_compute_facts.yml

pre_update: *fetch_nodes_facts

post_ctlplane_deploy:
- name: Tune rabbitmq resources
type: playbook
Expand Down

0 comments on commit 78d91ad

Please sign in to comment.