File tree 5 files changed +11
-6
lines changed
update_containers/templates
5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 74
74
).metadata.name
75
75
}}
76
76
77
- - name : Update BM CSV or Ansibleee CSV to update proper image
77
+ - name : Update Openstack containers or BM CSV or Ansibleee CSV to update proper image
78
78
when : >-
79
79
(cifmw_update_containers_edpm_image_url is defined) or
80
- (cifmw_update_containers_ansibleee_image_url is defined)
80
+ (cifmw_update_containers_ansibleee_image_url is defined) or
81
+ ((cifmw_update_containers_openstack is defined and
82
+ cifmw_update_containers_openstack | bool))
81
83
vars :
82
84
cifmw_update_containers_metadata : " {{ _ctlplane_name }}"
83
85
ansible.builtin.include_role :
Original file line number Diff line number Diff line change 119
119
--namespace={{ cifmw_install_yamls_defaults['OPERATOR_NAMESPACE'] }}
120
120
--for=jsonpath='{.status.phase}'=Complete --timeout=20m
121
121
122
+ # Note(chkumar): Keeping set_openstack_containers role
123
+ # till we migrate this task to update_containers role
122
124
- name : Update OpenStack Services containers Env
123
- when : cifmw_edpm_prepare_update_os_containers | bool
125
+ when :
126
+ - cifmw_edpm_prepare_update_os_containers | bool
127
+ - cifmw_update_containers_openstack is not defined
124
128
vars :
125
129
cifmw_set_openstack_containers_extra_vars : " {{ cifmw_edpm_prepare_extra_vars }}"
126
130
ansible.builtin.include_role :
Original file line number Diff line number Diff line change 355
355
rejectattr('key', 'equalto', 'cifmw_extras') |
356
356
rejectattr('key', 'equalto', 'cifmw_openshift_kubeconfig') |
357
357
rejectattr('key', 'equalto', 'cifmw_openshift_token') |
358
- rejectattr('key', 'equalto', 'cifmw_set_openstack_containers_registry ') |
358
+ rejectattr('key', 'equalto', 'cifmw_update_containers_registry ') |
359
359
rejectattr('key', 'match', '^cifmw_use_(?!lvms).*') |
360
360
rejectattr('key', 'match', '^cifmw_reproducer.*') |
361
361
rejectattr('key', 'match', '^cifmw_rhol.*') |
Original file line number Diff line number Diff line change 103
103
{{
104
104
{'cifmw_operator_build_output': cifmw_operator_build_output,
105
105
'content_provider_registry_ip': cifmw_rp_registry_ip,
106
- 'cifmw_set_openstack_containers_registry: ': cifmw_rp_registry_ip
106
+ 'cifmw_update_containers_registry ': cifmw_rp_registry_ip
107
107
} | to_nice_yaml
108
108
}}
109
109
{% endraw %}
Original file line number Diff line number Diff line change 57
57
octaviaHousekeepingImage: {{ cifmw_update_containers_registry }}/{{ cifmw_update_containers_org }}/openstack-octavia-housekeeping:{{ cifmw_update_containers_tag }}
58
58
octaviaWorkerImage: {{ cifmw_update_containers_registry }}/{{ cifmw_update_containers_org }}/openstack-octavia-worker:{{ cifmw_update_containers_tag }}
59
59
openstackClientImage: {{ cifmw_update_containers_registry }}/{{ cifmw_update_containers_org }}/openstack-openstackclient:{{ cifmw_update_containers_tag }}
60
- osContainerImage: {{ cifmw_update_containers_registry }}/{{ cifmw_update_containers_org }}/edpm-hardened-uefi:{{ cifmw_update_containers_tag }}
61
60
ovnControllerImage: {{ cifmw_update_containers_registry }}/{{ cifmw_update_containers_org }}/openstack-ovn-controller:{{ cifmw_update_containers_tag }}
62
61
ovnControllerOvsImage: {{ cifmw_update_containers_registry }}/{{ cifmw_update_containers_org }}/openstack-ovn-base:{{ cifmw_update_containers_tag }}
63
62
ovnNbDbclusterImage: {{ cifmw_update_containers_registry }}/{{ cifmw_update_containers_org }}/openstack-ovn-nb-db-server:{{ cifmw_update_containers_tag }}
You can’t perform that action at this time.
0 commit comments