bd4e26e823
Start using the plan environment file in Swift for plan environment storage instead of Mistral. Add util functions to get/update environment data. Remove CreatePlanAction and UpdatePlanAction as all they did was sync between Mistral and Swift environments. Amend the corresponding workflows to account for removal of these actions. Implements: blueprint stop-using-mistral-env Co-Authored-By: Julie Pichon <jpichon@redhat.com> Depends-On: I3bcef27413e685c498165b43a8b59c8c9cc5cf5e Change-Id: Ieedecf92113142e43925131dcbccc4c0cd5b1a18
7 lines
278 B
YAML
7 lines
278 B
YAML
upgrade:
|
|
- |
|
|
The environment configuration for deployments is now stored in a
|
|
file called ``plan-environment.yaml`` and stored in Swift with the
|
|
templates; Mistral is no longer used to store this data. Migration
|
|
of the existing plans is handled automatically.
|