| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Clarify version selection in README | Michael Gugino | |
| This commit helps usher users into selecting the correct release for them. | |||
| 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 | Check for openshift attribute before using it during CNS install. | Jiri Mencak | |
| Fixes: BZ1523681 | |||
| 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 | |
| 2017-12-06 | Merge pull request #6034 from cwilkers/containerized-lb-portfix | Scott Dodson | |
| Mod startup script to publish all frontend binds | |||
| 2017-12-06 | Merge pull request #6376 from sosiouxme/20171206-logging-vars-typo | Luke Meyer | |
| openshift_logging_kibana: fix missing paren | |||
| 2017-12-06 | openshift_logging_kibana: fix mixing paren | Luke Meyer | |
| 2017-12-06 | Merge pull request #6366 from mgugino-upstream-stage/fix-pv-plugin | Michael Gugino | |
| Fix generate_pv_pvcs_list plugin undef | |||
| 2017-12-06 | Fix ami building. | Kenny Woodson | |
| 2017-12-06 | Include Deprecation: Convert to include_tasks | Russell Teague | |
| 2017-12-06 | Merge pull request #6340 from bogdando/openstack_cleanup_dns | Scott Dodson | |
| Cleanup not required dns bits | |||
