| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-11 | correct ansible-playbook command syntax | Joel Diaz | |
| 2017-12-11 | Automatic commit of package [openshift-ansible] release [3.9.0-0.2.0]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug | |||
| 2017-12-11 | Merge pull request #6421 from mtnbikenc/fix-hosted-registry | Scott Dodson | |
| Fix openshift hosted registry rollout | |||
| 2017-12-11 | Merge pull request #6422 from jarrpa/glusterfs-doc | Scott Dodson | |
| GlusterFS: Add playbook doc note | |||
| 2017-12-11 | GlusterFS: Add playbook doc note | Jose A. Rivera | |
| Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | |||
| 2017-12-11 | Fix openshift hosted registry rollout | Russell Teague | |
| 2017-12-10 | Merge pull request #6406 from sdodson/remove-cr-dep | OpenShift Merge Robot | |
| Automatic merge from submit-queue. Remove container_runtime from the openshift_version We meant to remove this before merging #6316 | |||
| 2017-12-08 | Automatic commit of package [openshift-ansible] release [3.9.0-0.1.0]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug | |||
| 2017-12-08 | Merge pull request #6399 from mtnbikenc/cleanup-byo-refs | OpenShift Merge Robot | |
| Automatic merge from submit-queue. Cleanup byo references * Remove playbooks/byo/config.yml, replaced by playbooks/deploy_cluster.yml * Update example inventories * Update doc references to 'byo' paths | |||
| 2017-12-08 | Cleanup byo references | Russell Teague | |
| 2017-12-08 | Merge pull request #6136 from jmencak/tuned-uninstall-bz1509129 | Scott Dodson | |
| Uninstall tuned-profiles-atomic-openshift-node as defined in origin.spec | |||
| 2017-12-08 | Merge pull request #6356 from jcantrill/1519622_disable_revision_history | Jeff Cantrill | |
| bug 1519622. Disable rollback of ES DCs | |||
| 2017-12-08 | Merge pull request #6323 from tomassedovic/rhel-subscribe | Michael Gugino | |
| Remove reading shell environment in rhel_subscribe | |||
| 2017-12-08 | Merge pull request #6320 from dgoodwin/containerized-inventory-symlink | OpenShift Merge Robot | |
| Automatic merge from submit-queue. Fix inventory symlinks in origin-ansible container. When attempting to run openshift-ansible in a kubernetes pod, we attempted to use a configmap to mount in our inventory to run against. However kubernetes mounts configmaps/secrets volumes through the use of relative symlinks. The use of "cp -a" in this script then copies a relative symlink to /tmp which is now dangling, and ansible will fail to run. This patch changes to just copy the file regularly resulting in a value temp file that is not a symlink. | |||
| 2017-12-08 | Remove container_runtime from the openshift_version | Scott Dodson | |
| 2017-12-08 | Merge pull request #6316 from giuseppe/fix-syscontainers-installation | Scott Dodson | |
| syscontainers: fix CRI-O and container-engine installation | |||
| 2017-12-08 | openshift_node: reintroduce restart of CRI-O. | Giuseppe Scrivano | |
| change introduced with 39cf5084f18e2e0adca46b925660a6f2c38d227c Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | |||
| 2017-12-08 | container-engine: skip openshift_docker_log_driver when it is False | Giuseppe Scrivano | |
| Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | |||
| 2017-12-08 | container-engine: log-opts is a dictionary in the daemon.json file | Giuseppe Scrivano | |
| Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | |||
| 2017-12-08 | openshift_version: add dependency to openshift_facts | Giuseppe Scrivano | |
| Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | |||
| 2017-12-08 | openshift_version: define openshift_use_crio_only | Giuseppe Scrivano | |
| Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | |||
| 2017-12-08 | openshift_version: add dependency to container_runtime | Giuseppe Scrivano | |
| Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | |||
| 2017-12-08 | crio: define and use l_is_node_system_container | Giuseppe Scrivano | |
| Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | |||
| 2017-12-08 | Merge pull request #6398 from mtnbikenc/update-deprecation-checks | OpenShift Merge Robot | |
| Automatic merge from submit-queue. Update deprecation checks - include: Updating deprecation tests to check for `include:` directive usage. Trello: https://trello.com/c/ZTyZu3UM/484-3-ansible-24-include-deprecation Fixes: https://github.com/openshift/openshift-ansible/issues/5586 | |||
| 2017-12-08 | Merge pull request #6364 from ↵ | Michael Gugino | |
| mgugino-upstream-stage/remove-openshift_env_structures Remove unused openshift_env_structures and openshift_env | |||
| 2017-12-08 | Merge pull request #6278 from mgugino-upstream-stage/service_type | Michael Gugino | |
| Remove openshift.common.service_type | |||
| 2017-12-08 | Merge pull request #6394 from mgugino-upstream-stage/os_firewall-prerequisites | Scott Dodson | |
| Add os_firewall to prerequisites.yml | |||
| 2017-12-08 | Update deprecation checks - include: | Russell Teague | |
| 2017-12-07 | Add os_firewall to prerequisites.yml | Michael Gugino | |
| This needs to be in place for crio. This role only installs and enables iptables, thus should only be run once. | |||
| 2017-12-07 | Merge pull request #6385 from mjudeikis/hosted-template-var | Scott Dodson | |
| add 3.8 templates for gluster ep and svc | |||
| 2017-12-07 | add 3.8 templates for gluster ep and svc | Luke Meyer | |
| 2017-12-07 | Merge pull request #6371 from mtnbikenc/include-to-import_playbook | OpenShift Merge Robot | |
| Automatic merge from submit-queue. Include Deprecation: Convert to import_playbook * Converts playbooks/ to use `import_playbook`. * Updates remaining `include:` tasks to `include_tasks:` Trello: https://trello.com/c/ZTyZu3UM/484-3-ansible-24-include-deprecation | |||
| 2017-12-07 | Merge pull request #6387 from mgugino-upstream-stage/fix-auth-stat | Scott Dodson | |
| Fix incorrect register name master registry auth | |||
| 2017-12-07 | Remove openshift.common.service_type | Michael Gugino | |
| This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults. | |||
| 2017-12-07 | Merge pull request #6380 from sdodson/oc-adm | Scott Dodson | |
| Remove all uses of openshift.common.admin_binary | |||
| 2017-12-07 | Remove unused openshift_env_structures and openshift_env | Michael Gugino | |
| This component of openshift_facts is no longer used. | |||
| 2017-12-07 | Merge pull request #6346 from ↵ | Michael Gugino | |
| mgugino-upstream-stage/remove-protected_facts_to_overwrite Remove unused protected_facts_to_overwrite | |||
| 2017-12-07 | Fix incorrect register name master registry auth | Michael Gugino | |
| Corrects register variable name to registry auth support. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1511374 | |||
| 2017-12-07 | Include Deprecation: Convert to import_playbook | Russell Teague | |
| 2017-12-07 | Merge pull request #6362 from mgugino-upstream-stage/crt-plays | Scott Dodson | |
| Implement container_runtime playbooks and changes | |||
| 2017-12-07 | Merge pull request #6365 from mtnbikenc/consolidate-etcd-upgrade | Russell Teague | |
| Playbook Consolidation - etcd Upgrade | |||
| 2017-12-07 | Merge pull request #6361 from mtnbikenc/consolidate-deploy-cluster | Scott Dodson | |
| Playbook Consolidation - byo/config.yml | |||
| 2017-12-07 | add 3.8 templates for gluster ep and svc | Mangirdas | |
| 2017-12-07 | Merge pull request #6372 from mtnbikenc/include-to-include_tasks | OpenShift Merge Robot | |
| Automatic merge from submit-queue. Include Deprecation: Convert to include_tasks For all roles/ * Converts to include_tasks: for dynamic includes * Converts to import_tasks: for static includes Trello: https://trello.com/c/ZTyZu3UM/484-3-ansible-24-include-deprecation | |||
| 2017-12-07 | Remove all uses of openshift.common.admin_binary | Scott Dodson | |
| Replace with `oc adm` | |||
| 2017-12-07 | Merge pull request #6310 from tomassedovic/openstack-rhel-subscription | Michael Gugino | |
| Optionally subscribe OpenStack RHEL nodes | |||
| 2017-12-07 | Implement container_runtime playbooks and changes | Michael Gugino | |
| This commit refactors some duplicate code, removes usage of set_fact where not needed, and reorganizes container_runtime role to use include_role. | |||
| 2017-12-07 | Merge pull request #6254 from jihoon5/jihoon5 | Michael Gugino | |
| Add external_svc_subnet for k8s loadbalancer type service | |||
| 2017-12-06 | Merge pull request #6373 from kwoodson/ami_build_container_runtime | Kenny Woodson | |
| Fix ami building. | |||
| 2017-12-06 | Playbook Consolidation - byo/config.yml | Russell Teague | |
