Philip Lombardi

Results 47 comments of Philip Lombardi

Ansible 1.x had the same issue and I've been bitten and frustrated by it countless times in the past. Not sure about 2.x but I assume given it still uses...

Now that I think about it I think Ansible 2 gives YAML precedence over Jinja2. It does some fancy node walking and interpolates as it moves through values contained in...

# Forge Feature Role Mapping # Roles Below are the roles that are mapped. A role is an abstraction that describes some set of responsibilities a person a team has...

Putting the Stalled label as we're not done with this work, and it is useful work, but we're not working on it right now.

Initial implementation will be HTTP basic authentication with a single username ("admin") and a password that is auto-generated or user-provided at installation time.

Preliminary work on this is now completed and living in plombardi/experimental branch. The Kubernetes cluster lives in its own network and is peered with an additional VPC that is creating...

I think the Terraform state is not being fully updated before another request occurs this leads to Terraform using old / invalid state which causes issues.

``` `Maclt-004:~ redacted$ curl -v localhost:7000/fabrics/REDACTED/cluster` [4:59] and got: [5:00] * Trying ::1... * Connected to localhost (::1) port 7000 (#0) > GET /fabrics/foodev/cluster HTTP/1.1 > Host: localhost:7000 > User-Agent:...