[Fix] fix ceph env variables path
This commit is contained in:
parent
a77431276b
commit
871ef587bf
2
ceph.sh
2
ceph.sh
@ -2,4 +2,4 @@
|
|||||||
export OS_CLOUD="felcloud_staging"
|
export OS_CLOUD="felcloud_staging"
|
||||||
export PULUMI_STACK="staging"
|
export PULUMI_STACK="staging"
|
||||||
export PULUMI_SUB_STACK="ceph"
|
export PULUMI_SUB_STACK="ceph"
|
||||||
export PULUMI_CONFIG_PASSPHRASE_FILE="$PWD/env.d/$PULUMI_STACK/pulumi_passphrase"
|
export PULUMI_CONFIG_PASSPHRASE_FILE="/etc/ansible/pulumi_passphrase"
|
||||||
|
Loading…
Reference in New Issue
Block a user