summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-18Use Beta repo pathSatoe Imaishi
2018-01-18CF 4.6 templatesSatoe Imaishi
2018-01-18Merge pull request #6774 from sdodson/webconsole-image-prefixScott Dodson
Make openshift_web_console_prefix defaults like other components
2018-01-18Merge pull request #6745 from shawn-hurley/secret-reg-authOpenShift Merge Robot
Automatic merge from submit-queue. Bug 1509082 - Adding auth as a secret If username and password are defined we should use a secret for the credentials.
2018-01-18Merge pull request #6768 from weherdh/masterOpenShift Merge Robot
Automatic merge from submit-queue. Add Azure to support openshift_cloudprovider_kind Try to fix this as an example. I checked it works.
2018-01-18Merge pull request #6757 from sosiouxme/20180117-update-check-versionsLuke Meyer
update health check required versions for 3.9
2018-01-18Merge pull request #6589 from vrutkovs/kibana-use-sixOpenShift Merge Robot
Automatic merge from submit-queue. kibana checks: use six.moves instead of ImportError
2018-01-18Make openshift_web_console_prefix defaults like other componentsScott Dodson
Other components are like 'registry.access.redhat.com/ose-' or 'openshift/origin-' based on OCP versus Origin.
2018-01-18Merge pull request #6752 from vrutkovs/tsb-prefixOpenShift Merge Robot
Automatic merge from submit-queue. Rework default TSB prefix and imagename to match other services Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1518917
2018-01-17Merge pull request #6743 from ewolinetz/logging_find_running_podsOpenShift Merge Robot
Automatic merge from submit-queue. Ensure we are running oc execs against running pods We should make sure we are running `oc exec` statements against running pods only. Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1534879
2018-01-17Merge pull request #6747 from ewolinetz/logging_fix_pvc_storageclassOpenShift Merge Robot
Automatic merge from submit-queue. Setting default storage_class_names for when calling openshift_loggin… …g_elasticsearch role Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1521218
2018-01-18Add Azure to support openshift_cloudprovider_kindweherdh
2018-01-17Merge pull request #6076 from abutcher/bz1511357Scott Dodson
Bug 1511357: Task "Reload generated facts" failed while scaling up containerized masters
2018-01-17Merge pull request #6181 from mrsiano/grafanaScott Dodson
Add new grafana playbook.
2018-01-17Automatic commit of package [openshift-ansible] release [3.9.0-0.21.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2018-01-17Merge pull request #6744 from sosiouxme/20180115-fix-checksMichael Gugino
openshift_checks: repair adhoc list-checks mode
2018-01-17Merge pull request #6751 from vrutkovs/apply-check-rcOpenShift Merge Robot
Automatic merge from submit-queue. Check that rc != 0 for steps with 'failed_when' Some parts don't check the result rc at all, some check that 'error' is present there. Instead the safest way is to check for both Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534538
2018-01-17Merge pull request #6759 from mgugino-upstream-stage/etcd-upgrade-factsScott Dodson
Add init/main.yml to etc-upgrade
2018-01-17Merge pull request #6746 from ↵OpenShift Merge Robot
juanvallejo/jvallejo/fix-elasticsearch-diskspace-check Automatic merge from submit-queue. include elasticsearch container name Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534988 Addresses cases where the elasticsearch pod with multiple containers does not have the `elasticsearch` container as its first one. cc @sosiouxme
2018-01-17Pull openshift_image_tag from oo_masters_to_config rather oo_first_master.Andrew Butcher
2018-01-17Default install_result when reloading generated facts.Andrew Butcher
2018-01-17Merge pull request #6520 from sdodson/37-38-39Scott Dodson
Faciliate 3.7 to 3.8 to 3.9 upgrade
2018-01-17Add call to 3.8 playbook in 3.9 upgradeScott Dodson
2018-01-17Remove 3.8 and 3.9 specific steps right nowScott Dodson
2018-01-17Exclude 3.9 packages during 3.8 upgradeScott Dodson
There are some obsoletes in 3.9 packages which lead yum to upgrade directly from 3.7 to 3.9 when you ask for 3.8 packages while 3.9 repos are enabled. Since we'd like to allow people to run one playbook to upgrade from 3.7 to 3.8 to 3.9 we need to exclude those packages when upgrading to 3.8
2018-01-17fix typosScott Dodson
2018-01-17Ensure openshift_client_binary is setScott Dodson
2018-01-17Add init/main.yml to etc-upgradeMichael Gugino
Currently, etcd upgrade playbook only calls evaluate_groups to limit the number of tasks that are run against nodes during initialization. Recently, changes have been added to allow skipping of most node tasks via providing variablized host groups during initialization code. This commit allows etcd upgrades to use common init code to ensure necessary facts are defined and proper variables are sanity checked. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1527771
2018-01-17health checks: update required pkg versionsLuke Meyer
2018-01-17health checks: factor out get_required_versionLuke Meyer
2018-01-17package_version check: reuse get_major_minor_versionLuke Meyer
2018-01-17Merge pull request #6588 from vrutkovs/remove-ansible-compat-sixScott Dodson
Don't use from ansible.module_utils.six as its no longer available in Ansible 2.4
2018-01-17Merge pull request #6696 from sdodson/bz1532973Scott Dodson
Add missing task that got dropped in a refactor
2018-01-17Merge pull request #6714 from tomassedovic/move-openstack-inventoryOpenShift Merge Robot
Automatic merge from submit-queue. Move OpenStack inventory.py out of sample-inventory This moves the dynamic inventory for OpenStack from the `sample-inventory` dir users are expected to copy and edit to `/inventory/openstack`. This will ensure that people don't use an outdated inventory as well as communicates that the inventory (similar to the playbooks and roles) is not something they are expected to modify under normal circumstances. The sample inventory will now contain only `group_vars` and as such, moving from that to providing vars explicitly is also more obvious (you replace the `-i inventory` command with `-e @vars.yaml` and you're good to go).
2018-01-17Rework default TSB prefix and imagename to match other servicesVadim Rutkovsky
2018-01-17Fix a typo in "Determine if growpart is installed"Vadim Rutkovsky
2018-01-17Check rc for commands with openshift_client_binary and failed_whenVadim Rutkovsky
This might mask some failures and continue instead of a failure
2018-01-17Add new grafana playbook.Eldad Marciano
this patch introduce a new playbook and roles to deploy grafana automaticly using openshift-ansible capabilities. this patch will abstract the grafana deployment process specially for openshift.
2018-01-16Merge pull request #6730 from spadgett/console-config-api-changesScott Dodson
Update console config for API changes
2018-01-16Merge pull request #6531 from abutcher/bootstrap-slurp-userOpenShift Merge Robot
Automatic merge from submit-queue. Use master group ansible_ssh_user to pull bootstrap kubeconfig
2018-01-16Merge pull request #6498 from joelddiaz/origin-ansible-boto3Scott Dodson
add python2-boto3 for centos-based origin-ansible container image
2018-01-16Update console config for API changesSamuel Padgett
2018-01-16Merge pull request #6739 from vrutkovs/metrics-console-mktempScott Dodson
Web Console: use a different var for asset config
2018-01-16Setting default storage_class_names for when calling ↵Eric Wolinetz
openshift_logging_elasticsearch role
2018-01-16include elasticsearch container namejuanvallejo
2018-01-16adding check if secret auth is neededShawn Hurley
2018-01-16adding asb auth as a secret.Shawn Hurley
2018-01-16Merge pull request #6719 from wmengRH/fix_bug_1534271Scott Dodson
fix bug 1534271
2018-01-16openshift_checks: repair adhoc list-checks modeLuke Meyer
fixes bug https://bugzilla.redhat.com/show_bug.cgi?id=1509157 docker_image_availability.__init__ was loading a variable that of course was not defined for localhost, which is how this play runs. Fixed that. Would be nice if there were a more generic way to solve that class of problem but I can't think of anything for now that isn't worse. Also noticed that this play gathers facts for localhost. That's not necessary for what it's doing, so disabled that.
2018-01-16Ensure we are running oc execs against running podsEric Wolinetz