|
89 | 89 | ], |
90 | 90 | "notes": "[Optional] Required to create the containers-kubernetes-key needed by the OpenShift cluster on IBM Cloud." |
91 | 91 | }, |
92 | | - { |
93 | | - "role_crns": [ |
94 | | - "crn:v1:bluemix:public:iam::::role:Administrator" |
95 | | - ], |
96 | | - "service_name": "All Account Management services", |
97 | | - "notes": "[Optional] Required to create new resource groups when enabling the Account Configuration integration." |
98 | | - }, |
99 | 92 | { |
100 | 93 | "role_crns": [ |
101 | 94 | "crn:v1:bluemix:public:iam::::role:Administrator" |
102 | 95 | ], |
103 | 96 | "service_name": "All Identity and Access enabled services", |
104 | | - "notes": "[Optional] Required to create new resource groups with account settings when enabling the Account Configuration integration." |
| 97 | + "notes": "[Optional] Required to to create trusted profile for App Configuration aggregator which is used for compliance scanning." |
105 | 98 | }, |
106 | 99 | { |
107 | 100 | "service_name": "is.vpc", |
108 | 101 | "role_crns": [ |
109 | 102 | "crn:v1:bluemix:public:iam::::role:Administrator" |
110 | 103 | ], |
111 | | - "notes": "[Optional] Required for creating Virtual Private Cloud(VPC)." |
| 104 | + "notes": "[Optional] Required for creating Virtual Private Cloud (VPC)." |
112 | 105 | }, |
113 | 106 | { |
114 | 107 | "service_name": "cloud-object-storage", |
|
221 | 214 | { |
222 | 215 | "key": "prefix", |
223 | 216 | "required": true, |
| 217 | + "default_value": "dev", |
| 218 | + "random_string": { |
| 219 | + "length": 4 |
| 220 | + }, |
224 | 221 | "value_constraints": [ |
225 | 222 | { |
226 | 223 | "type": "regex", |
|
240 | 237 | "required": true |
241 | 238 | }, |
242 | 239 | { |
| 240 | + "key": "existing_resource_group_name", |
243 | 241 | "display_name": "resource_group", |
| 242 | + "custom_config": { |
| 243 | + "type": "resource_group", |
| 244 | + "grouping": "deployment", |
| 245 | + "original_grouping": "deployment", |
| 246 | + "config_constraints": { |
| 247 | + "identifier": "rg_name" |
| 248 | + } |
| 249 | + }, |
| 250 | + "default_value": "Default", |
| 251 | + "description": "The name of an existing resource group to provision the resources. [Learn more](https://cloud.ibm.com/docs/account?topic=account-rgs&interface=ui#create_rgs) about how to create a resource group.", |
| 252 | + "virtual": true |
| 253 | + }, |
| 254 | + { |
| 255 | + "display_name": "cluster_resource_group", |
244 | 256 | "key": "cluster_resource_group_id", |
245 | 257 | "custom_config": { |
246 | 258 | "type": "resource_group", |
|
772 | 784 | "required": true, |
773 | 785 | "virtual": true, |
774 | 786 | "type": "number", |
775 | | - "default_value": 2, |
| 787 | + "default_value": 1, |
776 | 788 | "description": "Number of worker nodes in each zone of the cluster." |
777 | 789 | }, |
778 | 790 | { |
|
798 | 810 | "description": "The operating system installed on the worker nodes. [Learn more](https://cloud.ibm.com/docs/openshift?topic=openshift-vpc-flavors)." |
799 | 811 | }, |
800 | 812 | { |
801 | | - "key": "allow_public_access_to_cluster", |
| 813 | + "key": "allow_public_access_to_cluster_management", |
802 | 814 | "type": "boolean", |
803 | 815 | "required": true, |
804 | 816 | "virtual": true, |
805 | | - "default_value": false, |
806 | | - "options": [ |
807 | | - { |
808 | | - "displayname": "true", |
809 | | - "value": "true" |
810 | | - }, |
811 | | - { |
812 | | - "displayname": "false", |
813 | | - "value": "false" |
814 | | - } |
815 | | - ], |
816 | | - "description": "When set to `true`, public endpoint will be enabled for the cluster which will allow access to master node of the cluster from outside the VPC network." |
| 817 | + "default_value": true, |
| 818 | + "description": "Set to true to access the cluster through a public cloud service endpoint. [Learn More](https://cloud.ibm.com/docs/openshift?topic=openshift-access_cluster)." |
817 | 819 | }, |
818 | 820 | { |
819 | 821 | "key": "allow_outbound_traffic", |
820 | 822 | "type": "boolean", |
821 | 823 | "required": true, |
822 | 824 | "virtual": true, |
823 | | - "default_value": false, |
824 | | - "options": [ |
825 | | - { |
826 | | - "displayname": "true", |
827 | | - "value": "true" |
828 | | - }, |
829 | | - { |
830 | | - "displayname": "false", |
831 | | - "value": "false" |
832 | | - } |
833 | | - ], |
| 825 | + "default_value": true, |
834 | 826 | "description": "Set to true to allow public outbound access from the cluster workers." |
835 | 827 | }, |
836 | 828 | { |
|
878 | 870 | "default_value": false, |
879 | 871 | "description": "When set to `true`, the IBM Cloud Monitoring instance will be configured to collect platform metrics from the provided region. ⚠️ You can configure 1 instance only of the IBM Cloud Monitoring service per region to collect platform metrics in that location. Check with the account or service administrator if another monitoring instance has already been configured. You may not have permissions to see all monitoring instances in the region. [Learn more](https://cloud.ibm.com/docs/monitoring?topic=monitoring-platform_metrics_enabling).", |
880 | 872 | "required": true, |
881 | | - "virtual": true, |
882 | | - "options": [ |
883 | | - { |
884 | | - "displayname": "true", |
885 | | - "value": "true" |
886 | | - }, |
887 | | - { |
888 | | - "displayname": "false", |
889 | | - "value": "false" |
890 | | - } |
891 | | - ] |
| 873 | + "virtual": true |
892 | 874 | }, |
893 | 875 | { |
894 | 876 | "key": "logs_routing_tenant_regions", |
|
928 | 910 | "name": "deploy-arch-ibm-cloud-monitoring", |
929 | 911 | "description": "Sets up a Cloud Monitoring instance to gain operational visibility on applications running on OpenShift Cluster.", |
930 | 912 | "id": "73debdbf-894f-4c14-81c7-5ece3a70b67d-global", |
931 | | - "version": "v1.7.2", |
| 913 | + "version": "v1.9.0", |
932 | 914 | "flavors": [ |
933 | 915 | "fully-configurable" |
934 | 916 | ], |
|
941 | 923 | "version_input": "region", |
942 | 924 | "reference_version": true |
943 | 925 | }, |
| 926 | + { |
| 927 | + "dependency_input": "existing_resource_group_name", |
| 928 | + "version_input": "existing_resource_group_name", |
| 929 | + "reference_version": true |
| 930 | + }, |
944 | 931 | { |
945 | 932 | "dependency_input": "prefix", |
946 | 933 | "version_input": "prefix", |
|
966 | 953 | "name": "deploy-arch-ibm-scc-workload-protection", |
967 | 954 | "description": "Configure an IBM Cloud Security and Compliance Center Workload Protection instance to help you manage security and compliance for your organization.", |
968 | 955 | "id": "4322cf44-2289-49aa-a719-dd79e39b14dc-global", |
969 | | - "version": "v1.12.3", |
| 956 | + "version": "v1.14.0", |
970 | 957 | "flavors": [ |
971 | 958 | "fully-configurable" |
972 | 959 | ], |
|
984 | 971 | "version_input": "prefix", |
985 | 972 | "reference_version": true |
986 | 973 | }, |
| 974 | + { |
| 975 | + "dependency_input": "existing_resource_group_name", |
| 976 | + "version_input": "existing_resource_group_name", |
| 977 | + "reference_version": true |
| 978 | + }, |
987 | 979 | { |
988 | 980 | "dependency_input": "scc_workload_protection_instance_name", |
989 | 981 | "version_input": "scc_workload_protection_instance_name", |
|
1028 | 1020 | "version_input": "prefix", |
1029 | 1021 | "reference_version": true |
1030 | 1022 | }, |
| 1023 | + { |
| 1024 | + "dependency_input": "existing_resource_group_name", |
| 1025 | + "version_input": "existing_resource_group_name", |
| 1026 | + "reference_version": true |
| 1027 | + }, |
1031 | 1028 | { |
1032 | 1029 | "dependency_input": "region", |
1033 | 1030 | "version_input": "region", |
|
1049 | 1046 | "reference_version": true |
1050 | 1047 | }, |
1051 | 1048 | { |
1052 | | - "dependency_input": "allow_public_access_to_cluster", |
1053 | | - "version_input": "allow_public_access_to_cluster", |
| 1049 | + "dependency_input": "allow_public_access_to_cluster_management", |
| 1050 | + "version_input": "allow_public_access_to_cluster_management", |
1054 | 1051 | "reference_version": true |
1055 | 1052 | }, |
1056 | 1053 | { |
|
1094 | 1091 | "reference_version": true |
1095 | 1092 | } |
1096 | 1093 | ], |
1097 | | - "version": "v3.63.1" |
| 1094 | + "version": "v3.66.0" |
1098 | 1095 | } |
1099 | 1096 | ], |
1100 | 1097 | "dependency_version_2": true, |
|
0 commit comments