-
Notifications
You must be signed in to change notification settings - Fork 9
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
New workstations #54
Open
sethboyles
wants to merge
148
commits into
main
Choose a base branch
from
new-workstations
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
New workstations #54
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
- you need to hold its hand and it doesn't work for postgres and neovim with luan at the moment - is missing all helper scripts and bash it config
- comment out nvim stuff based on talk with Alex, add it in or some other vim config another time
bin/sh doesn't know source and I'd like to use source
- also remove tools installed for neovim - don't source bashrc inside script cause bashrc checks for that and doesn't run - tell people to source bashrc when done (or open new shell) - install go from site to get latest (ubuntu pack is behind)
- no automatic starting of jobs, must manually click the build button
Default disk type e2 instances is pd-standard and, from the docs, is `suited for large data processing workloads that primarily use sequential I/Os` `pd-balanced` is the recommended disk type for general purpose computing and bumps Max read IOPS from 1000 to 12000 https://cloud.google.com/compute/docs/disks/performance#pd-balanced_3
use snapd to install credhub, ruby, golang
This reverts commit fbc255b.
- maybe we should considate appending to shellrc to one big spot instead of many little spots?
- needs to be built from source as latest release doesn't work on jammy
…p vm's up to date
- lastpass for capi-team-playbook dependencies - om and bbl also for capi-team-playbook - alias git checkout to co for capi-team-playbook Co-authored-by: Merric de Launey <[email protected]> Co-authored-by: Michael Oleske <[email protected]>
- the removed pipelines were remenants of michael's first automation attempts - create-latest-workstation makes/updates an existing machine image, which can then be used to create new machines - next step would be figuring out when to trigger creating new machine images and having machines available
- shuffle install order as well
Co-authored-by: Merric de Launey <[email protected]>
- we haven't used this tracker project in forever and we don't think this is valuable anymore Co-authored-by: Michael Oleske <[email protected]>
Co-authored-by: Merric de Launey <[email protected]>
Co-authored-by: Merric de Launey <[email protected]>
whoopsie
Co-authored-by: Michael Oleske <[email protected]>
* also separate commands to run as sudo * still need to add pivotal user to docker group
- seems like it got confused on location cause the error message on the automation was "no such file system_install.sh"
a-b
reviewed
Feb 17, 2024
apt-get install -yq apt-utils ca-certificates curl gpg | ||
apt-get install -yq cowsay docker-buildx-plugin docker-ce docker-ce-cli docker-compose-plugin | ||
|
||
return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sethboyles I'm wondering if this is intentional.
- Preserve PWD in new pane/window - Pressing leander C-Space key second time switch to the previous pane/window
* Make nvim default editor * Move default editor config to setup script * cleanup * add vi alias pointed to nvim
Add Tim Downey to git-authors
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.
No description provided.