Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Модуль network; добавление двух локальных сетей в модуль vm #2

Merged
merged 4 commits into from
Jan 26, 2024

Conversation

v1km4n
Copy link
Collaborator

@v1km4n v1km4n commented Jan 24, 2024

  • Добавлен модуль network, который представляет из себя локальную сеть без доступа в интернет. Сеть не подключается к роутеру и соответственно не имеет шлюза.
  • В модуль nat также добавлен параметр no_gateway с дефолтным значением true. В модулях, где используется nat, при создании нужно руками (или в файле переменных) прописать no_gateway = false. Соответствующие изменения были внесены в модули vm и mks.
  • В модуле vm теперь создаются три сети: nat и две network, также прописаны два разных способа аттача сети в инстансу.

При прогоне main.tf будет создаваться машина с тремя портами, но только один из них ведёт в сеть со шлюзом. Таким образом, маршрутизация пакетов с машины будет однозначной.

orlov-a added 4 commits January 24, 2024 13:59
… a local network with no internet connection; change vm module to include two local networks and two methods of attaching ports to a vm
… vm creation error; updated vm outputs to not include temp outputs
@v1km4n v1km4n self-assigned this Jan 24, 2024
Copy link
Collaborator

@fil106 fil106 left a comment

Choose a reason for hiding this comment

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

ok!

@fil106 fil106 merged commit 1827e2c into main Jan 26, 2024
1 check passed
@fil106 fil106 deleted the multiple-ports-example branch January 26, 2024 09:55
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