Skip to content

Commit

Permalink
Add a config example for centos9-stream katello devel
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou committed May 14, 2024
1 parent e774692 commit ca9cf87
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
71 changes: 71 additions & 0 deletions vagrant/boxes.d/99-local.yaml.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
centos7-katello-devel:
primary: true
box: centos7
ansible:
playbook: 'playbooks/katello_devel.yml'
group: 'devel'
variables:
ssh_forward_agent: true
foreman_devel_github_push_ssh: True
katello_devel_github_username: <REPLACE ME>

centos7-luna-devel:
box: centos7
memory: 9000
ansible:
playbook: 'playbooks/luna-devel.yml'
group: 'devel'
variables:
katello_devel_github_username: <REPLACE ME>

centos7-hammer-devel:
box: centos7
memory: 512
ansible:
playbook: 'playbooks/hammer_devel.yml'
group: 'hammer-devel'
variables: # defaults in roles/hammer_devel/defaults/main.yml
hammer_devel_github_username: <REPLACE ME>
#hammer_devel_server: centos7-katello-devel.custom-domain

katello-remote-execution:
box: centos7-katello-nightly
installer: --enable-foreman-remote-execution

centos7-proxy-devel:
box: centos7
ansible:
playbook: 'playbooks/foreman_proxy_content_dev.yml'
group: 'foreman-proxy-content'
server: 'centos7-katello-devel'

katello-client:
box: centos7
ansible:
playbook: 'playbooks/katello_client.yml'
group: 'client'
variables:
katello_client_server: 'centos7-katello-devel'

centos7-katello-bats-ci:
box: centos7
ansible:
playbook: 'playbooks/bats_pipeline_katello_nightly.yml'
group: 'bats'

centos7-foreman-bats-ci:
box: centos7
ansible:
playbook: 'playbooks/bats_pipeline_foreman_nightly.yml'
group: 'bats'

centos7-dynflow-devel:
box: centos7
memory: 512
ansible:
group: 'dynflow_devel'
playbook: 'playbooks/dynflow_devel.yml'
variables:
dynflow_devel_github_username: '<REPLACE ME>'
dynflow_devel_github_fork_remote_name: 'origin'
16 changes: 16 additions & 0 deletions vagrant/boxes.d/99-local.yaml.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
---
centos9-katello-devel:
primary: true
box: centos9-stream
ansible:
playbook: 'playbooks/katello_devel.yml'
group: 'devel'
variables:
ssh_forward_agent: true
foreman_devel_github_push_ssh: True
katello_devel_github_username: <REPLACE ME>
foreman_repositories_environment: staging
katello_repositories_environment: staging
foreman_installer_options:
- "--foreman-proxy-content-enable-ostree=true"
- "--katello-devel-modulestream-nodejs=18"

centos8-katello-devel:
primary: true
box: centos8-stream
Expand Down

0 comments on commit ca9cf87

Please sign in to comment.