summaryrefslogtreecommitdiff
path: root/playbooks
AgeCommit message (Collapse)Author
2017-05-09Remove vim configuration from Python filesRodolfo Carvalho
In a project where contributors are free to use whatever editor they want and we have linting tools that verify the proper formatting of Python files, it should not be required to have a vim-specific line in Python files.
2017-05-04Merge pull request #4077 from ingvagabund/move-etcdctl-profiles-to-etcd-commonJan Chaloupka
move etcdctl.yml from etcd to etcd_common role
2017-05-04Merge pull request #4044 from mtnbikenc/clean-cacheOpenShift Bot
Merged by openshift-bot
2017-05-03Ensure repo cache is clean on the first runRussell Teague
The openshift_repos role is modified to clean the repo cache on first run to ensure a clean cache in the situation where the repo files have been changed manually, such as just prior to upgrades.
2017-05-03move etcdctl.yml from etcd to etcd_common roleJan Chaloupka
2017-05-02Merge pull request #4038 from mtnbikenc/upgrade-refactorOpenShift Bot
Merged by openshift-bot
2017-05-02Merge pull request #4045 from kwoodson/normalize_groupsOpenShift Bot
Merged by openshift-bot
2017-05-02Merge pull request #4053 from abutcher/rhsub-sans-std-includeOpenShift Bot
Merged by openshift-bot
2017-05-02etcd Upgrade RefactorRussell Teague
* Renaming etcd_hosts_to_* to oo_etcd_hosts_to* * Moving host group evaluation to evaluate_groups.yml * Removing duplicate evaluate_groups.yml usage
2017-05-02v3.3 Upgrade RefactorRussell Teague
2017-05-02v3.4 Upgrade RefactorRussell Teague
2017-05-02v3.5 Upgrade RefactorRussell Teague
2017-05-02v3.6 Upgrade RefactorRussell Teague
2017-05-02Merge pull request #4034 from ↵Jan Chaloupka
ingvagabund/move-excluder-verification-code-under-excluders-role [RFE] move excluder upgrade validation tasks under openshift_excluder role
2017-05-01Remove std_include from playbooks/byo/rhel_subscribe.ymlAndrew Butcher
2017-05-01Normalizing groups.Kenny Woodson
2017-05-01Don't double quote when conditionsScott Dodson
2017-05-01Remove jinja template delimeters from when conditionsScott Dodson
In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
2017-04-30Merge pull request #3817 from ingvagabund/polish-etcd-roleJan Chaloupka
Refactor etcd roles
2017-04-28move excluder upgrade validation tasks under openshift_excluder roleJan Chaloupka
2017-04-28Refactor etcd rolesJan Chaloupka
- introduce block and simplify when conditions - introduce config.yml so the self-standing etcd role can be run (e.g. to test etcd cluster deployment) - remove empty task files - skip dependency on openshift_etcd_ca - replace cert paths with their appropriate variables
2017-04-27Merge pull request #3951 from lhuard1A/fix_bin_cluster_no_glusterfsOpenShift Bot
Merged by openshift-bot
2017-04-25Merge pull request #3860 from sdodson/backup-v3-dataOpenShift Bot
Merged by openshift-bot
2017-04-24Differentiate between service serving router certificate and custom ↵Andrew Butcher
openshift_hosted_router_certificate when replacing the router certificate.
2017-04-20Don't check excluder versions when they're not enabledScott Dodson
2017-04-19Merge pull request #3936 from mtnbikenc/fix-ca-pathsRussell Teague
BZ 1442942: Fix paths for file includes
2017-04-19Fix cluster creation with `bin/cluster` when there’s no glusterfs nodeLénaïc Huard
2017-04-18Merge pull request #3948 from mtnbikenc/metrics-fixScott Dodson
Create openshift-metrics entrypoint playbook
2017-04-18Create openshift-metrics entrypoint playbookRussell Teague
2017-04-18Minor v3.6 upgrade docs fixesRussell Teague
2017-04-17Merge pull request #3793 from jarrpa/glusterfs-registryOpenShift Bot
Merged by openshift-bot
2017-04-17Fix paths for file includesRussell Teague
2017-04-13Merge pull request #3900 from mtnbikenc/refactor-network-managerOpenShift Bot
Merged by openshift-bot
2017-04-12Standardize use of byo and common for network_manager.ymlRussell Teague
2017-04-12Refactor initialize groups tasksRussell Teague
Two tasks for initializing group names for the byo playbooks was located in the common folder in the std_include.yml file. Byo dependencies should not be in the common folder. The two tasks have been removed from common/openshift-cluster/std_include.yml to a new file byo/openshift-cluster/initialize_groups.yml. All references where these tasks were included from either std_include.yml or other various files have been updated to use the byo initialize_groups.yml. The methodology implemented follows the pattern of having groups set up in byo then calling out to playbooks in common, which are common to all deployments.
2017-04-12Merge pull request #3891 from mtnbikenc/refactor-dockerOpenShift Bot
Merged by openshift-bot
2017-04-12Merge pull request #3897 from kwoodson/upgrade_r_and_rOpenShift Bot
Merged by openshift-bot
2017-04-11Merge pull request #3899 from mtnbikenc/fix-common-refsOpenShift Bot
Merged by openshift-bot
2017-04-11Merge pull request #3892 from mtnbikenc/refactor-oo-option-factsOpenShift Bot
Merged by openshift-bot
2017-04-11Fixed spelling mistake.Kenny Woodson
2017-04-11Merge pull request #3691 from wongma7/efsOpenShift Bot
Merged by openshift-bot
2017-04-10Cleanup comments and remove extraneous tasksScott Dodson
2017-04-10Store backups in /var/lib/etcd/openshift-backupScott Dodson
Because containerized installs don't mount /var/lib/origin and we switched to running the backup inside the container that meant that we were backing up the etcd data into a directory inside the container filesystem. Since we have no other volume mounted we need to backup into /var/lib/etcd.
2017-04-10Remove unnecessary folder refsRussell Teague
2017-04-10Integrate GlusterFS into OpenShift installationJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-04-10GlusterFS playbook and roleJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-04-10Switching commands for modules during upgrade of router and registry.Kenny Woodson
2017-04-10Refactor use of initialize_oo_option_facts.ymlRussell Teague
2017-04-10Refactor docker upgrade playbooksRussell Teague
The playbooks were crossing byo/common boundaries for task includes. This moves all 'common' files/tasks into the 'common' folder.
2017-04-07Merge pull request #3871 from mtnbikenc/fix-iptables-checkOpenShift Bot
Merged by openshift-bot