summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-16Merge pull request #2453 from zeari/manageiq_allow_create_projectAndrew Butcher
Add role to manageiq to allow creation of projects
2016-09-16Update README.mdScott Dodson
2016-09-16Merge pull request #2447 from sdodson/branchesScott Dodson
Switch to origin-1.x branch names
2016-09-16Merge pull request #2420 from smunilla/BZ1336271Scott Dodson
a-o-i: Do not display version number in quick installer
2016-09-16Switch to origin-1.x branch namesScott Dodson
2016-09-16Merge pull request #2456 from vishpat/nuage_portsScott Dodson
Open ports for vxlan and Nuage monitor
2016-09-16Open ports for vxlan and Nuage monitorVishal Patil
2016-09-15Merge pull request #2451 from smunilla/BZ1375946Scott Dodson
a-o-i: Don't set unschedulable nodes as infra
2016-09-15Merge pull request #2437 from abutcher/delegated-serial-commandScott Dodson
Move delegated_serial_command to etcd_common.
2016-09-15Merge pull request #2452 from abutcher/max-ebs-volume-countScott Dodson
Add 'MaxEBSVolumeCount' to default scheduler predicates.
2016-09-15Merge pull request #2295 from dgoodwin/override-docker-upgradeScott Dodson
Allow overriding the Docker 1.10 requirement for upgrade.
2016-09-15Add role to manageiq to allow creation of projectsAri Zellner
2016-09-14Add 'MaxEBSVolumeCount' to default scheduler predicates.Andrew Butcher
2016-09-14Merge pull request #2449 from abutcher/service-signer-upgradeScott Dodson
[upgrade] Create/configure service signer cert when missing.
2016-09-14a-o-i: Don't set unschedulable nodes as infraSamuel Munilla
Make sure we don't set an unschedulable node as infra as that can cause problems. Fixes: Bug 1375946
2016-09-14Merge pull request #2442 from bparees/quickstartsScott Dodson
get quickstarts from origin, not upstream example repos
2016-09-14Merge pull request #2450 from abutcher/issue2448Scott Dodson
[redeploy-certificates] Correct etcd service name for containerized.
2016-09-14[redeploy-certificates] Set default value for ↵Andrew Butcher
openshift_master_default_subdomain as workaround.
2016-09-14[redeploy-certificates] Correct etcd service name.Andrew Butcher
2016-09-14[upgrade] Create/configure service signer cert when missing.Andrew Butcher
2016-09-14get quickstarts from origin, not upstream example reposBen Parees
2016-09-13Merge pull request #2443 from sdodson/bz1375031Andrew Butcher
Define proxy settings for node services
2016-09-13Define proxy settings for node servicesScott Dodson
2016-09-12Merge pull request #2439 from abutcher/restart-openvswitchScott Dodson
Check for use_openshift_sdn when restarting openvswitch.
2016-09-12Check for use_openshift_sdn when restarting openvswitch.Andrew Butcher
2016-09-12Move delegated_serial_command module to etcd_common.Andrew Butcher
2016-09-12Merge pull request #2440 from abutcher/readme-linksScott Dodson
Fix README links.
2016-09-12Fix README links.Andrew Butcher
2016-09-12Merge pull request #2438 from abutcher/flannel-uninstallScott Dodson
Check for is_atomic when uninstalling flannel package.
2016-09-12Merge pull request #2429 from dgoodwin/openvswitch-restart-pauseScott Dodson
Pause after restarting openvswitch in containerized upgrade.
2016-09-12Check for is_atomic when uninstalling flannel package.Andrew Butcher
2016-09-12Merge pull request #2431 from elyscape/2430-always-dedupe-cert-namesAndrew Butcher
Always deduplicate detected certificate names
2016-09-12Merge pull request #2432 from andrewklau/masterScott Dodson
Add acceptschema2 and enforcequota settings for hosted registry
2016-09-12Pause after restarting openvswitch in containerized upgrade.Devan Goodwin
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.
2016-09-10Add acceptschema2 and enforcequota settings for hosted registryAndrew Lau
2016-09-09Merge pull request #2428 from abutcher/s3-rootdirectoryScott Dodson
Bug 1367284 - rootdirectory configuration is hardcode when installer is using s3 as registry storage
2016-09-09Always deduplicate detected certificate namesEli Young
2016-09-09Add option for specifying s3 registry storage root directory.Andrew Butcher
2016-09-09Merge pull request #2425 from dgoodwin/flush-handlersScott Dodson
Flush handlers before marking a node schedulable after upgrade.
2016-09-09Merge pull request #2427 from abutcher/BZ1298336Scott Dodson
Bug 1298336 - Rerunning the installer fails when not in default namespace
2016-09-09Set config/namespace where missing for secure registry deployment.Andrew Butcher
2016-09-09Merge pull request #2422 from abutcher/manage-node-hostnamesAndrew Butcher
Fix node label / schedulability when inventory_hostname != openshift.common.hostname
2016-09-09Flush handlers before marking a node schedulable after upgrade.Devan Goodwin
Handlers normally only trigger at the end of the play, but in this case we just set our node schedulable again resulting in it immediately getting taken down again.
2016-09-08Merge pull request #2418 from sdodson/branchesScott Dodson
Explain our branching strategy
2016-09-08Iterate over node inventory hostnames instead of openshift.common.hostname ↵Andrew Butcher
within openshift_manage_node role.
2016-09-08a-o-i: Do not display version number in quick installerSamuel Munilla
As we now require the version of the installer to match what will be installed in the target environment and to avoid any potential confusion, remove the version number from the variant choice question.
2016-09-08Merge pull request #2398 from mkumatag/fix_warningsScott Dodson
Fix warnings
2016-09-07Merge pull request #2417 from abutcher/manage-node-kubeconfigAndrew Butcher
Bug 1327409 - scaleup playbook uses current oc login which may not have enough permissions
2016-09-07Explain our branching strategyScott Dodson
2016-09-07Fix warningsManjunath A Kumatagi