summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
Commit message (Collapse)AuthorAgeFilesLines
* Update openshift_facts config_base for Online deploymentsWesley Hearn2016-01-071-2/+2
|
* Merge pull request #1123 from brenton/manageiqBrenton Leanhardt2016-01-061-1/+27
|\ | | | | We can't enable manageiq for installations less than OSE 3.1 or Origiā€¦
| * We can't enable manageiq for installations less than OSE 3.1 or Origin 1.1Brenton Leanhardt2016-01-061-1/+27
| | | | | | | | This is because 'oadmn policy add-scc-to-user' didn't exist in 3.0
* | Merge pull request #1018 from abutcher/secretsBrenton Leanhardt2016-01-061-1/+66
|\ \ | |/ |/| Clean up idempotency issues with session secrets.
| * Move extra secret validations into openshift_facts.Andrew Butcher2016-01-061-3/+15
| |
| * openshift_facts validationAndrew Butcher2016-01-041-1/+54
| |
* | Merge pull request #1050 from enoodle/propose_manageiq_as_defaultBrenton Leanhardt2016-01-041-1/+1
|\ \ | | | | | | Propose adding ManageIQ service account by default
| * | Adding ManageIQ service account by defaultenoodle2015-12-301-1/+1
| |/ | | | | | | Signed-off-by: enoodle <efreiber@redhat.com>
* | Merge pull request #951 from abutcher/nfsWesley Hearn2016-01-041-1/+7
|\ \ | |/ |/| NFS for registry storage
| * Create nfs host group with registry volume attachment.Andrew Butcher2015-12-151-1/+7
| |
* | Merge pull request #1094 from abutcher/notifyBrenton Leanhardt2015-12-241-0/+5
|\ \ | | | | | | Reset Type=notify for controllers service
| * | Conditionalize for 3.1.1/1.1.1Andrew Butcher2015-12-181-0/+5
| |/
* | Fix containerized variableScott Dodson2015-12-151-1/+1
| |
* | Skip yum/dnf ops when is_containerizedScott Dodson2015-12-151-0/+13
| |
* | Move all docker config into openshift_docker to minimize docker restartsScott Dodson2015-12-151-3/+2
| |
* | Add openshift_cli roleScott Dodson2015-12-151-18/+2
| | | | | | | | | | | | This role ensures that the clients package is installed or if it's a containerized install places a wrapper script in /usr/local/bin/openshift and symlinks for oc, oadm, and kubectl.
* | fixesJason DeTiberus2015-12-152-57/+74
| |
* | Containerization work by @sdodsonScott Dodson2015-12-152-28/+56
| |
* | Initial containerization work from @ibottyTobias Florek2015-12-152-1/+39
|/ | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Merge pull request #1030 from jtslear/make-examples-optionalBrenton Leanhardt2015-12-101-0/+1
|\ | | | | Make the install of openshift_examples optional
| * Make the install of openshift_examples optionalJohn T Skarbek2015-12-091-0/+1
| | | | | | | | | | * Allows us to make it optional to run the role `openshift_examples` * Defaults to true
* | Remove yum / dnf duplicationScott Dodson2015-12-091-10/+1
|/
* Merge pull request #988 from dak1n1/upgradesStefanie Forrester2015-12-041-1/+1
|\ | | | | added upgrade playbook for online
| * added upgrade playbook for onlineStefanie Forrester2015-12-011-1/+1
| |
* | Merge pull request #983 from enoodle/manageiq_serviceBrenton Leanhardt2015-12-041-1/+1
|\ \ | | | | | | Adding ManageIQ service account
| * | ManageIQ Service Account: added role for ManageIQ service accountenoodle2015-12-041-1/+1
| |/ | | | | | | Signed-off-by: enoodle <efreiber@redhat.com>
* | Merge pull request #1012 from abutcher/dns-ip-overrideBrenton Leanhardt2015-12-031-4/+4
|\ \ | | | | | | Refactor dns options and facts
| * | Refactor dns options and facts.Andrew Butcher2015-12-031-4/+4
| |/
* / Fedora changes:Adam Miller2015-12-021-0/+7
|/ | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* Conditionally set the nodeIPJason DeTiberus2015-11-241-1/+1
|
* Merge pull request #881 from abutcher/namedCertRefactorBrenton Leanhardt2015-11-191-10/+36
|\ | | | | Refactor named certficates
| * Add additive_facts_to_overwrite instead of overwriting all additive_factsAndrew Butcher2015-11-161-17/+29
| |
| * Refactor named certificates.Andrew Butcher2015-11-161-10/+24
| |
* | Merge pull request #926 from brenton/aep3Brenton Leanhardt2015-11-171-1/+1
|\ \ | |/ |/| The aep3 images changed locations.
| * The aep3 images changed locations.Brenton Leanhardt2015-11-171-1/+1
| |
* | pylint openshift_factsJason DeTiberus2015-11-131-4/+2
| |
* | Update etcd default facts settingJason DeTiberus2015-11-131-19/+30
| |
* | 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
| |
* | 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.
* 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-061-1/+2
|\ | | | | New `iptablesSyncPeriod` field in node configuration
| * New `iptablesSyncPeriod` field in node configurationAndrew Butcher2015-11-061-1/+2
| |
* | Merge pull request #698 from lebauce/flannelBrenton Leanhardt2015-11-061-0/+18
|\ \ | |/ |/| Add support for flannel
| * Add flannel supportSylvain Baubeau2015-10-271-0/+18
| | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
* | Merge pull request #818 from abutcher/custom-certs-fixesBrenton Leanhardt2015-11-061-1/+1
|\ \ | | | | | | Named certificate fixes
| * | Don't check for certs in data_dir just raise when they can't be found. Fix typo.Andrew Butcher2015-11-051-1/+1
| | |
* | | Fix data_dir for 3.0 deploymentsJason DeTiberus2015-11-061-0/+2
|/ /
* | Merge pull request #608 from abutcher/native-haBrenton Leanhardt2015-11-051-13/+24
|\ \ | | | | | | Native Support for Multi-Master HA