And do you confirm that we are supposed to update each component 
individually (queue, cron, etc independently)?

Pedro Ribeiro

On Monday, July 6, 2015 at 4:18:53 PM UTC+1, Ryan (Cloud Platform Support) 
wrote:
>
> I have confirmed the doc's are not clear. You need to specify the yaml 
> files you want to use when deploying.
>
> On Thursday, July 2, 2015 at 10:03:37 AM UTC-4, Ryan (Cloud Platform 
> Support) wrote:
>>
>> Thank you very much! I will look into this today and get back to you 
>> later.
>>
>> On Wednesday, July 1, 2015 at 12:00:17 PM UTC-4, Pedro Ribeiro wrote:
>>>
>>>
>>> Hi,
>>>
>>> I used to deploy my appengine projects using the maven appengine plugin 
>>> (mvn appengine:update), but I switched to the gcloud plugin so I could use 
>>> service accounts. I have multiple modules and I am deploying a specific one 
>>> using something like
>>>
>>> mvn --projects <module> gcloud:deploy
>>>
>>> Quoting the documentation (https://cloud.google.com/sdk/gcloud-app):
>>>
>>> gcloud preview app deploy deploys all application code and modules as 
>>>> well as indexes, cron jobs, denial of service settings, and *queues*.
>>>
>>>
>>> However, it seems like it isn't updating my queues configuration at all. 
>>> Down the line, the maven plugin ends up running the following command:
>>>
>>> python -S /home/<user>/google-cloud-sdk/lib/googlecloudsdk/gcloud/gcloud
>>> .py --quiet --project=<project_name> preview app deploy /tmp/
>>> 1435761723265-0/app.yaml --version=0-0-1
>>>
>>> The documentation talks about "directories" but my current gcloud 
>>> version demands an app.yaml file.
>>>
>>> If I check /tmp/1435761723265-0 I can see a valid queue.yaml generated 
>>> based on my queue.xml, but unless I manually run
>>>
>>> gcloud preview app deploy /tmp/1435761723265-0/queue.yaml
>>>
>>> my configs are not updated.
>>>
>>> Am I missing something? Is the documentation outdated? Is it a bug?
>>>
>>> I'm using gcloud-maven-plugin:0.9.57.v20150423 and Google Cloud SDK 
>>> 0.9.67:
>>>
>>> app 2015.06.30
>>> app-engine-go-linux-x86_64 1.9.23
>>> app-engine-java 1.9.23
>>> app-engine-python 1.9.23
>>> app-engine-python-extras 1.9.21
>>> bq 2.0.18
>>> bq-nix 2.0.18
>>> core 2015.06.30
>>> core-nix 2015.06.02
>>> gae-python 2015.06.02
>>> gcloud 2015.06.30
>>> gcutil-msg 2015.06.09
>>> gsutil 4.13
>>> gsutil-nix 4.12
>>> preview 2015.06.30
>>>
>>> Thanks!
>>>
>>> Pedro Ribeiro
>>>
>>

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9788f3d1-f39c-4c9f-b5f8-b2911514b9f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to