summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* add documentation about the openshift_hosted_metrics_public_url optionyaacov2016-09-211-0/+1
|
* Split openshift_builddefaults_no_proxy if it's not a listScott Dodson2016-09-201-0/+3
|
* Fix references to openshift.master.sdn_cluster_network_cidr in node rolesScott Dodson2016-09-201-1/+1
|
* Merge pull request #2466 from sdodson/node-no-proxy-v2Scott Dodson2016-09-191-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_PROXYScott Dodson2016-09-191-1/+1
| |
* | Merge pull request #2433 from andrewklau/tuned-atomic-guestScott Dodson2016-09-191-0/+4
|\ \ | | | | | | Add atomic-guest tuned profile
| * | Add atomic-guest tuned profileAndrew Lau2016-09-131-0/+4
| | |
* | | Merge pull request #2457 from abutcher/bz1370707Scott Dodson2016-09-161-0/+1
|\ \ \ | | | | | | | | Add 'MaxGCEPDVolumeCount' to default scheduler predicates.
| * | | Add 'MaxGCEPDVolumeCount' to default scheduler predicates.Andrew Butcher2016-09-161-0/+1
| | |/ | |/|
* | | Merge pull request #2453 from zeari/manageiq_allow_create_projectAndrew Butcher2016-09-161-0/+1
|\ \ \ | |/ / |/| | Add role to manageiq to allow creation of projects
| * | Add role to manageiq to allow creation of projectsAri Zellner2016-09-151-0/+1
| | |
* | | Merge pull request #2456 from vishpat/nuage_portsScott Dodson2016-09-162-2/+10
|\ \ \ | | | | | | | | Open ports for vxlan and Nuage monitor
| * | | Open ports for vxlan and Nuage monitorVishal Patil2016-09-162-2/+10
| | | |
* | | | Merge pull request #2437 from abutcher/delegated-serial-commandScott Dodson2016-09-153-2/+275
|\ \ \ \ | | | | | | | | | | Move delegated_serial_command to etcd_common.
| * | | | Move delegated_serial_command module to etcd_common.Andrew Butcher2016-09-123-2/+275
| |/ / /
* | | | Add 'MaxEBSVolumeCount' to default scheduler predicates.Andrew Butcher2016-09-141-0/+1
| |/ / |/| |
* | | Merge pull request #2442 from bparees/quickstartsScott Dodson2016-09-146-1280/+22
|\ \ \ | | | | | | | | get quickstarts from origin, not upstream example repos
| * | | get quickstarts from origin, not upstream example reposBen Parees2016-09-146-1280/+22
| | | |
* | | | Define proxy settings for node servicesScott Dodson2016-09-131-0/+17
|/ / /
* | | Check for use_openshift_sdn when restarting openvswitch.Andrew Butcher2016-09-121-2/+1
|/ /
* | Merge pull request #2429 from dgoodwin/openvswitch-restart-pauseScott Dodson2016-09-121-0/+6
|\ \ | | | | | | Pause after restarting openvswitch in containerized upgrade.
| * | Pause after restarting openvswitch in containerized upgrade.Devan Goodwin2016-09-121-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 registryAndrew Lau2016-09-101-0/+2
| |/ |/|
* | Merge pull request #2428 from abutcher/s3-rootdirectoryScott Dodson2016-09-091-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 Butcher2016-09-091-1/+1
| |
* | Merge pull request #2427 from abutcher/BZ1298336Scott Dodson2016-09-091-0/+4
|\ \ | | | | | | Bug 1298336 - Rerunning the installer fails when not in default namespace
| * | Set config/namespace where missing for secure registry deployment.Andrew Butcher2016-09-091-0/+4
| |/
* | Merge pull request #2422 from abutcher/manage-node-hostnamesAndrew Butcher2016-09-091-5/+3
|\ \ | | | | | | Fix node label / schedulability when inventory_hostname != openshift.common.hostname
| * | Iterate over node inventory hostnames instead of openshift.common.hostname ↵Andrew Butcher2016-09-081-5/+3
| |/ | | | | | | within openshift_manage_node role.
* | Merge pull request #2398 from mkumatag/fix_warningsScott Dodson2016-09-082-6/+13
|\ \ | |/ |/| Fix warnings
| * Fix warningsManjunath A Kumatagi2016-09-072-6/+13
| |
* | Don't loop over hostvars when setting node schedulability.Andrew Butcher2016-09-071-6/+6
| |
* | Copy admin kubeconfig in openshift_manage_node role.Andrew Butcher2016-09-071-1/+27
| |
* | Merge pull request #2409 from abutcher/secure-registryScott Dodson2016-09-044-12/+130
|\ \ | | | | | | Secure registry for atomic registry deployment
| * | Secure registry for atomic registry deployment (deployment_subtype=registry).Andrew Butcher2016-09-024-12/+130
| | |
* | | Merge pull request #2402 from sdodson/image-stream-syncScott Dodson2016-09-029-314/+254
|\ \ \ | | | | | | | | Update image stream data
| * | | Update image stream dataScott Dodson2016-09-029-314/+254
| | |/ | |/|
* | | initial support for v1.3 with logging v1.3Rich Megginson2016-09-013-33/+122
|/ / | | | | | | | | | | This also includes some fixes to make deploying logging more idempotent, such as ignoring failures if trying to create objects that already exist
* | Merge pull request #2198 from richm/various-logging-enhancementsScott Dodson2016-09-011-2/+13
|\ \ | | | | | | Various logging enhancements
| * | skip if the objects already existRich Megginson2016-07-221-0/+4
| | |
| * | create and process the logging deployer template in the current project, loggingRich Megginson2016-07-221-2/+2
| | |
| * | do not create logging project if it already existsRich Megginson2016-07-221-0/+7
| | |
* | | Merge pull request #2382 from abutcher/nuage-checkScott Dodson2016-09-011-2/+2
|\ \ \ | | | | | | | | Fix nuage check.
| * | | Fix nuage check.Andrew Butcher2016-08-291-2/+2
| | | |
* | | | Merge pull request #2396 from tbielawa/BZ1372388Scott Dodson2016-09-011-0/+6
|\ \ \ \ | |_|_|/ |/| | | Persist net.ipv4.ip_forward sysctl entry for openshift nodes
| * | | Persist net.ipv4.ip_forward sysctl entry for openshift nodesTim Bielawa2016-09-011-0/+6
| | | | | | | | | | | | | | | | | | | | Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1372388
* | | | Merge pull request #2316 from mkumatag/fix_errorAndrew Butcher2016-09-011-3/+4
|\ \ \ \ | |/ / / |/| | | Fix errors in docker role
| * | | Fix review commentsManjunath A Kumatagi2016-08-271-2/+2
| | | |
| * | | Fix typoManjunath A Kumatagi2016-08-181-3/+3
| | | |
| * | | Fix errors in docker roleManjunath A Kumatagi2016-08-171-3/+4
| | | |