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
{{ message }}
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
I completed a simian install to AppEngine today and ran into several issues that require updates or fixes:
The AppEngine instructions are not matching the documentation for installing python apps with gcloud.
The steps described here require downloading a legacy launcher. AppEngine now is part of the gcloud app subcommand.
custom domains
If you're using a custom domain with app-engine, the project ID is not the subdomain.
I had to modify src/simian/util/appid_generator.py because it was combining the project ID with a domain part, but the app.yml should match the following:
application: your-gcp-project-id
For reference, I use acme-corp as the Project ID, but my simian install is served from munki.corp.acme.co.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I completed a simian install to AppEngine today and ran into several issues that require updates or fixes:
The AppEngine instructions are not matching the documentation for installing python apps with
gcloud
.The steps described here require downloading a legacy launcher. AppEngine now is part of the
gcloud app
subcommand.custom domains
If you're using a custom domain with app-engine, the project ID is not the subdomain.
I had to modify
src/simian/util/appid_generator.py
because it was combining the project ID with a domain part, but the app.yml should match the following:For reference, I use
acme-corp
as the Project ID, but my simian install is served frommunki.corp.acme.co
.The text was updated successfully, but these errors were encountered: