Skip to content

Commit 86ddc9e

Browse files
TristanCacqueraymorucci
authored andcommitted
sfconfig: replace shellscript by pythonscript
Change-Id: I3db7d003776630b08d43e838806f0772c4627c9f Story: 40
1 parent 88f038c commit 86ddc9e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ gerritbot.yaml
1515

1616
nodepool.yaml
1717
---------
18-
* Setup provider with sfconfig.sh
18+
* Setup provider with sfconfig.py
1919
* Add image and node label to config-repo
2020
* Check if slave are running
2121

2222
swiftlogs.yaml
2323
---------
2424
* Create swift container
25-
* Setup logexport with sfconfig.sh
25+
* Setup logexport with sfconfig.py
2626

2727
zuul.yaml
2828
---------

nodepool.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# * Setup provider with sfconfig.sh
2+
# * Setup provider with sfconfig.py
33
- name: "Check nodepool configuration"
44
include: playbooks/sfconfig_nodepool_setup.yaml
55

playbooks/sfconfig_logs_setup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}"
1414
1515
- name: Restart sfconfig
16-
command: sfconfig.sh
16+
command: sfconfig.py
1717

1818
- hosts: zuul
1919
tasks:

playbooks/sfconfig_nodepool_setup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
- name: "Restart sfconfig"
3232
when: provider_config.rc != 0
33-
command: sfconfig.sh
33+
command: sfconfig.py
3434

3535
- hosts: nodepool
3636
tasks:

swiftlogs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
environment: "{{os_env}}"
2121
command: "swift post -m 'Temp-URL-Key: {{ os_tempurl_key }}'"
2222

23-
# * Setup logexport with sfconfig.sh
23+
# * Setup logexport with sfconfig.py
2424
- name: "Check logexport configuration"
2525
include: playbooks/sfconfig_logs_setup.yaml

0 commit comments

Comments
 (0)