intel / ccloudvm

Configurable Cloud VM is a small command line tool for automatically creating development and demo environments for complex projects. The tool sets up these development environments inside a virtual machine which it automatically creates on the user’s host computer. This avoids polluting the user’s host machine with components from the chosen development environment and provides a clean, predictable and repeatable environment in which this development environment can run.
Apache License 2.0
32 stars 19 forks source link

Enable OS server console access from ccloudvm host browser #76

Closed markdryan closed 6 years ago

markdryan commented 6 years ago

This commit enables console access to OS servers from horizon running on the web browser of the ccloudvm host. It does this by modifying ccloudvm to pass the HostIP into instance workloads if that IP address is local and by using this IP as the openstack HOST_IP in the devstack workload. It also opens up the port 6080 in the devstack workload to permit console access from the ccloudvm host.

markdryan commented 6 years ago

@ganeshmaharaj could you take a look at this one?

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.09%) to 68.226% when pulling 573052fda4b0f8aa4f5fb42645f7afb05b940981 on markdryan:fix-os into b329fc845bfcd1cc92b82de804f5a6112bea994a on intel:master.