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

Packer Base homework #2

Merged
merged 4 commits into from
Oct 24, 2023
Merged

Packer Base homework #2

merged 4 commits into from
Oct 24, 2023

Conversation

Baykanurov
Copy link
Collaborator

Выполнено ДЗ Сборка образов VM при помощи Packer

  • Основное ДЗ
  • Задание со *

В процессе сделано:

  • Установлен Packer версии 1.8.7.
  • Создан сервисный аккаунт для Packer в Yandex.Cloud.
  • Создан файл ubuntu16.json для создания reddit-base образа.
  • Создана вм packer-base-dz на основе reddit-base образа на ней развернуто приложение reddit.
  • Также был параметризован ubuntu16.json. (пример параметров в файле variables.json.examples)
  • Создан образ reddit-full с уже готовым приложением reddit
  • Создан скрипт который поднимает через ус ВМ на основе образа reddit-full.

Как запустить проект:

  • packer build -var-file ./variables.json ./ubuntu16.json
  • packer build -var-file ./variables.json ./immutable.json
  • ./config-scripts/create-reddit-vm.sh

Как проверить работоспособность:

  • Рабочее приложение reddit http://51.250.90.203:9292/

PR checklist

  • Выставил label: packer-base

Copy link
Contributor

@mrgreyves mrgreyves left a comment

Choose a reason for hiding this comment

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

Здравствуйте!)
Вам нужно добавить в репозиторий фейковый ключик
https://github.com/Otus-DevOps-2023-05/Baykanurov_infra/actions/runs/6501038077/job/17657580097?pr=2#step:4:138
Пакеру он нужен как раз для тестов =)

@Baykanurov
Copy link
Collaborator Author

Добрый вечер!)
Поправил ключик, тесты все прошли)

Copy link
Contributor

@mrgreyves mrgreyves left a comment

Choose a reason for hiding this comment

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

Здравствуйте!)
Проверил ваше дз
Все задания выполнены корректно
ДЗ принимаю =)

@Baykanurov Baykanurov merged commit 2867765 into main Oct 24, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Готово
Development

Successfully merging this pull request may close these issues.

2 participants