Skip to content

fix salad port inconsistencies

clayton craft requested to merge craftyguy/valve-infra:salad_portz into master

ansible configures salad to run on port 8005, and vivian (using qemu) mapped it to the wrong port (8100 on the VM). The readme also mentioned yet another port that was wrong (8001).

This fixes the mapping in qemu to be 8100-->8005, keeps salad configured on port 8005 on the gateway, and updates the documentation for connecting to salad when running locally w/ vivian (localhost:8100)

I didn't make it 8100 everywhere because I didn't want to risk breaking executor or anything else that expects salad to run on port 8005...

Merge request reports