Description of problem: Some of these instance types are region specific. Version-Release number of selected component (if applicable): 5.9.0.22 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: x1e type missing i3 type missing c5 type missing p3 type missing m5 type missing but already reported here: https://bugzilla.redhat.com/show_bug.cgi?id=1555046 Expected results: Additional info:
Hi Matous, The inclusion of new instance types is being taken care of by open BZ https://bugzilla.redhat.com/show_bug.cgi?id=1555046 However, given that this BZ was reported against 5.9.* you are able to add support for these instance types yourself by editing the advanced settings, like this: :ems_amazon: <snip> :additional_instance_types: {} # :t9.large: # :name: t9.large # :family: General purpose # :description: T9 Large # ... :disabled_instance_types: [] # disable instance_types by their keys found in app/models/manageiq/providers/amazon/instance_types.rb e.g. # - t2.nano
Hi Bronagh, can you give me full example of one instance type added in advanced_settings? I tried to add one, but I always had malformed format so it wasn't saved. Thanks
Hi Matous, Can you please paste into this BZ what you tried? Hi James, Can you help Matous? Thanks Bronagh
Currently listed types in upstream: AVAILABLE_TYPES = ["c4", "c5", "d2", "f1", "g3", "h1", "i3", "m4", "m5", "p2", "p3", "r4", "t2", "x1", "x1e"] DEPRECATED_TYPES = ["c1", "c3", "cc2", "cr1", "g2", "hs1", "i2", "m1", "m2", "m3", "r3", "t1"] DISCONTINUED_TYPES = ["cc1", "cg1", "hi1", "unknown"] The list of types was updated two weeks ago by someone else than me [1]. It's already backported to Gaprindashvili as well. Matous, please let me know if I can help you anyhow with the additional settings thingy to set it up manually. This bug can be moved to POST since the patch is already in upstream. [1] https://github.com/ManageIQ/manageiq-providers-amazon/pull/420
*** This bug has been marked as a duplicate of bug 1555046 ***