summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-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
2016-09-07Don't loop over hostvars when setting node schedulability.Andrew Butcher
2016-09-07Copy admin kubeconfig in openshift_manage_node role.Andrew Butcher
2016-09-07Merge pull request #2413 from tbielawa/GH2401_PersistentVolumesJason DeTiberus
Fix for objects which can't be converted by the YAML parser
2016-09-07Adjust to_padded_yaml transformation to use the AnsibleDumperTim Bielawa
* Previously we used yaml.safe_dump * Now we use yamp.dump with the `Dumper` parameter set to the AnsibleDumper class. * AnsibleDumper subclasses yaml.SafeDumper, so we aren't losing any safety nets
2016-09-04Merge pull request #2409 from abutcher/secure-registryScott Dodson
Secure registry for atomic registry deployment
2016-09-02Secure registry for atomic registry deployment (deployment_subtype=registry).Andrew Butcher
2016-09-02Merge pull request #2405 from tbielawa/FixFilterErrorStringSubstitutionTim Bielawa
Fix string substitution error in the to_padded_yaml filter
2016-09-02Merge pull request #2406 from sdodson/record-schedulabilityScott Dodson
Record schedulability of node prior to upgrade and re-set it to that
2016-09-02Record schedulability of node prior to upgrade and re-set it to thatScott Dodson
Previously we were setting schedulability to the state defined in the inventory without regard to whether or not it was manually made schedulable or unschedulable. The right thing seems to be to record the state prior to upgrade and set it back.
2016-09-02Fix string substitution error in the to_padded_yaml filterTim Bielawa
2016-09-02Merge pull request #2402 from sdodson/image-stream-syncScott Dodson
Update image stream data
2016-09-02Merge pull request #2202 from richm/logging-1.3Scott Dodson
initial support for v1.3 with logging v1.3
2016-09-02Update image stream dataScott Dodson
2016-09-02Merge pull request #2400 from liggitt/ops-typoScott Dodson
Fix ops/qps typo
2016-09-02Fix ops/qps typoJordan Liggitt
2016-09-01initial support for v1.3 with logging v1.3Rich Megginson
This also includes some fixes to make deploying logging more idempotent, such as ignoring failures if trying to create objects that already exist
2016-09-01Merge pull request #2379 from tbielawa/FixBZ1339624Scott Dodson
Fix bz1339624
2016-09-01Merge pull request #2198 from richm/various-logging-enhancementsScott Dodson
Various logging enhancements
2016-09-01Only prompt for proxy vars if none are set and our version recognizes themTim Bielawa
2016-09-01Merge pull request #2313 from mdanter/unschedulableMasterAsNodeScott Dodson
In AWS where the master node was not part of the nodes and unschedulable
2016-09-01Merge pull request #2365 from sdodson/dont-use-additional-registryScott Dodson
Don't advise people to use additional registries over oreg_url
2016-09-01Don't advise people to use additional registries over oreg_urlScott Dodson
2016-09-01Merge pull request #2382 from abutcher/nuage-checkScott Dodson
Fix nuage check.