Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 61 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ foreman:
deb: true
rpm: true
github_team: 'theforeman/foreman-hooks'
satellite: true
tests:
github:
Ruby: ruby_ci.yml
Expand All @@ -130,6 +129,7 @@ foreman:
rpm: true
translations: true
github_org: 'Katello'
github_team: 'Katello/katello-core'
rpm_directory: 'katello'
redmine: true
satellite: true
Expand Down Expand Up @@ -358,6 +358,7 @@ foreman:
rpm: true
rpm_directory: 'satellite'
translations: true
github_team: 'RedHatSatellite/foreman_theme_satellite'
satellite: true
tests:
github:
Expand Down Expand Up @@ -404,39 +405,48 @@ smart_proxy:
# grep -R 'foreman_proxy::plugin::provider ' puppet-foreman_proxy/manifests/plugin | cut -d\' -f2
providers:
dhcp_bluecat:
github_team: 'theforeman/bluecat'
installer: false
rpm: true
dhcp_device42:
installer: false
rpm: true
dhcp_dnsmasq:
github_team: 'theforeman/proxy-dnsmasq'
installer: false
deb: true
rpm: true
dhcp_infoblox:
deb: true
rpm: true
github_team: theforeman/proxy-infoblox
satellite: true
dhcp_remote_isc:
deb: true
rpm: true
satellite: true
dns_dnsmasq:
github_team: 'theforeman/proxy-dnsmasq'
installer: false
deb: true
rpm: true
dns_infoblox:
deb: true
rpm: true
github_team: theforeman/proxy-infoblox
satellite: true
dns_powerdns:
github_team: 'theforeman/proxy-dns-plugins'
deb: true
rpm: true
dns_route53:
installer: false
deb: true
rpm: true
github_team: theforeman/proxy-dns-plugins
realm_ad:
name: smart_proxy_realm_ad_plugin
github_team: theforeman/proxy-ad-realm
installer: false
rpm: true
request_forwarder:
Expand All @@ -451,20 +461,25 @@ smart_proxy:
rpm: true
puppet_acceptance_tests: true
github_team: 'theforeman/ansible'
satellite: true
container_gateway:
# Note: not exposed directly in the installer
github_org: 'Katello'
github_team: 'Katello/katello-core'
rpm: true
satellite: true
discovery:
deb: true
rpm: true
puppet_acceptance_tests: true
github_team: 'theforeman/discovery'
satellite: true
dynflow:
deb: true
rpm: true
puppet_acceptance_tests: true
github_team: 'theforeman/remote-execution'
github_team: 'theforeman/foreman-tasks'
satellite: true
hdm:
deb: true
rpm: true
Expand All @@ -488,16 +503,19 @@ smart_proxy:
rpm: true
puppet_acceptance_tests: true
github_team: 'theforeman/openscap'
satellite: true
pulp:
# Note: not exposed directly in the installer
rpm: true
github_team: 'theforeman/pulp'
satellite: true
remote_execution_ssh:
deb: true
rpm: true
# TODO: also remote_execution_script_pull_mqtt
puppet_acceptance_tests: 'remote_execution_script'
github_team: 'theforeman/remote-execution'
satellite: true
salt:
deb: true
rpm: true
Expand All @@ -506,6 +524,7 @@ smart_proxy:
deb: true
rpm: true
github_team: 'theforeman/webhooks'
satellite: true

cli:
# grep ' foreman::cli::plugin' puppet-foreman/manifests/cli/*.pp | cut -d\' -f2
Expand Down Expand Up @@ -617,6 +636,7 @@ cli:
deb: true
rpm: true
# No translations
github_team: theforeman/cli
foreman_tasks:
deb: true
rpm: true
Expand Down Expand Up @@ -646,6 +666,7 @@ cli:
rpm: true
rpm_directory: 'katello'
github_org: 'Katello'
github_team: 'Katello/cli'
translations: true
satellite: true

Expand All @@ -667,63 +688,100 @@ installer:

client:
ansible-foreman_scap_client:
github_team: 'theforeman/openscap'
installer: true
rpm: true
rpm: ansiblerole-foreman_scap_client
rpm_directory: plugins
satellite: true
foreman_scap_client:
github_team: 'theforeman/openscap'
rpm: true
satellite: true
foreman_scap_client_bash:
github_team: 'theforeman/openscap'
rpm: true
foreman_ygg_worker:
github_team: 'theforeman/remote-execution'
rpm: true
satellite: true
katello-pull-transport-migrate:
rpm: true
satellite: true
katello-host-tools:
rpm: true
github_org: 'Katello'
github_team: 'Katello/katello-core'
puppet-foreman_scap_client:
github_team: 'theforeman/openscap'
installer: true
rpm: true
rpm_directory: plugins
satellite: true

libraries:
apipie-bindings:
github_org: Apipie
deb: true
rpm: true
satellite: true
apipie-dsl:
github_org: Apipie
deb: true
rpm: true
satellite: true
apipie-rails:
github_org: Apipie
deb: true
rpm: true
satellite: true
dynflow:
github_org: Dynflow
github_team: 'theforeman/foreman-tasks'
deb: true
rpm: true
satellite: true
Comment thread
ogajduse marked this conversation as resolved.
foremanctl:
github_team: 'theforeman/foremanctl'
rpm: foremanctl
satellite: true
journald-logger:
deb: true
rpm: true
satellite: true
journald-native:
deb: true
rpm: true
satellite: true
kafo:
github_team: 'theforeman/installer'
deb: true
rpm: true
satellite: true
kafo_parsers:
github_team: 'theforeman/installer'
deb: true
rpm: true
satellite: true
kafo_wizards:
github_team: 'theforeman/installer'
deb: true
rpm: true
satellite: true
ldap_fluff:
github_team: 'theforeman/ldap-fluff'
rpm: true
satellite: true
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we really track the satellite status of all the libraries. Pretty sure that it should be set to true for all of them now.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, we don't track all of them. I figured out while working on this. :)
I set satellite: true for all of them.

tests:
github:
Ruby: ci.yml
obsah:
github_team: 'theforeman/foremanctl'
rpm: python-obsah
satellite: true
safemode:
github_team: 'theforeman/safemode'
rpm: true
satellite: true

auxiliary:
foreman-documentation:
Expand Down