diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2017-06-27 00:07:59 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2017-06-27 16:53:44 +0200 |
commit | 3000f52a9201d460326a463f731cffce10ed3709 (patch) | |
tree | 25ccc7d235890a247d4ef28a08d91a623f71110c /tools/docker-isolated | |
parent | make isolated rampart settings API-configurable (diff) | |
download | awx-3000f52a9201d460326a463f731cffce10ed3709.tar.xz awx-3000f52a9201d460326a463f731cffce10ed3709.zip |
install a randomized RSA key for controller -> isolated rampart auth
see: #6507
Diffstat (limited to 'tools/docker-isolated')
-rw-r--r-- | tools/docker-isolated/README.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/docker-isolated/README.md b/tools/docker-isolated/README.md index 897103b18b..9a2ae470c2 100644 --- a/tools/docker-isolated/README.md +++ b/tools/docker-isolated/README.md @@ -40,27 +40,6 @@ and they are structured as follows: The `controller` for the group "thepentagon" and all hosts therein is determined by a ForeignKey within the instance group. -## Development Testing Notes - -### Test the SSH connection between containers - -While the environment is running, you can test the connection like so: - -```bash -docker exec -i -t tools_tower_1 /bin/bash -``` - -Inside the context of that container: - -```bash -ssh root@isolated -``` - -(note: awx user has been deprecated) - -This should give a shell to the `tools_isolated_1` container, as the -`tools_tower_1` container sees it. - ### Run a playbook In order to run an isolated job, associate the instance group `thepentagon` with |