Hey folks; has anyone successfully used their buil...
# help-api-cli-orchestration
b
Hey folks; has anyone successfully used their build tool to run
octavia apply
? I’m setting up a deployment pipeline using CircleCI and just wondering what the best approach for managing those state files is. I could use CircleCI’s caching service for example but then that would prevent devs being able to run octavia commands locally if there is a need for manual intervention. I assume there’s no S3 or GCS backend yet like terraform has for it’s state file management?
For anyone interested, to manage the state files in CircleCI I export them to a CircleCI workspace fro the Octavia job and have a gsutils job downstream from it that uses the rsync command to maintain the state files on a GCS bucket.