|
69 | 69 | # |
70 | 70 | # [*repos_base*] |
71 | 71 | # Base path to repository for OpenShift Origin |
72 | | -# Nightlies: |
73 | | -# Fedora: https://mirror.openshift.com/pub/origin-server/nightly/fedora-19 |
74 | | -# RHEL: https://mirror.openshift.com/pub/origin-server/nightly/rhel-6 |
75 | | -# Release-2: |
76 | | -# Fedora: https://mirror.openshift.com/pub/origin-server/release/2/fedora-19 |
77 | | -# RHEL: https://mirror.openshift.com/pub/origin-server/release/2/rhel-6 |
78 | | -# Default: Fedora-19 Nightlies |
| 72 | +# |
| 73 | +# Default: https://mirror.openshift.com/pub/origin-server/nightly/rhel-6 |
79 | 74 | # |
80 | 75 | # [*architecture*] |
81 | 76 | # CPU Architecture to use for the definition OpenShift Origin yum repositories |
82 | | -# Defaults to $::architecture |
83 | | -# Fedora: |
84 | | -# x86_64 |
85 | | -# armv7hl |
86 | | -# RHEL: |
87 | | -# x86_64 |
| 77 | +# |
| 78 | +# Default: $::architecture (from facter) |
| 79 | +# NOTE: Currently only the `x86_64` architecutre is supported and this parameter has no effect. |
88 | 80 | # |
89 | 81 | # [*override_install_repo*] |
90 | 82 | # Repository path override. Uses dependencies from repos_base but uses |
91 | 83 | # override_install_repo path for OpenShift RPMs. Used when doing local builds. |
92 | 84 | # Default: none |
93 | 85 | # |
94 | 86 | # [*os_repo*] |
95 | | -# The URL for a Fedora 19/RHEL 6 yum repository used with the "yum" install method. |
| 87 | +# The URL for a RHEL/Centos 6 yum repository used with the "yum" install method. |
96 | 88 | # Should end in x86_64/os/. |
97 | 89 | # Default: no change |
98 | 90 | # |
99 | 91 | # [*os_updates*] |
100 | | -# The URL for a Fedora 19/RHEL 6 yum updates repository used with the "yum" install method. |
| 92 | +# The URL for a RHEL/Centos 6 yum updates repository used with the "yum" install method. |
101 | 93 | # Should end in x86_64/. |
102 | 94 | # Default: no change |
103 | 95 | # |
|
593 | 585 | # Set development mode and extra logging. |
594 | 586 | # Default: false |
595 | 587 | # |
596 | | -# [*install_login_shell*] |
597 | | -# Install a Getty shell which displays DNS, IP and login information. Used for |
598 | | -# all-in-one VM installation. |
599 | | -# |
600 | 588 | # [*register_host_with_nameserver*] |
601 | 589 | # Setup DNS entries for this host in a locally installed bind DNS instance. |
602 | 590 | # Default: false |
|
668 | 656 | # * ruby |
669 | 657 | # * jenkins |
670 | 658 | # * jenkins-client |
671 | | -# * mariadb for Fedora deployments |
672 | 659 | # * mysql for CentOS / RHEL deployments |
673 | 660 | # * jbossas not available in OpenShift Enterprise |
674 | 661 | # * jbosseap requires OpenShift Enterprise JBoss EAP add-on |
|
0 commit comments