-
Notifications
You must be signed in to change notification settings - Fork 26
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
Required 'compute.images.useReadOnly' permission for 'projects/webpagetest-official/global/images/wpt-linux-20200127' #6
Comments
we are also facing the same issue "creation failed: Required 'compute.images.useReadOnly' permission" |
Same issue facing since morning |
Same here. Has anyone found any work around? |
Sorry, just saw this. The public GCE images were linked to a disk image that was in a personal account that no longer exists. It's a bit of a pain but you'll need to update your instance templates to point to an agent image that you create in your GCE account:
WPT_CLOUD=gce WPT_EPIPHANY=n bash <(curl -sL http://tiny.cc/wptagent)
This will get you an image that is used for the autoscaling that doesn't have any outside dependencies (other than updating the code from github and the browsers/os from apt). |
thanks for update @pmeenan, we ended up doing same thing, I followed steps from new documentation, to create agent image in our GCP project itself. but here we have done completely new setup (server and workers), it got new UI. what is the option for upgrading existing server to new version? so we can use old server with latest changes. |
The servers should have been linked to the github repo and auto-updated every few hours. Sounds like that didn't happen. If you ssh in to the server, go to /var/www/webpagetest and "git pull" it should update to the latest (or tell you why it can't if a local file was edited). |
@pmeenan some how git is in detached from HEAD, I didn't change anything in local after catchpoint/WebPageTest#1423 issue, and clearly remember that I did reset my changes and applied your fixes, it even got few updates after that, then looks like its stopped below is git log
after checking out to release branch, latest changes reflected. probably others may also in same situation. |
We are facing this issue in GCP instance group setup, instances are stuck from today morning.
Instance 'wpt-agent-xxxxx' creation failed: Required 'compute.images.useReadOnly' permission for 'projects/webpagetest-official/global/images/wpt-linux-20200127' (when acting as '[email protected]')
any directions, to solve this issue?
if we create our own images, where should we configure to use?
The text was updated successfully, but these errors were encountered: