Problem description: Check spec.containers.env.images in logging-deployer-template after installing OSE v3.3.0.16, The image version is logging-deployment Version-Release number of selected component (if applicable): ansible-2.1.1.0-1.el7.noarch.rpm openshift-ansible-playbooks-3.3.7 # openshift version openshift v3.3.0.16 How reproducible: Always Steps to Reproduce: 1. Install OSE via openshift-ansible-playbooks-3.3.7 2. Check spec.containers.env.images in logging-deployer-template after installation completed successfully Actual Result: image: ${IMAGE_PREFIX}logging-deployment:${IMAGE_VERSION} Expected Result: image: ${IMAGE_PREFIX}logging-deployer:${IMAGE_VERSION} Additional info: The installation was done on EC2 environment
Check the examle files under /etc/origin/examples, its version is v1.2 In ansible logs, I found the examples_content_version is v1.2. It seems openshift_fact can't get correct version on EC2. This issue did not occur using same version of installer towards Openstack. TASK [openshift_facts : Gather Cluster facts and set is_containerized if needed] *** Monday 08 August 2016 06:21:45 +0000 (0:00:01.909) 0:00:10.973 ********* changed: [ec2-52-90-247-209.compute-1.amazonaws.com] => {"ansible_facts": {"openshift": {"common": {"admin_binary": "/usr/local/bin/oadm", "all_hostnames": ["ec2-52-90-247-209.compute-1.amazonaws.com", "172.18.8.55", "ip-172-18-8-55.ec2.internal", "52.90.247.209"], "cli_image": "openshift3/ose", "client_binary": "/usr/local/bin/oc", "cluster_id": "default", "config_base": "/etc/origin", "data_dir": "/var/lib/origin", "debug_level": 2, "deployer_image": "openshift3/ose-deployer", "deployment_type": "openshift-enterprise", "dns_domain": "cluster.local", "examples_content_version": "v1.2", "
Installed OSE v3.3.0.22 on EC2, I noticed that this issue is fixed. Please feel free to transfer back ON_QA for closure. Thanks!
Yes, this was inadvertently fixed via another PR. Moving ON_QA.
Set to verified according to comment #2