summaryrefslogtreecommitdiff
path: root/roles/openshift_common
AgeCommit message (Collapse)Author
2017-09-06Remove openshift-commonMichael Gugino
Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
2017-08-23Merge pull request #5100 from mgugino-upstream-stage/check-hostname-lenScott Dodson
Add hostname/nodename length check
2017-08-16Add hostname/nodename length checkMichael Gugino
OpenShift will not allow nodes to register if the nodename is > 63 chars. This commit verifies that nodename is not set to a potential hostname that is greater than 63 characters. This commit also updates logic to check `openshift_hostname` to check for > 63 chars. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1467790
2017-08-14Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson
cluster build.
2017-08-08Refactor of openshift_version.Kenny Woodson
2017-05-10Change based on feedbackVincent Schwarzer
2017-05-09Added additional Calico Network Plugin ChecksVincent Schwarzer
2017-03-23Add calico.Dan Osborne
2017-02-27Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal
into Openshift Ansible. This is the first (beta) release of Contiv with Openshift and is only supported for Openshift Origin + Bare metal deployments at the time of this commit. Please refer to the Openshift and Contiv official documentation for details of the level of support for different features and modes of operation.
2016-12-12YAML LintingRussell Teague
* Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
2016-11-17Refactor to use Ansible package moduleRussell Teague
The Ansible package module will call the correct package manager for the underlying OS.
2016-10-05Move openshift.common.debug.level to openshift_facts.Andrew Butcher
2016-09-01Merge pull request #2382 from abutcher/nuage-checkScott Dodson
Fix nuage check.
2016-08-29Fix nuage check.Andrew Butcher
2016-08-29Fix flannel checkManjunath A Kumatagi
2016-07-11Move repoquery_cmd fact setting into a more logical place.Devan Goodwin
2016-07-07Move repoquery fact definition to openshift_common.Devan Goodwin
2016-06-15Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin
Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
2016-06-06Do not install rpm for version in openshift_version role.Devan Goodwin
2016-05-26Get rpm installations functional again.Devan Goodwin
2016-05-25Work towards determining openshift_version when unspecified.Devan Goodwin
openshift_docker role was largely useless now, but also almost did what we needed. (deps ordering still needs to be changed) Remove defaulting of openshift_version.
2016-05-11Move os_firewall out of openshift_commonScott Dodson
2016-05-02Default os_firewall_use_firewalld to false in os_firewall and remove overrides.Andrew Butcher
2016-04-26Move portal_net from openshift_common to openshift_facts.Andrew Butcher
2016-04-19Add openshift_node_dnsmasqScott Dodson
2016-04-19Promote portal_net to openshift.common, add kube_svc_ipScott Dodson
Conflicts: roles/openshift_facts/library/openshift_facts.py
2016-04-12Containerized installs on RHEL were downgrading docker unnecessarilyBrenton Leanhardt
2016-04-08Add openshift_hosted_facts role and remove hosted facts from openshift_common.Andrew Butcher
2016-04-01Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api ↵Brenton Leanhardt
and atomic-openshift-master-controllers
2016-03-31Merge pull request #1634 from abutcher/aws-cloud-providerBrenton Leanhardt
AWS cloud provider
2016-03-30Bug 1322335 - The package name is wrong for rpm upgradeBrenton Leanhardt
2016-03-29Add AWS cloud provider support.Andrew Butcher
2016-03-15Move common common facts to openshift_factsJason DeTiberus
- Prevents roles that need common facts from needing to require openshift_common, which pulls in the openshift binary. - Add dependency on openshift_facts to os_firewall, since it uses openshift.common facts
2016-03-14Add support for Openstack integrationSylvain Baubeau
2016-02-11Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt
Remove fluentd_master and fluentd_node roles
2016-02-09Add gte check for 3.2, update version checks to gteJason DeTiberus
2016-02-08Remove fluentd_master and fluentd_node roles.Andrew Butcher
2016-02-01Refactor registry storage options.Andrew Butcher
2016-01-26Merge pull request #1275 from spinolacastro/datadirBrenton Leanhardt
Expose data_dir
2016-01-26Merge pull request #1276 from spinolacastro/pkgversionBrenton Leanhardt
Fix pkg_version
2016-01-26fix pkg_versionDiego Castro
2016-01-26Expose data_dirDiego Castro
2016-01-25Merge pull request #1160 from vishpat/nuageBrenton Leanhardt
Nuage
2016-01-25Add Nuage support to openshift ansibleVishal Patil
Added variables Made changes for node configuration Add service restart logic to node Fixed ansible syntax errors Add cert and key info for nodes Added active and standby controller ip configuration information Uncommented the nuage sdn check Changed ca_crt -> ca_cert Added restarting of atomic openshift master Removed service account dependencies Fixes Fixed the api server url Removed redundant restart of atomic openshift master Configure nuagekubemon on all of the master nodes Restart master api and controllers as well on nuagekubemon installation Converted plugin config into template Add template for nuagekubemon Removed uplink interface from vars Able to copy cert keys Uninstall default ovs Add the kubemon template Do not install rdo sdn rpms in case of nuage Addressed latest review comments Set the networkPluginName for nuage
2016-01-11Switch to using hostnamectl as it works on atomic and rhel7Scott Dodson
2015-12-15Skip yum/dnf ops when is_containerizedScott Dodson
2015-12-10Merge pull request #1030 from jtslear/make-examples-optionalBrenton Leanhardt
Make the install of openshift_examples optional
2015-12-10Install base package in openshift_common for version factsAndrew Butcher
2015-12-09Make the install of openshift_examples optionalJohn T Skarbek
* Allows us to make it optional to run the role `openshift_examples` * Defaults to true
2015-12-04ManageIQ Service Account: added role for ManageIQ service accountenoodle
Signed-off-by: enoodle <efreiber@redhat.com>