Yes, we basically don't want the GAE code in that project at all. What happened is that a deploy script was run without a command line arg specifying the project, and took the current default gcloud project and used that. That was all totally our fault and we can prevent it happening again with changes to the tooling. Not being able to simply remove the accidentally-deployed code is the part that bothers me. That's just a lot less control than I am used to having over an environment. To be fair I don't have a lot of experience with PAAS offerings, so I can't say whether, for example, you can easily remove deployed code on Heroku or other platforms, but it doesn't seem like an odd thing to want to do.
On Friday, December 11, 2015 at 7:01:50 PM UTC-5, Mark Betz wrote: > > Hi guys. We have a couple of Google projects that we work in and today I > accidentally deployed a set of Google App Engine modules into a project > where we only want to run some container engine stuff. I haven't been able > to figure out how to remove them. The version for all of them is 'beta-1' > but if I do... > > appcfg.py delete_version -A <app id> -V beta-1 > > I get an error "Cannot delete default version of default module." > > Is there no way to simply remove this deployment? > > On a related note, and so I don't step on my own foot again, can anyone > clarify the relationship between Google Cloud projects and Google App > Engine applications? I have the Google cloud SDK installed, and at any > given time that is set to some default one of our cloud projects. However > the appcfg.py tool doesn't seem to have an option to specific which project > I want stuff deployed into. Do deployments always go into the default > project? Or is it related somehow to the application id that you choose? > > Thanks for any help! > > --Mark > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/4576b1ed-b033-4902-a182-545d000d1202%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.