-
Notifications
You must be signed in to change notification settings - Fork 1
Fixed the Python version issue and update the quickstart URLs #31
Conversation
@rahul188 Instead of updating automation script, pls add the ignore checks in the template. |
@sshvans i have made changes in templates. |
@sshvans can you take a look on this? as its customer is waiting for this fix. |
/do-e2e-tests |
End to end test has been scheduled |
E2E tests in progress |
1 similar comment
E2E tests in progress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E2E test has completed with errors. If you are an external contributor, please contact the project maintainers for more information.
@sshvans , can you please elaborate the failure? |
@rahul188 It uses following 3 parameters to deploy the stack. Currently, the test is failing bcz these values are missing in the config file that is stored internally and used while testing the templates. Can you provide these values over email that can be stored and used for testing? |
@sshvans, For testing purposes, to avoid security hiccups please create a new free New Relic account and provide the following values to update the config file:
Additionally, could you also provide more information on what values should be populated for the LaunchAccountList variable? |
/do-e2e-tests |
End to end test has been scheduled |
E2E tests in progress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E2E test has completed with errors. If you are an external contributor, please contact the project maintainers for more information.
@tbulding , can you give us more insights. |
Please add the additional parameters to your TaskCat test file...
Template validation for these templates is failing with errors due to number of characters (32 instead of 40). Additionally the Regex Pattern is reporting false positives when I modified them in my test environment. I changed the pattern from
templates/control-tower-customization.template.yml After making these modifications in my test environment, The test started, however it failed when creating the custom resource. Here are the error details...
|
@tbulding the above failure with status code 400 due to StackSetUrl which present in .taskcat.yml file was not accessible. i have updated the same StackSetUrl which is present in control-tower-customization.template.yml file and now its woking as expected. ![]() |
/do-e2e-tests |
End to end test has been scheduled |
E2E tests in progress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E2E test has completed with errors. If you are an external contributor, please contact the project maintainers for more information.
Please update the constraint restrictions for the Access Key in these files. |
/do-e2e-tests |
End to end test has been scheduled |
E2E tests in progress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E2E test has completed with errors. If you are an external contributor, please contact the project maintainers for more information.
/do-e2e-tests |
End to end test has been scheduled |
E2E tests in progress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E2E tests completed successfully
I know this was merged already, but I think there is an issue with commit d104340 . This changed the NewRelicAccessKey requirement from 32 to 40 character for NewRelicAccessKey, but I think 32 is the correct value. NewRelic 'Ingest - License' keys are 40 characters, but my 'NerdGraph User' keys all seem to be 32 characters. I created a new User key today and it was 32 characters including the NRAK prefix and the '-' character. Should I create a new issue or would @rahul188 like to address this? |
I created a PR to fix the Python version issue and update the quickstart URLs. This resolves the following issues:
Issue #28
Issue #20
Issue #13