| Summary: | apiServerArguments and controllerArgument needs to be able to be defined in ansible hosts file | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ryan Howe <rhowe> |
| Component: | Installer | Assignee: | Jason DeTiberus <jdetiber> |
| Status: | CLOSED ERRATA | QA Contact: | Ma xiaoqiang <xiama> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.1.0 | CC: | aos-bugs, bleanhar, gpei, jdetiber, jialiu, jokerman, lxia, mmccomas, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-12 16:37:16 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: | |
|
Description
Ryan Howe
2015-12-22 20:50:17 UTC
It is possible to set these values using osm_controller_args and osm_api_server_args. There is basic usage in the example inventory files provided in openshift-ansible. Specify the two parameters in ansible inventory:
osm_api_server_args={'cloud-provider' : ['aws'], 'cloud-config' : ['/etc/aws/aws.conf']}
osm_controller_args={'cloud-provider' : ['aws'], 'cloud-config' : ['/etc/aws/aws.conf']}
After installation, check the master-config.yml
kubernetesMasterConfig:
apiServerArguments:
cloud-config:
- /etc/aws/aws.conf
cloud-provider:
- aws
controllerArguments:
cloud-config:
- /etc/aws/aws.conf
cloud-provider:
- aws
...
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, 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/RHBA-2016:1065 |