Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4135 from mtnbikenc/fix-travis | Scott Dodson | 2017-05-09 | 1 | -0/+1 |
|\ | | | | | Fix issue with Travis-CI using old pip version | ||||
| * | Fix issue with Travis-CI using old pip version | Russell Teague | 2017-05-09 | 1 | -0/+1 |
| | | |||||
* | | Automatic commit of package [openshift-ansible] release [3.6.62-1]. | Jenkins CD Merge Bot | 2017-05-09 | 2 | -2/+5 |
|/ | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | Automatic commit of package [openshift-ansible] release [3.6.61-1]. | Jenkins CD Merge Bot | 2017-05-09 | 2 | -2/+5 |
| | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | Automatic commit of package [openshift-ansible] release [3.6.60-1]. | Jenkins CD Merge Bot | 2017-05-08 | 2 | -2/+5 |
| | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | Automatic commit of package [openshift-ansible] release [3.6.59-1]. | Jenkins CD Merge Bot | 2017-05-08 | 2 | -2/+9 |
| | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | Merge pull request #4026 from ewolinetz/cherry_picks_15 | OpenShift Bot | 2017-05-08 | 7 | -13/+51 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Updating logging and metrics to restart api, ha and controllers when ↵ | ewolinetz | 2017-04-28 | 5 | -6/+30 |
| | | | | | | | | updating master config | ||||
| * | Adding defaults for es_indices | ewolinetz | 2017-04-27 | 1 | -2/+2 |
| | | |||||
| * | Updating logic for generating pvcs and their counts to prevent reuse when ↵ | ewolinetz | 2017-04-27 | 2 | -7/+21 |
| | | | | | | | | looping | ||||
* | | Automatic commit of package [openshift-ansible] release [3.6.58-1]. | Jenkins CD Merge Bot | 2017-05-08 | 2 | -2/+5 |
| | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | | Merge pull request #4114 from jupierce/move_images | Scott Dodson | 2017-05-08 | 8 | -0/+0 |
|\ \ | | | | | | | Moving Dockerfile content to images dir | ||||
| * | | Moving Dockerfile content to images dir | jupierce | 2017-05-08 | 8 | -0/+0 |
|/ / | |||||
* | | Automatic commit of package [openshift-ansible] release [3.6.57-1]. | Jenkins CD Merge Bot | 2017-05-08 | 2 | -2/+5 |
| | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | | Automatic commit of package [openshift-ansible] release [3.6.56-1]. | Jenkins CD Merge Bot | 2017-05-07 | 2 | -2/+5 |
| | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | | Automatic commit of package [openshift-ansible] release [3.6.55-1]. | Jenkins CD Merge Bot | 2017-05-06 | 2 | -2/+10 |
| | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | | Merge pull request #4103 from ganhuang/fix_container_engine | OpenShift Bot | 2017-05-05 | 6 | -24/+27 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Fix 1448368, and some other minors issues | Gan Huang | 2017-05-05 | 6 | -24/+27 |
| | | | |||||
* | | | Merge pull request #4093 from richm/mux-result-startup-fix | Scott Dodson | 2017-05-05 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | mux startup is broken without this fix | ||||
| * | | | mux startup is broken without this fix | Rich Megginson | 2017-05-04 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #3720 from giuseppe/installer-system-container | Scott Dodson | 2017-05-05 | 10 | -0/+313 |
|\ \ \ \ | | | | | | | | | | | Installer as a system container | ||||
| * | | | | Dockerfile: create symlink for /opt/app-root/src | Giuseppe Scrivano | 2017-05-03 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
| * | | | | docs: Add basic system container dev docs | Steve Milner | 2017-05-03 | 3 | -0/+55 |
| | | | | | |||||
| * | | | | installer: Add system container variable for log saving | Steve Milner | 2017-05-03 | 4 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | | installer: support running as a system container | Giuseppe Scrivano | 2017-05-03 | 7 | -0/+239 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example: atomic install --system --set INVENTORY_FILE=$(pwd)/hosts.inventory \ --set SSH_ROOT=/root/.ssh \ --set PLAYBOOK_FILE=./playbooks/byo/config.yml openshift-ansible Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | | | Automatic commit of package [openshift-ansible] release [3.6.54-1]. | Jenkins CD Merge Bot | 2017-05-05 | 2 | -2/+9 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | | | | Merge pull request #4077 from ingvagabund/move-etcdctl-profiles-to-etcd-common | Jan Chaloupka | 2017-05-04 | 4 | -2/+6 |
|\ \ \ \ | | | | | | | | | | | move etcdctl.yml from etcd to etcd_common role | ||||
| * | | | | move etcdctl.yml from etcd to etcd_common role | Jan Chaloupka | 2017-05-03 | 4 | -2/+6 |
| | | | | | |||||
* | | | | | Merge pull request #4044 from mtnbikenc/clean-cache | OpenShift Bot | 2017-05-04 | 2 | -11/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | Ensure repo cache is clean on the first run | Russell Teague | 2017-05-03 | 2 | -11/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | | Merge pull request #4089 from mtnbikenc/unicode-decode | OpenShift Bot | 2017-05-04 | 28 | -28/+28 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Allow oc_ modules to pass unicode results | Russell Teague | 2017-05-03 | 28 | -28/+28 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4071 from ewolinetz/cherry_pick_htpasswd | OpenShift Bot | 2017-05-04 | 2 | -11/+14 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Modified pick from release-1.5 for updating hawkular htpasswd generation | ewolinetz | 2017-05-02 | 2 | -11/+14 |
| | | | | | | | |||||
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.53-1]. | Jenkins CD Merge Bot | 2017-05-04 | 2 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | | | | | | | Merge pull request #4085 from ewolinetz/pick_issue4083 | OpenShift Bot | 2017-05-03 | 5 | -14/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | Correctly setting the primary and replica shard count settings | ewolinetz | 2017-05-03 | 5 | -14/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4049 from ashcrow/system-container-docker | OpenShift Bot | 2017-05-03 | 17 | -122/+394 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | System container docker | Steve Milner | 2017-05-03 | 17 | -122/+394 |
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | | | | Merge pull request #4080 from dgoodwin/aws-cred-no-log | OpenShift Bot | 2017-05-03 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | Stop logging AWS credentials in master role. | Devan Goodwin | 2017-05-03 | 1 | -0/+1 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | | | Merge pull request #4062 from abutcher/atomicf25 | OpenShift Bot | 2017-05-03 | 3 | -9/+11 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Remove set operations from openshift_master_certificates iteration. | Andrew Butcher | 2017-05-02 | 1 | -4/+4 |
| | | | | | | | |||||
| * | | | | | | Refactor system fact gathering to avoid dictionary size change during iteration. | Andrew Butcher | 2017-05-02 | 1 | -3/+5 |
| | | | | | | | |||||
| * | | | | | | Refactor secret generation for python3. | Andrew Butcher | 2017-05-02 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4011 from jlebon/pr/rhci-fixes | OpenShift Bot | 2017-05-03 | 2 | -4/+3 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Merged by openshift-bot | ||||
| * | | | | | | redhat-ci: use requirements.txt | Jonathan Lebon | 2017-04-26 | 2 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use requirements.txt rather than hardcoding the ansible version here. Also update the comment re. `rpm-ostree status`. | ||||
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.52-1]. | Jenkins CD Merge Bot | 2017-05-03 | 2 | -2/+14 |
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | | | | | | Merge pull request #4070 from ewolinetz/mux_scaleup_fix | OpenShift Bot | 2017-05-02 | 2 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Making mux with_items list evaluate as empty if didnt get objects before | ewolinetz | 2017-05-02 | 2 | -2/+2 |
| | |_|/ / / | |/| | | | |