File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ gerritbot.yaml
15
15
16
16
nodepool.yaml
17
17
---------
18
- * Setup provider with sfconfig.sh
18
+ * Setup provider with sfconfig.py
19
19
* Add image and node label to config-repo
20
20
* Check if slave are running
21
21
22
22
swiftlogs.yaml
23
23
---------
24
24
* Create swift container
25
- * Setup logexport with sfconfig.sh
25
+ * Setup logexport with sfconfig.py
26
26
27
27
zuul.yaml
28
28
---------
Original file line number Diff line number Diff line change 1
1
---
2
- # * Setup provider with sfconfig.sh
2
+ # * Setup provider with sfconfig.py
3
3
- name : " Check nodepool configuration"
4
4
include : playbooks/sfconfig_nodepool_setup.yaml
5
5
Original file line number Diff line number Diff line change 13
13
}"
14
14
15
15
- name : Restart sfconfig
16
- command : sfconfig.sh
16
+ command : sfconfig.py
17
17
18
18
- hosts : zuul
19
19
tasks :
Original file line number Diff line number Diff line change 30
30
31
31
- name : " Restart sfconfig"
32
32
when : provider_config.rc != 0
33
- command : sfconfig.sh
33
+ command : sfconfig.py
34
34
35
35
- hosts : nodepool
36
36
tasks :
Original file line number Diff line number Diff line change 20
20
environment : " {{os_env}}"
21
21
command : " swift post -m 'Temp-URL-Key: {{ os_tempurl_key }}'"
22
22
23
- # * Setup logexport with sfconfig.sh
23
+ # * Setup logexport with sfconfig.py
24
24
- name : " Check logexport configuration"
25
25
include : playbooks/sfconfig_logs_setup.yaml
You can’t perform that action at this time.
0 commit comments