You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating an issue for this :) I've known about this issue for a while but since most people tend to use one of those regions it hasn't caused a lot of headache, but is something I need to solve.
Your proposed solution is the best I can also think of since the inventory file doesn't support using variables and would need to be modified by something else.
Have we tried this in govcloud?
It currently has a reliance on Route53, so it doesn't work in GovCloud. Another DNS solution would need to be implemented in order to work in GovCloud. Other than that, it should work but I cannot verify until a DNS solution is implemented.
The AWS inventory plugin configuration does not support the use of variables. Therefore, the list of regions to search must be hard-coded.
Currently, it is hard-coded to:
openshift-provision/inventory/inventory.aws_ec2.yml
Lines 5 to 8 in 27786c3
This should be documented in the README file.
An even better solution would be to have the
op.py
script read the region from the variable file and automatically modify the file for the user.The text was updated successfully, but these errors were encountered: