Created attachment 1479519 [details] ansible.log Description of problem: Openshift deployment via Director fails with No package matching 'atomic-openshift-node-3.10.0*' found available, installed or updated. On the overcloud nodes: [root@openshift-openshiftmaster-0 heat-admin]# yum info atomic-openshift-node Loaded plugins: product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Available Packages Name : atomic-openshift-node Arch : x86_64 Version : 3.10.35 Release : 1.git.0.0f3808d.el7 Size : 5.1 M Repo : AtomicOpenShift-3.10-Puddle/x86_64 Summary : Origin Node URL : https://github.com/openshift/origin License : ASL 2.0 Description : Origin Node But atomic-openshift-node-3.10.0* doesn't match. Version-Release number of selected component (if applicable): openshift-ansible-3.10.35-1.git.0.e5b821eNone.noarch openstack-tripleo-heat-templates-9.0.0-0.20180818200902.cb08cb1.el7ost.noarch How reproducible: 100% Steps to Reproduce: openstack overcloud deploy \ --stack openshift \ --templates \ -r /home/stack/openshift_roles_data.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/openshift.yaml \ -e /home/stack/openshift_env.yaml \ -e /home/stack/containers-default-parameters.yaml Actual results: Fails during Install node, clients, and conntrack packages task. Expected results: Doesn't fail. Additional info: Attaching /var/lib/mistral/openshift/ansible.log. [stack@undercloud-0 ~]$ cat openshift_env.yaml resource_registry: OS::TripleO::Services::HAproxy: /usr/share/openstack-tripleo-heat-templates/docker/services/haproxy.yaml OS::TripleO::Services::Keepalived: /usr/share/openstack-tripleo-heat-templates//docker/services/keepalived.yaml OS::TripleO::NodeUserData: /home/stack/firstboot_repo.yaml parameter_defaults: CloudName: openshift.localdomain OvercloudOpenShiftMasterFlavor: master OvercloudOpenShiftWorkerFlavor: worker OpenShiftMasterCount: 1 OpenShiftWorkerCount: 1 NtpServer: ["clock.redhat.com","clock2.redhat.com"] DnsServers: - 10.0.0.1 # NOTE(flaper87): This should be 3.10 # eventually OpenShiftGlobalVariables: # Allow all auth # https://docs.openshift.com/container-platform/3.7/install_config/configuring_authentication.html#overview openshift_master_identity_providers: - name: allow_all login: 'true' challenge: true kind: AllowAllPasswordIdentityProvider # NOTE(flaper87): Needed for the gate openshift_disable_check: package_availability,package_version,disk_availability,docker_storage,memory_availability,docker_image_availability openshift_deployment_type: openshift-enterprise
addressed in https://review.openstack.org/#/c/582495/ *** This bug has been marked as a duplicate of bug 1623061 ***