summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
Commit message (Collapse)AuthorAgeFilesLines
* Use more specific enterprise version for version_greater_than_3_1_or_1_1.Andrew Butcher2015-10-301-1/+1
|
* Merge pull request #738 from detiber/storage_pluginsBrenton Leanhardt2015-10-291-1/+9
|\ | | | | Install storage plugin dependencies
| * make storage_plugin_deps conditional on deployment_typeJason DeTiberus2015-10-271-17/+9
| |
| * make storage plugin dependency installation more flexibleJason DeTiberus2015-10-261-0/+16
| |
* | Merge pull request #731 from abutcher/proxy-client-configBrenton Leanhardt2015-10-271-2/+11
|\ \ | | | | | | Add proxy client certs to master config
| * | Use standard library for version comparison.Andrew Butcher2015-10-261-4/+7
| | |
| * | Move version greater_than_fact into openshift_factsAndrew Butcher2015-10-221-2/+8
| |/
* | Pylint fixesAndrew Butcher2015-10-261-4/+4
| |
* | Merge pull request #458 from spinolacastro/project_configBrenton Leanhardt2015-10-261-0/+28
|\ \ | |/ |/| Custom Project Config
| * fix merge conflictsDiego Castro2015-10-222-32/+143
| |\
| * | Get default values from openshift_factsDiego Castro2015-08-171-0/+28
| | |
| * | Update PR #458 from commentsDiego Castro2015-08-121-28/+0
| | |
| * | Custom Project ConfigDiego Castro2015-08-121-0/+28
| | |
* | | Fix error in openshift_factsJason DeTiberus2015-10-221-1/+1
| |/ |/| | | | | - fix error scraping openshift version for version numbers
* | Remove pylint comment from Sha-Bang. SSH process get hung when calling ↵Francisco Gimeno2015-10-211-1/+2
| | | | | | | | python # pylint: disable=too-many-lines
* | Support HA or single router, and start work on registryStefanie Forrester2015-10-211-1/+28
| |
* | Merge pull request #658 from menren/gce-supportThomas Wiest2015-10-121-1/+1
|\ \ | | | | | | GCE-support
| * | Revert "Revert "GCE support""Chengcheng Mu2015-10-061-1/+1
| | | | | | | | | | | | This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b.
* | | Updated registry fact with latest deployment_type mappingsScott Dodson2015-10-061-4/+4
|/ /
* | Revert "GCE support"Thomas Wiest2015-10-051-1/+1
| |
* | Merge pull request #641 from menren/gce-supportThomas Wiest2015-10-051-1/+1
|\ \ | | | | | | GCE support
| * | GCE-support (more information in PR, README_GCE.md)Chengcheng Mu2015-10-011-1/+1
| | |
* | | openshift_facts.py: Correct error case for uninstalled systemsSamuel Munilla2015-10-021-0/+2
| | | | | | | | | | | | | | | | | | This adds a default value to the version to cover the case where the user doesn't have /usr/bin/openshift on the system, correcting the bug found in PR #646.
* | | openshift_facts.py: Ansible fact for openshift versionSamuel Munilla2015-10-011-0/+14
| | | | | | | | | | | | | | | | | | This added some logic to add a new the version of openshift rpm-based installations. This fact is intentionally not cached to account for users potenially updating versions outside of ansible playbooks.
* | | added 'missingok' to logrotate and disabled fluentd in onlineStefanie Forrester2015-10-011-2/+1
|/ /
* | Only continue to merge facts if both old and new values are type dict.Andrew Butcher2015-09-281-1/+1
| |
* | Update origin paths for v1.0.6Scott Dodson2015-09-181-5/+1
| | | | | | | | | | | | | | Origin now uses /etc/origin and /var/lib/origin as of v1.0.6. The RPMs will create a symlinks from /etc/origin to /etc/openshift and /var/lib/origin to /var/lib/openshift if the openshift directories exist. However on clean installs /etc/openshift won't exist.
* | Move openshift_data_dir to a fact based on deployment_typeScott Dodson2015-09-101-0/+9
| | | | | | | | | | | | Previously this was being set to /var/lib/origin regardless of deployment_type which isn't correct given that existing 'enterprise' and 'online' deployments would have been deployed with /var/lib/openshift
* | Fix to ensure use_openshift_sdn is a boolean value.Umair Mufti2015-09-031-1/+4
| |
* | added new node fact for schedulabilityStefanie Forrester2015-09-021-0/+18
| |
* | Add openshift_node_sdn_mtu configurationScott Dodson2015-09-021-0/+4
| | | | | | | | | | Sync's with Origin 1.0.6 and OSE 3.0.2 node-config.yaml networkConfig changes Fixes #534
* | Merge pull request #512 from sdodson/nextWesley Hearn2015-08-282-31/+51
|\ \ | | | | | | Merge in Atomic Enterprise work into master
| * | Atomic Enterprise related changes.Avesh Agarwal2015-08-262-31/+51
| | |
* | | Merge pull request #527 from spinolacastro/metrics_fixWesley Hearn2015-08-281-2/+1
|\ \ \ | | | | | | | | Make cluster_metrics disabled by default
| * | | Fix testsDiego Castro (dscastro)2015-08-281-1/+0
| | | |
| * | | Make cluster_metrics disabled by defaultDiego Castro (dscastro)2015-08-281-1/+1
| |/ /
* / / Fix name was too longDiego Castro2015-08-271-2/+2
|/ /
* / Configure cluster metricsDiego Castro2015-08-131-0/+19
|/ | | | | Playbook based on https://docs.openshift.org/latest/admin_guide/cluster_metrics.html.
* Use the official redhat registry for onlineWesley Hearn2015-08-101-2/+1
|
* Merge pull request #356 from jjungnickel/patch-2Thomas Wiest2015-07-171-0/+1
|\ | | | | Also exclude Ansible 1.9.0.1
| * Update main.ymlJan Jungnickel2015-07-171-0/+1
| | | | | | 1.9.0.1 failed with IndentationError
* | Initial HA masterJason DeTiberus2015-07-171-6/+36
|/ | | | | | | | | | | | | | | | | | | | | | - Ability to specify multiple masters - configures the CA only a single time on the first master - creates and distributes additional certs for additional master hosts - Depending on the status of openshift_master_cluster_defer_ha (defaults to False) one of two actions are taken when multiple masters are defined 1. If openshift_master_cluster_defer_ha is true a. Certs/configs for all masters are deployed b. openshift-master service is only started and enabled on the master c. HA configuration is expected to be handled by the user manually after the completion of the playbook run. 2. If oepnshift_master_cluster_defer_ha is false or undefined a. Certs/configs for all masters are deployed b. a Pacemaker/RHEL HA cluster is configured i. VIPs are configured based on the values of openshift_master_cluster_vip and openshift_master_cluster_plublic_vip ii. The openshift-master service is configured as an active/passive cluster service
* Merge pull request #347 from detiber/fixHostnameFactThomas Wiest2015-07-161-1/+1
|\ | | | | Fix hostname default when valid hostname not found on system
| * Fix hostname default when valid hostname not found on systemJason DeTiberus2015-07-141-1/+1
| |
* | Etcd role updates and playbook updatesJason DeTiberus2015-07-101-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix firewall conflict issues with co-located etcd and openshift hosts - added os_firewall dependency to etcd role - updated etcd template to better handle clustered and non-clustered installs - added etcd_ca role - generates a self-signed cert to manage etcd certificates, since etcd peer certificates are required to be client and server certs and the openshift ca will only generate client or server certs (not one authorized for both). - renamed openshift_etcd_certs role to etcd_certificates and updated it to manage certificates generated from the CA managed by the etcd_ca role - remove hard coded etcd_port in openshift_facts - updates for the openshift-etcd common playbook - removed etcd and openshift-etcd playbooks from the byo playbooks directory - added a common playbook for setting etcd launch facts - added an openshift-etcd common service playbook - removed unused variables - fixed tests for embedded_{etcd,dns,kube} in openshift_master - removed old workaround for reloading systemd units
* | Add etcd role that builds out basic etcd clusterScott Dodson2015-07-101-3/+14
|/ | | | | | - Add initial etcd role - Add etcd playbook to create etcd client certs - Hookup master to etcd
* Switch openshift ex router/registry to oadmScott Dodson2015-06-221-1/+1
|
* Update for RC2 changesScott Dodson2015-06-161-3/+5
| | | | | | | | | | | | | Remove openshift-deployer.kubeconfig from master template Sync config template Update enterprise image names Switch to node auto registration Add deployer to list of serviceAccountConfig.managedNames Move package installation before registering facts change default kubeconfig location Change system:openshift-client to system:openshift-master Rename node cert/key/kubeconfig per openshift/origin#3160 Update references to /var/lib/openshift/openshift.local.certificates
* Guard against openstack bug 1334857Jason DeTiberus2015-06-151-2/+2
| | | | | Some versions of openstack erroneously return a comma separated list for the local-ipv4 value, this ensures that we handle that case properly
* * Make portal_net configurable when wetting up the nodes OpenShift RegistryJhon Honce2015-06-121-1/+1
|