summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-06Merge pull request #833 from brenton/BZ1278245Brenton Leanhardt
Bug 1278245 - Failed to add node to existing env using atomic-openshift-installer
2015-11-06Bug 1278245 - Failed to add node to existing env using ↵Brenton Leanhardt
atomic-openshift-installer
2015-11-06Merge pull request #821 from smunilla/connect_toBrenton Leanhardt
atomic-openshift-installer: Better specification of ansible connection point
2015-11-06atomic-openshift-installer: Better specification of ansible connection pointSamuel Munilla
Changes to installer.cfg.yaml to allow for better defaults in unattended mode. Update example in the docs.
2015-11-06Merge pull request #829 from detiber/nov1beta3nfsBrenton Leanhardt
Remove v1beta3 by default for kube_nfs_volumes
2015-11-06Merge pull request #831 from detiber/oopsBrenton Leanhardt
Fix data_dir for 3.0 deployments
2015-11-06Fix data_dir for 3.0 deploymentsJason DeTiberus
2015-11-06Remove v1beta3 by default for kube_nfs_volumesJason DeTiberus
2015-11-06Merge pull request #824 from detiber/lb_group_fixesBrenton Leanhardt
Fix lb group related errors
2015-11-05Fix lb group related errorsJason DeTiberus
2015-11-05Merge pull request #823 from tdawson/2015-11-fix-conflictTroy Dawson
exclude atomic-openshift-installer from bin subpackage
2015-11-05exclude atomic-openshift-installer from bin subpackageTroy Dawson
2015-11-05Merge pull request #608 from abutcher/native-haBrenton Leanhardt
Native Support for Multi-Master HA
2015-11-05Merge pull request #815 from detiber/fixMTUBrenton Leanhardt
Bug 1277592 - SDN MTU has hardcoded default
2015-11-05Merge pull request #820 from brenton/uninstallBrenton Leanhardt
The uninstall playbook needs to remove /run/openshift-sdn
2015-11-05Merge pull request #819 from brenton/BZ1274201Brenton Leanhardt
Bug 1274201 - Fixing sudo non-interactive test
2015-11-05Bug 1278243 - Confusing prompt from atomic-openshift-installerBrenton Leanhardt
2015-11-05Bug 1278244 - Previously there was no way to add a node in unattended modeBrenton Leanhardt
TODO: We desparately need tests cases for: - interactive with no config file - interactive with config file and all installed hosts - interactive with config file and no installed hosts - interactive with config file and some installed some uninstalled hosts - unattended with config file and all installed hosts (with and without --force) - unattended with config file and no installed hosts (with and without --force) - unattended with config file and some installed some uninstalled hosts (with and without --force)
2015-11-05Revert to defaultsAndrew Butcher
2015-11-05Bug 1278244 - Incorrect node information gathered by atomic-openshift-installerBrenton Leanhardt
Previously the output was a little confusing. We didn't display anything about the uninstalled hosts.
2015-11-05atomic-openshift-installer's unattended mode wasn't work with --force for ↵Brenton Leanhardt
all cases
2015-11-05Making it easier to use pre-release contentBrenton Leanhardt
2015-11-05The uninstall playbook needs to remove /run/openshift-sdnBrenton Leanhardt
If this isn't removed lbr0 won't be recreated by the Node after the following install.
2015-11-05Various HA changes for pacemaker and native methods.Andrew Butcher
2015-11-05Bug 1274201 - Fixing non-root installations if using a local connectionBrenton Leanhardt
Previously we were writing out a inventory like this: ~~~ [OSEv3:children] masters nodes [OSEv3:vars] ansible_ssh_user=root deployment_type=openshift-enterprise ansible_connection=local [masters] ose3-master.example.com openshift_hostname=ose3-master.example.com [nodes] ose3-master.example.com openshift_hostname=ose3-master.example.com ose3-node1.example.com openshift_hostname=ose3-node1.example.com ose3-node2.example.com openshift_hostname=ose3-node2.example.com ~~~ The problem with that is now all the hosts are consider local connections. In addition our sudo check wasn't working as expected. We would check that we have sudo, but the playbooks were not running with root privileges. When gathering facts you'd hit: ~~~ __main__.OpenShiftFactsFileWriteError: Could not create fact file: /etc/ansible/facts.d/openshift.fact, error: [Errno 13] Permission denied: '/etc/ansible/facts.d/openshift.fact' ~~~ Instead the test for locale connections needs to be per host. Anytime we're not running as root we need `ansible_become` set: ~~~ ose3-master.example.com openshift_hostname=ose3-master.example.com ansible_connection=local ansible_become=true ~~~
2015-11-05Bug 1274201 - Fixing sudo non-interactive testBrenton Leanhardt
https://bugzilla.redhat.com/show_bug.cgi?id=1274201#c13
2015-11-05Merge pull request #817 from abutcher/uninstall-pacemakerBrenton Leanhardt
Add pacemaker configuration to uninstall
2015-11-04Bug 1277592 - SDN MTU has hardcoded defaultJason DeTiberus
- Attempt to detect the MTU of the interface associated with the node IP and set the default for sdn_mtu accordingly. The value can still be overriden by users and if detection fails the previous default of 1450 is still used.
2015-11-04Atomic Enterprise/OpenShift Enterprise merge updateJason DeTiberus
2015-11-04fix dueling controllers - without controllerLeaseTTL set in config, multiple ↵Jason DeTiberus
controllers will attempt to start
2015-11-04default to source persistence for haproxyJason DeTiberus
2015-11-04hardcode openshift binaries for nowJason DeTiberus
2015-11-04more tweaksJason DeTiberus
2015-11-04more tweaksJason DeTiberus
2015-11-04additional ha related updatesJason DeTiberus
2015-11-04additional native ha changesAndrew Butcher
2015-11-04Start of true master haJason DeTiberus
2015-11-04Atomic Enterprise related changes.Avesh Agarwal
2015-11-04Remove pacemaker bits.Andrew Butcher
2015-11-04Merge pull request #792 from dgoodwin/upgradeBrenton Leanhardt
Upgrade Improvements
2015-11-04Override hosts deployment_type fact for version we're upgrading to.Devan Goodwin
2015-11-04Pylint fixes for config upgrade module.Devan Goodwin
2015-11-04Disable proxy cert config upgrade until certs being generated.Devan Goodwin
2015-11-04Merge remote-tracking branch 'upstream/master' into upgradeDevan Goodwin
2015-11-04Merge pull request #812 from talset/masterBrenton Leanhardt
[openshift_master_certificates] Fix variable master.all_hostnames
2015-11-04remove debug linetalset
2015-11-04[roles/openshift_master_certificates/tasks/main.yml] Fix variable ↵talset
openshift.master.all_hostnames to openshift.common.all_hostnames
2015-11-04Merge pull request #807 from detiber/fixRPMDepsBrenton Leanhardt
Fix subpackage dependencies
2015-11-04Fix bug with not upgrading openshift-master to atomic-openshift-master.Devan Goodwin
Removing the full call to config resulted in rpms not getting upgraded. Config was doing a yum update of everything, which picks up the atomic-openshift-master obsoleting openshift-master. The actual yum call changed here would not. Instead we switch to a direct call to yum which correctly picks up the obsoletes and updates to atomic-openshift packages.
2015-11-04Merge pull request #761 from smunilla/scaleupBrenton Leanhardt
openshift-cluster: Scaleup