hongkailiu / svt-case-doc

0 stars 6 forks source link

sample command for cluster_infra.yaml missing InfrastructureName #8

Open thoraxe opened 5 years ago

thoraxe commented 5 years ago
[root:/installer/190415-1] # aws cloudformation create-stack --stack-name $CLUSTER_NAME-infra --template-
body file://cloudformation/02_cluster_infra.yaml --parameters ParameterKey=ClusterName,ParameterValue=$CL
USTER_NAME ParameterKey=HostedZoneId,ParameterValue=Z3B3KOVA3TRCWP ParameterKey=HostedZoneName,ParameterV
alue=qe.devcluster.openshift.com ParameterKey=PublicSubnets,ParameterValue=$PUBLIC_SUBNET_IDS ParameterKe
y=PrivateSubnets,ParameterValue=$PRIVATE_SUBNET_IDS ParameterKey=VpcId,ParameterValue=$VPC_ID --capabilit
ies CAPABILITY_NAMED_IAM                                                                                 

An error occurred (ValidationError) when calling the CreateStack operation: Parameters: [InfrastructureName] must have values

I am assuming InfrastructureName is $CLUSTER_NAME-infra or maybe just $CLUSTER_NAME?

https://github.com/hongkailiu/svt-case-doc/blame/master/ocp_4.0/install_upi.md#L76

skordas commented 5 years ago

@thoraxe Yes, you have right. It's related to commit: https://github.com/openshift/installer/commit/2e78172e560c6c6019eb17504739995fa7245408 (It was after merging my document) I'll update this on my side.

skordas commented 5 years ago

Updated -> https://github.com/hongkailiu/svt-case-doc/pull/12