Skip to content

Commit 49cfabd

Browse files
authored
Remove hammer-cli-virt-who from forklift. (#1950)
1 parent c72991b commit 49cfabd

5 files changed

Lines changed: 0 additions & 11 deletions

File tree

pipelines/vars/forklift_luna.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ server_box:
5555
- "--enable-foreman-cli-templates"
5656
- "--enable-foreman-plugin-templates"
5757

58-
- "--enable-foreman-cli-virt-who-configure"
5958
- "--enable-foreman-plugin-virt-who-configure"
6059

6160
- "--enable-foreman-cli-webhooks"

playbooks/luna.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
- "--enable-foreman-cli-rh-cloud"
1515
- "--enable-foreman-cli-tasks"
1616
- "--enable-foreman-cli-templates"
17-
- "--enable-foreman-cli-virt-who-configure"
1817
- "--enable-foreman-cli-webhooks"
1918
- "--enable-foreman-plugin-ansible"
2019
- "--enable-foreman-plugin-azure"

roles/hammer_devel/defaults/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ hammer_devel_repositories:
1212
- theforeman/hammer-cli-foreman
1313
- theforeman/hammer-cli-foreman-tasks
1414
- theforeman/hammer_cli_foreman_remote_execution
15-
- theforeman/hammer-cli-foreman-virt-who-configure
1615
- theforeman/hammer-cli-foreman-rh-cloud
1716
- katello/hammer-cli-csv
1817
- katello/hammer-cli-katello
@@ -21,6 +20,5 @@ hammer_devel_local_gems: |-
2120
gem 'hammer_cli_katello'
2221
gem 'hammer_cli_foreman_tasks'
2322
gem 'hammer_cli_foreman_remote_execution'
24-
gem 'hammer_cli_foreman_virt_who_configure'
2523
gem 'hammer_cli_foreman_rh_cloud'
2624
gem 'hammer_cli_csv'

roles/hammer_devel/tasks/hammer_config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@
7373
creates: ~/.hammer/cli.modules.d/foreman_remote_execution.yml
7474
when: ('theforeman/hammer_cli_foreman_remote_execution' in hammer_devel_repositories)
7575

76-
- name: 'Configure hammer_cli_virt_who_configure'
77-
command: cp ~/hammer-cli-foreman-virt-who-configure/config/foreman_virt_who_configure.yml ~/.hammer/cli.modules.d/
78-
args:
79-
creates: ~/.hammer/cli.modules.d/foreman_virt_who_configure.yml
80-
when: ('theforeman/hammer-cli-foreman-virt-who-configure' in hammer_devel_repositories)
81-
8276
- name: 'Alias hammer'
8377
lineinfile:
8478
dest: '~/.bash_profile'

roles/luna_provisioning/defaults/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ luna_provisioning_installer_internal_options:
55
- "--enable-foreman-cli-remote-execution"
66
- "--enable-foreman-cli-tasks"
77
- "--enable-foreman-cli-templates"
8-
- "--enable-foreman-cli-virt-who-configure"
98
- "--enable-foreman-plugin-ansible"
109
- "--enable-foreman-plugin-bootdisk"
1110
- "--enable-foreman-plugin-discovery"

0 commit comments

Comments
 (0)