summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Use the proper pod subnet instead the services oneEduardo Minguez Perez2017-08-292-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4809 ?
* | | | | | | | | | | Merge pull request #5299 from jhadvig/dnf_issueScott Dodson2017-09-063-12/+22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Import dnf only if importing yum fails
| * | | | | | | | | | | openshift_checks aos_version: also check installed under yumLuke Meyer2017-09-063-17/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweaks to the logic around using yum vs dnf; now uses ansible_pkg_mgr to determine which is in effect for a host. Also, extended the yum logic to check installed packages in addition to available packages in the aos_version module so that disconnected installs and others with weird repo configs need not disable the package_version check.
| * | | | | | | | | | | Import dnf only if importing yum failsJakub Hadvig2017-09-051-6/+12
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #5202 from giuseppe/crio-additional-registriesOpenShift Bot2017-09-062-0/+14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | | cri-o: add support for additional registriesGiuseppe Scrivano2017-08-242-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support added to CRI-O with: https://github.com/kubernetes-incubator/cri-o/commit/a35727c80bd2a26613aae21db00628045cb9be24 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | | | | | | | | Merge pull request #5313 from sjenning/remove-experimental-cri-flagScott Dodson2017-09-061-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | remove experimental-cri flag from node config
| * | | | | | | | | | | | remove experimental-cri flag from node configSeth Jennings2017-09-061-2/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #5317 from sdodson/masterScott Dodson2017-09-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | Fix openshift_master_config_dir
| * | | | | | | | | | | | Fix openshift_master_config_dirScott Dodson2017-09-061-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | 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-0621-1/+1058
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create ansible role for deploying prometheus on openshift
| * | | | | | | | | | | | | Create ansible role for deploying prometheus on openshiftZohar Galor2017-09-0621-1/+1058
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #5307 from sdodson/bump_ansible_23Scott Dodson2017-09-063-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump ansible requirement to 2.3
| * | | | | | | | | | | | | | Bump ansible requirement to 2.3Scott Dodson2017-09-053-3/+3
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | | Automatic commit of package [openshift-ansible] release [3.7.0-0.125.0].Jenkins CD Merge Bot2017-09-052-2/+5
| |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | | | | | | | | | | Automatic commit of package [openshift-ansible] release [3.7.0-0.124.0].Jenkins CD Merge Bot2017-09-052-2/+26
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | | | | | | | | | Merge pull request #5300 from mtnbikenc/fix-ansible_syntax-checkScott Dodson2017-09-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | Fix ansible_syntax check
| * | | | | | | | | | | Fix ansible_syntax checkRussell Teague2017-09-051-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | 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 #5288 from mtnbikenc/etcd-entry-standardizationRussell Teague2017-09-036-40/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | Standardize etcd entry point playbooks
| * | | | | | | | | | | Standardize etcd entry point playbooksRussell Teague2017-09-016-40/+4
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #5287 from mtnbikenc/deprecation-checksOpenShift Bot2017-09-022-26/+61
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | | Adding deprecation checks to ansible_syntaxRussell Teague2017-09-012-26/+61
| | | | | | | | | | | |
* | | | | | | | | | | | 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 #5285 from mtnbikenc/breakout-master-configOpenShift Bot2017-09-015-10/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | | | Break out master config into stand-alone playbookRussell Teague2017-09-015-10/+9
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added byo/openshift-master/config.yml as a new entry point for performing master installation. Excluder disable/enable for master has been moved to common/openshift-master/config.yml to follow a standard pattern that could be used for both installation and scaleup playbooks.
* | | | | | | | | | | | Merge pull request #5282 from mtnbikenc/breakout-node-configOpenShift Bot2017-09-018-72/+39
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | | | Break out node config into stand-alone playbookRussell Teague2017-08-318-72/+39
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added byo/openshift-node/config.yml as a new entry point for performing node installation. This playbook must be run after masters have already been deployed. Excluder disable/enable for both nodes and masters has been moved their respective config.yml. This created a common pattern that could be used for both installation and scaleup playbooks.
* | | | | | | | | | | | Merge pull request #5283 from mtnbikenc/move-aio-failOpenShift Bot2017-09-012-7/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | | | Move all-in-one fail check to evaluate_groups.ymlRussell Teague2017-08-312-7/+10
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #5259 from mtnbikenc/fix-upgrade-auth-checkRussell Teague2017-08-311-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | [BZ1486450] Only run migrate auth for < 3.7
| * | | | | | | | | | | Only run migrate auth for < 3.7Russell Teague2017-08-291-0/+1
| | | | | | | | | | | |
* | | | | | | | | | | | 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
| | | | | | | | | | | | |