summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* remove experimental-cri flag from node configSeth Jennings2017-09-061-2/+0
|
* Merge pull request #5306 from mgugino-upstream-stage/fix-master-systemd-unitsOpenShift Bot2017-09-061-1/+1
|\ | | | | Merged by openshift-bot
| * Fix: set openshift_master_config_dir to the correct value.Michael Gugino2017-09-051-1/+1
| | | | | | | | | | | | | | Previous commit set 'openshift_master_config_dir' to '/var/lib/origin' if undefined during upgrades. This commit sets value to the proper directory '/etc/origin'
* | Merge pull request #4509 from zgalor/prometheus-roleScott Dodson2017-09-0617-0/+1028
|\ \ | | | | | | Create ansible role for deploying prometheus on openshift
| * | Create ansible role for deploying prometheus on openshiftZohar Galor2017-09-0617-0/+1028
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | A new role for installing prometheus on openshift. Depends on `openshift_hosted_prometheus_deploy` flag role creates: - prometheus namespace - prometheus clusterrolebinding and service account - pvs for prometheus, alertmanager and alertbuffer for internal nfs - prometheus pod with prometheus behind oauth-proxy, alertmanager and alert-buffer behind oauth-proxy - prometheus and alertmanager configmaps - prometheus and alerts services and direct routes - prometheus, alertmanager and alert-buffer pvcs
* | Merge pull request #5102 from ilackarms/fix-pv-templateScott Dodson2017-09-062-3/+7
|\ \ | | | | | | only evaluate openshift_cfme_nfs_server if using nfs
| * | skip openshift_cfme_nfs_server if not using nfsScott Weiss2017-09-032-3/+7
| | |
* | | Merge pull request #5277 from ingvagabund/update-env-in-etcd-confScott Dodson2017-09-061-3/+23
|\ \ \ | | | | | | | | update env in etcd.conf.j2 to reflect the latest naming
| * | | update env in etcd.conf.j2 to reflect the latest namingJan Chaloupka2017-08-311-3/+23
| | | |
* | | | Merge pull request #3536 from giuseppe/system-containers-skopeoOpenShift Bot2017-09-052-4/+4
|\ \ \ \ | |_|_|/ |/| | | Merged by openshift-bot
| * | | oc_atomic_container: support Skopeo outputGiuseppe Scrivano2017-03-022-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we are working on using Skopeo to copy images to the OSTree storage. The output from atomic will be slightly different. Support also the new version. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | Merge pull request #5279 from kwoodson/repos_accept_name_or_idKenny Woodson2017-09-041-1/+1
|\ \ \ \ | |_|_|/ |/| | | Adding another default to protect against missing name/desc
| * | | Adding another default to protect against missing name/descKenny Woodson2017-08-311-1/+1
| | | |
* | | | Merge pull request #5287 from mtnbikenc/deprecation-checksOpenShift Bot2017-09-021-1/+1
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Adding deprecation checks to ansible_syntaxRussell Teague2017-09-011-1/+1
| |/ / /
* | | | Merge pull request #5261 from mgugino-upstream-stage/remove-dns-openshift-factsOpenShift Bot2017-09-019-170/+0
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Removed dns roleMichael Gugino2017-08-319-170/+0
| | | | | | | | | | | | | | | | | | | | This commit removes now-unused dns role.
* | | | | Merge pull request #5260 from ↵OpenShift Bot2017-09-014-18/+12
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | mgugino-upstream-stage/remove-clock-from-openshift-facts Merged by openshift-bot
| * | | | Remove meta depends from clockMichael Gugino2017-08-294-18/+12
| | | | | | | | | | | | | | | | | | | | This role removes openshift_fact meta depends from clock role.
* | | | | Merge pull request #5168 from bacek/fix_glusterfs_firewallKenny Woodson2017-08-311-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Fix typo in variable names for glusterfs firewall configuration
| * | | | Fix typo in variable names for glusterfs firewall configurationVasily Chekalkin2017-08-311-2/+2
| | | | |
* | | | | Merge pull request #5035 from ↵Rodolfo Carvalho2017-08-311-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Miciah/openshift_checks-ignore-hidden-files-in-checks-directory openshift_checks: ignore hidden files in checks dir
| * | | | | openshift_checks: ignore hidden files in checks dirMiciah Masters2017-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | load_checks: Ignore hidden files when scanning the directory for checks.
* | | | | | Merge pull request #5271 from sosiouxme/20170830-disk-avail-bugRodolfo Carvalho2017-08-311-4/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | disk_availability: fix bug where msg is overwritten
| * | | | | | disk_availability: fix bug where msg is overwrittenLuke Meyer2017-08-301-4/+1
| | | | | | |
* | | | | | | Merge pull request #5189 from wozniakjan/logging_purge_uninstallOpenShift Bot2017-08-313-3/+13
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Merged by openshift-bot
| * | | | | | Bug 1467265 - logging: add 'purge' option with uninstallJan Wozniak2017-08-243-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The common uninstall would keep PVC around to prevent unwanted data loss during reinstalls. There is a scenario where the user may want complete removal of EFK stack including PVC. This change adds an optional `openshift_logging_purge_logging` variable to completely remove the EFK stack. By default, this is set to 'False' and only works if user sets `openshift_logging_install_logging` to 'False' to initiate the uninstallation process.
* | | | | | | Merge pull request #5247 from mgugino-upstream-stage/fix-master-upgradesOpenShift Bot2017-08-302-3/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | Fix openshift_master upgradeMichael Gugino2017-08-292-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, openshift_master upgrade play imports tasks directly from the openshift_master role. This method does not honor role defaults. This commit changes sets openshift_master_config_dir if undefined.
* | | | | | | | Merge pull request #5270 from kwoodson/etcd_firewall_defaultsKenny Woodson2017-08-301-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | etcd role will default to global firewall settings when set.
| * | | | | | | | Added firwall defaults to etcd role.Kenny Woodson2017-08-301-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #5230 from kwoodson/openshift_node_bootstrapOpenShift Bot2017-08-3016-322/+320
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Merged by openshift-bot
| * | | | | | | | Merging openshift_node with openshift bootstrap.Kenny Woodson2017-08-2916-323/+321
| | | | | | | | |
* | | | | | | | | Merge pull request #5258 from ozdanborne/update-calicoScott Dodson2017-08-302-2/+2
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Update calico to v2.5
| * | | | | | | | Update calico to v2.5Dan Osborne2017-08-292-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5245 from ewolinetz/fix_oc_serviceScott Dodson2017-08-303-48/+22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Updating openshift_service_catalog to use oc_service over oc_obj to r…
| * | | | | | | | Updating openshift_service_catalog to use oc_service over oc_obj to resolve ↵Eric Wolinetz2017-08-283-48/+22
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | idempotency issues being seen from rerunning role
* | | | | | | | Merge pull request #4568 from simon3z/cfme-nfs-directoryScott Dodson2017-08-304-3/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | openshift_cfme: add nfs directory support
| * | | | | | | | openshift_cfme: add nfs directory supportFederico Simoncelli2017-06-234-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
* | | | | | | | | Merge pull request #5228 from sosiouxme/20170825-timeout-skopeoRodolfo Carvalho2017-08-301-1/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | docker_image_availability: timeout skopeo inspect
| * | | | | | | | | docker_image_availability: timeout skopeo inspectLuke Meyer2017-08-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set a 10 second timeout when using skopeo to inspect remote registries, so that it does not wait for a tcp timeout to fail if they are unreachable.
* | | | | | | | | | Merge pull request #5229 from sdodson/fix-containerized-etcdv3-migrationScott Dodson2017-08-301-0/+9
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix scaleup on containerized installations
| * | | | | | | | | | Fix scaleup on containerized installationsScott Dodson2017-08-251-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The output from member add had quotes added that caused etcd to fail. Also there were some places that needed to have retries added because containerized start/stop/restart are slower than rpm based installs.
* | | | | | | | | | | Revert "logging set memory request to limit"Scott Dodson2017-08-295-11/+1
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #5119 from jcantrill/logging_memory_same_as_limitScott Dodson2017-08-295-1/+11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | logging set memory request to limit
| * | | | | | | | | | logging set memory request to limitJeff Cantrill2017-08-235-1/+11
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #5184 from jcantrill/bz1480878_default_logging_pvc_sizeScott Dodson2017-08-291-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | bug 1480878. Default pvc for logging
| * | | | | | | | | | | bug 1480878. Default pvc for loggingJeff Cantrill2017-08-231-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #5219 from jcantrill/bz1480988_kibana_ops_linksScott Dodson2017-08-293-0/+20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | annotate the infra projects for logging to fix bz1480988
| * | | | | | | | | | | | annotate the infra projects for logging to fix bz1480988Jeff Cantrill2017-08-283-0/+20
| | | | | | | | | | | | |