summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-08Merge pull request #2133 from sdodson/image-stream-syncScott Dodson
Sync latest image stream content
2016-07-08Merge pull request #2131 from tbielawa/docs_fix_tablesScott Dodson
Fix up some broken markdown formatting (mostly tables)
2016-07-08Merge pull request #2128 from sdodson/rhel-originScott Dodson
Don't special case origin on centos
2016-07-08Sync latest image stream contentScott Dodson
2016-07-08Fix up some broken markdown formatting (mostly tables)Tim Bielawa
2016-07-08Rename things to avoid conflicts with paas sig release rpmsScott Dodson
2016-07-08Merge pull request #2023 from abutcher/openshift-hostedAndrew Butcher
Various hosted component improvements
2016-07-07Don't special case origin on centosScott Dodson
Just install the centos paas sig repo whenever asked for origin on RHEL or Centos
2016-07-07Merge pull request #2126 from tbielawa/cleanup_dep_warningsScott Dodson
Clean up some deprecation warnings
2016-07-07Various hosted component improvementsAndrew Butcher
* [openshift_projects] Add openshift_projects role * [openshift_hosted] hosted deployments use openshift_hosted_infra_selector if openshift_hosted_<component>_selector is not defined * [openshift_hosted] move openshift_projects, openshift_serviceaccounts and openshift_metrics to dependencies of openshift_hosted * [router] improve router deployment - add router option to force subdomain - add CA to router certificate options * [registry] move registry config into openshift_hosted role - additional registry fixes/tweaks - add s3 storage support for registry * [serviceaccount] fix up serviceaccount creation
2016-07-07Clean up some deprecation warningsTim Bielawa
* "Using bare variables is deprecated. Update your playbooks so that the environment value uses the full variable syntax" * Closes #2125
2016-07-06Merge pull request #2067 from sdodson/mountsScott Dodson
Make /var/lib/origin mounted rslave
2016-07-06Merge pull request #2123 from sdodson/rhel-originScott Dodson
Add CentOS PaaS SIG repos for RHEL
2016-07-06Add CentOS PaaS SIG repos for RHELScott Dodson
2016-07-06Merge pull request #1515 from fredoche/patch-1Scott Dodson
Add libselinux-python as a dependency for the installation process
2016-07-06Make /var/lib/origin mounted rslaveScott Dodson
2016-07-06Merge pull request #2122 from DG-i/masterScott Dodson
fix "hapoxy" typo in loadbalancer playbook
2016-07-06fix "hapoxy" typo in loadbalancer playbookMathias Merscher
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
2016-07-05Merge pull request #1969 from detiber/libvirtJason DeTiberus
Libvirt provider fixes
2016-07-05Merge pull request #2120 from sdodson/fix_rpmversionScott Dodson
Fix dnf variant of rpm_versions.sh
2016-07-05Fix dnf variant of rpm_versions.shScott Dodson
2016-07-05Merge pull request #2085 from sdodson/is-mungingScott Dodson
Make image stream munging optional
2016-07-05Make image stream munging optionalScott Dodson
2016-07-05Merge pull request #2119 from sdodson/masterScott Dodson
Add aos-3.3 to tito releasers.conf
2016-07-05Add aos-3.3 to tito releasers.confScott Dodson
2016-07-05Merge pull request #2118 from sdodson/masterScott Dodson
Automatic commit of package [openshift-ansible] release [3.3.1-1].
2016-07-05Automatic commit of package [openshift-ansible] release [3.3.1-1].Scott Dodson
2016-07-05Merge pull request #2108 from sdodson/prepare-v13Scott Dodson
Prepare for v1.3
2016-07-03Merge pull request #2116 from skpy/masterScott Dodson
Adds quotes to gpgkey element in byo/config.yml
2016-07-03Add v1.3 examplesScott Dodson
2016-07-03Change the examples content sync directoryScott Dodson
2016-07-03Add gte_3_3Scott Dodson
2016-07-03Adds quotes to gpgkey element in byo/config.ymlScott Merrill
As described in https://github.com/openshift/openshift-ansible/issues/1987#issuecomment-223965843 Hopefully this will help others who are trying install Origin.
2016-07-01Merge pull request #2112 from sdodson/dnsmasq-additional-configScott Dodson
Add support for supplying a dnsmasq.conf file
2016-07-01Restart dnsmasq encase it was already runningScott Dodson
2016-07-01Add support for supplying a dnsmasq.conf fileScott Dodson
Useful for POC environments where DNS may not actually be setup yet. Make sure you don't define anything that would conflict with the default configuration. You have been warned.
2016-07-01Merge pull request #2111 from sdodson/image-stream-syncScott Dodson
Update image streams with SCL 2.2 components
2016-07-01Update image streams with SCL 2.2 componentsScott Dodson
2016-06-30Merge pull request #2109 from abutcher/rhel-subscribe-versionScott Dodson
Bump rhel_subscribe default version
2016-06-30Bump rhel subscribe default version.Andrew Butcher
2016-06-30Merge pull request #2028 from IshentRas/fix_dnsScott Dodson
Improve 99-origin-dns.sh
2016-06-29Merge pull request #2096 from liangxia/masterScott Dodson
Update conditional expression to save steps
2016-06-29Merge pull request #2097 from sdodson/repoqueryScott Dodson
Switch to repoquery, enable plugins for satellite support
2016-06-29Merge pull request #2098 from openshift/revert-2087-speedy_example_copyAndrew Butcher
Revert "Speed up copying OpenShift examples"
2016-06-29Revert "Speed up copying OpenShift examples"Andrew Butcher
2016-06-29Switch to repoquery, enable plugins for satellite supportScott Dodson
2016-06-29Merge pull request #2092 from abutcher/issue2084Scott Dodson
Insert iptables rules before DROP or REJECT
2016-06-29Merge pull request #2094 from abutcher/etcd-any-errors-fatalScott Dodson
Set any_errors_fatal for etcd facts play
2016-06-29Merge pull request #2095 from georgegoh/masterScott Dodson
Enable additional 'virt_sandbox_use_nfs' seboolean as per documentation.
2016-06-29update conditional expression to save stepsliangxia