Bug 1907628
| Summary: | Installer does not set primary subnet consistently | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | egarcia |
| Component: | Installer | Assignee: | egarcia |
| Installer sub component: | OpenShift on OpenStack | QA Contact: | weiwei jiang <wjiang> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | high | ||
| Version: | 4.7 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-02-24 15:43:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
egarcia
2020-12-14 21:26:08 UTC
This has been handled with documentation that explains the usage that we expect from customers. Checked with 4.7.0-0.nightly-2020-12-18-031435, and now it works well.
./openshift-install 4.7.0-0.nightly-2020-12-18-031435
built from commit e235783fe671864e0628771d0e5d13904e4d062a
release image registry.svc.ci.openshift.org/ocp/release@sha256:5fbd961fe2fcafd95dbccaa731975ed65b237b7bc461070c6b1f193cd607d37b
# cat install-config.yaml:
---
apiVersion: v1
controlPlane:
architecture: amd64
hyperthreading: Enabled
name: master
platform: {}
replicas: 3
compute:
- architecture: amd64
hyperthreading: Enabled
name: worker
platform:
openstack:
type: m1.large
replicas: 3
metadata:
name: wj47ios1218z
platform:
openstack:
cloud: openstack
computeFlavor: m1.xlarge
region: regionOne
trunkSupport: '1'
octaviaSupport: '0'
apiVIP: 192.168.11.76
ingressVIP: 192.168.59.35
machinesSubnet: b55c6d63-0210-4473-80af-ac91b7d38cbd
# oc get machineset -n openshift-machine-api wj47ios1218z-qxz48-worker-0 -o yaml
apiVersion: machine.openshift.io/v1beta1
kind: MachineSet
metadata:
annotations:
machine.openshift.io/memoryMb: "8192"
machine.openshift.io/vCPU: "4"
creationTimestamp: "2020-12-18T07:01:23Z"
generation: 1
labels:
machine.openshift.io/cluster-api-cluster: wj47ios1218z-qxz48
machine.openshift.io/cluster-api-machine-role: worker
machine.openshift.io/cluster-api-machine-type: worker
......
name: wj47ios1218z-qxz48-worker-0
namespace: openshift-machine-api
resourceVersion: "24090"
uid: 68c72136-35d7-47b9-9010-661cb001c238
spec:
replicas: 3
selector:
matchLabels:
machine.openshift.io/cluster-api-cluster: wj47ios1218z-qxz48
machine.openshift.io/cluster-api-machineset: wj47ios1218z-qxz48-worker-0
template:
metadata:
labels:
machine.openshift.io/cluster-api-cluster: wj47ios1218z-qxz48
machine.openshift.io/cluster-api-machine-role: worker
machine.openshift.io/cluster-api-machine-type: worker
machine.openshift.io/cluster-api-machineset: wj47ios1218z-qxz48-worker-0
spec:
metadata: {}
providerSpec:
value:
apiVersion: openstackproviderconfig.openshift.io/v1alpha1
cloudName: openstack
cloudsSecret:
name: openstack-cloud-credentials
namespace: openshift-machine-api
flavor: m1.large
image: wj47ios1218z-qxz48-rhcos
kind: OpenstackProviderSpec
metadata:
creationTimestamp: null
networks:
- filter: {}
subnets:
- filter: {}
uuid: b55c6d63-0210-4473-80af-ac91b7d38cbd
primarySubnet: b55c6d63-0210-4473-80af-ac91b7d38cbd
securityGroups:
- filter: {}
name: wj47ios1218z-qxz48-worker
serverMetadata:
Name: wj47ios1218z-qxz48-worker
openshiftClusterID: wj47ios1218z-qxz48
tags:
- openshiftClusterID=wj47ios1218z-qxz48
trunk: true
userDataSecret:
name: worker-user-data
status:
availableReplicas: 3
fullyLabeledReplicas: 3
observedGeneration: 1
readyReplicas: 3
replicas: 3
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:5633 |