Bug 1510878
Summary: | EBS is created in the wrong Zone while using the aws-ebs provisioner to create volumes dynamically in the Cluster. | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Marcos Entenza <mak> |
Component: | Installer | Assignee: | Scott Dodson <sdodson> |
Status: | CLOSED DUPLICATE | QA Contact: | Johnny Liu <jialiu> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.6.1 | CC: | aos-bugs, aos-storage-staff, jokerman, jsafrane, mmccomas |
Target Milestone: | --- | ||
Target Release: | 3.8.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-08 17:57:15 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
Marcos Entenza
2017-11-08 11:34:10 UTC
Just to add more info, for point 3, we don't require to configure both clusters with the aws-ebs provisioner, it also fails if we configure one. AWS instances in single OpenShift cluster should be tagged with "kubernetes.io/cluster/<cluster-id>" tag, where <cluster-id> is unique for the particular cluster. Then you can have multiple cluster in one AWS project. The instances should be already tagged by ansible installer. Jan, I think I'm not understanding you on this completely. Ansible installer, as far as I understand, doesn't take care of the AWS instances and it's not adding any tags to the instances. Is responsible for adding the required info under /etc/origin/cloudprovider/aws.conf, and point to that file in master-config.yaml and node-config.yaml files. Could you please point me to the code where that tag should be created? Right, currently the installer doesn't provision aws instances or manage tags on AWS instances that are used by the "BYO" playbooks which expect pre-provisioned hosts. In 3.7 however we've added a check to ensure that the admin has set a desired tag in the ansible variables whenever AWS cloud provider credentials are configured. This does NOT actually set tags, however it does force the admin to acknowledge that a tag must be set and references relevant documentation that describes how to do that. As we add AWS provisioning in future releases we will insure that tags are set properly on those instances. *** This bug has been marked as a duplicate of bug 1491399 *** |