| Age | Commit message (Collapse) | Author |
|
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
|
|
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.
|
|
Fix etcd upgrade sanity
|
|
Automatic merge from submit-queue.
use admin credentials for tsb install operations
|
|
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.
|
|
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.
|
|
Run skopeo via shell and add in environment variables for proxies if
specified in variables.
|
|
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.
|
|
Change imagePullPolicy for service catalog from Always to IfNotPresent,
allowing service catalog to install in a disconnected setting
|
|
|
|
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
|
|
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.
|
|
See
https://github.com/ansible/ansible/issues/18311#issuecomment-258048690
|
|
allow defining 'default_az' for one of the subnets in the vpc structure, and pull that default_az and set it to openshift_aws_subnet_az.
this should allow one less variable to have to be defined/overridded (openshift_aws_subnet_az) when using non-default (us-east-1) regions
update provisioning_vars.yml.example to show an example VPC structure
|
|
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.
|
|
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
|
|
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.
|
|
Fix provider network support at openstack playbook
|
|
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
|
|
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.
|
|
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534020
|
|
openshift_hosted_infra_selector
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536262
|
|
* Don't overwrite existing webconsole-config config map
* Copy configuration from master-config.yaml on upgrade
|
|
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
|
|
[1533099] Add support for Amazon EC2 C5 instance types
|
|
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
|
|
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
|
|
Allow playbooks/openshift-master/scaleup.yml to call
prerequisites.yml at the proper time.
Related-to: https://github.com/openshift/openshift-ansible/pull/6784
|
|
Automatic merge from submit-queue.
Allow for firewalld on atomic host
Right now this is only available on fedora so guard it with
openshift_enable_unsupported_configurations
|
|
|
|
This commit ensures that only oo_etcd_to_config and
oo_masters_to_config are checked during sanity_checks.
This will prevent hosts that have not had facts gathered
(such as nodes) will not be processed for correct inventory
and runtime facts.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1536317
|
|
Fix node scaleup plays
|
|
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536253
|
|
Use master group's ansible_ssh_user when accepting nodes.
|
|
|
|
|
|
|
|
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.
|
|
Fix OpenStack readme
|
|
Automatic merge from submit-queue.
Quick installer: deprecate upgrades
|
|
Stop writing deprecated config to the console config map.
|
|
The ansible-playbook command in the OpenStack readme is missing a
trailing backslash after the dynamic inventory. This prevents being able
to copy/paste the command into the terminal and just run it as is.
|
|
|
|
Use openshift_is_containerized instead of openshift_is_atomic when working with packages
|
|
|
|
Output a link to manual deprecate docs when `atomic-openshift-installer
upgrade` is called
|
|
Automatic merge from submit-queue.
Drop the testing repo var from openstack readme
This was introduced as a temporary fix for the origin+centos
deployments. It is no longer necessary and it's confusing to
newcomers.
|
|
Automatic merge from submit-queue.
bug 1523047. Annotate ops projects with an .operation prefix
|
|
Automatic merge from submit-queue.
Rollout console after template service broker install
The console will discover if the broker is running, but only on startup.
Trigger a rollout so that the console sees the change.
/assign @sdodson
cc @jwforres @deads2k @bparees
|
|
Automatic merge from submit-queue.
Automatic profile setting for tuned 2.9
Tuned 2.9 introduces automatic and manual profile selection.
If there is file /etc/tuned/profile_mode containing "manual"
on a system with tuned 2.9, without this PR the appropriate OCP
profiles will not be set. This PR removes the file prior to
tuned restart, in addition to /etc/tuned/active_profile to
make the tuned profile selection automatic.
|