summaryrefslogtreecommitdiff
path: root/roles/openshift_common/tasks
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-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-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-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-03-30Bug 1322335 - The package name is wrong for rpm upgradeBrenton Leanhardt
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-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-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>
2015-11-24Rework setting of hostnameJason DeTiberus
- set the hostname for all installs < 3.1 or 1.1 - provide a new variable openshift_set_hostname to override default behavior
2015-11-17Do not update the hostnameJason DeTiberus
2015-10-27Fix when neither use_openshift_sdn nor use_flannel are specifiedSylvain Baubeau
2015-10-27Ensure openshift-sdn and flannel can't be used at the same timeSylvain Baubeau
2015-10-27Add flannel supportSylvain Baubeau
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
2015-08-28Merge pull request #512 from sdodson/nextWesley Hearn
Merge in Atomic Enterprise work into master
2015-08-27Merge pull request #459 from spinolacastro/fluentdWesley Hearn
Configure Fluentd
2015-08-26Atomic Enterprise related changes.Avesh Agarwal
2015-08-12Configure FluentdDiego Castro
2015-07-29Set loglevel=2 as our default across the boardScott Dodson
2015-06-16Update for RC2 changesScott Dodson
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
2015-06-10Templatize configs and 0.5.2 changesJason DeTiberus
- Templatize node config - Templatize master config - Integrated sdn changes - Updates for openshift_facts - Added support for node, master and sdn related changes - registry_url - added identity provider facts - Removed openshift_sdn_* roles - Install httpd-tools if configuring htpasswd auth - Remove references to external_id - Setting external_id interferes with nodes associating with the generated node object when pre-registering nodes. - osc/oc and osadm/oadm binary detection in openshift_facts Misc Changes: - make non-errata puddle default for byo example - comment out master in list of nodes in inventory/byo/hosts - remove non-error errors from fluentd_* roles - Use admin kubeconfig instead of openshift-client