summaryrefslogtreecommitdiff
path: root/playbooks
AgeCommit message (Collapse)Author
2017-08-14Merge pull request #5073 from mtnbikenc/fix-firewall-playRussell Teague
Minor update to correct firewall play name
2017-08-11Fix duplicate evaluate_groups.yml call during installRussell Teague
The way the service_catalog.yml playbook calls evaluate_groups.yml causes the evaluation to happen twice during a standard byo/config.yml installation. Refactoring the service_catalog.yml playbooks to remove this duplicate.
2017-08-11Minor update to correct firewall play nameRussell Teague
2017-08-11Merge pull request #5046 from abutcher/rm-old-mode-unitsKenny Woodson
Remove additional 'restart master' handler references.
2017-08-11Update etcd scaleup entrypoint includes and use etcd_{hostname,ip} facts for ↵Andrew Butcher
new member registration.
2017-08-11Merge pull request #4797 from kwoodson/os_firewall_refactorScott Dodson
Refactor the firewall workflow.
2017-08-11Merge pull request #5063 from mtnbikenc/fix-etcd-scaleup-initScott Dodson
Refactor group initialization for etcd scaleup playbook
2017-08-11Refactor group initializationRussell Teague
2017-08-10Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson
file.
2017-08-10Fix syntax for when statementRodolfo Carvalho
Without that, playbook runs print warnings such as this: [WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_etcd_hosts is not defined and g_new_etcd_hosts is not defined}}
2017-08-09Remove additional 'restart master' handler references.Andrew Butcher
2017-08-09Merge pull request #4832 from smarterclayton/stop_using_old_modeOpenShift Bot
Merged by openshift-bot
2017-08-08Add missing byo v3_7 playbooksScott Dodson
2017-08-08Merge pull request #5030 from sdodson/v37_upgrade_stubScott Dodson
Add v3_7 upgrades
2017-08-08Add v3_7 upgradesScott Dodson
2017-08-08Remove remaining references to openshift-master.serviceClayton Coleman
Prevents playbooks from accidentally restarting the master service.
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-27Merge pull request #4905 from jarrpa/group-facts-fixScott Dodson
Add glusterfs_registry hosts to oo_all_hosts.
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-27Add glusterfs_registry hosts to oo_all_hosts.Jose A. Rivera
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1474630 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
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-26Merge pull request #4881 from abutcher/glusterfs-cluster-hostsScott Dodson
Add glusterfs hosts to oo_all_hosts so that hosts set initial facts.
2017-07-26add pre-flight checks to ugrade pathjuanvallejo
2017-07-26Add glusterfs hosts to oo_all_hosts so that hosts set initial facts.Andrew Butcher
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-24Fix lint errorsScott Dodson
2017-07-24Merge pull request #4846 from dcbw/libvirt-fixupsScott Dodson
libvirt fixups
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-24libvirt: fall back to mkisofs if genisoimage isn't availableDan Williams