summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-25Remove pause from master service startupRussell Teague
Fixes 1505537 https://bugzilla.redhat.com/show_bug.cgi?id=1505537
2017-10-25Merge pull request #5848 from zgalor/pvc_default_alignScott Dodson
Change default in prometheus storage type to emptydir
2017-10-25Add master config upgrade hook to upgrade-all playsMichael Gugino
Currently, in 1.5, 3.6, 1.7 upgrade-all plays, control plane upgrades are not called correctly. This commit ensures the master config hook is appropriately applied during these upgrades to match the steps in control plane only upgrades. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1486054
2017-10-25Remove 'Not Started' status from playbook checkpointRussell Teague
Playbook status should only be reported for phases that have completed or which have been started. Reporting 'Not Started' could be confusing when running playbooks that do not have an 'installer phase'. Fixes #5675
2017-10-25Merge pull request #5857 from wozniakjan/bz_1491636/logging/nodeselectorOpenShift Merge Robot
Automatic merge from submit-queue. Bug 1491636 - honor node selectors The deprecation of `*_hosted_*` vars made logging node selectors set in the inventory to be ignored. Node selectors were set as 'facts' and they have higher priority than inventory variables. Setting logging node selectors could be achieved only by using command line --extra-vars. It is related to the same BZ as https://github.com/openshift/openshift-ansible/pull/5858 but the issue is different.
2017-10-25Automatic commit of package [openshift-ansible] release [3.7.0-0.178.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-24Merge pull request #5787 from zgalor/image_prefixOpenShift Merge Robot
Automatic merge from submit-queue. Split prometheus image defaults to prefix and version To allow easier testing and deployment from different repos, image defaults were split to prefix and version that can be set externally. bz: https://bugzilla.redhat.com/show_bug.cgi?id=1493431
2017-10-24Merge pull request #5780 from ↵OpenShift Merge Robot
smarterclayton/allow_per_node_group_bootstrap_and_image Automatic merge from submit-queue. Handle bootstrap behavior in GCP template 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. Then we can remove this as necessary. For metadata, we set the cluster id and bootstrap state into instance metadata. On GCP, we'll use project metadata to set the bootstrap kubeconfig file and a startup-script to call it (not in a PR yet). Pairs with openshift/origin-gce#54 @kwoodson
2017-10-24Merge pull request #5700 from wozniakjan/bz_1452939OpenShift Merge Robot
Automatic merge from submit-queue. Bug 1452939 - change imagePullPolicy in logging and metrics cc: @jcantrill
2017-10-24Merge pull request #5806 from staebler/service_catalog_uninstall_issuesOpenShift Merge Robot
Automatic merge from submit-queue. Fix a few small issues in service catalog uninstall * Service catalog install was not re-creating the apiserver.crt and apiserver.key files when generating certs. But the ca.crt and ca.key files were being re-created. This was causing non-verifiable certs to be used when service catalog was uninstalled and re-installed. The service catalog installer was changed to delete the apiserver.crt and apiserver.key files so that they are re-created using the new ca.crt and ca.key files. * The asb auth token secret was not being deleted correctly and causing the uninstaller to fail. * The asb uninstaller was attempting to delete the broker registration from the service catalog. However, the service catalog is uninstalled first. When the asb uninstaller would fail when attempting to delete the ClusterServiceBroker. The uninstaller was changed to verify that the servicecatalog APIService exists first before attempting to delete the ClusterServiceBroker. * The service catalog uninstaller was attempting to delete policybindings. The server does not have a resource type name policybinding. I do not know what the intention is there, but I have commented out that part of the uninstaller.
2017-10-24Merge pull request #5814 from mgugino-upstream-stage/docker-auth-upgradesOpenShift Merge Robot
Automatic merge from submit-queue. Enable oreg_auth credential replace during upgrades Currently, upgrades run a docker image pull prior to upgrading masters and nodes for containerized installs. If using a secure registry, and a user wishes to upgrade their credentials due to expiry, the image pull will fail. This commit ensures docker login credentials are updated during upgrades, if necessary. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1503995
2017-10-24Merge pull request #5828 from mgugino-upstream-stage/fix-openid-challengeScott Dodson
Remove incorrect validation for OpenIDIdentityProvider
2017-10-24Fix loop_var warnings during logging installMichael Gugino
Currently, install_logging.yml in openshift_logging role loops over other roles. This creates a collision with the keyword 'item' in those roles. This commit adds the loop_var as suggested by ansible warnings.
2017-10-24Merge pull request #5840 from staebler/service_catalog_role_patchingOpenShift Merge Robot
Automatic merge from submit-queue. Fix edit and admin role patching for service catalog Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1496694. Update the jinja files used to patch the edit and admin ClusterRoles so that it uses the new resource names of ServiceInstances and ServiceBindings.
2017-10-24Change default in prometheus storage type to emptydirZohar Galor
Only create pvcs when openshift_prometheus_<alertmanager|buffer>_storage_type==pvc By default deployment will use emptydir. Add some documentation and examples. bz: https://bugzilla.redhat.com/show_bug.cgi?id=1495446
2017-10-24Split prometheus image defaults to prefix and versionZohar Galor
To allow easier testing and deployment from different repos, image defaults were split to prefix and version that can be set externally. bz: https://bugzilla.redhat.com/show_bug.cgi?id=1493431
2017-10-24Merge pull request #5838 from ↵Jan Chaloupka
ingvagabund/strip-dash-when-comparing-versions-python3 strip dash when comparing version with Python3
2017-10-24Merge pull request #5796 from mgugino-upstream-stage/journald-masters-upgradesOpenShift Merge Robot
Automatic merge from submit-queue. Ensure upgrades apply latest journald settings 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-24Bug 1491636 - honor node selectorsJan Wozniak
The deprecation of `*_hosted_*` vars made logging node selectors set in the inventory to be ignored. Node selectors were set as 'facts' and they have higher priority than inventory variables. Setting logging node selectors could be achieved only by using command line --extra-vars.
2017-10-24Fix typo and add detailed comments in kuryrSeungcheol Ko
2017-10-24Automatic commit of package [openshift-ansible] release [3.7.0-0.177.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-23Merge pull request #5808 from zgalor/stateful_setScott Dodson
Switch to stateful set in prometheus
2017-10-23Sync latest imagestreams and templatesScott Dodson
2017-10-23Merge pull request #5569 from ganhuang/all-hosts-no-proxyScott Dodson
Generate internal hostnames of no_proxy
2017-10-23Merge pull request #5832 from sdodson/bz1504525Scott Dodson
Correct version gates on policy reconciliation and add retries
2017-10-23Add iptables rules for flannelIvan Chavero
[WIP] When using flannel there are iptables rules that need to be added as stated here: https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/deploying_red_hat_openshift_container_platform_3.4_on_red_hat_openstack_platform_10/#run_ansible_installer Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1493955
2017-10-23Merge pull request #5654 from vshn/mastersysconfigvar1OpenShift Merge Robot
Automatic merge from submit-queue. Avoid undefined variable in master sysconfig template 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-23Merge pull request #5781 from mgugino-upstream-stage/fix-reg-auth-templatingScott Dodson
Ensure proper variable templating for skopeo auth credentials
2017-10-23Merge pull request #5811 from zgalor/add_nfs_to_readmeScott Dodson
Add nfs variables documentation to README file
2017-10-23Merge pull request #5845 from ingvagabund/check-correct-master-servicesScott Dodson
Check if the master service is non-ha or not
2017-10-23Merge pull request #5822 from ewolinetz/bz1504191Scott Dodson
Updating to use same image as origin until enterprise image is built
2017-10-23Remove base package installMichael Gugino
Currently, base atomic-openshift package is installed for versioning. This doesn't appear to be necessary. This commit removes this step. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1504196
2017-10-23Merge pull request #5453 from giuseppe/use-docker-cli-image-if-already-availableOpenShift Merge Robot
Automatic merge from submit-queue. cli: do not pull again the image when using Docker When CRI-O is used and the CLI image is already pulled into Docker then use it also for copying the CLI files to the host instead of pulling it once again in the ostree storage. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-10-23Check if the master service is non-ha or notJan Chaloupka
2017-10-23Merge pull request #5844 from mtnbikenc/fix-1504515Scott Dodson
1504515 Correct host group for controller restart
2017-10-23Correct host group for controller restartRussell Teague
Fixes 1504515 https://bugzilla.redhat.com/show_bug.cgi?id=1504515
2017-10-23Merge pull request #5843 from ingvagabund/set-the-correct-etcd-ip-addressScott Dodson
Set the proper external etcd ip address when migrating embeded etcd
2017-10-23Automatic commit of package [openshift-ansible] release [3.7.0-0.176.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-23Set the proper external etcd ip address when migrating embeded etcdJan Chaloupka
2017-10-23Remove extraneous spaces that yamllint dislikesstaebler
2017-10-23Merge pull request #5241 from hansmi/masterScott Dodson
Add variable to control whether NetworkManager hook is installed
2017-10-23Add role to configure project request templateMichael Hanselmann
The OpenShift master role already supports changing the master configuration to refer to a project template, but there's no way to manage that template directly. This role adds the necessary code to generate a default template and to apply customizations using the "yedit" module.
2017-10-23Merge pull request #5818 from ashcrow/1503860OpenShift Merge Robot
Automatic merge from submit-queue. docker: Move enterprise registry from pkg to main
2017-10-23Merge pull request #5761 from fabianvf/asb-client-secret-not-foundScott Dodson
Bug 1496426 - Update ansible-service-broker configuration to use proper certs and permissions
2017-10-23Fix edit and admin role patching for service catalogstaebler
2017-10-23etcd: remove hacks for the system containerGiuseppe Scrivano
Use ADDTL_MOUNTS to add a bind mount to the etcd configuration. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-10-23Switch to stateful set in prometheusZohar Galor
Also update prometheus and alert-buffer image versions, and add prometheus, and oauth-proxy arguments to align with origin template
2017-10-23Merge pull request #5813 from ashcrow/1503903OpenShift Merge Robot
Automatic merge from submit-queue. Always ensure atomic.conf is configured for system containers. A new openshift_atomic role has been created for atomic specific tasks. The first task added is proxy which handles updating /etc/atomic.conf to ensure the proper proxy configuration is configured. This task file is then included (via include_role) in system container related task files. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1503903
2017-10-23strip dash when comparing version with Python3Jan Chaloupka
2017-10-23cli: use the correct name for the master system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>