-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create workstation provisioning #96
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Rename Please BUILD files to BUILD.plz * Working basic build of hypervisor image using packer in Bazel
* Download and run Lima through Bazel * Run hypervisor image using lima * Working "just hypervisor-run"! * Added some documentation for lima_runtime
* Install ignite dependencies using Pyinfra * Set necessary environment variables in packer provisioner * Working pyinfra command using Rlocation * Working provision script without strict host key checking * Run pyinfra provisioning during packer build
* Created bazel rule to convert qcow to vagrant box * Working runner_binary with working $rlocation * Implement vagrant ssh key authentication * Introduce vagrant toolchain for vagrant_run rule * Use runner_binary for pyinfra_run as well * Remove Lima
* Store the qcow image sha in the vagrant box info meta data * Working inspec binary with rules_ruby * Verify if ignite dependencies are installed * Run and test the ignited service * Remove packer user when done with provisioning * Remove vagrant_run reference
* Run Hypervisor test in GitHub actions * Add support for macos version of GitHub CI in Gemfile * Ensure qemu is installed * install coreutils * Upload qemu logs * Disable compression for the vagrant box to speed up build * Fix rules_python chmod for local installation * Remove debug info * Simplify the bazelrc
* Fix hypervisor-test by disabling timer check in Qemu * Update checksum for ubuntu focal image
* Extract CNI and docker into own operations * Install Nomad * Install latest gems for inspec and kitchen * Updated sha for kernel * Install consul * Install compatible envoy version for consul
* Added presence input for all rooms * Force zigbee channel 11 * light and presence management in blueprints * Added is_showering presence condition for bathroom * Added google home entities * Store 24 hours worth of traces for presence * Use Homekit controller for Tado instead of Tado integration * Added homekit entities * Introduce adaptive_lighting and bedroom_is_sleeping behaviour * Created animation for hallway lights * Replace deluge with transmission (unrelated)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #95
To re-provision the new macbook:
.env.bootstrap
file in~
directoryexport BRANCH='mg/95/create-workstation-provisioning'; /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mvgijssel/setup/$BRANCH/workstation/bootstrap.sh)"
export PATH="/opt/homebrew/bin:$PATH"
because homebrew needs this pathbrew install asdf
otherwise the pyinfra provisioning fails due to missing asdfBRANCH=mg/95/create-workstation-provisioning ./workstation/bootstrap.sh
from inside setup directory to continue installationbazel run //workstation:provision -- --data install_ssh=True
to install all of the necessary secret filesTODO