@@ -38,11 +38,13 @@ platforms:
38
38
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
39
39
- name : opensuse-leap-15-develop-py3
40
40
driver :
41
- image : netmanagers/salt-develop-py3: opensuse- leap- 15
41
+ image : opensuse/ leap: 15
42
42
provision_command :
43
- - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
44
- - sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
43
+ - systemctl enable sshd.service
45
44
run_command : /usr/lib/systemd/systemd
45
+ provisioner :
46
+ salt_bootstrap_options : -XdPfrq -x python3 git develop
47
+ salt_install : bootstrap
46
48
# Workaround to avoid intermittent failures on `opensuse-leap-15`:
47
49
# => SCP did not finish successfully (255): (Net::SCP::Error)
48
50
transport :
@@ -76,8 +78,13 @@ platforms:
76
78
image : netmanagers/salt-2019.2-py3:fedora-30
77
79
- name : opensuse-leap-15-2019-2-py3
78
80
driver :
79
- image : netmanagers/salt-2019.2-py3:opensuse-leap-15
81
+ image : opensuse/leap:15
82
+ provision_command :
83
+ - systemctl enable sshd.service
80
84
run_command : /usr/lib/systemd/systemd
85
+ provisioner :
86
+ salt_bootstrap_options : -XdPfrq -x python3 git 2019.2
87
+ salt_install : bootstrap
81
88
# Workaround to avoid intermittent failures on `opensuse-leap-15`:
82
89
# => SCP did not finish successfully (255): (Net::SCP::Error)
83
90
transport :
@@ -105,8 +112,13 @@ platforms:
105
112
image : netmanagers/salt-2018.3-py2:fedora-29
106
113
- name : opensuse-leap-15-2018-3-py2
107
114
driver :
108
- image : netmanagers/salt-2018.3-py2:opensuse-leap-15
115
+ image : opensuse/leap:15
116
+ provision_command :
117
+ - systemctl enable sshd.service
109
118
run_command : /usr/lib/systemd/systemd
119
+ provisioner :
120
+ salt_bootstrap_options : -XdPfrq -x python2 git 2018.3
121
+ salt_install : bootstrap
110
122
# Workaround to avoid intermittent failures on `opensuse-leap-15`:
111
123
# => SCP did not finish successfully (255): (Net::SCP::Error)
112
124
transport :
@@ -135,8 +147,13 @@ platforms:
135
147
image : netmanagers/salt-2017.7-py2:fedora-29
136
148
- name : opensuse-leap-15-2017-7-py2
137
149
driver :
138
- image : netmanagers/salt-2017.7-py2:opensuse-leap-15
150
+ image : opensuse/leap:15
151
+ provision_command :
152
+ - systemctl enable sshd.service
139
153
run_command : /usr/lib/systemd/systemd
154
+ provisioner :
155
+ salt_bootstrap_options : -XdPfrq -x python2 git 2017.7
156
+ salt_install : bootstrap
140
157
# Workaround to avoid intermittent failures on `opensuse-leap-15`:
141
158
# => SCP did not finish successfully (255): (Net::SCP::Error)
142
159
transport :
0 commit comments