File tree Expand file tree Collapse file tree 3 files changed +2
-23
lines changed Expand file tree Collapse file tree 3 files changed +2
-23
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- - name : Get EPEL and install needed packages for dev-scripts
3
- tags :
4
- - packages
5
- vars :
6
- cifmw_ci_setup_epel_pkgs :
7
- - python3-bcrypt
8
- - python3-passlib
9
- ansible.builtin.import_role :
10
- name : ci_setup
11
- tasks_from : epel.yml
12
-
13
2
- name : Run devscripts role
14
- tags :
15
- - devscripts_layout
16
3
vars :
17
- cifmw_devscripts_use_layers : true
4
+ cifmw_use_reproducer : true
18
5
ansible.builtin.import_role :
19
6
name : devscripts
Original file line number Diff line number Diff line change 1
1
---
2
- - name : Run post tasks from devscripts role
3
- tags :
4
- - devscripts_layout
5
- ansible.builtin.import_role :
6
- name : devscripts
7
- tasks_from : 05_post.yml
8
-
9
2
- name : Get needed artifacts generated by dev-scripts
10
3
block :
11
4
- name : Slurp devscripts private key
Original file line number Diff line number Diff line change @@ -90,14 +90,13 @@ cifmw_libvirt_manager_configuration:
90
90
91
91
# # devscript support for OCP deploy
92
92
cifmw_use_devscripts : true
93
- cifmw_devscripts_ocp_version : ' 4.13.13'
94
93
cifmw_devscripts_config_overrides :
95
94
worker_memory : 16384
96
95
worker_disk : 100
97
96
worker_vcpu : 10
98
97
num_extra_workers : 0
99
98
# Required for egress traffic from pods to the osp_trunk network
100
- cifmw_devscripts_host_routing : true
99
+ cifmw_devscripts_enable_ocp_nodes_host_routing : true
101
100
102
101
# Note: with that extra_network_names "osp_trunk", we instruct
103
102
# devscripts role to create a new network, and associate it to
You can’t perform that action at this time.
0 commit comments