Bug 1623546 - Openshift deployment via Director fails with No package matching 'atomic-openshift-node-3.10.0*' found available, installed or updated
Summary: Openshift deployment via Director fails with No package matching 'atomic-open...
Keywords:
Status: CLOSED DUPLICATE of bug 1623061
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 14.0 (Rocky)
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact: Gurenko Alex
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-29 15:15 UTC by Marius Cornea
Modified: 2018-08-29 16:45 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-08-29 16:45:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
ansible.log (2.98 MB, text/plain)
2018-08-29 15:15 UTC, Marius Cornea
no flags Details

Description Marius Cornea 2018-08-29 15:15:06 UTC
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

Comment 1 Marius Cornea 2018-08-29 16:45:06 UTC
addressed in https://review.openstack.org/#/c/582495/

*** This bug has been marked as a duplicate of bug 1623061 ***


Note You need to log in before you can comment on or make changes to this bug.