summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-29Merge pull request #1666 from brenton/systemd1Brenton Leanhardt
Reusing the systemd templates for the upgrade
2016-03-29The systemd unit for atomic-openshift-master wasn't not being createdBrenton Leanhardt
2016-03-29Use openshift.master.ha instead of duplicating the logicBrenton Leanhardt
2016-03-29Workaround for authenticated registriesBrenton Leanhardt
Currently there's no good way to install from a registry that requires authentication. This applies both to RPM and containerized installs: https://bugzilla.redhat.com/show_bug.cgi?id=1316341 The workaround is to 'docker login' as root and then have ansible pull the images to the image cache.
2016-03-29First pass at systemd unit refactorBrenton Leanhardt
2016-03-29Merge pull request #1671 from sjenning/systemd-unit-fixesBrenton Leanhardt
make docker service want ose containerized services
2016-03-29Merge pull request #1673 from BlueShells/bugfix_for_dynamicpvZhiMing Zhang
fix the key name for the dynamic item of avalable
2016-03-29fix the key name for the dynamic item of avalablezhizhang
2016-03-28Automatic commit of package [openshift-ansible] release [3.0.66-1].Troy Dawson
2016-03-28Merge pull request #1665 from sdodson/bz1320335Brenton Leanhardt
Sync latest db-templates and qucikstart-templates
2016-03-28Merge pull request #1592 from detiber/fixAuthFilterBrenton Leanhardt
Attempt to fix error validating when extraScopes and extraAuthorizePa…
2016-03-28Merge pull request #1638 from JayKayy/loggingBrenton Leanhardt
Adding openshift_efk role
2016-03-28make docker service want ose containerized servicesSeth Jennings
There are points where the docker service is restarted during the install. Sometimes the services that are PartOf docker.service do not get restarted when docker is restarted. https://bugzilla.redhat.com/show_bug.cgi?id=1318948 Systemd documentation recommends using "wants" as the perferred means of creating startup linkages between units. This patch makes the ose services wanted by the docker service rather than multi-user.target. This creates a downward link from the docker service to the ose containerized services.
2016-03-28Merge pull request #1669 from kwoodson/fix_yeditKenny Woodson
Added error message for yedit when yaml fails to parse.
2016-03-28Fixed error message to add valid yamlKenny Woodson
2016-03-28Merge pull request #1649 from BlueShells/pv_workZhiMing Zhang
add dynamic pv count
2016-03-25added admin binary varibale usage as well as specifying kubeconfig copy to ↵John Kwiatkoski
be used
2016-03-24Automatic commit of package [openshift-ansible] release [3.0.65-1].Troy Dawson
2016-03-24Sync latest db-templates and qucikstart-templatesScott Dodson
2016-03-24Merge pull request #1664 from kwoodson/api_dcKenny Woodson
Deployment config module
2016-03-24Adding deployment config and refactored.Kenny Woodson
2016-03-24Merge pull request #1575 from enoodle/manageiq_sa_to_have_image_puller_roleBrenton Leanhardt
ManageIQ SA: Adding image-puller role
2016-03-24ManageIQ SA: Adding image-puller roleErez Freiberger
2016-03-23Automatic commit of package [openshift-ansible] release [3.0.64-1].Troy Dawson
2016-03-23adding playbookJohn Kwiatkoski
2016-03-23Tested of refactored codeJohn Kwiatkoski
2016-03-23Merge pull request #1642 from wshearn/fix_serviceaccountsBrenton Leanhardt
Add namespace flag to oc create
2016-03-23Merge pull request #1644 from elyscape/named-certs-permissionsBrenton Leanhardt
Lock down permissions on named certificates
2016-03-23Merge pull request #1651 from kwoodson/libcliKenny Woodson
Latest updates to lib api.
2016-03-23Latest cli updates from generated filesKenny Woodson
2016-03-23Merge pull request #1648 from sdodson/bz1313210Brenton Leanhardt
Add /dev to node containers
2016-03-22fix some typoZhiming Zhang
2016-03-22add the total and available space itemZhiming Zhang
2016-03-22add dynamic pv countZhiming Zhang
2016-03-22Add /dev to node containersScott Dodson
2016-03-22Merge pull request #1647 from dgoodwin/per-fsgroup-quotaBrenton Leanhardt
Support setting local storage perFSGroup quota in node config.
2016-03-22revised and restructured logging roleJohn Kwiatkoski
2016-03-22Fix indentionWesley Hearn
2016-03-22Support setting local storage perFSGroup quota in node config.Devan Goodwin
Adds a new inventory var "openshift_node_local_quota_per_fsgroup", which will set the perFSGroup quota node-config.yaml.
2016-03-22Fix line breakWesley Hearn
2016-03-21Lock down permissions on named certificatesEli Young
2016-03-21Add namespace flag to oc createWesley Hearn
2016-03-21Automatic commit of package [openshift-ansible] release [3.0.63-1].Kenny Woodson
2016-03-21Merge pull request #1641 from kwoodson/selectorsfixKenny Woodson
Modified group selectors to work with multpile clusters per account.
2016-03-21Modified group selectors for muliple clusters per accountKenny Woodson
2016-03-18Automatic commit of package [openshift-ansible] release [3.0.62-1].Troy Dawson
2016-03-18Adding openshift_efk roleJohn Kwiatkoski
2016-03-18Merge pull request #1637 from kwoodson/yaml_editKenny Woodson
Yaml edit ansible module
2016-03-18Yaml editor first attemptKenny Woodson
2016-03-18Merge pull request #1626 from codificat/libvirt-vars-fixWesley Hearn
libvirt cluster variables cleanup