|
375 | 375 | "d2.8xlarge", |
376 | 376 | "i2.xlarge", |
377 | 377 | "i2.2xlarge", |
378 | | - "i2.4xlarge", |
| 378 | + "i2.4xlarge", |
379 | 379 | "i2.8xlarge", |
380 | 380 | "i3.large", |
381 | 381 | "i3.xlarge", |
|
471 | 471 | "d2.8xlarge", |
472 | 472 | "i2.xlarge", |
473 | 473 | "i2.2xlarge", |
474 | | - "i2.4xlarge", |
| 474 | + "i2.4xlarge", |
475 | 475 | "i2.8xlarge", |
476 | 476 | "i3.large", |
477 | 477 | "i3.xlarge", |
|
571 | 571 | "RemoteAccessCIDR": { |
572 | 572 | "AllowedPattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2]))$", |
573 | 573 | "ConstraintDescription": "CIDR block parameter must be in the form x.x.x.x/x.", |
574 | | - "Description": "CIDR block that’s allowed external SSH access to the bastion hosts, e.g., x.x.x.x/16-28. We recommend that you set this value to a trusted CIDR block. For example, you might want to restrict access to your corporate network.", |
| 574 | + "Description": "CIDR block thats allowed external SSH access to the bastion hosts, e.g., x.x.x.x/16-28. We recommend that you set this value to a trusted CIDR block. For example, you might want to restrict access to your corporate network.", |
575 | 575 | "Type": "String" |
576 | 576 | }, |
577 | 577 | "KeyPairName": { |
|
599 | 599 | "ReplicaOneCondition": { |
600 | 600 | "Fn::Equals": [ |
601 | 601 | { |
602 | | - "Ref": "DataReplica" |
603 | | - }, |
604 | | - "1" |
605 | | - ] |
| 602 | + "Ref": "DataReplica" |
| 603 | + }, |
| 604 | + "1" |
| 605 | + ] |
606 | 606 | } |
607 | 607 | }, |
608 | 608 | "Resources": { |
|
612 | 612 | "TemplateURL": { |
613 | 613 | "Fn::Sub": "https://${QSS3BucketName}.s3.amazonaws.com/${QSS3KeyPrefix}submodules/quickstart-aws-vpc/templates/aws-vpc.template" |
614 | 614 | }, |
615 | | - "Tags" : [ { "Key" : "Version", "Value" : "v1.2" } ], |
| 615 | + "Tags" : [ { "Key" : "Version", "Value" : "v1.3" } ], |
616 | 616 | "Parameters": { |
617 | 617 | "AvailabilityZones": { |
618 | 618 | "Fn::Join": [ |
|
641 | 641 | "Ref": "VPCCIDR" |
642 | 642 | }, |
643 | 643 | "CreatePrivateSubnets": { |
644 | | - "Fn::If": [ |
645 | | - "ReplicaOneCondition", |
646 | | - "false", |
647 | | - "true" |
648 | | - ]} |
649 | | - } |
| 644 | + "Fn::If": |
| 645 | + [ |
| 646 | + "ReplicaOneCondition", |
| 647 | + "false", |
| 648 | + "true" |
| 649 | + ] |
| 650 | + } |
| 651 | + } |
650 | 652 | } |
651 | 653 | }, |
652 | 654 | "SubnetNATStack": { |
|
657 | 659 | "TemplateURL": { |
658 | 660 | "Fn::Sub": "https://${QSS3BucketName}.s3.amazonaws.com/${QSS3KeyPrefix}templates/ibm-spectrum-scale-subnet.template" |
659 | 661 | }, |
660 | | - "Tags" : [ { "Key" : "Version", "Value" : "v1.2" } ], |
| 662 | + "Tags" : [ { "Key" : "Version", "Value" : "v1.3" } ], |
661 | 663 | "Parameters": { |
662 | 664 | "AvailabilityZones": { |
663 | 665 | "Fn::Join": [ |
|
691 | 693 | "Outputs.PublicSubnet1ID" |
692 | 694 | ] |
693 | 695 | } |
694 | | - } |
| 696 | + } |
695 | 697 | } |
696 | 698 | }, |
697 | 699 | "BastionStack": { |
|
701 | 703 | "TemplateURL": { |
702 | 704 | "Fn::Sub": "https://${QSS3BucketName}.s3.amazonaws.com/${QSS3KeyPrefix}submodules/quickstart-linux-bastion/templates/linux-bastion.template" |
703 | 705 | }, |
704 | | - "Tags" : [ { "Key" : "Version", "Value" : "v1.2" } ], |
| 706 | + "Tags" : [ { "Key" : "Version", "Value" : "v1.3" } ], |
705 | 707 | "Parameters": { |
706 | 708 | "BastionAMIOS": { |
707 | 709 | "Ref": "BastionAMIOS" |
|
749 | 751 | "TemplateURL": { |
750 | 752 | "Fn::Sub": "https://${QSS3BucketName}.s3.amazonaws.com/${QSS3KeyPrefix}templates/ibm-spectrum-scale.template" |
751 | 753 | }, |
752 | | - "Tags" : [ { "Key" : "Version", "Value" : "v1.2" } ], |
| 754 | + "Tags" : [ { "Key" : "Version", "Value" : "v1.3" } ], |
753 | 755 | "Parameters": { |
754 | 756 | "BlockSize": { |
755 | 757 | "Ref": "BlockSize" |
|
782 | 784 | "Ref": "ComputeInstanceType" |
783 | 785 | }, |
784 | 786 | "PrivateSubnet1ID": { |
785 | | - "Fn::If": [ |
786 | | - "ReplicaOneCondition", |
787 | | - { |
788 | | - "Fn::GetAtt": [ |
789 | | - "SubnetNATStack", |
790 | | - "Outputs.PrivateSubnetID" |
791 | | - ] |
792 | | - }, |
793 | | - { |
794 | | - "Fn::GetAtt": [ |
795 | | - "VPCStack", |
796 | | - "Outputs.PrivateSubnet1AID" |
797 | | - ] |
798 | | - } |
799 | | - ] |
| 787 | + "Fn::If": |
| 788 | + [ |
| 789 | + "ReplicaOneCondition", |
| 790 | + { |
| 791 | + "Fn::GetAtt": |
| 792 | + [ |
| 793 | + "SubnetNATStack", |
| 794 | + "Outputs.PrivateSubnetID" |
| 795 | + ] |
| 796 | + }, |
| 797 | + { |
| 798 | + "Fn::GetAtt": |
| 799 | + [ |
| 800 | + "VPCStack", |
| 801 | + "Outputs.PrivateSubnet1AID" |
| 802 | + ] |
| 803 | + } |
| 804 | + ] |
800 | 805 | }, |
801 | 806 | "PrivateSubnet2ID": { |
802 | | - "Fn::If": [ |
803 | | - "ReplicaOneCondition", |
804 | | - { |
805 | | - "Fn::GetAtt": [ |
806 | | - "SubnetNATStack", |
807 | | - "Outputs.PrivateSubnetID" |
808 | | - ] |
809 | | - }, |
810 | | - { |
811 | | - "Fn::GetAtt": [ |
812 | | - "VPCStack", |
813 | | - "Outputs.PrivateSubnet2AID" |
814 | | - ] |
815 | | - } |
816 | | - |
817 | | - ] |
| 807 | + "Fn::If": |
| 808 | + [ |
| 809 | + "ReplicaOneCondition", |
| 810 | + { |
| 811 | + "Fn::GetAtt": |
| 812 | + [ |
| 813 | + "SubnetNATStack", |
| 814 | + "Outputs.PrivateSubnetID" |
| 815 | + ] |
| 816 | + }, |
| 817 | + { |
| 818 | + "Fn::GetAtt": |
| 819 | + [ |
| 820 | + "VPCStack", |
| 821 | + "Outputs.PrivateSubnet2AID" |
| 822 | + ] |
| 823 | + } |
| 824 | + ] |
818 | 825 | }, |
819 | 826 | "VpcId": { |
820 | 827 | "Fn::GetAtt": [ |
|
845 | 852 | } |
846 | 853 | }, |
847 | 854 | "Outputs" : { |
848 | | - "StackName": { |
| 855 | + "StackName": { |
849 | 856 | "Value": { |
850 | 857 | "Ref": "AWS::StackName" |
851 | 858 | }, |
|
864 | 871 | "Description": "Master Template Path" |
865 | 872 | }, |
866 | 873 | "Version": { |
867 | | - "Value": "v1.2", |
| 874 | + "Value": "v1.3", |
868 | 875 | "Description": "Template version" |
869 | 876 | }, |
870 | 877 | "SpectrumScaleVersion":{ |
871 | | - "Value": "4.2.3.1", |
872 | | - "Description": "Spectrum Scale version included with this release" |
| 878 | + "Value": "4.2.3.7", |
| 879 | + "Description": "Spectrum Scale version included with this release" |
873 | 880 | }, |
874 | 881 | "SpectrumS3Bucket": { |
875 | 882 | "Value": { |
|
879 | 886 | ] |
880 | 887 | }, |
881 | 888 | "Description": "Spectrum Scale S3 bucket name" |
882 | | - |
883 | 889 | } |
884 | | - |
885 | | - } |
| 890 | + } |
886 | 891 | } |
0 commit comments