|
| 1 | +--- |
| 2 | +katello: |
| 3 | + development: |
| 4 | + foreman: |
| 5 | + github_repo: Katello/katello |
| 6 | + settings_template: katello.yaml.j2 |
| 7 | + extra_gemfiles: |
| 8 | + - gemfile.d/test.rb |
| 9 | + hammer: |
| 10 | + gem: hammer_cli_katello |
| 11 | + github_repo: Katello/hammer-cli-katello |
| 12 | + module_config: katello.yml |
| 13 | + |
| 14 | +dynflow: |
| 15 | + development: |
| 16 | + foreman_proxy: |
| 17 | + github_repo: theforeman/smart_proxy_dynflow |
| 18 | + module_config: dynflow.yml |
| 19 | + |
| 20 | +remote-execution: |
| 21 | + development: |
| 22 | + foreman: |
| 23 | + github_repo: theforeman/foreman_remote_execution |
| 24 | + hammer: |
| 25 | + github_repo: theforeman/hammer_cli_foreman_remote_execution |
| 26 | + module_config: foreman_remote_execution.yml |
| 27 | + foreman_proxy: |
| 28 | + github_repo: theforeman/smart_proxy_remote_execution_ssh |
| 29 | + module_config: remote_execution_ssh.yml |
| 30 | + |
| 31 | +ansible: |
| 32 | + development: |
| 33 | + foreman: |
| 34 | + github_repo: theforeman/foreman_ansible |
| 35 | + settings_template: foreman_ansible.yaml.j2 |
| 36 | + hammer: |
| 37 | + gem: hammer_cli_foreman_ansible |
| 38 | + github_repo: theforeman/hammer-cli-foreman-ansible |
| 39 | + module_config: foreman_ansible.yml |
| 40 | + foreman_proxy: |
| 41 | + github_repo: theforeman/smart_proxy_ansible |
| 42 | + module_config: ansible.yml |
| 43 | + |
| 44 | +rh-cloud: |
| 45 | + development: |
| 46 | + foreman: |
| 47 | + github_repo: theforeman/foreman_rh_cloud |
| 48 | + hammer: |
| 49 | + gem: hammer_cli_foreman_rh_cloud |
| 50 | + github_repo: theforeman/hammer-cli-foreman-rh-cloud |
| 51 | + module_config: foreman_rh_cloud.yml |
| 52 | + |
| 53 | +# Features not yet in src/features.yaml — full definitions below. |
| 54 | + |
| 55 | +foreman-tasks: |
| 56 | + description: Foreman Tasks plugin |
| 57 | + foreman: |
| 58 | + plugin_name: foreman_tasks |
| 59 | + hammer: foreman_tasks |
| 60 | + dependencies: |
| 61 | + - dynflow |
| 62 | + development: |
| 63 | + foreman: |
| 64 | + github_repo: theforeman/foreman-tasks |
| 65 | + hammer: |
| 66 | + gem: hammer_cli_foreman_tasks |
| 67 | + github_repo: theforeman/hammer-cli-foreman-tasks |
| 68 | + module_config: foreman_tasks.yml |
| 69 | + |
| 70 | +discovery: |
| 71 | + description: Discovery plugin for Foreman |
| 72 | + foreman: |
| 73 | + plugin_name: foreman_discovery |
| 74 | + hammer: foreman_discovery |
| 75 | + development: |
| 76 | + foreman: |
| 77 | + github_repo: theforeman/foreman_discovery |
| 78 | + hammer: |
| 79 | + gem: hammer_cli_foreman_discovery |
| 80 | + github_repo: theforeman/hammer-cli-foreman-discovery |
| 81 | + module_config: foreman_discovery.yml |
| 82 | + foreman_proxy: |
| 83 | + github_repo: theforeman/smart_proxy_discovery |
| 84 | + module_config: discovery.yml |
| 85 | + |
| 86 | +openscap: |
| 87 | + description: OpenSCAP plugin for Foreman |
| 88 | + foreman: |
| 89 | + plugin_name: foreman_openscap |
| 90 | + hammer: foreman_openscap |
| 91 | + development: |
| 92 | + foreman: |
| 93 | + github_repo: theforeman/foreman_openscap |
| 94 | + hammer: |
| 95 | + github_repo: theforeman/hammer_cli_foreman_openscap |
| 96 | + module_config: foreman_openscap.yml |
| 97 | + foreman_proxy: |
| 98 | + github_repo: theforeman/smart_proxy_openscap |
| 99 | + module_config: openscap.yml |
| 100 | + |
| 101 | +bootdisk: |
| 102 | + description: Bootdisk plugin for Foreman |
| 103 | + foreman: |
| 104 | + plugin_name: foreman_bootdisk |
| 105 | + hammer: foreman_bootdisk |
| 106 | + development: |
| 107 | + foreman: |
| 108 | + github_repo: theforeman/foreman_bootdisk |
| 109 | + hammer: |
| 110 | + github_repo: theforeman/hammer_cli_foreman_bootdisk |
| 111 | + module_config: foreman_bootdisk.yml |
| 112 | + |
| 113 | +theme-satellite: |
| 114 | + description: Red Hat Satellite theme for Foreman |
| 115 | + foreman: |
| 116 | + plugin_name: foreman_theme_satellite |
| 117 | + development: |
| 118 | + foreman: |
| 119 | + github_repo: redhatsatellite/foreman_theme_satellite |
| 120 | + |
| 121 | +webhooks: |
| 122 | + description: Webhooks plugin for Foreman |
| 123 | + foreman: |
| 124 | + plugin_name: foreman_webhooks |
| 125 | + hammer: foreman_webhooks |
| 126 | + development: |
| 127 | + foreman: |
| 128 | + github_repo: theforeman/foreman_webhooks |
| 129 | + hammer: |
| 130 | + gem: hammer_cli_foreman_webhooks |
| 131 | + github_repo: theforeman/hammer-cli-foreman-webhooks |
| 132 | + module_config: foreman_webhooks.yml |
| 133 | + foreman_proxy: |
| 134 | + github_repo: theforeman/smart_proxy_shellhooks |
| 135 | + module_config: shellhooks.yml |
| 136 | + |
| 137 | +templates: |
| 138 | + description: Templates plugin for Foreman |
| 139 | + foreman: |
| 140 | + plugin_name: foreman_templates |
| 141 | + hammer: foreman_templates |
| 142 | + development: |
| 143 | + foreman: |
| 144 | + github_repo: theforeman/foreman_templates |
| 145 | + hammer: |
| 146 | + gem: hammer_cli_foreman_templates |
| 147 | + github_repo: theforeman/hammer-cli-foreman-templates |
| 148 | + module_config: foreman_templates.yml |
| 149 | + |
| 150 | +leapp: |
| 151 | + description: Leapp plugin for Foreman |
| 152 | + foreman: |
| 153 | + plugin_name: foreman_leapp |
| 154 | + hammer: foreman_leapp |
| 155 | + development: |
| 156 | + foreman: |
| 157 | + github_repo: theforeman/foreman_leapp |
| 158 | + hammer: |
| 159 | + gem: hammer_cli_foreman_leapp |
| 160 | + github_repo: theforeman/hammer-cli-foreman-leapp |
| 161 | + module_config: foreman_leapp.yml |
| 162 | + |
| 163 | +puppet: |
| 164 | + description: Puppet plugin for Foreman |
| 165 | + foreman: |
| 166 | + plugin_name: foreman_puppet |
| 167 | + hammer: foreman_puppet |
| 168 | + development: |
| 169 | + foreman: |
| 170 | + github_repo: theforeman/foreman_puppet |
| 171 | + hammer: |
| 172 | + gem: hammer_cli_foreman_puppet |
| 173 | + github_repo: theforeman/hammer-cli-foreman-puppet |
| 174 | + module_config: foreman_puppet.yml |
0 commit comments