You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that running packer and ansible left these files around (in the :
emperor.ini
src/infra-demo.ini
It looks like the split between the Ansible portion of the Python app deploy and the CodeDeploy portion is not quite right now. If we're going to use the WSGI Emperor, we should make sure it is installed in the base image, and then have the complete app, including the app-level WSGI file, get installed by the CodeDeploy package. Right now both configs are installed by Ansible / Packer.
The text was updated successfully, but these errors were encountered:
It looks like we are doing too much in Packer / Ansible and too little
in CodeDeploy with respect to setting up the Python spin application.
We should fix this up, this commit has the first stab at it, but it does
not have the emporor venv created the right way yet.
While this needs to get fixed, it doesn't have to happen before the
upcoming presentation on 2019-01-30.
See #16 for details
I noticed that running packer and ansible left these files around (in the :
It looks like the split between the Ansible portion of the Python app deploy and the CodeDeploy portion is not quite right now. If we're going to use the WSGI Emperor, we should make sure it is installed in the base image, and then have the complete app, including the app-level WSGI file, get installed by the CodeDeploy package. Right now both configs are installed by Ansible / Packer.
The text was updated successfully, but these errors were encountered: