summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-13Make rollout status check best-effort, add pollSteve Kuznetsov
We cannot rely on the `watch.Until` call in the `rollout status` subcommand for the time being, so we need to ignore the result of this call. This will make the rollout status check best-effort, so we need to follow it with a poll for the actual status of the rollout, which we can extract from the `openshift.io/deployment.phase` annotation on the ReplicationControllers. This annotation can have only three values -- `Running`, `Complete` and `Failed`. If we poll on this attribute until we stop seeing `Running`, we can then inspect the last result for `Failed`; if it's present, we have failed the deployment. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2017-06-09Verify the rollout status of the hosted router and registrySteve Kuznetsov
When deploying the hosted router and registry components, we need to ensure that they correctly roll out. The previous checks were weak in that they either simply waited for a set amount of time and/or did one replica check. They would fail if the router or registry took longer to deploy or if there were un-ready or failing replicas. The `oc rollout` command group contains the `status` endpoint for internalizing all of the logic for determining when a rollout has succeeded or failed, so simply using this client call will ensure that the router and registry correctly deploy. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2017-06-09Merge pull request #4398 from jschulthess/masterScott Dodson
Added includes to specify openshift version for libvirt cluster creat…
2017-06-09Added includes to specify openshift version for libvirt cluster create. ↵Jürg Schulthess
Otherwise bin/cluster create fails on unknown version for libvirt deployment.
2017-06-09Automatic commit of package [openshift-ansible] release [3.6.98-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog 3.6.102
2017-06-09Automatic commit of package [openshift-ansible] release [3.6.97-1].Scott Dodson
Created by command: /usr/bin/tito tag --keep-version
2017-06-08Merge pull request #4387 from ewolinetz/logging_oauth_idempotOpenShift Bot
Merged by openshift-bot
2017-06-08Automatic commit of package [openshift-ansible] release [3.6.89.5-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog 3.6.101
2017-06-08Updated to using oo_random_word for secret genewolinetz
2017-06-08Merge pull request #4330 from codificat/20170531-image-renameOpenShift Bot
Merged by openshift-bot
2017-06-08Updating kibana to store session and oauth secrets for reuse, fix ↵ewolinetz
oauthclient generation for ops
2017-06-08Automatic commit of package [openshift-ansible] release [3.6.89.4-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog 3.6.100
2017-06-08Merge pull request #4384 from admiyo/guard-containerOpenShift Bot
Merged by openshift-bot
2017-06-07Merge pull request #4375 from ↵OpenShift Bot
abutcher/supported-registry-object-storage-providers Merged by openshift-bot
2017-06-07Merge pull request #4279 from jcantrill/use_oc_adm_libOpenShift Bot
Merged by openshift-bot
2017-06-07Merge pull request #4351 from ewolinetz/logging_es_readiness_probeOpenShift Bot
Merged by openshift-bot
2017-06-07Merge pull request #4370 from ashcrow/rename-daemon-jsonOpenShift Bot
Merged by openshift-bot
2017-06-07Merge pull request #4371 from ashcrow/1455843-againOpenShift Bot
Merged by openshift-bot
2017-06-07Merge pull request #4374 from jcantrill/specify_empty_index_mappingScott Dodson
specify all logging index mappings for kibana
2017-06-07Merge pull request #4349 from sdodson/bz1392519Scott Dodson
Do not attempt to override openstack nodename
2017-06-07Merge pull request #4331 from stevekuznetsov/skuznets/update-isScott Dodson
Update image stream to openshift/origin:2c55ade
2017-06-07Merge pull request #4376 from abutcher/uninstall-client-configScott Dodson
Separate client config removal in uninstall s.t. ansible_ssh_user is removed from with_items.
2017-06-07Merge pull request #4369 from giuseppe/fix-etcd-system-containerOpenShift Bot
Merged by openshift-bot
2017-06-07Guard check for container install based on openshift dictionary keyAdam Young
2017-06-07Automatic commit of package [openshift-ansible] release [3.6.89.3-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog 3.6.99
2017-06-07Merge pull request #4278 from abutcher/loopback-kubeconfigOpenShift Bot
Merged by openshift-bot
2017-06-06Automatic commit of package [openshift-ansible] release [3.6.89.2-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog 3.6.98
2017-06-06Automatic commit of package [openshift-ansible] release [3.6.89.1-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog 3.6.97
2017-06-06Merge pull request #4252 from sdodson/tolerate-node-upgrade-failureOpenShift Bot
Merged by openshift-bot
2017-06-06Separate client config removal in uninstall s.t. ansible_ssh_user is removed ↵Andrew Butcher
from with_items.
2017-06-06Remove supported/implemented barrier for registry object storage providers.Andrew Butcher
2017-06-06Add node unit file on upgradeSteve Milner
When rpm_upgrade is used for upgrading the node's unit file will be overridden. systemd is then reloaded if the files are templated successfully. Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1455843
2017-06-06fix up openshift-ansible for use with 'oc cluster up'Jeff Cantrill
2017-06-06specify all logging index mappings for kibanaJeff Cantrill
2017-06-06Merge pull request #4327 from ewolinetz/fix_logging_secretOpenShift Bot
Merged by openshift-bot
2017-06-06Merge pull request #3643 from juanvallejo/jvallejo/elastic-search-checkOpenShift Bot
Merged by openshift-bot
2017-06-06openshift-master: set r_etcd_common_etcd_runtimeGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-06-05Merge pull request #4348 from tbielawa/bz1451693OpenShift Bot
Merged by openshift-bot
2017-06-05Merge pull request #4342 from richm/mux-uses-fluentd-secretOpenShift Bot
Merged by openshift-bot
2017-06-05Merge pull request #4267 from ozdanborne/byo-etcdOpenShift Bot
Merged by openshift-bot
2017-06-05Merge pull request #4064 from juanvallejo/jvallejo/add-ovs-version-checkOpenShift Bot
Merged by openshift-bot
2017-06-05Merge pull request #4157 from ↵OpenShift Bot
juanvallejo/jvallejo/add-retroactive-ovs-version-check Merged by openshift-bot
2017-06-05rename daemon.json to container-daemon.jsonSteve Milner
The container-engine build has moved daemon.json to container-daemon.json to avoid collision. This change updates the template file location to follow suit.
2017-06-05Merge pull request #4336 from sdodson/BZ1457062OpenShift Bot
Merged by openshift-bot
2017-06-05Merge pull request #4357 from ewolinetz/registry_console_imageScott Dodson
Updating image for registry_console
2017-06-02Updating image for registry_consoleewolinetz
2017-06-02add elasticseatch, fluentd, kibana checkjuanvallejo
2017-06-02Use local openshift.master.loopback_url when generating initial master ↵Andrew Butcher
loopback kubeconfigs.
2017-06-02Merge pull request #4360 from abutcher/expired-ca-skip-restartsScott Dodson
Skip service restarts within ca redeployment playbook when expired certificates are detected.
2017-06-02Merge pull request #4321 from ingvagabund/verify-targets-separatellyOpenShift Bot
Merged by openshift-bot