summaryrefslogtreecommitdiff
path: root/playbooks/common
AgeCommit message (Collapse)Author
2017-08-08Disable old openshift-master.service on upgradeClayton Coleman
2017-08-08Remove the origin-master.service and associated filesClayton Coleman
From now on, all master configurations use the api / controller split, regardless of HA mode or previous configuration. This will be our only supported configuration starting in 3.7 or 3.8.
2017-08-08Warn when user has no etcd group member nodesClayton Coleman
This will be removed from support in a future release
2017-08-08First attempt at refactor of os_firewallKenny Woodson
2017-08-08Merge pull request #4739 from kwoodson/openshift_facts_refactorScott Dodson
Reduce openshift_facts dependencies.
2017-08-07Merge pull request #4960 from ↵OpenShift Bot
juanvallejo/jvallejo/verify-disk-memory-before-upgrade-no-flake Merged by openshift-bot
2017-08-04Removing tasks from module openshift_facts.Kenny Woodson
2017-08-02Merge pull request #3043 from jkhelil/scaleup_etcdScott Dodson
Add etcd scaleup playbook
2017-08-02Merge pull request #4850 from kwoodson/normalize_logging_entryScott Dodson
Normalize logging entry point to include std_include.
2017-08-02add pre-flight checks to ugrade pathjuanvallejo
2017-08-01Merge pull request #4894 from tbielawa/reg-dns-scaleup-bz1469336OpenShift Bot
Merged by openshift-bot
2017-08-01Merge pull request #4912 from abutcher/openshift-node-factsOpenShift Bot
Merged by openshift-bot
2017-07-28Use existing OPENSHIFT_DEFAULT_REGISTRY setting during masters scaleupTim Bielawa
Fixes a bug which reported that AFTER a cluster upgrade from OCP 3.5 to 3.6, any masters which are later added via the scaleup playbooks are setting a value for OPENSHIFT_DEFAULT_REGISTRY which is inconsistent with the already configured masters. * OPENSHIFT_DEFAULT_REGISTRY value is saved from oo_first_master * The new scaleup master has a fact set noting it is a scaleup host * The saved OPENSHIFT_DEFAULT_REGISTRY value is used instead of the default for 3.6, which is to use a hard-coded registry value of 'docker-registry.default.svc:5000' Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1469336
2017-07-28Merge pull request #4899 from rhcarvalho/misc-cleanup-normalize-inputOpenShift Bot
Merged by openshift-bot
2017-07-28Revert "Add health checks to upgrade playbook"Rodolfo Carvalho
2017-07-28Merge pull request #4372 from ↵Rodolfo Carvalho
juanvallejo/jvallejo/verify-disk-memory-before-upgrade Add health checks to upgrade playbook
2017-07-27Shut down masters before taking an etcd backupScott Dodson
2017-07-27Move node facts to new openshift_node_facts role.Andrew Butcher
2017-07-27Fix incorrect delegate_to in control plane upgradeScott Dodson
2017-07-27Clean up unnecessary quotesRodolfo Carvalho
2017-07-27Clean up openshift-checks playbooksRodolfo Carvalho
- The referenced issue was closed, seems like a wontfix. Just use the old syntax and make no noise about it. - Remove inconsistent use of tags: if tags are passed in the command line, there is no point in evaluating groups if the checks won't be run anyway. - Remove temporal comment, easy to get out of sync.
2017-07-26add pre-flight checks to ugrade pathjuanvallejo
2017-07-26Merge pull request #4448 from mtnbikenc/vars-syntaxScott Dodson
Remove invalid when: from vars:
2017-07-26Merge pull request #4816 from abutcher/containerized-lb-image-tagScott Dodson
Pass first master's openshift_image_tag to openshift_loadbalancer for containerized haproxy installation.
2017-07-24Merge pull request #4806 from tbielawa/bz1466783_etcd_ips_in_masters_no_proxyScott Dodson
Bz1466783 etcd ips in masters no proxy
2017-07-24Normalize logging entry.Kenny Woodson
2017-07-24Allow storage migrations to be optional and/or non fatalScott Dodson
Allow configuration of these options, these are their defaults openshift_upgrade_pre_storage_migration_enabled=true openshift_upgrade_post_storage_migration_enabled=true openshift_upgrade_pre_storage_migration_fatal=true openshift_upgrade_post_storage_migration_fatal=false
2017-07-21Default an empty list for etcd_to_config if not thereTim Bielawa
Also add filter names of filters that failed me for to their error messages so you can figure out which filter threw an exception when you're debugging log files.
2017-07-21If proxy in effect, add etcd host IP addresses to NO_PROXY list on mastersTim Bielawa
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1466783
2017-07-21GlusterFS: Fix bug in detecting whether to open firewall ports.Jose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-07-20Pass first master's openshift_image_tag to openshift_loadbalancer for ↵Andrew Butcher
containerized haproxy installation.
2017-07-19Removing parameter kind and allowing default to be passed.Kenny Woodson
2017-07-18Merge pull request #4778 from jkaurredhat/drain_upgrade-1.6Scott Dodson
drain still pending in below files without fix :
2017-07-18Add drain retries after 60 second delayScott Dodson
2017-07-18Wrap docker stop in retriesScott Dodson
2017-07-18Test docker restart with retries 3 delay 30Steve Milner
2017-07-18drain still pending in below files without fix :jkaurredhat
playbooks/common/openshift-cluster/upgrades/docker/docker_upgrade.yml playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml Signed-off-by: jkaurredhat <jkaur@redhat.com>
2017-07-14Merge pull request #4751 from jkaurredhat/redeploy-1.6OpenShift Bot
Merged by openshift-bot
2017-07-14Merge pull request #4750 from jkaurredhat/drain_upgrade1.6Scott Dodson
Upgrade fails when "Drain Node for Kubelet upgrade"
2017-07-14Config was missed before replace.jkaurredhat
Signed-off-by: jkaurredhat <jkaur@redhat.com>
2017-07-13Redeploy-certificates will fail for registry and router if user is not ↵jkaurredhat
system:admin Signed-off-by: jkaurredhat <jkaur@redhat.com>
2017-07-13Upgrade fails when "Drain Node for Kubelet upgrade"jkaurredhat
Fixes : https://bugzilla.redhat.com/show_bug.cgi?id=1468572 Signed-off-by: jkaurredhat <jkaur@redhat.com>
2017-07-11Merge pull request #4709 from jkaurredhat/upgrade-control_planeOpenShift Bot
Merged by openshift-bot
2017-07-11Merge pull request #4701 from kwoodson/master_metrics_urlScott Dodson
[Bz 1468113] Configure the rest of the masters with the correct URL.
2017-07-10Add evaluate_groups.yml to network_manager playbookRussell Teague
The network_manager.yml playbook uses oo_* groups names which are defined in the evaluate_groups.yml playbook.
2017-07-10Removing trailing newline.Kenny Woodson
2017-07-08Merge pull request #4624 from ↵Jan Chaloupka
ingvagabund/increase-timeout-when-waiting-for-master-and-nodes increase implicit 300s default timeout to explicit 600s
2017-07-07Error upgrading control_plane when user is not system:adminjkaurredhat
Signed-off-byr jkaurredhat <jkaur@redhat.com>
2017-07-06[Bz 1468113] Configure the rest of the masters with the correct URL.Kenny Woodson
2017-07-06Adding serial: 1 to play to ensure we run one at a timeewolinetz