Skip to content

Commit eaf7e75

Browse files
committed
map azure and google features
1 parent dce98fb commit eaf7e75

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
./foremanctl deploy --add-feature foreman-proxy
217217
- name: Add optional features - azure_rm, google and remote_execution
218218
run: |
219-
./foremanctl deploy --add-feature foreman_azure_rm --add-feature foreman_google --add-feature remote_execution
219+
./foremanctl deploy --add-feature azure_rm --add-feature google --add-feature remote_execution
220220
- name: Stop services
221221
run:
222222
vagrant ssh quadlet -- sudo systemctl stop foreman.target

src/filter_plugins/foremanctl.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
'remote_execution': {
1212
'foreman': 'foreman_remote_execution',
1313
'foreman_proxy': 'remote_execution_ssh'
14+
},
15+
'google': {
16+
'foreman': 'foreman_google',
17+
'foreman_proxy': None
18+
},
19+
'azure_rm': {
20+
'foreman': 'foreman_azure_rm',
21+
'foreman_proxy': None
1422
}
1523
}
1624

0 commit comments

Comments
 (0)