Skip to content

Airgap update 1 - #1

Open
d2iq-shadowbq wants to merge 7 commits into
millerjem:masterfrom
d2iq-shadowbq:airgap-update-1
Open

Airgap update 1#1
d2iq-shadowbq wants to merge 7 commits into
millerjem:masterfrom
d2iq-shadowbq:airgap-update-1

Conversation

@d2iq-shadowbq

Copy link
Copy Markdown

No description provided.

Comment thread terraform/README.md
* `10.0.0.233` is the Internal IP of the Private(AirGap) Node

Example:
`ssh -o 'ProxyCommand ssh -W %h:%p -i id_mesosphere centos@54.185.129.50' -i id_mesosphere centos@10.0.0.233`

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make this match what is in the main.tf output...
ssh-add -D; ssh-add ./id_mesosphere
ssh -i ./id_mesosphere -J centos@54.185.129.50 centos@10.0.0.233

Comment thread terraform/network.tf Outdated
private_name = "${local.vpc_name}-public"
sg_cluster_name = "${local.cluster_name}-cluster"
sg_jumpbox_name = "${local.instance_jumpbox_name}"
sg_jumpbox_name = "${local.instance_jumpbox_name}-jump"

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already has the word in the instance name... this is redundant.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using the instance_jumpbox_name is a race condition. that what I was playing with. Ultimately it needs to be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants