summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-17node_dnsmasq -- Set dnsmasq as our only nameserverScott Dodson
2016-11-17Allow users to disable the origin repo creationScott Dodson
2016-11-16Merge pull request #2819 from vishpat/ip-forwardingScott Dodson
Added ip forwarding for nuage
2016-11-16Merge pull request #2702 from jkhelil/fix_master_config_templateAndrew Butcher
Prevent useless master restart by reworking template for master service enf file
2016-11-16Merge pull request #2734 from dougbtv/openstack_timeout_optionJason DeTiberus
[openstack] allows timeout option for heat create stack
2016-11-16Merge pull request #2606 from abutcher/nuage-haproxy-portTim Bielawa
Add nuage rest server port to haproxy firewall rules.
2016-11-16Merge pull request #2636 from enlinxu/masterAndrew Butcher
Support 3rd party scheduler
2016-11-16Merge pull request #2803 from tbielawa/BZ1390849Scott Dodson
Fix metrics deployment in 3.4
2016-11-16Merge pull request #2815 from dgoodwin/yumCheckScott Dodson
Check for bad versions of yum and subscription-manager.
2016-11-16Merge pull request #2816 from mtnbikenc/docs-fixScott Dodson
[Docs] Best Practices Guide - Corrected syntax and typos
2016-11-16Merge pull request #2763 from yfauser/byo_cni_plugin_fixesAndrew Butcher
[#2698] Change to allow cni deployments without openshift SDN
2016-11-16Check for bad versions of yum and subscription-manager.Devan Goodwin
Use of yum and repoquery will output the given additional warning when using newer versions of subscription-manager, with older versions of yum. (RHEL 7.1) Installing/upgrading newer docker can pull this subscription-manager in resulting in problems with older versions of ansible and it's yum module, as well as any use of repoquery/yum commands in our playbooks. This change explicitly checks for the problem by using repoquery and fails early if found. This is run early in both config and upgrade.
2016-11-16Corrected syntax and typosRussell Teague
2016-11-16Merge pull request #2813 from lhuard1A/optimize_listJason DeTiberus
Optimize the cloud-specific list.yml playbooks
2016-11-16Merge pull request #2814 from lhuard1A/fix_gce_subnetJason DeTiberus
Fix GCE cluster creation
2016-11-16Fix GCE cluster creationLénaïc Huard
Attempting to create a GCE cluster when the `gce.ini` configuration file contains a non-default network leads to the following error: ``` TASK [Launch instance(s)] ****************************************************** fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Unexpected error attempting to create instance lenaic2-master-74f10, error: {'domain': 'global', 'message': \"Invalid value for field 'resource.networkInterfaces[0]': ''. Subnetwork should be specified for custom subnetmode network\", 'reason': 'invalid'}"} ``` The `subnetwork` parameter needs to be added and taken into account.
2016-11-16Optimize the cloud-specific list.yml playbooksLénaïc Huard
by removing the need to gather facts on all VMs in order to list them. And prettify the output of AWS list the same way it is done for other cloud providers.
2016-11-15Added ip forwarding for nuageVishal Patil
2016-11-15Merge pull request #2810 from sdodson/BZ1390913Scott Dodson
Add rolebinding-reader
2016-11-15Fix typoScott Dodson
2016-11-15Fix a few places where we're not specifying the admin kubeconfigScott Dodson
2016-11-15Add rolebinding-readerScott Dodson
Fixes Bug 1390913 Fixes BZ1390913
2016-11-15Add view permissions to hawkular saScott Dodson
2016-11-15Use multiple '-v's when creating the metrics deployer commandTim Bielawa
2016-11-14Merge pull request #2677 from ↵Scott Dodson
EricMountain-1A/fix_docker_fatal_selinux_4upstream-github Docker daemon is started prematurely.
2016-11-14Merge pull request #2802 from sdodson/image-stream-syncScott Dodson
Sync latest image stream and templates
2016-11-14Sync logging deployer changes from origin to enterpriseScott Dodson
Pulls in https://github.com/openshift/origin-aggregated-logging/commit/d40fd9b83a6f6c0fb962db8869e6a35ef4f72751 https://github.com/openshift/origin-aggregated-logging/commit/f55cf03231d3ff2c7c9f2b9c8a4e1c29b4535c9c
2016-11-14Docker daemon is started prematurely.Eric Mountain
Docker service is started prior to configuration changes being applied. The service is then not restarted by the handlers, so configuration changes are not applied. We now start the docker service only once all config changes have been made.
2016-11-14Sync latest enterprise/metrics-deployer.yamlScott Dodson
2016-11-14Sync latest s2i contentScott Dodson
2016-11-14Merge pull request #2562 from sdodson/etcd3Scott Dodson
etcd upgrade playbooks
2016-11-14Merge pull request #2794 from dgoodwin/no-fact-cacheScott Dodson
Fix HA upgrade when fact cache deleted.
2016-11-14Merge pull request #2798 from tbielawa/BZ1389137Tim Bielawa
Fix commit-offsets in version detection for containerized installs
2016-11-14Actually upgrade host etcdctl no matter whatScott Dodson
2016-11-14Make etcd containerized upgrade stepwiseScott Dodson
2016-11-14Fix commit-offsets in version detection for containerized installsTim Bielawa
* Applies the chomp_commit_offset logic to container version detection https://bugzilla.redhat.com/show_bug.cgi?id=1389137
2016-11-14Fix HA upgrade when fact cache deleted.Devan Goodwin
This variable is referenced in the systemd unit templates, this seems like the easiest and most consistent fix.
2016-11-14Merge pull request #2797 from abutcher/metrics-versionScott Dodson
Fix openshift_hosted_metrics_deployer_version set_fact.
2016-11-14Fix openshift_hosted_metrics_deployer_version set_fact.Andrew Butcher
2016-11-14Merge pull request #2793 from mtnbikenc/docker-fixScott Dodson
Added dependency of os_firewall to docker role
2016-11-14Added dependency of os_firewall to docker roleRussell Teague
The docker role requires iptables-services to be installed. Added dependency on so_firewall role to ensure the iptables service is installed first. Currently this will only work with iptables and not with firewalld. * Added allow_duplicates to os_firewall role meta * Removed unused task from docker/tasks * Corrected os_firewall Defaults in README
2016-11-14Add updates for containerizedScott Dodson
2016-11-14Add etcd upgrade for RHEL and FedoraScott Dodson
On Fedora we just blindly upgrade to the latest. On RHEL we do stepwise upgrades 2.0,2.1,2.2,2.3,3.0
2016-11-14Drop /etc/profile.d/etcdctl.shScott Dodson
Includes bash functions for etcdctl2 and etcdctl3 which provide reasonable defaults for etcdctl functions on a host that's configured with openshift_etcd.
2016-11-14Move backups to a separate file for re-useScott Dodson
2016-11-12Uninstall etcd3 packageScott Dodson
2016-11-11Merge pull request #2770 from mtnbikenc/docker-fixRussell Teague
Resolve docker and iptables service dependencies
2016-11-11Resolve docker and iptables service dependenciesRussell Teague
The docker service adds rules to the iptables configuration to support proper network functionality for running containers. If the service is started prior to iptables, these rules are not properly created. * Ensure iptables is started prior to docker Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1390835
2016-11-10Merge pull request #2783 from tbielawa/aoioutputTim Bielawa
Enable quiet output for all a-o-i commands
2016-11-10Merge pull request #2600 from mscherer/python3_portingScott Dodson
Port openshift_facts to py3