-
Notifications
You must be signed in to change notification settings - Fork 25
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
Enable acs deploy + appinspect warnings #146
Conversation
to enable ACS deployment. reduce non-blocking warnings thrown by appinspect api by updating some automatically generated app files.
to default.meta
in contentctl.py. Print out what is returned from ACS, even on success.
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.
Everything below the comment no longer exists as a conf file - should these all be removed from the default.meta file? I think that is probably the case.
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.
We should also evaluate the contents of the distsearch.conf file.
Tested the build locally, works good! This generates all the files for ESCU from contentctl except : |
This set of changes adds acs_deploy functionality to contentctl 4.x.
It is mostly a port and cleanup of how it was implemented in contentctl 3.x.
It also addresses some warnings that were present in Cloud Appinspect results.
Note that in order to get these changes in a pre-exisiting contentctl app, you may need to
update files in your app_template folder.
These changes have been made to app.conf, content-version.conf, and default.meta.