Closed pratapaprasanna closed 6 years ago
I suspect this is due to Armada not finding the file you're passing into the container.
You may want to look at Armada's docker run
command (probably at /usr/local/bin/armada
, but you can make sure with which armada
) and add a new volume mount if necessary from your local working to a path inside the container. Then you should specify the container path when you run it again.
Please let me know if this helps.
Sure will update as soon as i try :+1:
sudo docker run -t --rm --net=host -e http_proxy= -e https_proxy= -e OS_AUTH_URL=http://keystone.ucp.svc.cluster.local:80/v3 -e OS_USERNAME=shipyard -e OS_USER_DOMAIN_NAME=default -e OS_PASSWORD=password18 -e OS_PROJECT_DOMAIN_NAME=default -e OS_PROJECT_NAME=service -v /root/deploy/site:/home/shipyard/host quay.io/attcomdev/shipyard:latest create configdocs design --filename=/home/shipyard/host/deployment_files.yaml
This is something which i have noticed in airship in a bottle script so after the installation of UCP components we have to start with the help of this... We can refer to airship in a bottle to verify and try.
Is this a bug report or feature request? (choose one): help wanted
Python Version (output of
python --version
): 2.7.12Development or Deployment Environment?: Ubuntu 16.04
Release Tag or Master:
Expected Behavior:
What Actually Happened: Installed Promenade and when i try
armada --token $TOKEN apply ./armada_part_2_latest.yaml
armada_part_2_latest_contains contents of armada_oshHow to Reproduce the Issue (as minimally as possible):
Any Additional Comments: Any help would be of so much help....!!!!! Stuck here for a couple of days
Thanks in advance. Goutham