redhat-openstack / tripleo-quickstart

Ansible roles for setting up TripleO virtual environments and building images
16 stars 15 forks source link

Add a default .ssh/config on the undercloud #44

Closed mbaldessari closed 8 years ago

mbaldessari commented 8 years ago

It would be quite nice to have a .ssh/config for the stack user on the undercloud so that hopping on the nodes manually is a bit quicker for the senile amongst us: Host 192.0.2.* User heat-admin StrictHostKeyChecking no UserKnownHostsFile=/dev/null

larsks commented 8 years ago

The fact that ssh doesn't understand CIDR notation is annoying. It means that any address-based patterns will be too broad if the overcloud network is smaller than a /24.

This means that we really can only do this after the deploy is complete, and we probably need to query nova to figure out which servers have been created. This information isn't currently exposed in the overcloud heat stack.

trown commented 8 years ago

resolved by https://github.com/redhat-openstack/tripleo-quickstart/commit/11f9b5cd75827509958743939ee1903e69ef580e