[Airship-discuss] [airship-discuss] Error when changing simple parameters for AIAB?
Nick Chase
nchase at mirantis.com
Fri Oct 4 03:35:22 UTC 2019
So i was able to deploy Airship in a Bottle, albeit on a much larger
machine (but that's a separate issue). I wanted to demonstrate how the
manifests control things, so I started up a fresh VM and edited
/root/deploy/treasuremap/site/aiab/software/config/common-software-config.yaml
to change the region name:
I then went ahead and ran the script as usual, but it was unable to
deploy/find Horizon. To make sure that the change was the issue, I then
went and created a THIRD fresh VM and ran it without the change, and it
deployed successfully.
Is this expected?
To duplicate:
sudo -i
mkdir -p /root/deploy && cd "$_"
git clone https://opendev.org/airship/treasuremap/
cd /root/deploy/treasuremap/tools/deployment/aiab/
Then
Edit
:~/deploy/treasuremap/site/aiab/software/config/common-software-config.yaml
---
schema: pegleg/CommonSoftwareConfig/v1
metadata:
schema: metadata/Document/v1
name: common-software-config
layeringDefinition:
abstract: false
layer: site
storagePolicy: cleartext
data:
osh:
region_name: ThisIsMyRegion
...
Then
./airship-in-a-bottle.sh
If someone can recommend a value that I could successfully change as a
demonstration, I would really appreciate it.
Thanks!
---- Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.airshipit.org/pipermail/airship-discuss/attachments/20191003/f9324e15/attachment.html>
More information about the Airship-discuss
mailing list