summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Removed atomic host checkKenny Woodson2016-01-121-4/+0
|
* Merge pull request #1148 from LutzLange/masterBrenton Leanhardt2016-01-122-5/+3
|\ | | | | Fix for providing cloud-provider arguments with multiline yaml capability
| * - sqashed to one commitLutz Lange2016-01-122-5/+3
| |
* | Switch to using hostnamectl as it works on atomic and rhel7Scott Dodson2016-01-111-1/+2
| |
* | Merge pull request #1097 from sdodson/containersBrenton Leanhardt2016-01-115-84/+4
|\ \ | | | | | | Always pull images
| * | Set the cli image to match osm_image in openshift_cli roleScott Dodson2016-01-111-0/+1
| | |
| * | Always pull docker imagesScott Dodson2016-01-075-84/+3
| | |
* | | Merge pull request #1151 from mwoodson/host_monitoringMatt Woodson2016-01-114-86/+31
|\ \ \ | | | | | | | | host monitoring: combined pcp and zagg client into host monitoring
| * | | added the rhe7-host-monitoring service fileMatt Woodson2016-01-111-0/+74
| | | |
| * | | oso_host_monitoring role: removed the f22 and zagg client, replaced it with ↵Matt Woodson2016-01-074-130/+1
| | | | | | | | | | | | | | | | oso-rhel7-host-monitoring container
* | | | Merge pull request #1128 from lhuard1A/bin_cluster_ose_3.1Thomas Wiest2016-01-112-2/+18
|\ \ \ \ | | | | | | | | | | Make bin/cluster able to spawn an OSE 3.1 cluster
| * | | | Make bin/cluster able to spawn OSE 3.1 clustersLénaïc Huard2016-01-082-2/+18
| | | | |
* | | | | Bug 1296388 - fixing typoBrenton Leanhardt2016-01-081-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #1129 from brenton/manageiqBrenton Leanhardt2016-01-071-2/+2
|\ \ \ \ | | | | | | | | | | Bug 1296388 - The playbook still configure ManageIQ when openshift_us…
| * | | | Bug 1296388 - The playbook still configure ManageIQ when ↵Brenton Leanhardt2016-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | openshift_use_manageiq is false
* | | | | Add a banner to CLI wrapper instructing users that it's only for bootstrappingScott Dodson2016-01-071-1/+15
| |_|_|/ |/| | | | | | | | | | | Also remove -a STDIN,STDOUT,STDERR that's the default
* | | | Merge pull request #1115 from sdodson/bz1295677Brenton Leanhardt2016-01-071-8/+1
|\ \ \ \ | | | | | | | | | | Fix multi-word arguments & cli wrapper stdin plumbing
| * | | | Fix multi-word arguments & cli wrapper stdin plumbingScott Dodson2016-01-061-8/+1
| | |_|/ | |/| | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/1295677 Fixes `echo "foo" | oc create -f -`
* | | | Install gluster and ceph packages when containerized but not atomicScott Dodson2016-01-072-2/+2
| |/ / |/| | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1296022
* | | Update openshift_facts config_base for Online deploymentsWesley Hearn2016-01-071-2/+2
| | |
* | | Merge pull request #1123 from brenton/manageiqBrenton Leanhardt2016-01-062-1/+31
|\ \ \ | | | | | | | | We can't enable manageiq for installations less than OSE 3.1 or Origi…
| * | | We can't enable manageiq for installations less than OSE 3.1 or Origin 1.1Brenton Leanhardt2016-01-062-1/+31
| |/ / | | | | | | | | | This is because 'oadmn policy add-scc-to-user' didn't exist in 3.0
* | | Merge pull request #1113 from lhuard1A/fix_subscriptionThomas Wiest2016-01-061-1/+9
|\ \ \ | | | | | | | | Fix RHN subscription by explicitly attaching to the right pool
| * | | Fix RHN subscription by explicitly attaching to the right poolLénaïc Huard2016-01-061-1/+9
| | |/ | |/|
* | | Merge pull request #1018 from abutcher/secretsBrenton Leanhardt2016-01-064-7/+73
|\ \ \ | | | | | | | | Clean up idempotency issues with session secrets.
| * | | Move extra secret validations into openshift_facts.Andrew Butcher2016-01-062-13/+15
| | | |
| * | | openshift_facts validationAndrew Butcher2016-01-042-9/+54
| | | |
| * | | Secrets validation.Andrew Butcher2016-01-041-2/+12
| | | |
| * | | Clean up idempotency issues with session secrets.Andrew Butcher2016-01-043-5/+14
| | | |
* | | | Remove not is_containerized restriction on storage plugin includes.Andrew Butcher2016-01-061-3/+2
| |_|/ |/| |
* | | Merge pull request #1109 from abutcher/equal-signBrenton Leanhardt2016-01-051-1/+1
|\ \ \ | |_|/ |/| | Fix typo in etcd service status fact.
| * | Fix typo in etcd service status fact.Andrew Butcher2016-01-041-1/+1
| | |
* | | Merge pull request #1105 from EricMountain-1A/fix-restart-docker-handlerBrenton Leanhardt2016-01-043-4/+10
|\ \ \ | | | | | | | | Fix Docker restart handling
| * | | Fixes typo assigning docker_service_status_changed which leads to ↵Eric Mountain2015-12-293-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | misinterpretation in handler. Fixes Docker restart handling to ensure openshift_docker role does restart Docker on change.
* | | | Merge pull request #1110 from abutcher/argsBrenton Leanhardt2016-01-041-2/+2
|\ \ \ \ | | | | | | | | | | Fix osm_controller_args and osm_api_server_args settings.
| * | | | Fix osm_controller_args and osm_api_server_args settings.Andrew Butcher2016-01-041-2/+2
| | |/ / | |/| |
* | | | Merge pull request #1050 from enoodle/propose_manageiq_as_defaultBrenton Leanhardt2016-01-041-1/+1
|\ \ \ \ | |/ / / |/| | | Propose adding ManageIQ service account by default
| * | | Adding ManageIQ service account by defaultenoodle2015-12-301-1/+1
| |/ / | | | | | | | | | Signed-off-by: enoodle <efreiber@redhat.com>
* | | Merge pull request #1101 from sdodson/bz1292684Brenton Leanhardt2016-01-041-1/+1
|\ \ \ | | | | | | | | Install iptables, iptables-services when not is_aotmic
| * | | Install iptables, iptables-services when not is_aotmicScott Dodson2015-12-221-1/+1
| | | |
* | | | Merge pull request #951 from abutcher/nfsWesley Hearn2016-01-048-3/+154
|\ \ \ \ | |_|_|/ |/| | | NFS for registry storage
| * | | Create nfs host group with registry volume attachment.Andrew Butcher2015-12-158-3/+154
| | | |
* | | | Fix restart handlers.Andrew Butcher2015-12-266-10/+10
| |_|/ |/| |
* | | Merge pull request #1096 from git001/masterBrenton Leanhardt2015-12-242-0/+8
|\ \ \ | | | | | | | | Add the new metrics and logging urls v2
| * | | add the necessary URLs for logging and metricsgit0012015-12-222-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add the necessary URLs for logging and metrics use the dict in the right way add the new variables into the hosts file add the new variables into the hosts file add the new variables into the hosts file Adopted the config text
* | | | Merge pull request #1094 from abutcher/notifyBrenton Leanhardt2015-12-243-2/+9
|\ \ \ \ | | | | | | | | | | Reset Type=notify for controllers service
| * | | | Conditionalize for 3.1.1/1.1.1Andrew Butcher2015-12-182-0/+9
| | | | |
| * | | | Use notify for workaround controllers unit.Andrew Butcher2015-12-182-3/+1
| |/ / /
* | | / Install all xpaas streams when enabledScott Dodson2015-12-221-1/+1
| |_|/ |/| |
* | | Merge pull request #808 from sdodson/containersBrenton Leanhardt2015-12-1956-117/+674
|\ \ \ | |/ / |/| | Containerized install with SDN support