Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2404 from sdodson/logging | Scott Dodson | 2016-09-29 | 7 | -43/+64 |
|\ | | | | | Logging fixes | ||||
| * | Adjust wait for loops | Scott Dodson | 2016-09-26 | 1 | -7/+7 |
| | | | | | | | | | | For items that pull images delay=15, retries=20 = 5min wait For items that don't pull images, delay=5, retries=20 = < 2m wait | ||||
| * | Add storage for logging | Scott Dodson | 2016-09-26 | 4 | -31/+49 |
| | | |||||
| * | Fix some bugs in OpenShift Hosted Logging role | Stéphane Klein | 2016-09-26 | 2 | -1/+3 |
| | | | | | | | | * Fix bug: now create templates for logging accounts and the deployer use {{ examples_base }} variable | ||||
| * | Label all nodes for fluentd | Scott Dodson | 2016-09-26 | 3 | -3/+4 |
| | | | | | | | | | | | | Need to come back to this and figure out the right thing to do here. I think we should make the node selector flag for fluentd immutable and then have the user specify a selector with which to apply the label. | ||||
| * | Rename openshift_hosted_logging_image_{prefix,version} to match metrics | Scott Dodson | 2016-09-26 | 1 | -3/+3 |
| | | |||||
| * | Fix deployer template for enterprise | Scott Dodson | 2016-09-26 | 1 | -3/+2 |
| | | | | | | | | See https://github.com/openshift/origin-aggregated-logging/pull/218 | ||||
* | | Set named certificate destinations as basenames of provided paths. | Andrew Butcher | 2016-09-29 | 1 | -3/+3 |
| | | |||||
* | | Set the DomainName or DomainID in the OpenStack cloud provider | Lénaïc Huard | 2016-09-29 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Whereas with the OpenStack keystone v2 authentication API, the username and the password are enough, the keystone v3 API requires an additional domain parameter. Fixes #2515 | ||||
* | | Merge pull request #2518 from abutcher/quiet-time | Scott Dodson | 2016-09-28 | 10 | -6/+39 |
|\ \ | | | | | | | Reduce warning output | ||||
| * | | Suppress more warnings. | Andrew Butcher | 2016-09-28 | 10 | -6/+39 |
| | | | |||||
* | | | Don't set IMAGE_PREFIX if openshift_cockpit_deployer_prefix is empty | Robert Bohne | 2016-09-28 | 1 | -4/+1 |
|/ / | | | | | | | | | | | | | | | | | | | | | If openshift_cockpit_deployer_prefix was empty then they called "-p IMAGE_PREFIX=" and this overwrite the template default. For example: ``` grep -A1 -B1 'name: IMAGE_PREFIX' examples/infrastructure-templates/enterprise/registry-console.yaml - description: 'Specify "registry/repository" prefix for container image; e.g. for "registry.access.redhat.com/openshift3/registry-console:latest", set prefix "registry.access.redhat.com/openshift3/"' name: IMAGE_PREFIX value: "registry.access.redhat.com/openshift3/" ``` | ||||
* | | 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 #2502 from sdodson/rhel-73-systemd | Scott Dodson | 2016-09-26 | 2 | -3/+5 |
|\ \ | | | | | | | test fix for systemd changes | ||||
| * | | 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 | 3 | -7/+17 |
|\ \ | |/ |/| | Fix openstack cloudprovider | ||||
| * | Fix OpenStack cloud provider | Lénaïc Huard | 2016-09-26 | 3 | -6/+16 |
| | | |||||
| * | Fix the nodeName of the OpenShift nodes on OpenStack | Lénaïc Huard | 2016-09-22 | 1 | -1/+1 |
| | | |||||
* | | 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 #2484 from abutcher/gce-cloud-provider | Scott Dodson | 2016-09-22 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | Add GCE cloud provider kind. | ||||
| * | | | Add GCE cloud provider kind. | Andrew Butcher | 2016-09-21 | 1 | -0/+6 |
| | | | | |||||
* | | | | Fix master service status changed fact. | Andrew Butcher | 2016-09-21 | 1 | -1/+5 |
| |/ / |/| | | |||||
* | | | add documentation about the openshift_hosted_metrics_public_url option | yaacov | 2016-09-21 | 1 | -0/+1 |
|/ / | |||||
* | | Split openshift_builddefaults_no_proxy if it's not a list | Scott Dodson | 2016-09-20 | 1 | -0/+3 |
| | | |||||
* | | Fix references to openshift.master.sdn_cluster_network_cidr in node roles | Scott Dodson | 2016-09-20 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2466 from sdodson/node-no-proxy-v2 | Scott Dodson | 2016-09-19 | 1 | -1/+1 |
|\ \ | | | | | | | Add portal_net and sdn_cluster_network_cidr to node NO_PROXY | ||||
| * | | Add portal_net and sdn_cluster_network_cidr to node NO_PROXY | Scott Dodson | 2016-09-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2433 from andrewklau/tuned-atomic-guest | Scott Dodson | 2016-09-19 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | Add atomic-guest tuned profile | ||||
| * | | Add atomic-guest tuned profile | Andrew Lau | 2016-09-13 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #2457 from abutcher/bz1370707 | Scott Dodson | 2016-09-16 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Add 'MaxGCEPDVolumeCount' to default scheduler predicates. | ||||
| * | | | Add 'MaxGCEPDVolumeCount' to default scheduler predicates. | Andrew Butcher | 2016-09-16 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #2453 from zeari/manageiq_allow_create_project | Andrew Butcher | 2016-09-16 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Add role to manageiq to allow creation of projects | ||||
| * | | Add role to manageiq to allow creation of projects | Ari Zellner | 2016-09-15 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #2456 from vishpat/nuage_ports | Scott Dodson | 2016-09-16 | 2 | -2/+10 |
|\ \ \ | | | | | | | | | Open ports for vxlan and Nuage monitor | ||||
| * | | | Open ports for vxlan and Nuage monitor | Vishal Patil | 2016-09-16 | 2 | -2/+10 |
| | | | | |||||
* | | | | Merge pull request #2437 from abutcher/delegated-serial-command | Scott Dodson | 2016-09-15 | 3 | -2/+275 |
|\ \ \ \ | | | | | | | | | | | Move delegated_serial_command to etcd_common. | ||||
| * | | | | Move delegated_serial_command module to etcd_common. | Andrew Butcher | 2016-09-12 | 3 | -2/+275 |
| |/ / / | |||||
* | / / | Add 'MaxEBSVolumeCount' to default scheduler predicates. | Andrew Butcher | 2016-09-14 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Merge pull request #2442 from bparees/quickstarts | Scott Dodson | 2016-09-14 | 6 | -1280/+22 |
|\ \ \ | | | | | | | | | get quickstarts from origin, not upstream example repos | ||||
| * | | | get quickstarts from origin, not upstream example repos | Ben Parees | 2016-09-14 | 6 | -1280/+22 |
| | | | | |||||
* | | | | Define proxy settings for node services | Scott Dodson | 2016-09-13 | 1 | -0/+17 |
|/ / / | |||||
* / / | Check for use_openshift_sdn when restarting openvswitch. | Andrew Butcher | 2016-09-12 | 1 | -2/+1 |
|/ / | |||||
* | | Merge pull request #2429 from dgoodwin/openvswitch-restart-pause | Scott Dodson | 2016-09-12 | 1 | -0/+6 |
|\ \ | | | | | | | Pause after restarting openvswitch in containerized upgrade. | ||||
| * | | Pause after restarting openvswitch in containerized upgrade. | Devan Goodwin | 2016-09-12 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | The openvswitch restart appears to hang the node container running briefly, if you try to restart node too quickly it will fail complaining that the node container name is still in use. Pausing after openvswitch restart allows the existing node container to catch up and then shutdown cleanly. | ||||
* | | | Add acceptschema2 and enforcequota settings for hosted registry | Andrew Lau | 2016-09-10 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Merge pull request #2428 from abutcher/s3-rootdirectory | Scott Dodson | 2016-09-09 | 1 | -1/+1 |
|\ \ | |/ |/| | Bug 1367284 - rootdirectory configuration is hardcode when installer is using s3 as registry storage | ||||
| * | Add option for specifying s3 registry storage root directory. | Andrew Butcher | 2016-09-09 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2427 from abutcher/BZ1298336 | Scott Dodson | 2016-09-09 | 1 | -0/+4 |
|\ \ | | | | | | | Bug 1298336 - Rerunning the installer fails when not in default namespace |