-
Notifications
You must be signed in to change notification settings - Fork 108
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
Splitting KVMS into multiple files - Apigee X/Hybrid #201
Comments
Thanks.. Will look into this |
Just released v2.8.0 with this feature. Should be available in the Public repo in a few hours |
@ssvaidyanathan there is a null pointer exception when the plugin tries to read config files. Shared details via email which either Kurt or Ankur might have shared with you. Could you please take a look? |
@dpalanivel - I just released a patch v2.8.1 with the NPE fix. Please try it out as soon as its available in the Public repo. Sorry that was missed. Was a border test case. |
@ssvaidyanathan All set and 2.8.1 worked. I truly appreciate the quick help on this. Thanks again. |
This is similar to Issue #150 where splitting kvm configs into multiple files is not being recognized by the plugin.
Only kvms.json is recognized and processed.
The structure of the folder/files:
kvm-deploy.log
Snippet of logs from CD pipeline is attached for further investigation.
Additional information:
mvn install -P${apigeeDeployEnvironment} -Dapigee.config.options=${apigeeConfigDeployOption} -Dapigee.config.dir=./ -Dorg=${apigeeOrg} -DauthType=${authType} -Dbearer=$(gcloud auth print-access-token)
@ssvaidyanathan Could you please review and help getting the fix from
1.5.3
cascaded to2.x
release?@kurtkanaskie @rsrikant1982 FYI please.
The text was updated successfully, but these errors were encountered: