summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-19Merge pull request #5809 from enoodle/set_use_manageiq_as_defaultScott Dodson
set use_manageiq true as default
2017-10-19Add nfs variables documentation to README fileZohar Galor
Add documentation of external nfs variables
2017-10-19Add installer checkpoint for prometheusZohar Galor
Add checkpoint steps for full cluster install and individual entry point playbook.
2017-10-19set use_manageiq as defaultErez Freiberger
2017-10-19Add variable to control whether NetworkManager hook is installedMichael Hanselmann
We control /etc/resolv.conf and parts of the dnsmasq configuration via Puppet in our environment. The hook ends up overwriting the managed configuration.
2017-10-19Avoid undefined variable in master sysconfig templateMichael Hanselmann
When "openshift_master_controllers_env_vars" is set, but "openshift_master_api_env_vars" isn't, the template for the sysconfig file of atomic-openshift-master fails: AnsibleUndefinedVariable: 'dict object' has no attribute 'api_env_vars' Avoid this issue by applying "default({})" to the dict and always calling ".items()".
2017-10-19Remove unused registry_volume_claim variableMichael Hanselmann
The "registry_volume_claim" variable has not been used since at least commit 7cf5cc1 (February 21, 2017) and this commit removes the last mention.
2017-10-19Allow cluster IP for docker-registry service to be setMichael Hanselmann
For historical reasons a small set of programs in our environments rely on the cluster-internal Docker registry having the IP address "172.30.1.1". So far we always had to patch in that address manually. Adding a variable on the "openshift_hosted" role allows the IP address to be set correctly when a cluster is installed.
2017-10-19Automatic commit of package [openshift-ansible] release [3.7.0-0.162.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-18Merge pull request #5763 from mgugino-upstream-stage/fix-master-config-upgradeScott Dodson
Remove unneeded master config updates during upgrades
2017-10-18Handle bootstrap behavior in GCP templateClayton Coleman
Allow each node group to request bootstrap, allow per node group image override, and ensure the provision logic does not wait for bootstrapping node groups before continuing. This is an incremental step to allow GCP clusters to use bootstrap logic on cluster deploy without having fully baked images. We will switch over slowly and ensure both code paths function.
2017-10-18Merge pull request #5804 from smarterclayton/increase_timeoutScott Dodson
Wait longer for GCP stability
2017-10-18Wait longer for stable GCP instancesClayton Coleman
We are seeing instances take longer than 5m to become available, possibly due to GCP infra issues.
2017-10-18Automatic commit of package [openshift-ansible] release [3.7.0-0.161.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-18Automatic commit of package [openshift-ansible] release [3.7.0-0.160.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-18Change to service-signer.crt for template_service_broker CA_BUNDLEstaebler
2017-10-18Use service-signer.crt for ca_bundle passed to clusterservicebrokerstaebler
2017-10-18Ensure upgrades apply latest journald settingsMichael Gugino
Currently, existing clusters might not have journald configurations applied. This may result in a rate- limiting of important log messages on openshift-masters. This commit ensures that journald settings are applied during the upgrade process openshif-masters. Fixes: https://github.com/openshift/openshift-ansible/issues/5642
2017-10-18Merge pull request #5789 from zgalor/fix_limit_typoScott Dodson
Fix typo in setting prom-proxy memory limit
2017-10-18[bz1501271] Attempt to use ami ssh user and default to ansible_ssh_user.Kenny Woodson
2017-10-18Merge pull request #5791 from zgalor/fix_selector_defaultScott Dodson
Fix pvc selector default to be empty dict instead of string
2017-10-18Fix undefined variable for master upgradesMichael Gugino
Currently, oreg_auth_credentials_replace is undefined during master upgrades. This commit ensures this variable is defined during upgrades.
2017-10-18Fix pvc selector default to be empty dict instead of stringZohar Galor
2017-10-18Merge branch 'docker-storage-setup' into openshift-ansible-sourceTomas Sedovic
2017-10-18Remove bash highlightTomas Sedovic
2017-10-18Revert the console hostname changeTomas Sedovic
We'll do it in a separate pull request.
2017-10-18Fix typo in setting prom-proxy memory limitZohar Galor
bz: https://bugzilla.redhat.com/show_bug.cgi?id=1493368
2017-10-18Merge branch 'master' into openstack-docsTomas Sedovic
2017-10-18Merge pull request #5361 from kwoodson/fix_bootstrap_filesScott Dodson
Provisioning updates.
2017-10-18Merge pull request #5459 from zgalor/nfs_fixScott Dodson
Fix prometheus role nfs
2017-10-18Merge pull request #5774 from mgugino-upstream-stage/docker-option-fixScott Dodson
Fix missing docker option signature-verification
2017-10-18Add Extra CAs (custom post-provision action) (#801)Tlacenka
* add cas: playbook adding new CAs created * add CAs: README updated, bug fixes * README: improvements * README: minor fixes * README: removed code snippet * README: fix
2017-10-18Add Flannel support (#814)Bogdan Dobrelya
* Add flannel support * Document Flannel SDN use case for a separate data network. * Add post install step for flannel SDN * Configure iptables rules as described for OCP 3.4 refarch https://access.redhat.com/documentation/en-us/reference_architectures/2017/html/deploying_red_hat_openshift_container_platform_3.4_on_red_hat_openstack_platform_10/emphasis_manual_deployment_emphasis#run_ansible_installer * Configure flannel interface options Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> * Use os_firewall from galaxy for required flannel rules For flannel SDN: * Add openshift-ansible as a galaxy dependency module. * Use openshift-ansible/roles/os_firewall to apply DNS rules for flanel SDN. * Apply the remaining advanced rules with direct iptables commands as os_firewall do not support advanced rules. * Persist only iptables rules w/o dynamic KUBe rules. Those are added runtime and need restoration after reboot or iptables restart. * Configure and enable the masked iptables service on the app nodes. Enable it to allow the in-memory rules to be persisted. Disable firewalld, which is the expected default behavior of the os_firewall module. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> * Allow access from nodes to masters' port 2379 when using flannel Flannel requires to gather information from etcd to configure and assign the subnets in the nodes, therefore, allow access from nodes to port 2379/tcp to the master security group. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2017-10-18Fix broken node labels when using with Vagrant 2.0 (#816)Rastislav Barlik
A broking change has been introduced in Vagrant 2.0 with this commit: https://github.com/hashicorp/vagrant/commit/ac75e409a3470897d56a0841a575e981d60e2e3d The change puts additional quotes around the node labels. As a fix, use different quoting mechanism for Vagrant >=2.0
2017-10-18Automatic commit of package [openshift-ansible] release [3.7.0-0.159.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-17Merge pull request #5785 from sdodson/tsb-rpm-fixScott Dodson
Updating openshift-ansible.spec file to include files dir
2017-10-17Updating openshift-ansible.spec file to include files dirScott Dodson
2017-10-17Do not remove files for bootstrap if resolv or dns.Kenny Woodson
2017-10-17Ensure proper variable templating for skopeo auth credentialsMichael Gugino
Currently, docker_image_availability.py plugin check is using the raw strings for variables from task_vars. This results in any variables that utilized within the plugin to be un-templated. For instance, if variable "x" is set to "{{ y }}" and y is set to "2", one would expect that x == 2 inside the plugin. Currently, the plugin will use the string "{{ y }}" for the value of x instead of templating the variable. This commit ensures skopeo registry auth credentials are templated properly. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1500698
2017-10-17Indentation errorsDylan Murray
2017-10-17bug 1489498. preserve replica and shard settingsJeff Cantrill
2017-10-17Bug 1503233 - Add liveness and readiness probe checks to ASB deploymentconfigDylan Murray
2017-10-17Merge pull request #5730 from sdodson/restart-controllersScott Dodson
Restart all controllers to force reconfiguration during upgrade
2017-10-17Merge pull request #5754 from ewolinetz/bz1501831Scott Dodson
Updating ES proxy image prefix and version to match other components
2017-10-17Remove unneeded master config updates during upgradesMichael Gugino
Currently, upgrade_control_plane.yml will add any missing sections to the openshift master's config. These additions are only needed once. Users who perform multiple upgrades to their clusters over time do not need to have these variables re-inserted. Currently, re-inserting these variables can cause unwanted local changes. This commit ensures that the variables are only inserted into openshift master's config once. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1486054
2017-10-17Merge pull request #5777 from wozniakjan/eventrouter_bug1501768Scott Dodson
Bug 1501768: fix eventrouter nodeSelector padding
2017-10-17Set servingInfo.clientCA to ca.crt during upgrade.Andrew Butcher
2017-10-17Merge pull request #5765 from abutcher/service-serving-cert-typoOpenShift Merge Robot
Automatic merge from submit-queue. Ensure controllerConfig.serviceServingCert is correctly set during upgrade. A typo was originally introduced in https://github.com/openshift/openshift-ansible/pull/2449 causing an incorrect key to be configured within the master config. This commit ensures that the correct key is set during upgrades. /cc @dlbewley https://bugzilla.redhat.com/show_bug.cgi?id=1500981
2017-10-17Rename ServiceBroker to ClusterServiceBroker for ansible_service_broker task.staebler
2017-10-17Merge pull request #5768 from giuseppe/crio-error-out-with-node-docker-containerOpenShift Merge Robot
Automatic merge from submit-queue. cri-o: error out when node is a Docker container Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1489555 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>