Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The default Docker container didn't contain the Python OpenStack client and dependencies, so I created my own
  • I tried deploying with Fedora 25 cloud and CoreOS, but apparently Kargo has a hard requirement that the VM image have both python and fedora installed. I ended up going with fedora and manually installing python and docker-ce on each node, which could be automated or added to the base image
  • docker run -it -v `pwd`/kargoconf:/etc/kargo craigwillis/kargo bash

 

kargoconf/kargo.yml (these can also be flags)

...