Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updating upgrade_logging to be more idempotent | ewolinetz | 2017-01-13 | 7 | -18/+32 |
| | |||||
* | Using oc_apply task for idempotent | ewolinetz | 2017-01-13 | 4 | -11/+87 |
| | |||||
* | Removing shell module calls and cleaning up changed | ewolinetz | 2017-01-13 | 24 | -71/+169 |
| | |||||
* | addressing comments | ewolinetz | 2017-01-12 | 19 | -359/+112 |
| | |||||
* | Fixing collision of system.admin cert generation | ewolinetz | 2017-01-04 | 1 | -4/+4 |
| | |||||
* | Merge pull request #23 from jcantrill/code_reviews | Eric Wolinetz | 2017-01-03 | 2 | -31/+6 |
|\ | | | | | minor updates for code reviews, remove unused params | ||||
| * | minor updates for code reviews, remove unused params | Jeff Cantrill | 2016-12-19 | 2 | -31/+6 |
|/ | |||||
* | Updating to use deployer pod to generate JKS chain instead | ewolinetz | 2016-12-15 | 3 | -96/+191 |
| | |||||
* | Creating openshift_logging role for deploying Aggregated Logging without a ↵ | ewolinetz | 2016-12-14 | 64 | -0/+3425 |
| | | | | deployer image | ||||
* | Merge pull request #2508 from sdodson/fix-logging-template | Scott Dodson | 2016-09-27 | 1 | -3/+2 |
|\ | | | | | Fix deployer template for enterprise | ||||
| * | Fix deployer template for enterprise | Scott Dodson | 2016-09-27 | 1 | -3/+2 |
|/ | | | | See https://github.com/openshift/origin-aggregated-logging/pull/218 | ||||
* | Merge pull request #2507 from lhuard1A/remove_openstack_dns | Jason DeTiberus | 2016-09-27 | 6 | -245/+1 |
|\ | | | | | Remove the DNS VM on OpenStack | ||||
| * | Remove the DNS VM on OpenStack | Lénaïc Huard | 2016-09-27 | 6 | -245/+1 |
|/ | |||||
* | Merge pull request #2500 from sdodson/master | Scott Dodson | 2016-09-26 | 1 | -0/+5 |
|\ | | | | | Add rhaos-3.4-rhel-7 releaser to tito | ||||
| * | Add rhaos-3.4-rhel-7 releaser to tito | Scott Dodson | 2016-09-26 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #2502 from sdodson/rhel-73-systemd | Scott Dodson | 2016-09-26 | 2 | -3/+5 |
|\ \ | | | | | | | test fix for systemd changes | ||||
| * \ | Merge pull request #4 from detiber/rhel-73-systemd | Scott Dodson | 2016-09-26 | 2 | -3/+3 |
| |\ \ | | | | | | | | | tweak logic | ||||
| | * | | tweak logic | Jason DeTiberus | 2016-09-26 | 2 | -3/+3 |
| |/ / | |||||
| * | | test fix for systemd changes | Scott Dodson | 2016-09-26 | 2 | -3/+5 |
| | | | |||||
* | | | Merge pull request #2501 from lhuard1A/fix_openstack_cloudprovider | Andrew Butcher | 2016-09-26 | 11 | -70/+118 |
|\ \ \ | | | | | | | | | Fix openstack cloudprovider | ||||
| * | | | Fix OpenStack cloud provider | Lénaïc Huard | 2016-09-26 | 7 | -17/+38 |
| | | | | |||||
| * | | | Fix the nodeName of the OpenShift nodes on OpenStack | Lénaïc Huard | 2016-09-22 | 5 | -53/+80 |
| | | | | |||||
* | | | | Merge pull request #2264 from bdurrow/patch-1 | Jason DeTiberus | 2016-09-26 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Fix GCE Launch | ||||
| * | | | Fix GCE Launch | Brad Durrow | 2016-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | The Ansible GCE module (documentation here: http://docs.ansible.com/ansible/gce_module.html) requires a comma separated list when you pass an array here (even with a single element) the argument has square brackets around it and the instance doesn't get launched. Testing shows that joining with ', ' (comma space) works with one instance but breaks with two so I used ',' (comma no space). | ||||
* | | | | Merge pull request #2499 from sdodson/master | Scott Dodson | 2016-09-26 | 2 | -2/+108 |
|\ \ \ \ | | |_|/ | |/| | | Automatic commit of package [openshift-ansible] release [3.4.2-1]. | ||||
| * | | | Automatic commit of package [openshift-ansible] release [3.4.2-1]. | Scott Dodson | 2016-09-26 | 2 | -2/+108 |
|/ / / | |||||
* | | | Merge pull request #2473 from lhuard1A/openstack_inventory | Jason DeTiberus | 2016-09-22 | 9 | -291/+268 |
|\ \ \ | | |/ | |/| | Update the OpenStack dynamic inventory script | ||||
| * | | Update the OpenStack dynamic inventory script | Lénaïc Huard | 2016-09-20 | 9 | -291/+268 |
| | | | |||||
* | | | Merge pull request #2489 from andrewklau/routername | Scott Dodson | 2016-09-22 | 2 | -0/+5 |
|\ \ \ | | | | | | | | | Add openshift_hosted_router_name | ||||
| * | | | Add openshift_hosted_router_name | Andrew Lau | 2016-09-22 | 2 | -0/+5 |
| | | | | |||||
* | | | | Merge pull request #2493 from sdodson/issue_template | Scott Dodson | 2016-09-22 | 1 | -0/+21 |
|\ \ \ \ | | | | | | | | | | | Add an issue template | ||||
| * | | | | Add an issue template | Scott Dodson | 2016-09-22 | 1 | -0/+21 |
| |/ / / | |||||
* | | | | Merge pull request #2484 from abutcher/gce-cloud-provider | Scott Dodson | 2016-09-22 | 3 | -0/+12 |
|\ \ \ \ | | | | | | | | | | | Add GCE cloud provider kind. | ||||
| * | | | | Add GCE cloud provider kind. | Andrew Butcher | 2016-09-21 | 3 | -0/+12 |
| | | | | | |||||
* | | | | | Merge pull request #2488 from abutcher/fix-master-status-changed | Scott Dodson | 2016-09-21 | 1 | -1/+5 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix master service status changed fact. | ||||
| * | | | | Fix master service status changed fact. | Andrew Butcher | 2016-09-21 | 1 | -1/+5 |
|/ / / / | |||||
* | | | | Merge pull request #2486 from sdodson/metrics-public-url | Scott Dodson | 2016-09-21 | 2 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | Clarify openshift_hosted_metrics_public_url | ||||
| * | | | | Clarify openshift_hosted_metrics_public_url | Scott Dodson | 2016-09-21 | 2 | -0/+4 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | Currently, metrics only works at /hawkular/metrics so if you alter the path portion of the variable then the master will direct traffic at an endpoint that won't work. | ||||
* | | | | Merge pull request #2485 from yaacov/add-documentation-on-metrics-hostname | Scott Dodson | 2016-09-21 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | Add documentation about the openshift_hosted_metrics_public_url option | ||||
| * | | | add documentation about the openshift_hosted_metrics_public_url option | yaacov | 2016-09-21 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #2476 from sdodson/split_builddefaults_no_proxy | Scott Dodson | 2016-09-20 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Split openshift_builddefaults_no_proxy if it's not a list | ||||
| * | | | Split openshift_builddefaults_no_proxy if it's not a list | Scott Dodson | 2016-09-20 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #2474 from sdodson/node-no-proxy-v2 | Scott Dodson | 2016-09-20 | 1 | -1/+1 |
|\| | | | | | | | | | | | Fix references to openshift.master.sdn_cluster_network_cidr in node r… | ||||
| * | | | Fix references to openshift.master.sdn_cluster_network_cidr in node roles | Scott Dodson | 2016-09-20 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #2472 from nak3/spec-license | Scott Dodson | 2016-09-20 | 2 | -13/+4 |
|\ \ \ | | | | | | | | | move LICENSE to /usr/share/licenses/openshift-ansible-VERSION/ | ||||
| * | | | move LICENSE to /usr/share/licenses/openshift-ansible-VERSION/ | Kenjiro Nakayama | 2016-09-20 | 2 | -13/+4 |
|/ / / | |||||
* | | | Merge pull request #2470 from abutcher/issue2460 | Scott Dodson | 2016-09-19 | 1 | -28/+41 |
|\ \ \ | | | | | | | | | [uninstall] Stop services on all hosts prior to removing files. | ||||
| * | | | [uninstall] Stop services on all hosts prior to removing files. | Andrew Butcher | 2016-09-19 | 1 | -28/+41 |
| | | | | |||||
* | | | | Merge pull request #2467 from abutcher/issue2464 | Scott Dodson | 2016-09-19 | 1 | -7/+8 |
|\ \ \ \ | |/ / / |/| | | | Do not create volume claims for hosted components when storage type is object. | ||||
| * | | | Do not create volume claims for hosted components when storage type is object. | Andrew Butcher | 2016-09-19 | 1 | -7/+8 |
| |/ / |