summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-24Merge pull request #6749 from sdodson/allow-5-etcd-masterScott Dodson
Allow 5 etcd hosts
2018-01-24Merge pull request #6718 from sdodson/bz1533658Scott Dodson
Remove unused symlink
2018-01-24Merge pull request #6846 from vrutkovs/installer-unwrap-helpScott Dodson
installer: increase content width for commands, which may output URLs
2018-01-24Merge pull request #6836 from spadgett/rollout-only-if-changedOpenShift Merge Robot
Automatic merge from submit-queue. Only rollout console if config changed /assign @sdodson @jwforres FYI
2018-01-24Merge pull request #6541 from smarterclayton/move_gcp_inScott Dodson
Allow openshift-ansible image to deploy to GCP
2018-01-24installer: increase content width for commands, which may output URLsVadim Rutkovsky
2018-01-23Merge pull request #6835 from mtnbikenc/fix-1537105OpenShift Merge Robot
Automatic merge from submit-queue. [1537105] Add openshift_facts to flannel role Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1537105
2018-01-23Merge pull request #6833 from joelddiaz/boto3-rhel7OpenShift Merge Robot
Automatic merge from submit-queue. update Dockerfile to add boto3 dependency
2018-01-23Merge pull request #6837 from spadgett/croOpenShift Merge Robot
Automatic merge from submit-queue. Add clusterResourceOverridesEnabled to console config Adds clusterResourceOverridesEnabled flag to console install. See https://github.com/openshift/api/pull/32 See https://github.com/openshift/origin/pull/18231 /assign @sdodson /cc @jwforres
2018-01-23Only rollout console if config changedSamuel Padgett
2018-01-23Merge pull request #6802 from mgugino-upstream-stage/fix-etcd-scaleupOpenShift Merge Robot
Automatic merge from submit-queue. Fix etcd scaleup playbook Currently, etcd scaleup playbook has no way to account for newly added prerequisites.yml play. This commit allows adding new etcd hosts via scaleup play and accounts for etcd hosts that are standalone or part of nodes or masters group.
2018-01-23Merge pull request #6827 from vrutkovs/node-uppercase-certificatesOpenShift Merge Robot
Automatic merge from submit-queue. Lowercase node names when creating certificates Additional fix for https://github.com/openshift/openshift-ansible/pull/6812
2018-01-23Merge pull request #6682 from giuseppe/fix-registriesMichael Gugino
CRI-O, Docker: Use images from the CentOS and Fedora registry
2018-01-23Merge pull request #6808 from spadgett/check-console-config-existsOpenShift Merge Robot
Automatic merge from submit-queue. Bug 1534020 - Only set logging and metrics URLs if console config map exists Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534020 Related to #6676, but for the tasks that update logging and metrics URLs. /king bug /assign @sdodson
2018-01-23Merge pull request #6817 from mtnbikenc/fix-1506750OpenShift Merge Robot
Automatic merge from submit-queue. [1506750] Ensure proper hostname check override Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506750
2018-01-23Merge pull request #6783 from mgugino-upstream-stage/node-syscon-add-mountsScott Dodson
Add ability to mount volumes into system container nodes
2018-01-23Split control plane and component install in deploy_clusterClayton Coleman
2018-01-23Add clusterResourceOverridesEnabled to console configSamuel Padgett
2018-01-23[1537105] Add openshift_facts to flannel roleRussell Teague
2018-01-23Merge pull request #6812 from sdodson/bz1396350OpenShift Merge Robot
Automatic merge from submit-queue. Ensure that node names are lowerecased before matching The name field is always lowercase whereas the nodename may not have been in the past. Ensure that we lowercase it before looking for matching nodes. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1396350
2018-01-23PyYAML is required by openshift_facts on nodesClayton Coleman
2018-01-23Move origin-gce roles and playbooks into openshift-ansibleClayton Coleman
This moves all core functionality into the openshift-ansible repo, adds the necessary equivalent entrypoint to the openshift-ansible installer image, and ensures the dynamic inventory mechanisms in openshift-ansible continue to work. Notable changes from origin-gce: * playbook extensions changed to .yml * dynamic inventory subdirectory created to prevent accidental use * use the custom entrypoint entrypoint-gcp for this image * move tasks into openshift_gcp role
2018-01-23Directly select the ansible versionClayton Coleman
Also add libcloud (required for dynamic GCE lookup) and which (relied on by gcloud).
2018-01-23update Dockerfile to add boto3 dependencyJoel Diaz
The centos-based Dockerfile has previously been updated to pull in the python2-boto3 RPM; update the RHEL-based Dockerfile to do the same now that python2-boto3 has been made available in the appropriate repo.
2018-01-23Merge pull request #6504 from mbruzek/mbruzek-openshift-openstackRussell Teague
The provision_install file ends in yml not yaml! Ansible requirement …
2018-01-23Automatic commit of package [openshift-ansible] release [3.9.0-0.23.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2018-01-23Lowercase node names when creating certificatesVadim Rutkovsky
2018-01-22Merge pull request #6676 from spadgett/upgrade-consoleOpenShift Merge Robot
Automatic merge from submit-queue. Bug 1536924: Migrate previous asset config from master-config.yaml Copy configuration from master-config.yaml to the openshift-web-console asset config config map. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536924 TODO: - [x] Don't overwrite config map if it exists Follow on: - [ ] Remove assetConfig from master-config.yaml on upgrades to 3.9 - [ ] Warn about existing extensions that aren't migrated on upgrades /assign @sdodson /hold cc @jwforres
2018-01-22Merge pull request #6716 from sosiouxme/20180112-skopeo-proxiesOpenShift Merge Robot
Automatic merge from submit-queue. docker_image_availability: enable skopeo to use proxies Fixes https://github.com/openshift/openshift-ansible/issues/6300 and https://bugzilla.redhat.com/show_bug.cgi?id=1499358 Run skopeo via shell and add in environment variables for proxies if specified in variables.
2018-01-22Merge pull request #6796 from mgugino-upstream-stage/fix-etcd-upgrade-sanityScott Dodson
Fix etcd upgrade sanity
2018-01-22Merge pull request #6800 from bparees/adminOpenShift Merge Robot
Automatic merge from submit-queue. use admin credentials for tsb install operations
2018-01-22Merge pull request #6533 from joelddiaz/prereqs_uninstallOpenShift Merge Robot
Automatic merge from submit-queue. allow uninstalling AWS objects created by prerequisite playbook add deprovisioners/uninstallers for objects created via playbooks/aws/openshift-cluster/prerequisites.yml specifically: security groups, vpcs, and any ssh keys introduce openshift_aws_enable_uninstall_shared_objects to protect AWS objects that would be shared in the case of multiple clusters co-existing in one AWS account. right now it protects the ssh keys, but it can/should be used to protect against deleting the shared IAM instance profile as well. default this variable to False to be on the safe side when uninstalling/deprovisioning.
2018-01-22Merge pull request #6814 from mgugino-upstream-stage/move-up-base-packagesOpenShift Merge Robot
Automatic merge from submit-queue. Install base_packages earlier Currently, openshift_facts requires pyyaml to be installed. This package is installed via init/base_packages.yml, which is currently called after init/facts.yml. This results in a situation where installs will fail due to missing python dependency. This commit splits init/facts.yml into two, and allows base_packages.yml to be run before the openshift_facts.py plugin is executed.
2018-01-22docker_image_availability: enable skopeo to use proxiesLuke Meyer
Run skopeo via shell and add in environment variables for proxies if specified in variables.
2018-01-22Fix etcd scaleup playbookMichael Gugino
Currently, etcd scaleup playbook has no way to account for newly added prerequisites.yml play. This commit allows adding new etcd hosts via scaleup play and accounts for etcd hosts that are standalone or part of nodes or masters group.
2018-01-22[1506750] Ensure proper hostname check overrideRussell Teague
2018-01-22Merge pull request #6797 from sdodson/bz1523638OpenShift Merge Robot
Automatic merge from submit-queue. Adjust registry-console's prefix to be fully qualified 3 commits for easy cherry-picking into release-3.7 and release-3.6 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1523638
2018-01-22Merge pull request #6793 from mgugino-upstream-stage/fix-master-scaleupOpenShift Merge Robot
Automatic merge from submit-queue. Fix master scaleup This commit builds off https://github.com/openshift/openshift-ansible/pull/6784 Enables openshift-master/scaleup.yml to call prerequisites.yml as required. Also modifies some failure conditions around how scaleup plays are called to ensure inventories are better aligned with playbook behavior.
2018-01-22Install base_packages earlierMichael Gugino
Currently, openshift_facts requires pyyaml to be installed. This package is installed via init/base_packages.yml, which is currently called after init/facts.yml. This results in a situation where installs will fail due to missing python dependency. This commit splits init/facts.yml into two, and allows base_packages.yml to be run before the openshift_facts.py plugin is executed.
2018-01-22allow uninstalling AWS objects created by prerequisite playbookJoel Diaz
add deprovisioners/uninstallers for objects created via playbooks/aws/openshift-cluster/prerequisites.yml specifically: security groups, vpcs, and any ssh keys introduce openshift_aws_enable_uninstall_shared_objects to protect AWS objects that would be shared in the case of multiple clusters co-existing in one AWS account. right now it protects the ssh keys, but it can/should be used to protect against deleting the shared IAM instance profile as well. default this variable to False to be on the safe side when uninstalling/deprovisioning. add some documentation on using deprovisioning playbooks
2018-01-22Merge pull request #6798 from nhosoi/bz1512825OpenShift Merge Robot
Automatic merge from submit-queue. Bug 1512825 - add mux pod failed for Serial number 02 has already been issued According to mkhan@redhat.com, to run the "oc adm ca create-server-cert" command line with --signer-serial option, the following changes need to be made. 1. adding --overwrite=false 2. <ca.serial.txt> should contain only [0-9A-F]*. (no trailing newlines are allowed for now) This patch solves 1.
2018-01-22Merge pull request #6525 from luis5tb/fix-provider-networkMichael Gugino
Fix provider network support at openstack playbook
2018-01-22Ensure that node names are lowerecased before matchingScott Dodson
The name field is always lowercase whereas the nodename may not have been in the past. Ensure that we lowercase it before looking for matching nodes. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1396350
2018-01-21Merge pull request #6806 from spadgett/console-node-selectorOpenShift Merge Robot
Automatic merge from submit-queue. Bug 1536262: Default console and TSB node selector to openshift_hosted_infra_selector Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536262 Fixes #6805 /kind bug /assign @sdodson @jupierce You should no longer need to set `openshift_web_console_nodeselector` when this merges. @bparees @jim-minter FYI, I switched the TSB default as well.
2018-01-21Bug 1534020 - Only set logging and metrics URLs if console config map existsSamuel Padgett
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534020
2018-01-21Bug 1536262: Default console and TSB node selector to ↵Samuel Padgett
openshift_hosted_infra_selector Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536262
2018-01-21Migrate master-config.yaml asset configSamuel Padgett
* Don't overwrite existing webconsole-config config map * Copy configuration from master-config.yaml on upgrade
2018-01-20Merge pull request #6754 from spadgett/remove-old-console-configOpenShift Merge Robot
Automatic merge from submit-queue. Remove obsolete properties from console config map Stop writing deprecated config to the console config map. /hold This can't be merged until https://github.com/openshift/origin-web-console-server/pull/20 merges. Follow on to https://github.com/openshift/openshift-ansible/pull/6730
2018-01-20Merge pull request #6792 from mtnbikenc/fix-1533099Michael Gugino
[1533099] Add support for Amazon EC2 C5 instance types
2018-01-20Merge pull request #6799 from spadgett/console-admin-kubeconfigOpenShift Merge Robot
Automatic merge from submit-queue. Bug 1536253: Pass `--config` flag on oc commands when installing console Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536253 /assign @sdodson /kind bug @jupierce cc