summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster
Commit message (Collapse)AuthorAgeFilesLines
* Modify playbooks to use oadm_manage_node moduleRussell Teague2017-02-132-50/+40
|
* Merge pull request #3306 from ingvagabund/oc_serviceJan Chaloupka2017-02-131-6/+9
|\ | | | | replace 'oc service' command with its lib_openshift equivalent
| * replace 'oc service' command with its lib_openshift equivalentJan Chaloupka2017-02-111-6/+9
| |
* | Merge pull request #3300 from ashcrow/oc-secret-moduleJan Chaloupka2017-02-112-11/+21
|\ \ | | | | | | WIP: oc secrets now done via oc_secret module
| * | oc secrets now done via oc_secret moduleSteve Milner2017-02-102-11/+21
| | |
* | | Provisioning of nfs share and PV for logging opsErez Freiberger2017-02-111-2/+2
| | |
* | | Merge pull request #3330 from jcantrill/bz_1399523_default_ops_prefixScott Dodson2017-02-101-1/+1
|\ \ \ | | | | | | | | bug 1399523. Ops pvc should have different prefix from non-ops for op…
| * | | bug 1399523. Ops pvc should have different prefix from non-ops for ↵Jeff Cantrill2017-02-101-1/+1
| | | | | | | | | | | | | | | | openshift_logging
* | | | Ensure etcd client certs are regenerated with embedded etcd.Andrew Butcher2017-02-101-0/+8
|/ / /
* | | Merge pull request #3109 from giuseppe/system-containersGiuseppe Scrivano2017-02-102-1/+11
|\ \ \ | |/ / |/| | System containers
| * | etcd: use as system containerGiuseppe Scrivano2017-02-102-1/+11
| |/ | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | Merge pull request #3281 from ewolinetz/revert_3257Scott Dodson2017-02-101-13/+13
|\ \ | | | | | | Reverting commit 3257 and renaming master_url to openshift_logging_ma…
| * | Updating defaults to pull from previously defined variable names used in ↵ewolinetz2017-02-081-4/+4
| | | | | | | | | | | | playbooks
| * | Reverting commit 3257 and renaming master_url to openshift_logging_master_urlewolinetz2017-02-071-13/+13
| |/
* / Ensure embedded etcd config uses CA bundle.Andrew Butcher2017-02-091-0/+21
|/
* Merge pull request #3261 from sdodson/excluderScott Dodson2017-02-065-0/+31
|\ | | | | Manage the excluder functionality
| * Move excluder disablement into control plane and node upgrade playbooksScott Dodson2017-02-061-2/+0
| | | | | | | | | | So that excluder is disabled and reset within the scope of each of those in addition to the overall playbook
| * Add excluder management to upgrade and config playbooksScott Dodson2017-02-066-0/+33
| |
* | Merge pull request #3257 from jcantrill/bz1417261_deployer_with_35Scott Dodson2017-02-061-13/+13
|\ \ | | | | | | fixes 1417261. Points playbooks to the correct 3.5 roles for logging …
| * | fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metricsJeff Cantrill2017-02-021-13/+13
| | |
* | | Merge pull request #3254 from dgoodwin/skip-router-registry-hackScott Dodson2017-02-061-4/+10
|\ \ \ | | | | | | | | Temporary hack to skip router/registry upgrade.
| * | | Temporary hack to skip router/registry upgrade.Devan Goodwin2017-02-021-4/+10
| |/ /
* | / Use service annotations to redeploy router service serving cert signer cert.Andrew Butcher2017-02-061-15/+16
| |/ |/|
* | Merge pull request #2671 from abutcher/cert-redeploy-restructureScott Dodson2017-02-0313-266/+711
|\ \ | | | | | | Restructure certificate redeploy playbooks
| * | Restructure certificate redeploy playbooksAndrew Butcher2017-02-0213-266/+711
| | |
* | | Merge pull request #3243 from ↵Scott Dodson2017-02-032-2/+55
|\ \ \ | | | | | | | | | | | | | | | | ingvagabund/upgrade-node-part-of-masters-as-part-of-control-plane-upgrade Upgrade node part of masters as part of control plane upgrade
| * | | run node upgrade if master is node as part of the control plan upgrade onlyJan Chaloupka2017-02-022-2/+55
| | |/ | |/|
* | | Merge pull request #3239 from ewolinetz/logging_fix_immutable_spec_changesEric Wolinetz2017-02-022-3/+5
|\ \ \ | |/ / |/| | Adding bool filter to when openshift_logging_use_ops evals and updati…
| * | Adding include_role to block to resolve when evalewolinetz2017-02-011-3/+4
| | |
| * | Merge branch 'master' into logging_fix_immutable_spec_changesEric Wolinetz2017-02-011-4/+8
| |\|
| * | Updating oc_apply changed_when conditions, fixing filter usage for ↵ewolinetz2017-02-011-1/+1
| | | | | | | | | | | | openshift_hosted_logging playbook
* | | Merge pull request #3242 from ingvagabund/create-node-upgrade-roleScott Dodson2017-02-021-80/+7
|\ \ \ | |_|/ |/| | Move current node upgrade tasks under openshift_node_upgrade role
| * | Move current node upgrade tasks under openshift_node_upgrade roleJan Chaloupka2017-02-011-80/+7
| |/
* | Wrap openshift_hosted_logging include_role within a block.Andrew Butcher2017-02-011-4/+7
| |
* | Fix openshift_hosted_logging bool typo.Andrew Butcher2017-02-011-1/+1
|/
* During node upgrade upgrade openvswitch rpmsScott Dodson2017-01-311-0/+15
| | | | | Containerized upgrades of openvswitch are already handled by updating the container images and pulling them again.
* Merge pull request #3194 from mtnbikenc/upgrade-3_5-forkRussell Teague2017-01-312-1/+15
|\ | | | | Create v3_5 upgrade playbooks
| * Create v3_5 upgrade playbooksRussell Teague2017-01-302-1/+15
| |
* | Resolving yamllint issues from logging playbooksewolinetz2017-01-302-10/+10
| |
* | Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurlScott Dodson2017-01-302-0/+19
|\ \ | |/ |/| Updating openshift_logging role to add kibana public url to loggingPu…
| * Updating openshift_hosted_logging to update master-configs with publicLoggingURLewolinetz2017-01-302-0/+12
| |
| * Breaking out master-config changing and updated playbook to apply change to ↵ewolinetz2017-01-301-0/+7
| | | | | | | | other masters
* | Adding names to plays and standardizingRussell Teague2017-01-273-4/+10
|/
* Merge pull request #3198 from mtnbikenc/drain-fixRussell Teague2017-01-262-4/+3
|\ | | | | Correct usage of draining nodes
| * Correct usage of draining nodesRussell Teague2017-01-262-4/+3
| |
* | Standardize add_host: with name and changed_whenRussell Teague2017-01-254-1/+8
|/ | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* Merge pull request #2981 from dgoodwin/upgrade-wait-for-nodeJason DeTiberus2017-01-241-0/+13
|\ | | | | Wait for nodes to be ready before proceeding with upgrade.
| * Wait for nodes to be ready before proceeding with upgrade.Devan Goodwin2016-12-151-0/+13
| | | | | | | | | | | | | | | | | | Near the end of node upgrade, we now wait for the node to report Ready before marking it schedulable again. This should help eliminate delays when pods need to relocate as the next node in line is evacuated. Happens near the end of the process, the only remaining task would be to mark it schedulable again so easy for admins to detect and recover from.
* | Merge pull request #3044 from mtnbikenc/docker-optionsJason DeTiberus2017-01-241-0/+3
|\ \ | | | | | | Add new option 'docker_selinux_enabled'
| * | Add new option 'openshift_docker_selinux_enabled'Russell Teague2017-01-241-0/+3
| | | | | | | | | | | | | | | Allows controlling 'selinux-enabled' docker options Can be set to true or false