-
I am running ollama on my Google compute instance behind an nginx proxy. I can navigate to the endpoint and confirm `/api/tags` returns a response as well as other endpoints such as `/api/version`.
…
-
```
provider google {
account_file = "../service_account_key.json"
project = "abiding-truth-649"
region = "us-central1"
}
resource "google_compute_disk" "test" {
name = "test"
zone…
-
```
Issue running command [gcloud compute instances create].
What steps will reproduce the problem?
C:\Program Files (x86)\Google\Cloud SDK>gcloud compute instances create www1 --i
mage "https://www.…
-
currently google cpi only accepts 1 network interface
see https://github.com/cloudfoundry/bosh-google-cpi-release/blob/master/src/bosh-google-cpi/google/instance_service/networks.go#L30
added with…
-
Currently requests return an API operation, i.e.: `Google::Apis::ComputeV1::Operation:`
And then usually get parsed by model like so:
```
operation = Fog::Compute::Google::Operations.new(:service =…
-
https://cloud.google.com/compute/docs/disks
PERSISTENT-SSD, PERSISTENT-BALANCED, PERSISTENT-EXTREME, PERSISTENT-STANDARD
hyper-balanced, hyper-extreme, hyper-throughput
https://cloud.google.com/c…
-
roachtest.cluster_creation [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11261553?buildTab=log) with [artifacts](https://teamcity.cockroachd…
-
### Describe the bug
After generating an EFI image for Google Compute Engine using https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/virtualisation/google-compute-image.nix and creating an…
-
##### SUMMARY
Hello, I hope you all are doing well.
Ansible collection does not allow creating an instance under a resource policy. I have to use the gcloud sdk to currently bring my VM…
-
For example we need to enable the display device on our windows VMs, necessary for automated UI tests. This seems like a common requirement for TeamCity.
See `--enable-display-device` here:
http…