summaryrefslogtreecommitdiffstats
path: root/playbooks
Commit message (Collapse)AuthorAgeFilesLines
* Refactor registry storage options.Andrew Butcher2016-02-017-10/+17
|
* fix for terminateJason DeTiberus2016-02-011-1/+1
|
* Fix node tags for aws providerJason DeTiberus2016-02-011-1/+1
|
* infra_node fixesJason DeTiberus2016-02-015-0/+13
| | | | | | | | | | | | | | - openshift_master role update - infra_nodes was previously being set to num_infra, which is an integer value when using the cloud providers, added a new variable osm_infra_nodes that is expected to be a list of hosts - if openshift_infra_nodes is not already set, create it from the nodes that have the region=infra label. - Cloud provider config playbook updates - override openshift_router_selector for cloud providers to avoid using the default of 'region=infra' when deployment_type is not 'online' - Set openshift_infra_nodes to g_infra_host for cloud providers
* Merge pull request #1114 from lhuard1A/fix_update_repos_and_packagesBrenton Leanhardt2016-01-291-1/+0
|\ | | | | Fix update_repos_and_packages playbook which now needs openshift_facts
| * Move the `is_atomic` check from `update_repos_and_packages.yml` to ↵Lénaïc Huard2016-01-121-1/+0
| | | | | | | | `rhel_subscribe`
* | Merge pull request #1133 from lhuard1A/increase_openstack_timeoutBrenton Leanhardt2016-01-292-2/+3
|\ \ | | | | | | Increase OpenStack stack creation/deletion timeout
| * | Increase OpenStack stack creation/deletion timeoutLénaïc Huard2016-01-082-2/+3
| | |
* | | Merge pull request #1300 from vishpat/bug1298Brenton Leanhardt2016-01-291-0/+1
|\ \ \ | | | | | | | | Fix for bug 1298
| * | | Fix for bug 1298Vishal Patil2016-01-281-0/+1
| | | |
* | | | Enable cockpit when not is_atomic.Andrew Butcher2016-01-291-1/+1
|/ / /
* | | Merge pull request #1264 from gaelL/s3_registry_templateStefanie Forrester2016-01-281-0/+3
|\ \ \ | | | | | | | | adhoc s3 registry - add auth part in the registry config sample
| * | | adhoc s3 registry - add auth part in the registry config samplegaelL2016-01-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the auth part, after spawning the registry we were not able to do an auth. ``` docker login -u .. -p ... 172.30.234.98:5000 Error response from daemon: no successful auth challenge forhttp://172.30.234.98:5000/v2/ - errors: [] ``` Simply adding this part in the registry config sample
* | | | Merge pull request #1265 from talset/s3_registry_clusteridStefanie Forrester2016-01-282-4/+6
|\ \ \ \ | | | | | | | | | | Allow to have custom bucket name and region
| * | | | Allow to have custom bucket name and regiontalset2016-01-282-4/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | File playbooks/adhoc/s3_registry/s3_registry* To be able to use a different bucket name and region, aws_bucket and aws_region are now available * Add variable for region and bucket into j2 * Update comment Usage * Add default aws_bucket_name and aws_bucket_region
* | | | Configure logrotate on atomic.Andrew Butcher2016-01-273-3/+0
| | | |
* | | | Merge pull request #1274 from rassie/patch-1Brenton Leanhardt2016-01-261-2/+2
|\ \ \ \ | | | | | | | | | | Fix checking for update package availability
| * | | | Fix checking for update package availabilityNikolai Prokoschenko2016-01-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Currently, if `yum list available` returns two versions, for whatever reason, no sorting is imposed. Therefore it's possible that an upgraded package version is available but is not being detected. This patch sorts the version number list so that most recent version is always picked first.
* | | | | Install cockpit, logrotate and fluentd unless host is atomic.Andrew Butcher2016-01-263-3/+3
|/ / / /
* | | | Merge pull request #1160 from vishpat/nuageBrenton Leanhardt2016-01-252-0/+4
|\ \ \ \ | | | | | | | | | | Nuage
| * | | | Add Nuage support to openshift ansibleVishal Patil2016-01-252-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge pull request #1236 from detiber/add_nodesThomas Wiest2016-01-251-0/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove camel case for bin/cluster addNodes
| * | | | | Remove camel case for bin/cluster addNodesJason DeTiberus2016-01-191-0/+0
| | | | | |
* | | | | | 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
| | |/ / / / | |/| | | |
* | | | | | Fail when master restart playbook finds no active masters rather than any ↵Andrew Butcher2016-01-221-7/+7
| |_|_|/ / |/| | | | | | | | | | | | | | failed masters.
* | | | | 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 #1244 from abutcher/api-sysconfigBrenton Leanhardt2016-01-201-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Native ha port fixes
| * | | | | Use haproxy frontend port for os_firewall.Andrew Butcher2016-01-201-0/+1
| | | | | |
* | | | | | Check master certificates during upgrade.Andrew Butcher2016-01-201-3/+27
|/ / / / /
* | | | | Merge pull request #1175 from detiber/ha_port_fixesBrenton Leanhardt2016-01-191-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | Ha port fixes
| * | | | Controllers_port and firewall rulesDiego Castro2016-01-121-0/+1
| |/ / /
* | | | Merge pull request #1144 from detiber/gce_sdnBrenton Leanhardt2016-01-193-6/+0
|\ \ \ \ | | | | | | | | | | Remove default disable of SDN for GCE
| * | | | Remove default disable of SDN for GCEJason DeTiberus2016-01-153-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update openshift_facts to no longer default use_openshift_sdn for GCE installs - Remove workarounds in the GCE playbooks that were forcing SDN configuration
* | | | | Merge pull request #1211 from abutcher/pacemaker-master-checkBrenton Leanhardt2016-01-181-1/+9
|\ \ \ \ \ | | | | | | | | | | | | Improve pacemaker 'is-active' check.
| * | | | | Improve pacemaker 'is-active' check.Andrew Butcher2016-01-181-1/+9
| | | | | |
* | | | | | Merge pull request #1212 from mwoodson/zagg_clientMatt Woodson2016-01-181-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | new role: added oso_moniotoring tools role
| * | | | | added oso_moniotoring tools roleMatt Woodson2016-01-181-2/+2
| | | | | |
* | | | | | Add 'unknown' to possible output for the is-active check.Andrew Butcher2016-01-181-1/+1
| | | | | |
* | | | | | Fix cluster_method conditional in master restart playbook.Andrew Butcher2016-01-181-2/+2
| | | | | |
* | | | | | Host group should be OSEv3 not OSv3Donovan Muller2016-01-181-1/+1
| | | | | | | | | | | | | | | | | | Following on from #1107 the host group's name is OSEv3 and not OSv3
* | | | | | Merge pull request #1193 from abutcher/master-nodesBrenton Leanhardt2016-01-151-8/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | Configure node-masters before nodes in containerized install
| * | | | | | Configure nodes which are also masters prior to nodes in containerized install.Andrew Butcher2016-01-151-8/+38
| | |/ / / / | |/| | | |
* | | | | | Call attention to openshift_master_rolling_restart_mode variable in restart ↵Andrew Butcher2016-01-151-2/+4
|/ / / / / | | | | | | | | | | | | | | | prompt.
* | | | | Merge pull request #1186 from abutcher/uninstall-wrappersBrenton Leanhardt2016-01-141-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Uninstall remove containerized wrapper and symlinks