-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues deployment of cp4d with quickstart #43
Comments
Can you please look into this.. WaitCondition received failed message: 'FAILURE: Check logs in S3 log bucket or on the Boot node EC2 instance in /ibm/logs/icpd_install.log and /ibm/logs/post_install.log' for uniqueId: arn:aws:cloudformation:eu-west-1:339493409635:stack/VQD-IBM-Cloud-Pak-for-Data-4-CloudPakDataStack-VTDKT0ZQ27YQ/6daec1d0-bef0-11eb-bf80-0231dda8da6b Embedded stack arn:aws:cloudformation:eu-west-1:339493409635:stack/VQD-IBM-Cloud-Pak-for-Data-4-CloudPakDataStack-VTDKT0ZQ27YQ/6daec1d0-bef0-11eb-bf80-0231dda8da6b was not successfully created: The following resource(s) failed to create: [ICPDInstallationCompleted]. |
can you share output of |
I am using below template After couple of hours it just rolled back complete environment. |
@sandeepbhootna can you please retry with disabling Rollback-on-failure option. The lite assembly could fail for multiple reasons like incorrect container registry APIKey or a storage issue. |
@parthakom2, What about timeout field, Do I need to leave blank this field? |
Output |
oc logs -f ibm-cp-data-operator-xxx |
Deploying cp4d again, it is in create in progress for more than 5 hours |
Hi Team,
Could you please have a look into the issue only error (Installation of assembly lite Failed) I can see in the bootstrap is as below, We are using quickstart deployment (CloudFormation) in aws for single AZ. If you need more info please do let us know.
-------------Installing operator group-------------
operatorgroup.operators.coreos.com/ibm-cp-data-operator-group created
catalogsource.operators.coreos.com/ibm-cp-data-operator-catalog created
Wait for catalog installation to complete
subscription.operators.coreos.com/ibm-cp-data-operator-subscription created
Wait for subscription to complete
[✓] CASE launch script completed successfully
OK
[21/05/17 19:15:32.149072 UTC] 7f4cde87b740 I main(305) installOperator : Execute install operator returned Running
[21/05/17 19:15:32.440071 UTC] 7f4cde87b740 I main(199) installCPD : Create new project with user defined project name zen,retcode=0
[21/05/17 19:15:32.440312 UTC] 7f4cde87b740 I main(216) installCPD : Start installing Lite package
[21/05/17 19:15:32.442464 UTC] 7f4cde87b740 I main(358) installAssemblies : Execute install command for assembly lite
[21/05/17 19:15:32.945790 UTC] 7f4cde87b740 I main(362) installAssemblies : Execute install command for assembly lite returned 0
[21/05/17 19:16:33.200335 UTC] 7f4cde87b740 I main(369) installAssemblies : Get install status for assembly lite is Installing
[21/05/17 19:17:33.495643 UTC] 7f4cde87b740 I main(369) installAssemblies : Get install status for assembly lite is Failed
[21/05/17 19:17:33.495827 UTC] 7f4cde87b740 E main(371) installAssemblies : Installation of assembly lite Failed
[21/05/17 19:17:33.495901 UTC] 7f4cde87b740 E main(1290) main : Exception with message Installation of assembly lite Failed
#######################################
I think you must require the parameters of the stack for investigation, here you go..
{
"Stacks": [
{
"StackId": "arn:aws:cloudformation:eu-west-1:339493409635:stack/VQD-IBM-Cloud-Pak-for-Data-3/13aeb380-b738-11eb-b955-028ffd2cfbdb",
"DriftInformation": {
"StackDriftStatus": "NOT_CHECKED"
},
"Description": "Root template for an IBM Cloud Pak for Data deployment. This is the root template for a collection of nested stacks that make up the full CloudPak for Data deployment. WARNING This template creates EC2 instances and related resources. You will be billed for the AWS resources used if you create a stack from this template. (qs-1rddjo02q)",
"Parameters": [
{
"ParameterValue": "I agree",
"ParameterKey": "LicenseAgreement"
},
{
"ParameterValue": "10.0.160.0/20",
"ParameterKey": "PublicSubnet3CIDR"
},
{
"ParameterValue": "True",
"ParameterKey": "CDE"
},
{
"ParameterValue": "10.0.32.0/19",
"ParameterKey": "PrivateSubnet2CIDR"
},
{
"ParameterValue": "0.0.0.0/0",
"ParameterKey": "BootNodeAccessCIDR"
},
{
"ParameterValue": "1",
"ParameterKey": "NumberOfAZs"
},
{
"ParameterValue": "quickstart-ibm-icp-for-data/",
"ParameterKey": "QSS3KeyPrefix"
},
{
"ParameterValue": "m5.xlarge",
"ParameterKey": "MasterInstanceType"
},
{
"ParameterValue": "3",
"ParameterKey": "NumberOfCompute"
},
{
"ParameterValue": "True",
"ParameterKey": "DV"
},
{
"ParameterValue": "10.0.64.0/19",
"ParameterKey": "PrivateSubnet3CIDR"
},
{
"ParameterValue": "10.0.0.0/16",
"ParameterKey": "VPCCIDR"
},
{
"ParameterValue": "External",
"ParameterKey": "PrivateCluster"
},
{
"ParameterValue": "vqd-pole-openshift-cluster",
"ParameterKey": "ClusterName"
},
{
"ParameterValue": "10.0.128.0/20",
"ParameterKey": "PublicSubnet1CIDR"
},
{
"ParameterValue": "",
"ParameterKey": "AdminPassword"
},
{
"ParameterValue": "m4.4xlarge",
"ParameterKey": "OCSInstanceType"
},
{
"ParameterValue": "3",
"ParameterKey": "NumberOfMaster"
},
{
"ParameterValue": "cp4d-test",
"ParameterKey": "KeyPairName"
},
{
"ParameterValue": "aws-quickstart",
"ParameterKey": "QSS3BucketName"
},
{
"ParameterValue": "3",
"ParameterKey": "NumberOfOCS"
},
{
"ParameterValue": "OCS",
"ParameterKey": "StorageType"
},
{
"ParameterValue": "vqdpolesoultion.co.uk",
"ParameterKey": "DomainName"
},
{
"ParameterValue": "3.5.2",
"ParameterKey": "ICPDVersion"
},
{
"ParameterValue": "eu-west-1a",
"ParameterKey": "AvailabilityZones"
},
{
"ParameterValue": "False",
"ParameterKey": "EnableFips"
},
{
"ParameterValue": "True",
"ParameterKey": "OpenScale"
},
{
"ParameterValue": "s3://vqd-polesoultion-bucket-1/pull-secret.txt",
"ParameterKey": "RedhatPullSecret"
},
{
"ParameterValue": "True",
"ParameterKey": "WKC"
},
{
"ParameterValue": "zen",
"ParameterKey": "Namespace"
},
{
"ParameterValue": "m5.4xlarge",
"ParameterKey": "ComputeInstanceType"
},
{
"ParameterValue": "10.0.0.0/19",
"ParameterKey": "PrivateSubnet1CIDR"
},
{
"ParameterValue": "True",
"ParameterKey": "WSL"
},
{
"ParameterValue": "",
"ParameterKey": "APIKey"
},
{
"ParameterValue": "10.0.144.0/20",
"ParameterKey": "PublicSubnet2CIDR"
},
{
"ParameterValue": "",
"ParameterKey": "PortworxSpec"
},
{
"ParameterValue": "True",
"ParameterKey": "WML"
},
{
"ParameterValue": "us-east-1",
"ParameterKey": "QSS3BucketRegion"
},
{
"ParameterValue": "True",
"ParameterKey": "Spark"
},
{
"ParameterValue": "cp",
"ParameterKey": "APIUsername"
},
{
"ParameterValue": "10.128.0.0/14",
"ParameterKey": "ClusterNetworkCIDR"
},
{
"ParameterValue": "vqd-polesoultion-bucket-1",
"ParameterKey": "ICPDDeploymentLogsBucketName"
}
],
"EnableTerminationProtection": false,
"CreationTime": "2021-05-17T17:48:24.665Z",
"Capabilities": [
"CAPABILITY_NAMED_IAM",
"CAPABILITY_AUTO_EXPAND"
],
"StackName": "VQD-IBM-Cloud-Pak-for-Data-3",
"NotificationARNs": [],
"StackStatus": "ROLLBACK_COMPLETE",
"DisableRollback": false,
"RollbackConfiguration": {
"RollbackTriggers": []
},
"DeletionTime": "2021-05-17T19:20:06.038Z"
}
]
}
Help really appreciated..
Thank you,
Sandeep
The text was updated successfully, but these errors were encountered: