summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-10Merge pull request #4033 from ↵Jan Chaloupka
ingvagabund/report-docker-image-version-and-excluder-rpm-version [RFE] report and fail if rpm version differs from docker image version
2017-05-10Merge pull request #4130 from giuseppe/fix-audit-docScott Dodson
byo: correct option name
2017-05-10Merge pull request #4097 from mtnbikenc/fix-version-checkScott Dodson
Properly fail on empty repoquery version checks
2017-05-10Automatic commit of package [openshift-ansible] release [3.6.66-1].Scott Dodson
Created by command: /usr/bin/tito tag --keep-version
2017-05-10Merge pull request #4116 from abutcher/bz1448824Jan Chaloupka
Fix additional master cert & client config creation
2017-05-10Merge pull request #4123 from rhcarvalho/remove-vim-lineRodolfo Carvalho
Remove vim configuration from Python files
2017-05-09Merge pull request #4106 from ashcrow/1448384OpenShift Bot
Merged by openshift-bot
2017-05-09Merge pull request #4135 from mtnbikenc/fix-travisScott Dodson
Fix issue with Travis-CI using old pip version
2017-05-09Automatic commit of package [openshift-ansible] release [3.6.62-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-09Fix issue with Travis-CI using old pip versionRussell Teague
2017-05-09byo: correct option nameGiuseppe Scrivano
The correct name is "enabled', not "basicAuditEnabled" Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1439619 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-05-09Fail if rpm version != docker image versionJan Chaloupka
2017-05-09Automatic commit of package [openshift-ansible] release [3.6.61-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-09Remove vim configuration from Python filesRodolfo Carvalho
In a project where contributors are free to use whatever editor they want and we have linting tools that verify the proper formatting of Python files, it should not be required to have a vim-specific line in Python files.
2017-05-08Automatic commit of package [openshift-ansible] release [3.6.60-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-08Automatic commit of package [openshift-ansible] release [3.6.59-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-08Properly fail if OpenShift RPM version is undefinedRussell Teague
2017-05-08Use local variables for daemon.json templateSteve Milner
Instead of using bare lists and dicts this change converts variables into json for use with daemon.json. jinja2 does have an ability to do this in side of templates, however it is only available in 2.9+. Until then the use of ansible's to_json in the playbook is being used. Refs: - http://jinja.pocoo.org/docs/2.9/templates/#tojson - http://docs.ansible.com/ansible/playbooks_filters.html#filters-for-formatting-data
2017-05-08Merge pull request #4026 from ewolinetz/cherry_picks_15OpenShift Bot
Merged by openshift-bot
2017-05-08Automatic commit of package [openshift-ansible] release [3.6.58-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-08Merge pull request #4114 from jupierce/move_imagesScott Dodson
Moving Dockerfile content to images dir
2017-05-08Fix additional master cert & client config creation.Andrew Butcher
2017-05-08Moving Dockerfile content to images dirjupierce
2017-05-08Automatic commit of package [openshift-ansible] release [3.6.57-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-07Automatic commit of package [openshift-ansible] release [3.6.56-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-06Automatic commit of package [openshift-ansible] release [3.6.55-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-05Merge pull request #4103 from ganhuang/fix_container_engineOpenShift Bot
Merged by openshift-bot
2017-05-05Fix 1448368, and some other minors issuesGan Huang
2017-05-05Merge pull request #4093 from richm/mux-result-startup-fixScott Dodson
mux startup is broken without this fix
2017-05-05Merge pull request #3720 from giuseppe/installer-system-containerScott Dodson
Installer as a system container
2017-05-05Automatic commit of package [openshift-ansible] release [3.6.54-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-04Merge pull request #4077 from ingvagabund/move-etcdctl-profiles-to-etcd-commonJan Chaloupka
move etcdctl.yml from etcd to etcd_common role
2017-05-04Merge pull request #4044 from mtnbikenc/clean-cacheOpenShift Bot
Merged by openshift-bot
2017-05-04Merge pull request #4089 from mtnbikenc/unicode-decodeOpenShift Bot
Merged by openshift-bot
2017-05-04Merge pull request #4071 from ewolinetz/cherry_pick_htpasswdOpenShift Bot
Merged by openshift-bot
2017-05-04mux startup is broken without this fixRich Megginson
2017-05-04Automatic commit of package [openshift-ansible] release [3.6.53-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-03Merge pull request #4085 from ewolinetz/pick_issue4083OpenShift Bot
Merged by openshift-bot
2017-05-03Merge pull request #4049 from ashcrow/system-container-dockerOpenShift Bot
Merged by openshift-bot
2017-05-03Allow oc_ modules to pass unicode resultsRussell Teague
2017-05-03Merge pull request #4080 from dgoodwin/aws-cred-no-logOpenShift Bot
Merged by openshift-bot
2017-05-03Ensure repo cache is clean on the first runRussell Teague
The openshift_repos role is modified to clean the repo cache on first run to ensure a clean cache in the situation where the repo files have been changed manually, such as just prior to upgrades.
2017-05-03Merge pull request #4062 from abutcher/atomicf25OpenShift Bot
Merged by openshift-bot
2017-05-03Correctly setting the primary and replica shard count settingsewolinetz
2017-05-03Merge pull request #4011 from jlebon/pr/rhci-fixesOpenShift Bot
Merged by openshift-bot
2017-05-03System container dockerSteve Milner
This change allows for the use of either the traditional package install of docker OR a system container install of docker. Two new inventory options, openshift_docker_use_system_container and openshift_docker_systemcontainer_image_registry_override, have been added which are be used to install with a system container. By default this option is commented out. One new fact has been added: - docker.service_name: docker by default, container-engine-docker for system container
2017-05-03Stop logging AWS credentials in master role.Devan Goodwin
Using lineinfile and with_items, the items end up logged and in this case include AWS credentials. Simple us of no_log to hide them.
2017-05-03Dockerfile: create symlink for /opt/app-root/srcGiuseppe Scrivano
and point it to /usr/share/ansible/openshift-ansible so that the file paths for this image are the same as for the Dockerfile.rhel7 image. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-05-03docs: Add basic system container dev docsSteve Milner
2017-05-03installer: Add system container variable for log savingSteve Milner
A new environment variable, VAR_LOG_ANSIBLE_LOG, was created to allow the installer to bind mount the location and write the log back to the host. By default the value is /var/log/ansible.log Example: atomic install --system --set INVENTORY_FILE=$(pwd)/hosts.inventory \ --set SSH_ROOT=/root/.ssh \ --set VAR_LOG_ANSIBLE_LOG=/some/log/location/ansible.log \ --set PLAYBOOK_FILE=./playbooks/byo/config.yml openshift-ansible