Hello Cedric, When Airship in a Bottle run is complete, one of the last messages says that now you can ssh to the test VM, which is deployed on your newly installed OpenStack. Something like this: # ssh -i id_rsa cirros@172.24.8.12 This would be tiny Cirros virtual machine. There is OpenStack Horizon dashboard running. You can access it by exposing service/horizon-in in Kubernetes, e.g.: # kubectl -n openstack expose service/horizon-int --type=NodePort \ --name=horizon-dashboard -o json | jq '.spec.ports[0].nodePort' 31348 Now you can access OpenStack Horizon dashboard on http://ip-of-your-vm:31348/. Use the following default credentials: domain: default user: admin password: password You can also run various OpenStack commands, using the wrapper available in /root/deploy/airship-in-a-bottle/manifests/dev_single_node directory once the installation completes, e.g.: # ./run_openstack_cli.sh stack list ... Best regards, -- Roman Gorshunov On Thu, Sep 27, 2018 at 10:21 AM Cedric M <cedricable@gmail.com> wrote:
I have exactly the same type of request. I installed airship in a bottle but iam lost from where to start after installation. Any dashboard accessible ?
cedric
On Thu, Sep 27, 2018 at 10:03 AM Nick Chase <nchase@mirantis.com> wrote:
Thanks, Roman! Basically at this point I just want to get an idea of how Airship works. I had seen those docs, but while they give a great overview of how the technology works, what I really need is a "Start here, and do this" type of thing. :)
"Deploy OpenStack" is probably a good goal for this; from there I know what I'm doing. :) . So how would I get from "OK, Airship is (seemingly) running." to "Great, here's Horizon"?
Thanks...
---- Nick
On Thu, Sep 27, 2018 at 3:49 AM Roman Gorshunov <paye600@gmail.com> wrote:
Hello Nick, Thanks for trying Airship-in-a-Bottle.
Depending on your target goals, you may want either to use specific components of Airship to achieve specific results, or you may use them all together as Undercloud Platform to deploy OpenStack in OpenStack-Helm variant (containerized OpenStack components, running under Kubernetes supervision).
Check out Airship Treasuremap: - https://airship-treasuremap.readthedocs.io/ - this is the main documentation - https://airship-treasuremap.readthedocs.io/en/latest/authoring_and_deploymen... ml - this is the Site Authoring and Deployment guide for a full-fleged deployment on bare-metal servers
Feel free to reach out to us via mailing list or at irc://#airshipit@freenode.
Best regards, -- Roman Gorshunov
On 27 Sep 2018, at 07:12, Nick Chase <nchase@mirantis.com> wrote:
Hey, all. Nice job on Airship-in-a-bottle! I was able to deploy it pretty easily. I think.
I say "I think" because I'm not quite sure where to go from there. :) . Is there a "getting started" doc somewhere that talks about how to actually use it? If not, is there someone who could pass me a few tips?
Thanks...
---- Nick _______________________________________________ Airship-discuss mailing list Airship-discuss@lists.airshipit.org http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss
_______________________________________________ Airship-discuss mailing list Airship-discuss@lists.airshipit.org http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss
_______________________________________________ Airship-discuss mailing list Airship-discuss@lists.airshipit.org http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss