summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #1160 from vishpat/nuageBrenton Leanhardt2016-01-2517-2/+255
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Nuage
| * | | | | | | | Add Nuage support to openshift ansibleVishal Patil2016-01-2517-2/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added variables Made changes for node configuration Add service restart logic to node Fixed ansible syntax errors Add cert and key info for nodes Added active and standby controller ip configuration information Uncommented the nuage sdn check Changed ca_crt -> ca_cert Added restarting of atomic openshift master Removed service account dependencies Fixes Fixed the api server url Removed redundant restart of atomic openshift master Configure nuagekubemon on all of the master nodes Restart master api and controllers as well on nuagekubemon installation Converted plugin config into template Add template for nuagekubemon Removed uplink interface from vars Able to copy cert keys Uninstall default ovs Add the kubemon template Do not install rdo sdn rpms in case of nuage Addressed latest review comments Set the networkPluginName for nuage
* | | | | | | | | Automatic commit of package [openshift-ansible] release [3.0.36-1].Kenny Woodson2016-01-252-2/+44
| | | | | | | | |
* | | | | | | | | Merge pull request #1269 from kwoodson/inventory_alias_fixKenny Woodson2016-01-251-7/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Supporting awsutil inventory calls with version and hosttype aliases.
| * | | | | | | | | Fixing awsutil to support aliases and v3Kenny Woodson2016-01-251-7/+8
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1236 from detiber/add_nodesThomas Wiest2016-01-252-4/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Remove camel case for bin/cluster addNodes
| * | | | | | | | Remove camel case for bin/cluster addNodesJason DeTiberus2016-01-192-4/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1177 from smunilla/install_storage_on_installBrenton Leanhardt2016-01-251-0/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | v3_0_to_v3_1_upgrade: Install storage packages
| * | | | | | | | v3_0_to_v3_1_upgrade: Remove is_atomic check for upgradesSamuel Munilla2016-01-141-2/+0
| | | | | | | | |
| * | | | | | | | v3_0_to_v3_1_upgrade: Copy tasks rather than including from the playbookSamuel Munilla2016-01-131-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested, this should help decouple the upgrade from the config
| * | | | | | | | v3_0_to_v3_1_upgrade: Install storage packagesSamuel Munilla2016-01-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include the existing storage plugin configuration during an upgrade.
* | | | | | | | | Merge pull request #1250 from detiber/emptyMasterFixBrenton Leanhardt2016-01-251-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Fix error when oo_masters_to_config is empty
| * | | | | | | | Fix error when oo_masters_to_config is emptyJason DeTiberus2016-01-211-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1266 from abutcher/is-active-2Brenton Leanhardt2016-01-221-7/+7
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Reverse 'is-active' check in restart playbook
| * | | | | | | Fail when master restart playbook finds no active masters rather than any ↵Andrew Butcher2016-01-221-7/+7
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | failed masters.
* | | | | | | Merge pull request #1259 from kwoodson/no_symlink_yamlKenny Woodson2016-01-211-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Skipping symlinks for yaml validation.
| * | | | | | | Skipping any symlinks for the yaml validation checkKenny Woodson2016-01-211-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #1147 from spinolacastro/console_configBrenton Leanhardt2016-01-215-2/+80
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Expose console config for customization
| * | | | | | | Update inventory examples for console customizationDiego Castro2016-01-213-0/+60
| | | | | | | |
| * | | | | | | Expose console config for customizationDiego Castro2016-01-212-2/+20
| | | | | | | |
* | | | | | | | Merge pull request #1258 from openshift/prodThomas Wiest2016-01-210-0/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Sync prod -> master branch.
| * \ \ \ \ \ \ \ Merge pull request #1256 from openshift/masterThomas Wiest2016-01-217-66/+74
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | sync master -> prod branch
* | | | | | | | | Merge pull request #1254 from twiest/prThomas Wiest2016-01-212-0/+28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added template for config loop.
| * | | | | | | | | Added template for config loop.Thomas Wiest2016-01-212-0/+28
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1235 from detiber/cluster_hostsBrenton Leanhardt2016-01-214-64/+44
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update cluster_hosts.yml for cloud providers
| * | | | | | | | | Update cluster_hosts.yml for cloud providersJason DeTiberus2016-01-194-64/+44
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add g_infra_hosts (nodes with sub-type infra) - Add g_compute_hosts (nodes with sub-type compute) - Reduce duplication by re-using previously defined variables
* | | | | | | | | Merge pull request #1251 from abutcher/pcs-statusBrenton Leanhardt2016-01-211-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Fix 'pcs status' validation filter
| * | | | | | | | Test validate_pcs_cluster input is basestring instead of str.Andrew Butcher2016-01-211-2/+2
|/ / / / / / / /
| | * | | | | | Merge pull request #1247 from openshift/masterMatt Woodson2016-01-2031-260/+210
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Merge master into prod
* | | | | | | | Merge pull request #1244 from abutcher/api-sysconfigBrenton Leanhardt2016-01-203-2/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Native ha port fixes
| * | | | | | | | Use haproxy frontend port for os_firewall.Andrew Butcher2016-01-202-1/+4
| | | | | | | | |
| * | | | | | | | Fix native master api sysconfig.Andrew Butcher2016-01-201-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #1246 from mwoodson/env_hostgroupsMatt Woodson2016-01-201-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | oso_host_monitoring: added environment as a var to the host monitoring systemd script
| * | | | | | | | | oso_host_monitoring: added environment as a var to the host monitoring ↵Matt Woodson2016-01-201-0/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | systemd script
* | | | | | | | | Merge pull request #1245 from abutcher/upgrade-certsBrenton Leanhardt2016-01-201-3/+27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Check master certificates during upgrade.
| * | | | | | | | | Check master certificates during upgrade.Andrew Butcher2016-01-201-3/+27
| |/ / / / / / / /
* | | | | | | | | Merge pull request #1243 from jstuever/podevictiontimeoutBrenton Leanhardt2016-01-205-1/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Enable kubernetes master config of podEvictionTimeout from ansible
| * | | | | | | | Enable kubernetes master config of podEvictionTimeout from ansibleJeremiah Stuever2016-01-205-1/+11
|/ / / / / / / /
* | | | | | | | Merge pull request #1240 from abutcher/wrapper-pathingBrenton Leanhardt2016-01-201-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix client and admin wrapper pathing for non-root user install.
| * | | | | | | | Fix wrapper pathing for non-root user install.Andrew Butcher2016-01-191-0/+4
| |/ / / / / / /
* | | | | | | | Merge pull request #1175 from detiber/ha_port_fixesBrenton Leanhardt2016-01-1916-114/+146
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Ha port fixes
| * | | | | | | | Fix hardcoded api_port in openshift_master_clusterJason DeTiberus2016-01-141-2/+1
| | | | | | | | |
| * | | | | | | | Use local address for loopback kubeconfigJason DeTiberus2016-01-144-47/+92
| | | | | | | | |
| * | | | | | | | consolidate steps and cleanup template dirJason DeTiberus2016-01-1412-65/+51
| | | | | | | | |
| * | | | | | | | Controllers_port and firewall rulesDiego Castro2016-01-124-5/+7
| | | | | | | | |
| * | | | | | | | Fix bind address/port when isn't defaultDiego Castro2016-01-121-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #1118 from detiber/os_firewall_disableBrenton Leanhardt2016-01-192-2/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Add ability to disable os_firewall
| * | | | | | | | Add ability to disable os_firewallJason DeTiberus2016-01-052-2/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #1234 from kwoodson/remove_rubyKenny Woodson2016-01-192-117/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Removing ruby scripts.
| * | | | | | | | | Removing ruby scripts and replacing with python.Kenny Woodson2016-01-192-117/+0
| | | | | | | | | |