forked from theforeman/forklift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboxes.yaml.example
58 lines (53 loc) · 1.39 KB
/
boxes.yaml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
centos7-devel:
box: centos7
ansible:
playbook: 'playbooks/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:
hammer_devel_github_username: '<REPLACE ME>'
hammer_devel_github_fork_remote_name: 'origin'
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-devel'
katello-client:
box: centos7
ansible:
playbook: 'playbooks/katello_client.yml'
group: 'client'
server: 'centos7-devel'
centos7-bats-ci:
box: centos7-bats
ansible:
playbook: 'playbooks/bats_pipeline_nightly.yml'
group: 'bats'
variables:
bats_tests:
- "fb-test-foreman.bats"
- "fb-test-katello.bats"
- "fb-content-katello.bats"
- "fb-destroy-organization.bats"
- "fb-finish-katello.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'