Hemanth Bollamreddi

Results 57 comments of Hemanth Bollamreddi

On a deeper look, it looks related to https://github.com/hashicorp/nomad/issues/12023 and https://github.com/hashicorp/nomad/issues/12216

Also sometimes, allocation are not being placed (without any logs / reasons). See the below pic: ![Screenshot 2022-10-20 at 1 42 02 PM](https://user-images.githubusercontent.com/19410501/196893616-501dc868-6782-4de2-b5b5-cd1bbdf6d45a.png)

@ahjohannessen Upgrading to 1.4.2 might help. See https://github.com/hashicorp/nomad/issues/14996

The template provided by @ahjohannessen works for `some/random/path` as well right ? Not just `nomad/job/*` ? ``` template { destination = "${NOMAD_SECRETS_DIR}/my.env" env = true var-source-paths = ["nomad/jobs/foo/bar/baz", "nomad/jobs/foo/bar", "some/random/vars"]...

Update : https://github.com/ansible-community/ansible-consul/issues/389#issuecomment-860003991 Can confirm this. Using master branch. Hosts run ubuntu. ![image](https://user-images.githubusercontent.com/19410501/121659760-3e23d780-cac0-11eb-958b-529289a0f299.png) Was working fine few days ago ! I tried logging it and the below error appears: ```...

Update: It seems that my /etc/consul/config.json is messed up in previous run. Hence in the new run, it is not able to parse it correctly. So no +1 in this...

Thanks @desimone for the swift reply. The main purpose(at-least for me) behind having multiple IdPs is to cover a larger user base. For example some of my friends use google,...

I am assuming, home.mydomain.pt points to 192.168.x.x:2283 ? If that is the case, you are pointing it to wrong ip. 192.* is reserved for private ips. You first need to...

I am running solo nomad with ACL (no consul) and could repro this (See #18203 as mentioned previously)

> You can delete it manually and try starting the process again. There seem to be multiple flock.lock files in different directories. Should I delete them all ? Also, I...