summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #920 from mwoodson/master_checksMatt Woodson2015-11-171-2/+2
|\ | | | | changed counter -> count in maser items
| * changed counter -> countMatt Woodson2015-11-171-2/+2
| |
* | Updating zbx_item classes to support data types for bool.Kenny Woodson2015-11-173-0/+42
|/
* updated my check to support the boolean data typeMatt Woodson2015-11-171-1/+2
|
* added healthz check and more pod count checksMatt Woodson2015-11-161-1/+24
|
* Merge pull request #901 from joelddiaz/aws-lifetimeJoel Diaz2015-11-161-1/+1
|\ | | | | Raise lifetime to 2 weeks for dynamic AWS items
| * Raise lifetime to 2 weeks for dynamic AWS itemsJoel Diaz2015-11-161-1/+1
| |
* | Merge pull request #895 from twiest/prThomas Wiest2015-11-1312-0/+124
|\ \ | | | | | | added the tito and copr_cli roles
| * | added the tito and copr_cli rolesThomas Wiest2015-11-1312-0/+124
| | |
* | | pylint openshift_factsJason DeTiberus2015-11-131-4/+2
| | |
* | | Update etcd default facts settingJason DeTiberus2015-11-131-19/+30
|/ /
* | Merge pull request #706 from codificat/register-satBrenton Leanhardt2015-11-131-2/+9
|\ \ | | | | | | RH subscription: optional satellite and pkg update
| * | RH subscription: optional satellite and pkg updatePep TurrĂ³ Mauri2015-10-191-2/+9
| | | | | | | | | | | | | | | Add an optional rhel_subscription_server fact to configure RHSM registration to a Red Hat Satellite server.
* | | Merge pull request #867 from ibotty/rm-netaddr-depBrenton Leanhardt2015-11-132-4/+20
|\ \ \ | | | | | | | | remove netaddr dependency
| * | | remove netaddr dependencyTobias Florek2015-11-112-4/+20
| | | |
* | | | Merge pull request #882 from kwoodson/itserviceKenny Woodson2015-11-121-1/+2
|\ \ \ \ | | | | | | | | | | Fixed a bug. Upon creation also add dependencies to slas.
| * | | | Dependencies need to be added when a create occurs on SLA object.Kenny Woodson2015-11-121-1/+2
| | | | |
* | | | | Merge pull request #875 from kwoodson/itserviceKenny Woodson2015-11-122-1/+266
|\ \ \ \ \ | |/ / / / | | | | | Adding support for zabbix slas.
| * | | | adding itserviceKenny Woodson2015-11-122-1/+266
| | | | |
* | | | | Merge pull request #873 from sdodson/latest-streamsBrenton Leanhardt2015-11-112-76/+327
|\ \ \ \ \ | | | | | | | | | | | | Sync with the latest image streams
| * | | | | Sync with the latest image streamsScott Dodson2015-11-112-76/+327
| | | | | |
* | | | | | Merge pull request #781 from sdodson/xpaas-1.1Brenton Leanhardt2015-11-1133-1918/+3585
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update xpaas streams and templates for their v1.1.0 release
| * | | | | | Migrate xpaas content from pre v1.1.0Scott Dodson2015-11-111-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes existing templates from disk and from the openshift namespace.
| * | | | | | Import latest xpaas templates and image streamsScott Dodson2015-11-1132-1918/+3535
| |/ / / / /
* | | | | | Merge pull request #874 from joelddiaz/s3-slaJoel Diaz2015-11-112-0/+34
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | Add zabbix pieces to hold AWS S3 bucket stats
| * | | | Add zabbix pieces to hold AWS S3 bucket statsJoel Diaz2015-11-112-0/+34
| | | | |
* | | | | Refactor upgrade playbook(s)Jason DeTiberus2015-11-101-35/+36
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Split playbooks into two, one for 3.0 minor upgrades and one for 3.0 to 3.1 upgrades - Move upgrade playbooks to common/openshift/cluster/upgrades from adhoc - Added a byo wrapper playbooks to set the groups based on the byo conventions, other providers will need similar playbooks added eventually - installer wrapper updates for refactored upgrade playbooks - call new 3.0 to 3.1 upgrade playbook - various fixes for edge cases I hit with a really old config laying around. - fix output of host facts to show connect_to value.
* | | | Merge pull request #857 from sosiouxme/20151110-infrastructure-templatesBrenton Leanhardt2015-11-107-0/+560
|\ \ \ \ | | | | | | | | | | examples: include logging and metrics infrastructure
| * | | | examples: include logging and metrics infrastructureLuke Meyer2015-11-107-0/+560
| | | | |
* | | | | 1279746: Fix leftover disabled features line in config template.Devan Goodwin2015-11-101-1/+0
| | | | |
* | | | | Fix missing etcd_data_dir bug.Devan Goodwin2015-11-101-0/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A late change to original PR was not properly tested, there is a problem in the facts when upgrading where the deployment type is openshift-enterprise, and the system facts start reporting data_dir and config_base as referencing origin directories, which are not yet symlinked to their previous openshift variants. To correct we watch for a scenario where we evaluate these to origin directories, which don't exist, but the openshift ones do. (to allow for installation to still point at the origin variety)
* | | | Read etcd data dir from appropriate config file.Devan Goodwin2015-11-092-8/+50
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Rather than assuming the etcd data dir, we now read if from master-config.yaml if using embedded etcd, otherwise from etcd.conf. Doing so now required use of PyYAML to parse config file when gathering facts. Fixed discrepancy with data_dir fact and openshift-enterprise deployment_type.
* | | Merge pull request #743 from abutcher/sync-period-flagBrenton Leanhardt2015-11-063-7/+10
|\ \ \ | | | | | | | | New `iptablesSyncPeriod` field in node configuration
| * | | New `iptablesSyncPeriod` field in node configurationAndrew Butcher2015-11-063-7/+10
| | | |
* | | | Merge pull request #698 from lebauce/flannelBrenton Leanhardt2015-11-0612-0/+239
|\ \ \ \ | |/ / / |/| | | Add support for flannel
| * | | Change flannel registration default valuesSylvain Baubeau2015-10-281-3/+3
| | | |
| * | | Remove empty notify sectionSylvain Baubeau2015-10-281-1/+0
| | | |
| * | | Fix when neither use_openshift_sdn nor use_flannel are specifiedSylvain Baubeau2015-10-271-1/+1
| | | |
| * | | Generate etcd certificats for flannel when is not embeddedSylvain Baubeau2015-10-272-4/+4
| | | |
| * | | Add missing 2nd true parameters to default Jinja filterSylvain Baubeau2015-10-271-3/+3
| | | |
| * | | Use 'command' module instead of 'shell'Sylvain Baubeau2015-10-271-1/+1
| | | |
| * | | Add flannel modules documentationSylvain Baubeau2015-10-274-5/+23
| | | |
| * | | Only remove IPv4 address from docker bridgeSylvain Baubeau2015-10-271-1/+1
| | | |
| * | | Remove multiple use_flannel fact definitionSylvain Baubeau2015-10-272-11/+1
| | | |
| * | | Ensure openshift-sdn and flannel can't be used at the same timeSylvain Baubeau2015-10-271-0/+4
| | | |
| * | | Add flannel supportSylvain Baubeau2015-10-2714-1/+229
| | | | | | | | | | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
* | | | Merge pull request #837 from detiber/bz1278863Brenton Leanhardt2015-11-062-10/+1
|\ \ \ \ | | | | | | | | | | Bug 1278863 - Error using openshift_pkg_version
| * | | | Bug 1278863 - Error using openshift_pkg_versionJason DeTiberus2015-11-062-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Install correct version of package in openshift_master_ca - Remove duplicate yum tasks in openshift_node
* | | | | Merge pull request #822 from detiber/upgradeFix2Brenton Leanhardt2015-11-061-0/+7
|\ \ \ \ \ | | | | | | | | | | | | Upgrade enhancements
| * | | | | Missing conditionals for api/controller sysconfig.Andrew Butcher2015-11-061-0/+2
| | | | | |